| Commit message (Expand) | Author | Age | Files | Lines |
* | Merged revisions 64365,64370,64406,64408-64409,64412,64416-64417,64420-64421,... | Benjamin Peterson | 2008-07-02 | 2 | -3/+17 |
|
|
* | fix test_metaclass | Benjamin Peterson | 2008-07-01 | 1 | -1/+1 |
|
|
* | Merged revisions 64622 via svnmerge from | Benjamin Peterson | 2008-07-01 | 1 | -0/+6 |
|
|
* | #2683: Popen.communicate() argument must be bytes. | Georg Brandl | 2008-07-01 | 1 | -2/+2 |
|
|
* | Merged revisions 64601 via svnmerge from | Benjamin Peterson | 2008-06-30 | 1 | -0/+26 |
|
|
* | now that exec is a function, we can use the shorter assertRaises to test | Benjamin Peterson | 2008-06-30 | 1 | -37/+7 |
|
|
* | Issue #3236: Return small longs from PyLong_FromString. | Martin v. Löwis | 2008-06-30 | 1 | -0/+3 |
|
|
* | close asyncore.dispatcher on EOF | Bill Janssen | 2008-06-29 | 1 | -0/+1 |
|
|
* | Merged revisions 64518,64521-64525,64528-64533 via svnmerge from | Robert Schuppenies | 2008-06-28 | 1 | -71/+53 |
|
|
* | division is no longer a future thing for test_binop | Benjamin Peterson | 2008-06-28 | 1 | -12/+7 |
|
|
* | Merged revisions 64549 via svnmerge from | Brett Cannon | 2008-06-27 | 1 | -0/+15 |
|
|
* | Revert 64451. | Raymond Hettinger | 2008-06-24 | 1 | -27/+0 |
|
|
* | Merged revisions 64499 via svnmerge from | Eric Smith | 2008-06-24 | 1 | -0/+8 |
|
|
* | Merge 64438: hex/oct/bin can show floats exactly. | Raymond Hettinger | 2008-06-22 | 1 | -0/+27 |
|
|
* | don't bother expecting to skip tests that don't exist | Benjamin Peterson | 2008-06-19 | 1 | -21/+0 |
|
|
* | merge error: test.test_support is now test.support | Amaury Forgeot d'Arc | 2008-06-19 | 1 | -1/+1 |
|
|
* | Make a new urllib package . | Jeremy Hylton | 2008-06-18 | 16 | -367/+353 |
|
|
* | 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 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 |
|
|
* | 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 | 5 | -5/+15 |
|
|
* | 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 |
|
|
* | #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 |
|
|
* | Ran svneol.py | Martin v. Löwis | 2008-06-13 | 4 | -49/+49 |
|
|
* | fix more threading API related bugs | Benjamin Peterson | 2008-06-13 | 1 | -1/+1 |
|
|
* | Remove traces of rfc822. | Georg Brandl | 2008-06-12 | 1 | -0/+1 |
|
|
* | remove the rfc822 module | Benjamin Peterson | 2008-06-12 | 3 | -259/+2 |
|
|
* | Remove last traces of mimetools. | Georg Brandl | 2008-06-12 | 1 | -2/+0 |
|
|
* | Restore _pickle module accelerator module. | Alexandre Vassalotti | 2008-06-12 | 3 | -33/+47 |
|
|
* | actually remove the mimetools module | Benjamin Peterson | 2008-06-12 | 1 | -76/+0 |
|
|
* | Patch for issue 2848, mostly by Humberto Diogenes, with a couple of | Barry Warsaw | 2008-06-12 | 9 | -30/+30 |
|
|
* | revert the addition of _pickle because it was causing havok with 64-bit | Benjamin Peterson | 2008-06-12 | 3 | -47/+33 |
|
|
* | Patch by Humberto Diogenes for issue 2849, removing rfc822 module from | Barry Warsaw | 2008-06-12 | 1 | -1/+1 |
|
|
* | fix test_pyclbr which failed because the new StringIO presented bases it coul... | Benjamin Peterson | 2008-06-12 | 1 | -1/+1 |
|
|
* | Fixed test_sys failure due to removal of the unused slots | Alexandre Vassalotti | 2008-06-12 | 1 | -5/+10 |
|
|
* | Issue 2918: Merge StringIO and cStringIO. | Alexandre Vassalotti | 2008-06-11 | 3 | -9/+38 |
|
|
* | fix test_ssl | Benjamin Peterson | 2008-06-11 | 1 | -4/+4 |
|
|
* | Issue 2917: Merge the pickle and cPickle module. | Alexandre Vassalotti | 2008-06-11 | 3 | -33/+47 |
|
|
* | fix hanging test_xmlrpc | Benjamin Peterson | 2008-06-11 | 1 | -1/+1 |
|
|