summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merged revisions 64226 via svnmerge fromMartin v. Löwis2008-06-136-13/+13
* Make print_delta static.Martin v. Löwis2008-06-131-1/+1
* Make stdprinter_write static.Martin v. Löwis2008-06-131-1/+1
* Fix last traces of old threading API.Georg Brandl2008-06-137-25/+25
* Fixed compiler warnings on MSVC9.0Alexandre Vassalotti2008-06-131-2/+3
* fix more threading API related bugsBenjamin Peterson2008-06-139-27/+27
* fix more threading API usageBenjamin Peterson2008-06-131-2/+2
* Merged revisions 64214 via svnmerge fromAmaury Forgeot d'Arc2008-06-139-53/+35
* Merged revisions 64212 via svnmerge fromBenjamin Peterson2008-06-134-0/+37
* Slowly apply part of #2065: py3k can be compiled with VS8.0Amaury Forgeot d'Arc2008-06-122-2/+6
* Merged revisions 64202 via svnmerge fromAmaury Forgeot d'Arc2008-06-1222-167/+525
* Merged revisions 64197 via svnmerge fromAmaury Forgeot d'Arc2008-06-121-17/+17
* Blocked revisions 64206 via svnmergeBenjamin Peterson2008-06-120-0/+0
* On Windows, repair compilation of builtin modules _stringio and _pickle.Amaury Forgeot d'Arc2008-06-125-0/+33
* Remove traces of rfc822.Georg Brandl2008-06-126-11/+12
* remove the rfc822 moduleBenjamin Peterson2008-06-127-1614/+4
* Remove last traces of mimetools.Georg Brandl2008-06-128-43/+20
* Removed _stringio from Windows build.Alexandre Vassalotti2008-06-124-13/+0
* Restore _pickle module accelerator module.Alexandre Vassalotti2008-06-128-126/+4683
* Fixed test_urllib2 by coercing Message object to strAlexandre Vassalotti2008-06-121-1/+1
* remove a mimetools importBenjamin Peterson2008-06-121-1/+0
* attempt to fix multiprocessingBenjamin Peterson2008-06-121-4/+2
* Blocked revisions 64169 via svnmergeBenjamin Peterson2008-06-120-0/+0
* add a periodBenjamin Peterson2008-06-121-1/+1
* actually remove the mimetools moduleBenjamin Peterson2008-06-125-448/+2
* fix compiler warningBenjamin Peterson2008-06-121-1/+1
* Patch for issue 2848, mostly by Humberto Diogenes, with a couple ofBarry Warsaw2008-06-1223-204/+148
* revert the addition of _pickle because it was causing havok with 64-bitBenjamin Peterson2008-06-1212-4695/+126
* Update NEWS and ACKS for issue 2849.Barry Warsaw2008-06-122-0/+3
* Patch by Humberto Diogenes for issue 2849, removing rfc822 module fromBarry Warsaw2008-06-122-12/+15
* fix test_pyclbr which failed because the new StringIO presented bases it coul...Benjamin Peterson2008-06-121-1/+1
* Fixed test_tempfile.Alexandre Vassalotti2008-06-122-1/+17
* Attempt to fix the Windows build for _stringio and _pickle.Alexandre Vassalotti2008-06-122-0/+21
* Fixed test_sys failure due to removal of the unused slotsAlexandre Vassalotti2008-06-121-5/+10
* Added Windows build config for _stringio and _pickle.Alexandre Vassalotti2008-06-112-4/+16
* Removed exception renaming cruft in pickle.py.Alexandre Vassalotti2008-06-111-3/+0
* Issue 2918: Merge StringIO and cStringIO.Alexandre Vassalotti2008-06-118-22/+702
* fix test_sslBenjamin Peterson2008-06-111-4/+4
* Issue 2917: Merge the pickle and cPickle module.Alexandre Vassalotti2008-06-118-126/+4685
* fix hanging test_xmlrpcBenjamin Peterson2008-06-111-1/+1
* Remove nb_reserved (nb_coerce), nb_hex, and nb_oct from PyNumberMethodsBenjamin Peterson2008-06-1111-32/+3
* Add dummy_threading to toctree.Georg Brandl2008-06-111-0/+1
* Blocked revisions 64128,64133 via svnmergeBenjamin Peterson2008-06-110-0/+0
* Merged revisions 64125 via svnmerge fromBenjamin Peterson2008-06-1120-131/+126
* #2630: Implement PEP 3138.Georg Brandl2008-06-1125-1032/+1329
* 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 64130 via svnmerge fromGeorg Brandl2008-06-111-7/+7
* Follow-up of PEP 3121:Amaury Forgeot d'Arc2008-06-111-2/+2
* Issue 1342: Python could not start if installed in a directoryAmaury Forgeot d'Arc2008-06-113-5/+15