| Commit message (Expand) | Author | Age | Files | Lines |
* | #9424: Replace deprecated assert* methods in the Python test suite. | Ezio Melotti | 2010-11-20 | 1 | -3/+3 |
|
|
* | use assert[Not]In where appropriate | Ezio Melotti | 2010-01-23 | 1 | -5/+5 |
|
|
* | Closes release blocker #3627. | Neal Norwitz | 2008-08-24 | 1 | -5/+7 |
|
|
* | Manual forward port of 64962 - use PyObject_HashNotImplemented as a tp_hash l... | Nick Coghlan | 2008-07-15 | 1 | -2/+1 |
|
|
* | Move itertools izip() code to builtins as zip(). Complete the renaming. | Raymond Hettinger | 2008-03-13 | 1 | -1/+1 |
|
|
* | Issues 2186 and 2187. Move map() from itertools to builtins. | Raymond Hettinger | 2008-03-13 | 1 | -2/+2 |
|
|
* | Merged revisions 60990-61002 via svnmerge from | Christian Heimes | 2008-02-23 | 1 | -1/+0 |
|
|
* | Issue 2025: Add index() and count() methods to tuple so that it will follow | Raymond Hettinger | 2008-02-07 | 1 | -0/+62 |
|
|
* | Merged revisions 58947-59004 via svnmerge from | Guido van Rossum | 2007-11-16 | 1 | -0/+7 |
|
|
* | Remove the simple slicing API. All slicing is now done with slice objects. | Thomas Wouters | 2007-08-30 | 1 | -2/+0 |
|
|
* | Merged revisions 55007-55179 via svnmerge from | Guido van Rossum | 2007-05-07 | 1 | -5/+5 |
|
|
* | PEP 3114: rename .next() to .__next__() and add next() builtin. | Georg Brandl | 2007-04-21 | 1 | -6/+6 |
|
|
* | Rip out 'long' and 'L'-suffixed integer literals. | Guido van Rossum | 2007-01-15 | 1 | -15/+15 |
|
|
* | Whitespace normalization (via reindent.py). | Tim Peters | 2005-08-26 | 1 | -1/+1 |
|
|
* | patch [ 1141428 ] more __contains__ tests | Georg Brandl | 2005-08-24 | 1 | -0/+27 |
|
|
* | Add tests for tuple, list and UserList that initialize the object from | Walter Dörwald | 2005-03-22 | 1 | -0/+90 |
|
|
* | Improve test coverage. | Raymond Hettinger | 2004-09-30 | 1 | -0/+35 |
|
|
* | Move list and tuple tests from test_types.py to their own scripts: | Walter Dörwald | 2003-12-08 | 1 | -0/+171 |
|
|