Update to 1.4, based on PR 31335 by Victor I.
Additional PLIST fixes.
Changes in 1.4:
An interesting new optimization: instances of user-defined classes
are now really supported, i.e. their attributes keep type information
and are stored quite compactly in memory. However, it only works
so far with instances of a new type ``psyco.compact`` (which is
subclassable). The line ``from psyco.classes import *`` has the
effect of turning your classes into psyco.compact subclasses, too.
Changes in 1.3:
Includes support for Python 2.4 (and of course still for 2.1-2.3).
As always comes with a few bug fixes, including a memory leak when
using the profiler. Another good news is that the built-in functions
that read the local variables -- locals(), eval(), execfile(),
vars(), dir(), input() -- now work correctly!
2005-10-19 03:33:16 +02:00
|
|
|
@comment $NetBSD: PLIST,v 1.2 2005/10/19 01:33:16 wiz Exp $
|
2003-10-02 00:39:06 +02:00
|
|
|
${PYSITELIB}/psyco/__init__.py
|
|
|
|
${PYSITELIB}/psyco/__init__.pyc
|
|
|
|
${PYSITELIB}/psyco/__init__.pyo
|
|
|
|
${PYSITELIB}/psyco/_psyco.so
|
|
|
|
${PYSITELIB}/psyco/classes.py
|
|
|
|
${PYSITELIB}/psyco/classes.pyc
|
|
|
|
${PYSITELIB}/psyco/classes.pyo
|
|
|
|
${PYSITELIB}/psyco/core.py
|
|
|
|
${PYSITELIB}/psyco/core.pyc
|
|
|
|
${PYSITELIB}/psyco/core.pyo
|
Update to 1.4, based on PR 31335 by Victor I.
Additional PLIST fixes.
Changes in 1.4:
An interesting new optimization: instances of user-defined classes
are now really supported, i.e. their attributes keep type information
and are stored quite compactly in memory. However, it only works
so far with instances of a new type ``psyco.compact`` (which is
subclassable). The line ``from psyco.classes import *`` has the
effect of turning your classes into psyco.compact subclasses, too.
Changes in 1.3:
Includes support for Python 2.4 (and of course still for 2.1-2.3).
As always comes with a few bug fixes, including a memory leak when
using the profiler. Another good news is that the built-in functions
that read the local variables -- locals(), eval(), execfile(),
vars(), dir(), input() -- now work correctly!
2005-10-19 03:33:16 +02:00
|
|
|
${PYSITELIB}/psyco/kdictproxy.py
|
|
|
|
${PYSITELIB}/psyco/kdictproxy.pyc
|
|
|
|
${PYSITELIB}/psyco/kdictproxy.pyo
|
2003-10-02 00:39:06 +02:00
|
|
|
${PYSITELIB}/psyco/logger.py
|
|
|
|
${PYSITELIB}/psyco/logger.pyc
|
|
|
|
${PYSITELIB}/psyco/logger.pyo
|
|
|
|
${PYSITELIB}/psyco/profiler.py
|
|
|
|
${PYSITELIB}/psyco/profiler.pyc
|
|
|
|
${PYSITELIB}/psyco/profiler.pyo
|
|
|
|
${PYSITELIB}/psyco/support.py
|
|
|
|
${PYSITELIB}/psyco/support.pyc
|
|
|
|
${PYSITELIB}/psyco/support.pyo
|
|
|
|
@dirrm ${PYSITELIB}/psyco
|