Age | Commit message (Collapse) | Author | Files | |
---|---|---|---|---|
2008-10-23 | python 2.5.2 limit readline history to 1000 | Michael Lauer | 1 | |
2008-10-19 | python 2.5.2: add some patches from pymaemo, remove old-and-deprecated package | Michael 'Mickey' Lauer | 5 | |
2008-10-15 | mtn2git: remove .mtn2git_empty files in non-empty directories | Jan Luebbe | 1 | |
2008-07-16 | python 2.5.2 add parameter to run python in unoptimized bytecode mode | Michael Lauer | 1 | |
Thanks to the default-is-optimized patch, this python was running in optimized mode all the time, there was no way to run it unoptimized. However this is necessary at times (e.g. if you want to run code that contains 'assert' statements, since optimized bytecode strips these out), so I added a new command line parameter 'N' to python that allows you to run it unoptimized. | ||||
2008-02-27 | python 2.5.2 silence sitecustomize.py | Michael Lauer | 1 | |
2008-02-27 | python 2.5.1 upgrade to 2.5.2 | Michael Lauer | 9 | |