summaryrefslogtreecommitdiff
path: root/Lib/test/test_slice.py
Commit message (Expand)AuthorAgeFilesLines
* test_support -> supportBenjamin Peterson2016-04-161-1/+1
* add gc support to slice (closes #26659)Benjamin Peterson2016-04-161-3/+14
* Issue #24134: Use assertRaises() in context manager form in test_slice toSerhiy Storchaka2015-05-201-1/+2
|\
| * Issue #24134: Use assertRaises() in context manager form in test_slice toSerhiy Storchaka2015-05-201-1/+2
* | Issue #21741: Update 147 test modules to use test discovery.Zachary Ware2015-04-131-5/+1
|/
* Issue #14794: slice.indices no longer returns OverflowError for out-of-range ...Mark Dickinson2012-11-101-1/+113
* #9424: Replace deprecated assert* methods in the Python test suite.Ezio Melotti2010-11-201-1/+1
* convert old fail* assertions to assert*Benjamin Peterson2009-06-301-1/+1
* Merged revisions 64365,64370,64406,64408-64409,64412,64416-64417,64420-64421,...Benjamin Peterson2008-07-021-0/+14
* #2621 rename test.test_support to test.supportBenjamin Peterson2008-05-201-2/+2
* Removed PyInt_GetMax and sys.maxintChristian Heimes2007-12-041-1/+1
* Remove the simple slicing API. All slicing is now done with slice objects.Thomas Wouters2007-08-301-3/+3
* Fix buglet in sliceobjects, they were not returning Py_NotImplemented whenThomas Wouters2007-08-281-0/+3
* Getting rid of cPickle. Mmm, feels good!Guido van Rossum2007-07-201-1/+1
* Merged revisions 55007-55179 via svnmerge fromGuido van Rossum2007-05-071-1/+1
* Merged revisions 53952-54987 via svnmerge fromGuido van Rossum2007-04-271-0/+19
* Rip out 'long' and 'L'-suffixed integer literals.Guido van Rossum2007-01-151-2/+2
* Restructure comparison dramatically. There is no longer a defaultGuido van Rossum2006-08-241-3/+3
* SF bug #800796: Difference between hash() and __hash__()Raymond Hettinger2003-09-051-0/+5
* SF patch #736962: Port tests to unittest (Part 2)Raymond Hettinger2003-09-021-12/+90
* Some days, I think my comment ofMichael W. Hudson2002-11-051-0/+3
* Whitespace normalization.Tim Peters2002-08-081-1/+0
* Get rid of relative imports in all unittests. Now anything thatBarry Warsaw2002-07-231-1/+1
* A few days ago, Guido said (in the thread "[Python-Dev] PythonMichael W. Hudson2002-07-191-0/+14