Age | Commit message (Collapse) | Author | Files | |
---|---|---|---|---|
2008-08-09 | python 2.5.2 include low level _bsddb module in python-bsd and DEPENDS += db | Michael Lauer | 1 | |
2008-08-02 | python 2.5.2 RDEPENDS_python-logging += python-pickle | Michael Lauer | 1 | |
2008-07-21 | python-2.5-manifest.inc: update by generate-manifest-2.5.py | John Lee | 1 | |
* bump python_2.5.2.bb PR | ||||
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-05-21 | python 2.5.2 sed hardcoded ccache out of Makefile and substitute with ↵ | Michael Lauer | 1 | |
$(CCACHE). Closes #4144 | ||||
2008-05-01 | python 2.5.2 ship tarfile in python-compression | Michael Lauer | 1 | |
2008-04-10 | python 2.5.2 python-xml does _not_ RDEPENDS on python-netclient (what was i ↵ | Michael Lauer | 1 | |
thinking?) | ||||
2008-03-06 | python 2.5.2 ship _sqlite3.so binary module in python-sqlite3 (thanks emdete ↵ | Michael Lauer | 1 | |
for spotting) | ||||
2008-02-29 | python 2.5.2 python-crypt needs to RRECOMMEND openssl, otherwise import md5 ↵ | Michael Lauer | 1 | |
(_hashlib actually) fails | ||||
2008-02-27 | python 2.5.1 upgrade to 2.5.2 | Michael Lauer | 1 | |