summaryrefslogtreecommitdiffstats
path: root/Modules
Commit message (Expand)AuthorAgeFilesLines
* 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
* Renamed PyBytes to PyByteArrayChristian Heimes2008-05-2615-82/+82
* Create the dbm package from PEP 3108. #2881.Georg Brandl2008-05-264-14/+14
* Rename thread to _thread and dummy_thread to _dummy_thread. Issue #2875.Georg Brandl2008-05-252-4/+4
* #2879: rename _winreg to winreg.Georg Brandl2008-05-251-1/+1
* Merged revisions 63395-63396,63511,63522-63523 via svnmerge fromThomas Heller2008-05-231-0/+1
* Remove duplicate check for PyLong_Check(). It was checked above.Neal Norwitz2008-05-201-3/+0
* Tkinter, step 5: remove lib-tk subdirectory and update all places where it wa...Georg Brandl2008-05-171-5/+1
* Merged revisions 63361-63373,63375,63377-63380 via svnmerge fromAlexandre Vassalotti2008-05-163-1/+9
* Merged revisions 63066-63076,63079,63081-63085,63087-63097,63099,63101-63104 ...Alexandre Vassalotti2008-05-161-2/+9
* Merged revisions 62914-62916,62918-62919,62921-62922,62924-62942,62944-62945,...Alexandre Vassalotti2008-05-151-12/+54
* Fixed refleak in _testcapi.test_s_code.Alexandre Vassalotti2008-05-151-0/+1
* #2798: PyArg_ParseTuple did not correctly handle the "s" code in case of unic...Amaury Forgeot d'Arc2008-05-121-0/+33
* Rename copy_reg module to copyreg.Alexandre Vassalotti2008-05-111-1/+1