summaryrefslogtreecommitdiffstats
path: root/Modules
Commit message (Expand)AuthorAgeFilesLines
* Merged revisions 64601 via svnmerge fromBenjamin Peterson2008-06-301-1/+4
* Quick fix for test_math failures on Solaris 10 buildbot. For futureMark Dickinson2008-06-181-3/+3
* Merged revisions 64114 via svnmerge fromAmaury Forgeot d'Arc2008-06-186-26/+172
* Merged revisions 64349 via svnmerge fromBenjamin Peterson2008-06-171-3/+8
* Remove 2.6 compatibility code:Amaury Forgeot d'Arc2008-06-171-19/+1
* Merged revisions 64119,64147,64150,64165,64219-64221,64229-64230,64233,64235,...Amaury Forgeot d'Arc2008-06-173-6/+18
* Merged revisions 64089,64098,64100-64102,64113,64115-64116,64118,64120,64132,...Amaury Forgeot d'Arc2008-06-171-6/+11
* Merged revisions 64267-64272 via svnmerge fromMartin v. Löwis2008-06-141-2/+3
* fix multiprocessing line endings in py3kBenjamin Peterson2008-06-134-887/+887
* Merged revisions 64223-64224 via svnmerge fromBenjamin Peterson2008-06-131-6/+12
* Merged revisions 64226 via svnmerge fromMartin v. Löwis2008-06-135-11/+11
* Make print_delta static.Martin v. Löwis2008-06-131-1/+1
* Fixed compiler warnings on MSVC9.0Alexandre Vassalotti2008-06-131-2/+3
* Merged revisions 64214 via svnmerge fromAmaury Forgeot d'Arc2008-06-133-15/+18
* Merged revisions 64212 via svnmerge fromBenjamin Peterson2008-06-131-0/+1
* Slowly apply part of #2065: py3k can be compiled with VS8.0Amaury Forgeot d'Arc2008-06-121-0/+4
* Restore _pickle module accelerator module.Alexandre Vassalotti2008-06-121-0/+4546
* fix compiler warningBenjamin Peterson2008-06-121-1/+1
* revert the addition of _pickle because it was causing havok with 64-bitBenjamin Peterson2008-06-121-4546/+0
* Issue 2918: Merge StringIO and cStringIO.Alexandre Vassalotti2008-06-111-0/+379
* Issue 2917: Merge the pickle and cPickle module.Alexandre Vassalotti2008-06-111-0/+4546
* Remove nb_reserved (nb_coerce), nb_hex, and nb_oct from PyNumberMethodsBenjamin Peterson2008-06-111-3/+0
* Correctly export the module init function. Needed on Windows.Amaury Forgeot d'Arc2008-06-111-1/+1
* Adaptation to py3k.Amaury Forgeot d'Arc2008-06-111-1/+1
* Merged revisions 64104,64117 via svnmerge fromBenjamin Peterson2008-06-117-0/+2201
* Add missing NULL return value.Martin v. Löwis2008-06-111-1/+1
* Fix module initialization glitches.Martin v. Löwis2008-06-112-3/+1
* Implement PEP 3121: new module initialization and finalization API.Martin v. Löwis2008-06-1177-467/+1483
* Merged revisions 64002-64003,64012,64036-64037,64047,64050-64052,64054-64055,...Georg Brandl2008-06-101-0/+49
* Merged revisions 63562,63570,63728,63734,63784,63788,63802,63817,63827,63839,...Georg Brandl2008-06-108-62/+110
* Fixed _bsddb key allocation errors.Alexandre Vassalotti2008-06-101-0/+4
* Merged revisions 63829-63831,63858,63865,63879,63882,63948,63970-63972,63976,...Georg Brandl2008-06-101-3/+3
* Remove last traces of cStringIO.Georg Brandl2008-06-101-3/+0
* PyString_InternFromString -> PyUnicode_InternFromStringThomas Heller2008-06-101-1/+1
* Merged revisions 63988,63991 via svnmerge fromThomas Heller2008-06-101-3/+9
* Merged revisions 64070 via svnmerge fromThomas Heller2008-06-101-4/+16
* Remove locking from buffer protocol as-per discussion.Travis E. Oliphant2008-06-063-16/+0
* Merged revisions 63977 via svnmerge fromThomas Heller2008-06-064-4/+202
* Merged revisions 63897-63898 via svnmerge fromThomas Heller2008-06-061-1/+1
* Remove meaning of -ttt, but still accept -t option on cmdline for compatibility.Georg Brandl2008-06-041-2/+1
* Revert r63934 -- it was mixing two patches.Georg Brandl2008-06-041-1/+2
* Remove meaning of -ttt, but still accept -t option on cmdline for compatibility.Georg Brandl2008-06-041-2/+1
* Change all functions that expect one unicode character to accept a pair ofWalter Dörwald2008-06-031-73/+74
* Removed the old cStringIO module.Alexandre Vassalotti2008-06-021-754/+0
* Forward-port PYTHONIOENCODING.Martin v. Löwis2008-06-021-0/+1
* add the gestalt module back as _gestaltBenjamin Peterson2008-05-291-0/+72
* Merged revisions 63791-63792 via svnmerge fromThomas Heller2008-05-291-21/+21
* Make db modules' error classes inherit IOError.Georg Brandl2008-05-282-2/+3
* Merged revisions 63542-63544,63546,63553,63563-63564,63567,63569,63576 via sv...Benjamin Peterson2008-05-261-0/+194
* Renamed PyString to PyBytesChristian Heimes2008-05-2640-436/+436