| Commit message (Expand) | Author | Age | Files | Lines |
| * | Bump to 3.0b1v3.0b1 | Barry Warsaw | 2008-06-19 | 2 | -2/+2 |
|
|
| * | follow-up of r64385: rename urllib.quote in nturl2path | Amaury Forgeot d'Arc | 2008-06-18 | 2 | -10/+7 |
|
|
| * | Issue3113: tests for CGIHTTPRequestHandler failed on windows: | Amaury Forgeot d'Arc | 2008-06-18 | 1 | -58/+18 |
|
|
| * | Make a new urllib package . | Jeremy Hylton | 2008-06-18 | 38 | -3534/+3179 |
|
|
| * | merge 64378 | Jesse Noller | 2008-06-18 | 1 | -2/+2 |
|
|
| * | Merge r64375 to py3k | Jesse Noller | 2008-06-18 | 1 | -3/+6 |
|
|
| * | Quick fix for test_math failures on Solaris 10 buildbot. For future | Mark Dickinson | 2008-06-18 | 1 | -8/+8 |
|
|
| * | Merged revisions 64114 via svnmerge from | Amaury Forgeot d'Arc | 2008-06-18 | 1 | -0/+17 |
|
|
| * | Merged revisions 64360-64361 via svnmerge from | Amaury Forgeot d'Arc | 2008-06-17 | 1 | -1/+3 |
|
|
| * | Merged revisions 64358 via svnmerge from | Benjamin Peterson | 2008-06-17 | 1 | -0/+1 |
|
|
| * | Merged revisions 64356 via svnmerge from | Benjamin Peterson | 2008-06-17 | 1 | -0/+3 |
|
|
| * | Another merge error, seen on bigendian machines | Amaury Forgeot d'Arc | 2008-06-17 | 1 | -1/+1 |
|
|
| * | Merge error: platform.py would not import | Amaury Forgeot d'Arc | 2008-06-17 | 1 | -1/+1 |
|
|
| * | Remove 2.6 compatibility code: | Amaury Forgeot d'Arc | 2008-06-17 | 1 | -3/+3 |
|
|
| * | Merged revisions 64119,64147,64150,64165,64219-64221,64229-64230,64233,64235,... | Amaury Forgeot d'Arc | 2008-06-17 | 7 | -40/+58 |
|
|
| * | Merged revisions 64089,64098,64100-64102,64113,64115-64116,64118,64120,64132,... | Amaury Forgeot d'Arc | 2008-06-17 | 3 | -637/+576 |
|
|
| * | Merged revisions 64326 via svnmerge from | Benjamin Peterson | 2008-06-17 | 1 | -2/+1 |
|
|
| * | Merged revisions 64317 via svnmerge from | Benjamin Peterson | 2008-06-16 | 1 | -19/+20 |
|
|
| * | Merged revisions 64309 via svnmerge from | Amaury Forgeot d'Arc | 2008-06-16 | 1 | -1/+40 |
|
|
| * | improvements to the fix for #3114 | Benjamin Peterson | 2008-06-15 | 1 | -9/+4 |
|
|
| * | Merged revisions 64286 via svnmerge from | Benjamin Peterson | 2008-06-15 | 46 | -158/+277 |
|
|
| * | #3114 fix a bus error when deallocated exceptions were used | Benjamin Peterson | 2008-06-15 | 1 | -0/+19 |
|
|
| * | Merged revisions 64095 via svnmerge from | Benjamin Peterson | 2008-06-14 | 1 | -1/+6 |
|
|
| * | Implicit exception chaining via __context__ (PEP 3134). | Guido van Rossum | 2008-06-14 | 2 | -27/+102 |
|
|
| * | Merged revisions 64260 via svnmerge from | Martin v. Löwis | 2008-06-14 | 1 | -45/+45 |
|
|
| * | Ran svneol.py | Martin v. Löwis | 2008-06-13 | 6 | -170/+170 |
|
|
| * | Fix last traces of old threading API. | Georg Brandl | 2008-06-13 | 2 | -7/+7 |
|
|
| * | fix more threading API related bugs | Benjamin Peterson | 2008-06-13 | 9 | -27/+27 |
|
|
| * | fix more threading API usage | Benjamin Peterson | 2008-06-13 | 1 | -2/+2 |
|
|
| * | Remove traces of rfc822. | Georg Brandl | 2008-06-12 | 3 | -2/+3 |
|
|
| * | remove the rfc822 module | Benjamin Peterson | 2008-06-12 | 4 | -1262/+2 |
|
|
| * | Remove last traces of mimetools. | Georg Brandl | 2008-06-12 | 2 | -14/+2 |
|
|
| * | Restore _pickle module accelerator module. | Alexandre Vassalotti | 2008-06-12 | 5 | -126/+130 |
|
|
| * | Fixed test_urllib2 by coercing Message object to str | Alexandre Vassalotti | 2008-06-12 | 1 | -1/+1 |
|
|
| * | remove a mimetools import | Benjamin Peterson | 2008-06-12 | 1 | -1/+0 |
|
|
| * | attempt to fix multiprocessing | Benjamin Peterson | 2008-06-12 | 1 | -4/+2 |
|
|
| * | actually remove the mimetools module | Benjamin Peterson | 2008-06-12 | 2 | -316/+0 |
|
|
| * | Patch for issue 2848, mostly by Humberto Diogenes, with a couple of | Barry Warsaw | 2008-06-12 | 20 | -201/+145 |
|
|
| * | revert the addition of _pickle because it was causing havok with 64-bit | Benjamin Peterson | 2008-06-12 | 5 | -130/+126 |
|
|
| * | Patch by Humberto Diogenes for issue 2849, removing rfc822 module from | Barry Warsaw | 2008-06-12 | 2 | -12/+15 |
|
|
| * | fix test_pyclbr which failed because the new StringIO presented bases it coul... | Benjamin Peterson | 2008-06-12 | 1 | -1/+1 |
|
|
| * | Fixed test_tempfile. | Alexandre Vassalotti | 2008-06-12 | 2 | -1/+17 |
|
|
| * | Fixed test_sys failure due to removal of the unused slots | Alexandre Vassalotti | 2008-06-12 | 1 | -5/+10 |
|
|
| * | Removed exception renaming cruft in pickle.py. | Alexandre Vassalotti | 2008-06-11 | 1 | -3/+0 |
|
|
| * | Issue 2918: Merge StringIO and cStringIO. | Alexandre Vassalotti | 2008-06-11 | 5 | -22/+320 |
|
|
| * | fix test_ssl | Benjamin Peterson | 2008-06-11 | 1 | -4/+4 |
|
|
| * | Issue 2917: Merge the pickle and cPickle module. | Alexandre Vassalotti | 2008-06-11 | 5 | -126/+133 |
|
|
| * | fix hanging test_xmlrpc | Benjamin Peterson | 2008-06-11 | 1 | -1/+1 |
|
|
| * | Merged revisions 64125 via svnmerge from | Benjamin Peterson | 2008-06-11 | 18 | -110/+105 |
|
|
| * | #2630: Implement PEP 3138. | Georg Brandl | 2008-06-11 | 6 | -13/+105 |
|
|