| Commit message (Expand) | Author | Age | Files | Lines |
* | Merged revisions 64968,64971 via svnmerge from | Thomas Heller | 2008-07-15 | 1 | -0/+20 |
|
|
* | Fix a potential NameError. | Thomas Heller | 2008-07-15 | 1 | -1/+1 |
|
|
* | Manual forward port of 64962 - use PyObject_HashNotImplemented as a tp_hash l... | Nick Coghlan | 2008-07-15 | 5 | -69/+82 |
|
|
* | implement chained exception tracebacks | Benjamin Peterson | 2008-07-15 | 3 | -27/+217 |
|
|
* | Forward port of r64958. | Eric Smith | 2008-07-15 | 2 | -0/+42 |
|
|
* | #2512 implement the 3.0 gettext API | Benjamin Peterson | 2008-07-14 | 2 | -32/+14 |
|
|
* | Merged revisions 64842,64853,64856,64945 via svnmerge from | Robert Schuppenies | 2008-07-14 | 1 | -68/+229 |
|
|
* | remove 3.0 conditional | Benjamin Peterson | 2008-07-13 | 1 | -5/+2 |
|
|
* | Merged revisions 64920 via svnmerge from | Benjamin Peterson | 2008-07-13 | 1 | -7/+0 |
|
|
* | move test_long_future into test_long | Benjamin Peterson | 2008-07-13 | 2 | -55/+35 |
|
|
* | Make test.test_support.catch_warnings more robust as discussed on python-dev.... | Nick Coghlan | 2008-07-13 | 3 | -34/+90 |
|
|
* | Merged revisions 64903 via svnmerge from | Brett Cannon | 2008-07-13 | 2 | -6/+4 |
|
|
* | Fixed test for asyncore. | Josiah Carlson | 2008-07-11 | 1 | -3/+3 |
|
|
* | Fix for AttributeError in test_asynchat. | Josiah Carlson | 2008-07-11 | 1 | -1/+1 |
|
|
* | Issue 3314. The sys module is used in an error case. | Facundo Batista | 2008-07-07 | 2 | -1/+6 |
|
|
* | Fixed bugs 760475, 953599, and 1519. This is a translation of changelist 64768 | Josiah Carlson | 2008-07-07 | 3 | -6/+14 |
|
|
* | Committing Py3k version of changelist 64080 and 64257, along with updated tests | Josiah Carlson | 2008-07-07 | 6 | -133/+241 |
|
|
* | finish fixing the rlcompleter regression (thanks for noticing Antonine Pitrou) | Benjamin Peterson | 2008-07-05 | 1 | -1/+1 |
|
|
* | fix regression from merge error in rlcompletor | Benjamin Peterson | 2008-07-05 | 1 | -1/+1 |
|
|
* | Merged revisions 64736-64737 via svnmerge from | Martin v. Löwis | 2008-07-05 | 3 | -5/+11 |
|
|
* | Issue #3280: like chr() already does, the "%c" format now accepts the full un... | Amaury Forgeot d'Arc | 2008-07-04 | 1 | -1/+4 |
|
|
* | Correct a test after r64701. | Amaury Forgeot d'Arc | 2008-07-04 | 1 | -2/+4 |
|
|
* | Issue #3282: str.isprintable() should return False for undefined Unicode char... | Georg Brandl | 2008-07-04 | 1 | -4/+13 |
|
|
* | Merged revisions 64688 via svnmerge from | Martin v. Löwis | 2008-07-03 | 3 | -108/+297 |
|
|
* | #3247 Get rid of Py_FindMethod; use tp_members instead. | Amaury Forgeot d'Arc | 2008-07-02 | 3 | -0/+10 |
|
|
* | Merged revisions 64475,64544-64545,64550,64557-64558,64565,64570,64577,64582-... | Benjamin Peterson | 2008-07-02 | 12 | -307/+215 |
|
|
* | Merged revisions 64434-64435,64440-64443,64445,64447-64448,64450,64452,64455,... | Benjamin Peterson | 2008-07-02 | 6 | -11/+148 |
|
|
* | Merged revisions 64365,64370,64406,64408-64409,64412,64416-64417,64420-64421,... | Benjamin Peterson | 2008-07-02 | 3 | -7/+21 |
|
|
* | 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 |
|
|
* | Fix a few urllib bugs (NameErrors). | Georg Brandl | 2008-07-01 | 2 | -126/+125 |
|
|
* | #2683: Popen.communicate() argument must be bytes. | Georg Brandl | 2008-07-01 | 2 | -8/+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 |
|
|
* | fix bad method names in ssl module (and typo in ssl doc) | Bill Janssen | 2008-06-29 | 1 | -6/+6 |
|
|
* | 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 |
|
|
* | make multiprocessing.sharedctypes.Value's lock argument a keyword-only argume... | Benjamin Peterson | 2008-06-27 | 1 | -4/+1 |
|
|
* | Merged revisions 64549 via svnmerge from | Brett Cannon | 2008-06-27 | 2 | -0/+16 |
|
|
* | make changes for py3k for multiprocessing | Benjamin Peterson | 2008-06-25 | 1 | -5/+2 |
|
|
* | Merged revisions 64517,64519 via svnmerge from | Benjamin Peterson | 2008-06-25 | 3 | -22/+3 |
|
|
* | Revert 64451. | Raymond Hettinger | 2008-06-24 | 1 | -27/+0 |
|
|
* | Merged revisions 64499 via svnmerge from | Eric Smith | 2008-06-24 | 1 | -0/+8 |
|
|
* | Fix old urllib/urllib2/urlparse usage. | Georg Brandl | 2008-06-23 | 3 | -13/+14 |
|
|
* | 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 |
|
|
* | Issue 3145: help("modules xxx") failed when scanning test.badsyntax_pep3120... | Amaury Forgeot d'Arc | 2008-06-19 | 1 | -5/+16 |
|
|