summaryrefslogtreecommitdiff
path: root/packages/python/python_2.5.2.bb
AgeCommit message (Collapse)AuthorFiles
2008-08-09python 2.5.2 include low level _bsddb module in python-bsd and DEPENDS += dbMichael Lauer1
2008-08-02python 2.5.2 RDEPENDS_python-logging += python-pickleMichael Lauer1
2008-07-21python-2.5-manifest.inc: update by generate-manifest-2.5.pyJohn Lee1
* bump python_2.5.2.bb PR
2008-07-16python 2.5.2 add parameter to run python in unoptimized bytecode modeMichael Lauer1
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-21python 2.5.2 sed hardcoded ccache out of Makefile and substitute with ↵Michael Lauer1
$(CCACHE). Closes #4144
2008-05-01python 2.5.2 ship tarfile in python-compressionMichael Lauer1
2008-04-10python 2.5.2 python-xml does _not_ RDEPENDS on python-netclient (what was i ↵Michael Lauer1
thinking?)
2008-03-06python 2.5.2 ship _sqlite3.so binary module in python-sqlite3 (thanks emdete ↵Michael Lauer1
for spotting)
2008-02-29python 2.5.2 python-crypt needs to RRECOMMEND openssl, otherwise import md5 ↵Michael Lauer1
(_hashlib actually) fails
2008-02-27python 2.5.1 upgrade to 2.5.2Michael Lauer1