aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/Lib/test/test_slice.py
Commit message (Expand)AuthorAge
* Merged revisions 86596 via svnmerge fromEzio Melotti2010-11-21
* Merged revisions 73715 via svnmerge fromGeorg Brandl2009-08-13
* Merged revisions 64365,64370,64406,64408-64409,64412,64416-64417,64420-64421,...Benjamin Peterson2008-07-02
* #2621 rename test.test_support to test.supportBenjamin Peterson2008-05-20
* Removed PyInt_GetMax and sys.maxintChristian Heimes2007-12-04
* Remove the simple slicing API. All slicing is now done with slice objects.Thomas Wouters2007-08-30
* Fix buglet in sliceobjects, they were not returning Py_NotImplemented whenThomas Wouters2007-08-28
* Getting rid of cPickle. Mmm, feels good!Guido van Rossum2007-07-20
* Merged revisions 55007-55179 via svnmerge fromGuido van Rossum2007-05-07
* Merged revisions 53952-54987 via svnmerge fromGuido van Rossum2007-04-27
* Rip out 'long' and 'L'-suffixed integer literals.Guido van Rossum2007-01-15
* Restructure comparison dramatically. There is no longer a defaultGuido van Rossum2006-08-24
* SF bug #800796: Difference between hash() and __hash__()Raymond Hettinger2003-09-05
* SF patch #736962: Port tests to unittest (Part 2)Raymond Hettinger2003-09-02
* Some days, I think my comment ofMichael W. Hudson2002-11-05
* Whitespace normalization.Tim Peters2002-08-08
* Get rid of relative imports in all unittests. Now anything thatBarry Warsaw2002-07-23
* A few days ago, Guido said (in the thread "[Python-Dev] PythonMichael W. Hudson2002-07-19