| Commit message (Expand) | Author | Age | Files | Lines |
* | Forward port additional tests from 2.7 (issue #14829). | Antoine Pitrou | 2012-05-16 | 1 | -3/+44 |
|
|
* | Issue 13496: Fix bisect.bisect overflow bug for large collections. | Mark Dickinson | 2012-04-15 | 1 | -0/+7 |
|
|
* | convert old fail* assertions to assert* | Benjamin Peterson | 2009-06-30 | 1 | -9/+9 |
|
|
* | merge from trunk | Benjamin Peterson | 2008-10-11 | 1 | -0/+11 |
|
|
* | Merged revisions 64722,64729,64753,64845-64846,64849,64871,64880-64882,64885,... | Georg Brandl | 2008-07-16 | 1 | -0/+8 |
|
|
* | #2621 rename test.test_support to test.support | Benjamin Peterson | 2008-05-20 | 1 | -4/+4 |
|
|
* | Merged revisions 61003-61033 via svnmerge from | Christian Heimes | 2008-02-24 | 1 | -110/+155 |
|
|
* | Move UserList to collections. | Raymond Hettinger | 2008-02-12 | 1 | -1/+1 |
|
|
* | Merged revisions 56125-56153 via svnmerge from | Guido van Rossum | 2007-07-03 | 1 | -1/+1 |
|
|
* | Merged revisions 55007-55179 via svnmerge from | Guido van Rossum | 2007-05-07 | 1 | -6/+6 |
|
|
* | Fix most trivially-findable print statements. | Guido van Rossum | 2007-02-09 | 1 | -1/+1 |
|
|
* | Restructure comparison dramatically. There is no longer a default | Guido van Rossum | 2006-08-24 | 1 | -1/+6 |
|
|
* | Fix test_bisect in the same way as test_itertools: iter() blows up a lot | Thomas Wouters | 2006-04-15 | 1 | -2/+2 |
|
|
* | SF #1313496: bisect C replacement doesn't accept named args | Raymond Hettinger | 2005-10-05 | 1 | -0/+10 |
|
|
* | Rename test for comparision errors. | Raymond Hettinger | 2004-09-27 | 1 | -1/+1 |
|
|
* | Beef-up tests for greater coverage and refcount checking. | Raymond Hettinger | 2004-09-27 | 1 | -1/+59 |
|
|
* | * Move collections.deque() in from the sandbox | Raymond Hettinger | 2004-01-29 | 1 | -17/+0 |
|
|
* | SF Patch #864863: Bisect C implementation | Raymond Hettinger | 2004-01-05 | 1 | -15/+12 |
|
|
* | Combine the functionality of test_support.run_unittest() | Walter Dörwald | 2003-05-01 | 1 | -2/+1 |
|
|
* | Factor out common boilerplate for test_support | Raymond Hettinger | 2003-04-27 | 1 | -12/+2 |
|
|
* | Whitespace normalization. | Tim Peters | 2003-02-19 | 1 | -1/+0 |
|
|
* | Let test_random cover the endpoints. | Raymond Hettinger | 2003-01-16 | 1 | -9/+20 |
|
|
* | Test optional slice arguments. | Raymond Hettinger | 2003-01-16 | 1 | -4/+14 |
|
|
* | Added doctest for examples in the library reference. | Raymond Hettinger | 2003-01-16 | 1 | -0/+60 |
|
|
* | Convert to unittest format so that more tests can be added cleanly. | Raymond Hettinger | 2003-01-16 | 1 | -118/+127 |
|
|
* | Complete the absolute import patch for the test suite. All relative | Barry Warsaw | 2002-07-30 | 1 | -1/+1 |
|
|
* | Fred, THIS NEEDS DOCS! The function docstrings tell the tale. | Tim Peters | 2000-12-29 | 1 | -0/+127 |
|
|