summaryrefslogtreecommitdiffstats
path: root/Modules
Commit message (Expand)AuthorAgeFilesLines
* Issue #3282: str.isprintable() should return False for undefined Unicode char...Georg Brandl2008-07-041-8659/+8771
* Merged revisions 64685 via svnmerge fromAmaury Forgeot d'Arc2008-07-021-5/+8
* Correct a typo that breaks test_distutilsAmaury Forgeot d'Arc2008-07-021-1/+1
* #3247: get rid of Py_FindMethodAmaury Forgeot d'Arc2008-07-026-49/+105
* #3247: Get rid of Py_FindMethod:Amaury Forgeot d'Arc2008-07-022-42/+99
* #3247 Get rid of Py_FindMethod; use tp_members instead.Amaury Forgeot d'Arc2008-07-028-280/+328
* Merged revisions 64434-64435,64440-64443,64445,64447-64448,64450,64452,64455,...Benjamin Peterson2008-07-022-17/+76
* Merged revisions 64365,64370,64406,64408-64409,64412,64416-64417,64420-64421,...Benjamin Peterson2008-07-022-4/+5
* 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