| Commit message (Expand) | Author | Age | Files | Lines |
* | Issue #9213: Add index and count methods to range objects, needed to | Daniel Stutzbach | 2010-09-13 | 1 | -0/+54 |
|
|
* | Issue 7994: Make object.__format__() raise a PendingDeprecationWarning | Eric Smith | 2010-09-13 | 1 | -0/+110 |
|
|
* | Issue #9804: ascii() now always represents unicode surrogate pairs as | Antoine Pitrou | 2010-09-09 | 1 | -0/+22 |
|
|
* | only catch AttributeError in hasattr() #9666 | Benjamin Peterson | 2010-08-24 | 1 | -5/+6 |
|
|
* | cleanup imports | Benjamin Peterson | 2010-08-23 | 1 | -9/+7 |
|
|
* | Issue #665761: functools.reduce() will no longer mask exceptions other | Alexander Belopolsky | 2010-08-16 | 1 | -0/+1 |
|
|
* | Merged revisions 81525 via svnmerge from | Mark Dickinson | 2010-05-25 | 1 | -0/+18 |
|
|
* | Issue #1533: Merge added trunk range tests to py3k. (The fix itself | Mark Dickinson | 2010-05-05 | 1 | -2/+42 |
|
|
* | Clean up the manipulation of the warnings filter in test_builtin. | Brett Cannon | 2010-03-20 | 1 | -8/+5 |
|
|
* | Merged revisions 78093 via svnmerge from | Georg Brandl | 2010-03-14 | 1 | -4/+4 |
|
|
* | Issue #6697: catch _PyUnicode_AsString() errors in getattr() and setattr() | Victor Stinner | 2010-03-12 | 1 | -0/+2 |
|
|
* | use assert[Not]In where appropriate | Benjamin Peterson | 2010-01-19 | 1 | -14/+14 |
|
|
* | Issue #7435: Remove duplicate int/long tests, and other | Mark Dickinson | 2009-12-05 | 1 | -51/+5 |
|
|
* | Merged revisions 76176 via svnmerge from | Mark Dickinson | 2009-11-09 | 1 | -0/+22 |
|
|
* | Merged revisions 75470 via svnmerge from | Mark Dickinson | 2009-10-17 | 1 | -0/+4 |
|
|
* | Merged revisions 74167 via svnmerge from | Georg Brandl | 2009-07-22 | 1 | -0/+5 |
|
|
* | convert old fail* assertions to assert* | Benjamin Peterson | 2009-06-30 | 1 | -37/+37 |
|
|
* | Issue #6334: Fix buggy internal length calculation in builtin range function | Mark Dickinson | 2009-06-24 | 1 | -0/+18 |
|
|
* | fix len() when __len__() returns a non number type #5137 | Benjamin Peterson | 2009-02-08 | 1 | -0/+12 |
|
|
* | Issue #1717: remove the cmp builtin function, the C-API functions | Mark Dickinson | 2009-02-01 | 1 | -3/+1 |
|
|
* | Issue #4707: round(x, n) now returns an integer when x is an integer. | Mark Dickinson | 2009-01-28 | 1 | -3/+3 |
|
|
* | Issue #1717: Remove cmp. Stage 1: remove all uses of cmp and __cmp__ from | Mark Dickinson | 2009-01-27 | 1 | -19/+4 |
|
|
* | #3946 fix PyObject_CheckBuffer on a memoryview object | Benjamin Peterson | 2008-09-26 | 1 | -0/+1 |
|
|
* | Merged revisions 65339-65340,65342 via svnmerge from | Amaury Forgeot d'Arc | 2008-08-01 | 1 | -0/+1 |
|
|
* | Revert 64451. | Raymond Hettinger | 2008-06-24 | 1 | -27/+0 |
|
|
* | Merge 64438: hex/oct/bin can show floats exactly. | Raymond Hettinger | 2008-06-22 | 1 | -0/+27 |
|
|
* | #2630: Implement PEP 3138. | Georg Brandl | 2008-06-11 | 1 | -0/+14 |
|
|
* | Revert r63934 -- it was mixing two patches. | Georg Brandl | 2008-06-04 | 1 | -3/+0 |
|
|
* | Remove meaning of -ttt, but still accept -t option on cmdline for compatibility. | Georg Brandl | 2008-06-04 | 1 | -0/+3 |
|
|
* | #2621 rename test.test_support to test.support | Benjamin Peterson | 2008-05-20 | 1 | -2/+2 |
|
|
* | Merged revisions 63119-63128,63130-63131,63133,63135-63144,63146-63148,63151-... | Alexandre Vassalotti | 2008-05-16 | 1 | -0/+10 |
|
|
* | Merged revisions 62425-62429,62434-62436,62441,62444,62446-62448,62450-62455,... | Christian Heimes | 2008-05-04 | 1 | -659/+0 |
|
|
* | Issue2221: in Idle, exec('xx') raised a SystemError('error return without exc... | Amaury Forgeot d'Arc | 2008-04-04 | 1 | -0/+11 |
|
|
* | Merged revisions 60481,60485,60489-60492,60494-60496,60498-60499,60501-60503,... | Christian Heimes | 2008-02-23 | 1 | -0/+9 |
|
|
* | Fixes for shared 2.6 code that implements PEP 3101, advanced string | Eric Smith | 2008-02-17 | 1 | -18/+61 |
|
|
* | Move UserList to collections. | Raymond Hettinger | 2008-02-12 | 1 | -2/+2 |
|
|
* | Merged revisions 60481,60485,60489-60492,60494-60496,60498-60499,60501-60503,... | Christian Heimes | 2008-02-11 | 1 | -2/+2 |
|
|
* | Migrate remaining tests from UserDict.UserDict to collections.UserDict. | Raymond Hettinger | 2008-02-06 | 1 | -2/+2 |
|
|
* | Merged revisions 60481,60485,60489-60492,60494-60496,60498-60499,60501-60503,... | Christian Heimes | 2008-02-04 | 1 | -1/+51 |
|
|
* | Merged revisions 60481,60485,60489-60520,60523-60527,60530-60533,60535-60538,... | Christian Heimes | 2008-02-03 | 1 | -0/+14 |
|
|
* | Merged revisions 60475-60479,60481-60488 via svnmerge from | Christian Heimes | 2008-02-01 | 1 | -31/+0 |
|
|
* | Issue #1771: Remove cmp parameter from list.sort() and builtin.sorted(). | Raymond Hettinger | 2008-01-30 | 1 | -3/+0 |
|
|
* | Merged revisions 60364-60378 via svnmerge from | Christian Heimes | 2008-01-27 | 1 | -1/+20 |
|
|
* | Replace map(None, *iterables) with zip(*iterables). | Raymond Hettinger | 2008-01-22 | 1 | -21/+0 |
|
|
* | Merged revisions 60080-60089,60091-60093 via svnmerge from | Georg Brandl | 2008-01-19 | 1 | -0/+5 |
|
|
* | Fix Issue #1769: Now int('- 1') or int('+ 1') is not allowed | Facundo Batista | 2008-01-19 | 1 | -3/+35 |
|
|
* | Added the test cases I actually meant to add. | Eric Smith | 2008-01-11 | 1 | -0/+5 |
|
|
* | Simplifed argument parsing in object.__format__, added test case. | Eric Smith | 2008-01-11 | 1 | -0/+4 |
|
|
* | Removed PyInt_GetMax and sys.maxint | Christian Heimes | 2007-12-04 | 1 | -19/+19 |
|
|
* | Problem found while converting from PyBytes to PyString: | Amaury Forgeot d'Arc | 2007-11-22 | 1 | -4/+5 |
|
|