| Commit message (Expand) | Author | Age | Files | Lines |
* | test_support -> support | Benjamin Peterson | 2016-04-16 | 1 | -1/+1 |
* | add gc support to slice (closes #26659) | Benjamin Peterson | 2016-04-16 | 1 | -3/+14 |
* | Issue #24134: Use assertRaises() in context manager form in test_slice to | Serhiy Storchaka | 2015-05-20 | 1 | -1/+2 |
|\ |
|
| * | Issue #24134: Use assertRaises() in context manager form in test_slice to | Serhiy Storchaka | 2015-05-20 | 1 | -1/+2 |
* | | Issue #21741: Update 147 test modules to use test discovery. | Zachary Ware | 2015-04-13 | 1 | -5/+1 |
|/ |
|
* | Issue #14794: slice.indices no longer returns OverflowError for out-of-range ... | Mark Dickinson | 2012-11-10 | 1 | -1/+113 |
* | #9424: Replace deprecated assert* methods in the Python test suite. | Ezio Melotti | 2010-11-20 | 1 | -1/+1 |
* | convert old fail* assertions to assert* | Benjamin Peterson | 2009-06-30 | 1 | -1/+1 |
* | Merged revisions 64365,64370,64406,64408-64409,64412,64416-64417,64420-64421,... | Benjamin Peterson | 2008-07-02 | 1 | -0/+14 |
* | #2621 rename test.test_support to test.support | Benjamin Peterson | 2008-05-20 | 1 | -2/+2 |
* | Removed PyInt_GetMax and sys.maxint | Christian Heimes | 2007-12-04 | 1 | -1/+1 |
* | Remove the simple slicing API. All slicing is now done with slice objects. | Thomas Wouters | 2007-08-30 | 1 | -3/+3 |
* | Fix buglet in sliceobjects, they were not returning Py_NotImplemented when | Thomas Wouters | 2007-08-28 | 1 | -0/+3 |
* | Getting rid of cPickle. Mmm, feels good! | Guido van Rossum | 2007-07-20 | 1 | -1/+1 |
* | Merged revisions 55007-55179 via svnmerge from | Guido van Rossum | 2007-05-07 | 1 | -1/+1 |
* | Merged revisions 53952-54987 via svnmerge from | Guido van Rossum | 2007-04-27 | 1 | -0/+19 |
* | Rip out 'long' and 'L'-suffixed integer literals. | Guido van Rossum | 2007-01-15 | 1 | -2/+2 |
* | Restructure comparison dramatically. There is no longer a default | Guido van Rossum | 2006-08-24 | 1 | -3/+3 |
* | SF bug #800796: Difference between hash() and __hash__() | Raymond Hettinger | 2003-09-05 | 1 | -0/+5 |
* | SF patch #736962: Port tests to unittest (Part 2) | Raymond Hettinger | 2003-09-02 | 1 | -12/+90 |
* | Some days, I think my comment of | Michael W. Hudson | 2002-11-05 | 1 | -0/+3 |
* | Whitespace normalization. | Tim Peters | 2002-08-08 | 1 | -1/+0 |
* | Get rid of relative imports in all unittests. Now anything that | Barry Warsaw | 2002-07-23 | 1 | -1/+1 |
* | A few days ago, Guido said (in the thread "[Python-Dev] Python | Michael W. Hudson | 2002-07-19 | 1 | -0/+14 |