summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Run svneol.py for all files currently using Unix line endings.Martin v. Löwis2008-06-130-0/+0
* Blocked revisions 64254 via svnmergeAmaury Forgeot d'Arc2008-06-130-0/+0
* Add missing files for the windows VS2005 compilerAmaury Forgeot d'Arc2008-06-135-0/+3376
* fix multiprocessing line endings in py3kBenjamin Peterson2008-06-134-887/+887
* Blocked revisions 64250 via svnmergeBenjamin Peterson2008-06-130-0/+0
* Blocked revisions 64248 via svnmergeBenjamin Peterson2008-06-130-0/+0
* Merged revisions 64246 via svnmerge fromMartin v. Löwis2008-06-131-3/+3
* Merged revisions 64243-64244 via svnmerge fromMartin v. Löwis2008-06-134-215/+18
* Merged revisions 64239 via svnmerge fromMartin v. Löwis2008-06-133-8/+11
* Merged revisions 64223-64224 via svnmerge fromBenjamin Peterson2008-06-131-6/+12
* Merged revisions 64185-64196 via svnmerge fromMartin v. Löwis2008-06-137-45/+49
* 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