summaryrefslogtreecommitdiff
path: root/Lib/test/test_slice.py
Commit message (Expand)AuthorAgeFilesLines
* add gc support to slice (closes #26659)Benjamin Peterson2016-04-161-1/+12
* Issue #24134: Use assertRaises() in context manager form in test_slice toSerhiy Storchaka2015-05-201-1/+2
* Merged revisions 86596 via svnmerge fromEzio Melotti2010-11-211-1/+1
* #7092 - Silence more py3k deprecation warnings, using test_support.check_py3k...Florent Xicluna2010-03-211-1/+2
* Reverting the Revision: 77368. I committed Flox's big patch for tests bySenthil Kumaran2010-01-081-3/+1
* Fixing - Issue7026 - RuntimeError: dictionary changed size during iteration. ...Senthil Kumaran2010-01-081-1/+3
* convert usage of fail* to assert*Benjamin Peterson2009-06-301-1/+1
* Issue 2235: Py3k warnings are now emitted for classes that will no longer inh...Nick Coghlan2008-08-111-0/+1
* Issue #3004: Minor fix to slice.indices(). slice(-10).indices(9) nowMark Dickinson2008-06-201-0/+14
* SF 1191699: Make slices picklableRaymond Hettinger2007-04-111-0/+8
* A test case for the fix in #1674228.Georg Brandl2007-03-061-0/+11
* 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