]> granicus.if.org Git - python/shortlog
python
2008-06-16 Benjamin PetersonMerged revisions 64317 via svnmerge from
2008-06-16 Benjamin Petersonadd some casts and fix the build from 64311
2008-06-16 Benjamin PetersonMerged revisions 64313 via svnmerge from
2008-06-16 Thomas HellerMerged revisions 64131,64134-64141,64143-64146 via...
2008-06-16 Amaury Forgeot... Merged revisions 64309 via svnmerge from
2008-06-15 Benjamin Petersonimprovements to the fix for #3114
2008-06-15 Benjamin PetersonMerged revisions 64286 via svnmerge from
2008-06-15 Benjamin Peterson#3114 fix a bus error when deallocated exceptions were...
2008-06-14 Benjamin PetersonMerged revisions 64095 via svnmerge from
2008-06-14 Guido van RossumImplicit exception chaining via __context__ (PEP 3134).
2008-06-14 Martin v. LöwisRecorded merge of revisions 64257 via svnmerge from
2008-06-14 Martin v. LöwisMerged revisions 64267-64272 via svnmerge from
2008-06-14 Martin v. LöwisMerged revisions 64265 via svnmerge from
2008-06-14 Benjamin Petersonremove a versionadded
2008-06-14 Martin v. LöwisMerged revisions 64262 via svnmerge from
2008-06-14 Martin v. LöwisMerged revisions 64260 via svnmerge from
2008-06-13 Martin v. LöwisRan svneol.py
2008-06-13 Martin v. LöwisRun svneol.py for all files currently using Unix line...
2008-06-13 Amaury Forgeot... Blocked revisions 64254 via svnmerge
2008-06-13 Amaury Forgeot... Add missing files for the windows VS2005 compiler
2008-06-13 Benjamin Petersonfix multiprocessing line endings in py3k
2008-06-13 Benjamin PetersonBlocked revisions 64250 via svnmerge
2008-06-13 Benjamin PetersonBlocked revisions 64248 via svnmerge
2008-06-13 Martin v. LöwisMerged revisions 64246 via svnmerge from
2008-06-13 Martin v. LöwisMerged revisions 64243-64244 via svnmerge from
2008-06-13 Martin v. LöwisMerged revisions 64239 via svnmerge from
2008-06-13 Benjamin PetersonMerged revisions 64223-64224 via svnmerge from
2008-06-13 Martin v. LöwisMerged revisions 64185-64196 via svnmerge from
2008-06-13 Martin v. LöwisMerged revisions 64226 via svnmerge from
2008-06-13 Martin v. LöwisMake print_delta static.
2008-06-13 Martin v. LöwisMake stdprinter_write static.
2008-06-13 Georg BrandlFix last traces of old threading API.
2008-06-13 Alexandre VassalottiFixed compiler warnings on MSVC9.0
2008-06-13 Benjamin Petersonfix more threading API related bugs
2008-06-13 Benjamin Petersonfix more threading API usage
2008-06-13 Amaury Forgeot... Merged revisions 64214 via svnmerge from
2008-06-13 Benjamin PetersonMerged revisions 64212 via svnmerge from
2008-06-12 Amaury Forgeot... Slowly apply part of #2065: py3k can be compiled with...
2008-06-12 Amaury Forgeot... Merged revisions 64202 via svnmerge from
2008-06-12 Amaury Forgeot... Merged revisions 64197 via svnmerge from
2008-06-12 Benjamin PetersonBlocked revisions 64206 via svnmerge
2008-06-12 Amaury Forgeot... On Windows, repair compilation of builtin modules _stri...
2008-06-12 Georg BrandlRemove traces of rfc822.
2008-06-12 Benjamin Petersonremove the rfc822 module
2008-06-12 Georg BrandlRemove last traces of mimetools.
2008-06-12 Alexandre VassalottiRemoved _stringio from Windows build.
2008-06-12 Alexandre VassalottiRestore _pickle module accelerator module.
2008-06-12 Alexandre VassalottiFixed test_urllib2 by coercing Message object to str
2008-06-12 Benjamin Petersonremove a mimetools import
2008-06-12 Benjamin Petersonattempt to fix multiprocessing
2008-06-12 Benjamin PetersonBlocked revisions 64169 via svnmerge
2008-06-12 Benjamin Petersonadd a period
2008-06-12 Benjamin Petersonactually remove the mimetools module
2008-06-12 Benjamin Petersonfix compiler warning
2008-06-12 Barry WarsawPatch for issue 2848, mostly by Humberto Diogenes,...
2008-06-12 Benjamin Petersonrevert the addition of _pickle because it was causing...
2008-06-12 Barry WarsawUpdate NEWS and ACKS for issue 2849.
2008-06-12 Barry WarsawPatch by Humberto Diogenes for issue 2849, removing...
2008-06-12 Benjamin Petersonfix test_pyclbr which failed because the new StringIO...
2008-06-12 Alexandre VassalottiFixed test_tempfile.
2008-06-12 Alexandre VassalottiAttempt to fix the Windows build for _stringio and...
2008-06-12 Alexandre VassalottiFixed test_sys failure due to removal of the unused...
2008-06-11 Alexandre VassalottiAdded Windows build config for _stringio and _pickle.
2008-06-11 Alexandre VassalottiRemoved exception renaming cruft in pickle.py.
2008-06-11 Alexandre VassalottiIssue 2918: Merge StringIO and cStringIO.
2008-06-11 Benjamin Petersonfix test_ssl
2008-06-11 Alexandre VassalottiIssue 2917: Merge the pickle and cPickle module.
2008-06-11 Benjamin Petersonfix hanging test_xmlrpc
2008-06-11 Benjamin PetersonRemove nb_reserved (nb_coerce), nb_hex, and nb_oct...
2008-06-11 Georg BrandlAdd dummy_threading to toctree.
2008-06-11 Benjamin PetersonBlocked revisions 64128,64133 via svnmerge
2008-06-11 Benjamin PetersonMerged revisions 64125 via svnmerge from
2008-06-11 Georg Brandl#2630: Implement PEP 3138.
2008-06-11 Amaury Forgeot... Correctly export the module init function. Needed on...
2008-06-11 Amaury Forgeot... Adaptation to py3k.
2008-06-11 Georg BrandlMerged revisions 64130 via svnmerge from
2008-06-11 Amaury Forgeot... Follow-up of PEP 3121:
2008-06-11 Amaury Forgeot... Issue 1342: Python could not start if installed in...
2008-06-11 Benjamin PetersonMerged revisions 64123 via svnmerge from
2008-06-11 Benjamin PetersonMerged revisions 64104,64117 via svnmerge from
2008-06-11 Benjamin Peterson#3021: Antoine Pitrou's Lexical exception handlers
2008-06-11 Martin v. LöwisRemove PyInit_cStringIO again.
2008-06-11 Martin v. LöwisFix typo.
2008-06-11 Martin v. LöwisAdd missing NULL return value.
2008-06-11 Martin v. LöwisUpdate to PEP 3121.
2008-06-11 Martin v. LöwisFix module initialization glitches.
2008-06-11 Martin v. LöwisImplement PEP 3121: new module initialization and final...
2008-06-11 Gregory P.... block 64105
2008-06-11 Benjamin Petersonrevert r64092 because http://xmlrpc.com is back up
2008-06-10 Amaury Forgeot... Windows has no os.uname. Use platform.uname() instead.
2008-06-10 Gregory P.... block 64093 as its 2.6 only.
2008-06-10 Benjamin PetersonTemporarily disable test_xmlrpc_net because xmlrpc...
2008-06-10 Benjamin PetersonBlocked revisions 64090 via svnmerge
2008-06-10 Georg BrandlMerged revisions 64002-64003,64012,64036-64037,64047...
2008-06-10 Gregory P.... block a pystring/pybytes renaming change from py3k
2008-06-10 Georg BrandlMerged revisions 63562,63570,63728,63734,63784,63788...
2008-06-10 Georg BrandlBlocked revisions 63384,63545,63568,63914,63932,64028...
2008-06-10 Georg BrandlMerged revisions 63724,63726,63732,63744,63754-63755...
2008-06-10 Alexandre VassalottiFixed _bsddb key allocation errors.
2008-06-10 Georg BrandlMerged revisions 63829-63831,63858,63865,63879,63882...
next