summaryrefslogtreecommitdiffstats
path: root/Lib
Commit message (Expand)AuthorAgeFilesLines
...
* Merged revisions 64517,64519 via svnmerge fromBenjamin Peterson2008-06-253-22/+3
* Revert 64451.Raymond Hettinger2008-06-241-27/+0
* Merged revisions 64499 via svnmerge fromEric Smith2008-06-241-0/+8
* Fix old urllib/urllib2/urlparse usage.Georg Brandl2008-06-233-13/+14
* Merge 64438: hex/oct/bin can show floats exactly.Raymond Hettinger2008-06-221-0/+27
* don't bother expecting to skip tests that don't existBenjamin Peterson2008-06-191-21/+0
* merge error: test.test_support is now test.supportAmaury Forgeot d'Arc2008-06-191-1/+1
* Issue 3145: help("modules xxx") failed when scanning test.badsyntax_pep3120...Amaury Forgeot d'Arc2008-06-191-5/+16
* Bump to 3.0b1v3.0b1Barry Warsaw2008-06-192-2/+2
* follow-up of r64385: rename urllib.quote in nturl2pathAmaury Forgeot d'Arc2008-06-182-10/+7
* Issue3113: tests for CGIHTTPRequestHandler failed on windows:Amaury Forgeot d'Arc2008-06-181-58/+18
* Make a new urllib package .Jeremy Hylton2008-06-1838-3534/+3179
* merge 64378Jesse Noller2008-06-181-2/+2
* Merge r64375 to py3kJesse Noller2008-06-181-3/+6
* Quick fix for test_math failures on Solaris 10 buildbot. For futureMark Dickinson2008-06-181-8/+8
* Merged revisions 64114 via svnmerge fromAmaury Forgeot d'Arc2008-06-181-0/+17
* Merged revisions 64360-64361 via svnmerge fromAmaury Forgeot d'Arc2008-06-171-1/+3
* Merged revisions 64358 via svnmerge fromBenjamin Peterson2008-06-171-0/+1
* Merged revisions 64356 via svnmerge fromBenjamin Peterson2008-06-171-0/+3
* Another merge error, seen on bigendian machinesAmaury Forgeot d'Arc2008-06-171-1/+1
* Merge error: platform.py would not importAmaury Forgeot d'Arc2008-06-171-1/+1
* Remove 2.6 compatibility code:Amaury Forgeot d'Arc2008-06-171-3/+3
* Merged revisions 64119,64147,64150,64165,64219-64221,64229-64230,64233,64235,...Amaury Forgeot d'Arc2008-06-177-40/+58
* Merged revisions 64089,64098,64100-64102,64113,64115-64116,64118,64120,64132,...Amaury Forgeot d'Arc2008-06-173-637/+576
* Merged revisions 64326 via svnmerge fromBenjamin Peterson2008-06-171-2/+1
* Merged revisions 64317 via svnmerge fromBenjamin Peterson2008-06-161-19/+20
* Merged revisions 64309 via svnmerge fromAmaury Forgeot d'Arc2008-06-161-1/+40
* improvements to the fix for #3114Benjamin Peterson2008-06-151-9/+4
* Merged revisions 64286 via svnmerge fromBenjamin Peterson2008-06-1546-158/+277
* #3114 fix a bus error when deallocated exceptions were usedBenjamin Peterson2008-06-151-0/+19
* Merged revisions 64095 via svnmerge fromBenjamin Peterson2008-06-141-1/+6
* Implicit exception chaining via __context__ (PEP 3134).Guido van Rossum2008-06-142-27/+102
* Merged revisions 64260 via svnmerge fromMartin v. Löwis2008-06-141-45/+45
* Ran svneol.pyMartin v. Löwis2008-06-136-170/+170
* Fix last traces of old threading API.Georg Brandl2008-06-132-7/+7
* fix more threading API related bugsBenjamin Peterson2008-06-139-27/+27
* fix more threading API usageBenjamin Peterson2008-06-131-2/+2
* Remove traces of rfc822.Georg Brandl2008-06-123-2/+3
* remove the rfc822 moduleBenjamin Peterson2008-06-124-1262/+2
* Remove last traces of mimetools.Georg Brandl2008-06-122-14/+2
* Restore _pickle module accelerator module.Alexandre Vassalotti2008-06-125-126/+130
* 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
* actually remove the mimetools moduleBenjamin Peterson2008-06-122-316/+0
* Patch for issue 2848, mostly by Humberto Diogenes, with a couple ofBarry Warsaw2008-06-1220-201/+145
* revert the addition of _pickle because it was causing havok with 64-bitBenjamin Peterson2008-06-125-130/+126
* 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