- py.execnet: ad-hoc code distribution to SSH, Socket and local sub processes
- py.magic.greenlet: micro-threads on standard CPython ("stackless-light") and PyPy
- py.path: path abstractions over local and subversion files
- py.code: dynamic code compile and traceback printing support
- tested against Linux, Win32, OSX, works on python 2.3-2.6
Friday, August 22, 2008
pylib/py.test 0.9.2 released
- py.execnet: ad-hoc code distribution to SSH, Socket and local sub processes
- py.magic.greenlet: micro-threads on standard CPython ("stackless-light") and PyPy
- py.path: path abstractions over local and subversion files
- py.code: dynamic code compile and traceback printing support
- tested against Linux, Win32, OSX, works on python 2.3-2.6
Tuesday, August 19, 2008
New translation option: --opt
Hi all,
A few command-line options for translate.py have changed. Most interesting is that optimization levels are selected with the option --opt, or -O for short. This replaces --allopts, which was also called --faassen in reference to a person who is actually not involved in PyPy (so that was a bit of a strange joke). Also, --allworkingmodules is the default nowadays, and can be cancelled with --no-allworkingmodules. Threads are also included in --allworkingmodules now.
Examples:
- translate.py (reasonable default, corresponds to --opt=2)
- translate.py --opt=3 (best, maybe 10-20% faster)
- translate.py --opt=1 (translation is faster and less RAM-hungry)
For more information, see:
Hi all,
A few command-line options for translate.py have changed. Most interesting is that optimization levels are selected with the option --opt, or -O for short. This replaces --allopts, which was also called --faassen in reference to a person who is actually not involved in PyPy (so that was a bit of a strange joke). Also, --allworkingmodules is the default nowadays, and can be cancelled with --no-allworkingmodules. Threads are also included in --allworkingmodules now.
Examples:
- translate.py (reasonable default, corresponds to --opt=2)
- translate.py --opt=3 (best, maybe 10-20% faster)
- translate.py --opt=1 (translation is faster and less RAM-hungry)
For more information, see:
PyPy runs unmodified django 1.0 beta
enjoy,
fijal
enjoy,
fijal