summaryrefslogtreecommitdiff
path: root/Lib/test/test_index.py
Commit message (Expand)AuthorAgeFilesLines
* Issue #17576: Deprecation warning emitted now when __int__() or __index__()Serhiy Storchaka2013-12-111-1/+35
* #17334: test_index now works with unittest test discovery. Patch by Zachary ...Ezio Melotti2013-03-021-21/+8
* Merged revisions 79502 via svnmerge fromAntoine Pitrou2010-03-301-0/+2
* Merged revisions 79100 via svnmerge fromFlorent Xicluna2010-03-191-1/+1
* Issue #7532: Expanded tests for extended slicing. This is a forwardMark Dickinson2010-01-101-21/+67
* convert old fail* assertions to assert*Benjamin Peterson2009-06-301-11/+11
* #2621 rename test.test_support to test.supportBenjamin Peterson2008-05-201-3/+3
* Merged revisions 60990-61002 via svnmerge fromChristian Heimes2008-02-231-1/+0
* Removed PyInt_GetMax and sys.maxintChristian Heimes2007-12-041-2/+1
* Remove the simple slicing API. All slicing is now done with slice objects.Thomas Wouters2007-08-301-13/+4
* Merged revisions 55325-55327 via svnmerge fromGuido van Rossum2007-05-141-3/+6
* Merged revisions 55007-55179 via svnmerge fromGuido van Rossum2007-05-071-10/+1
* Rip out all the u"..." literals and calls to unicode().Guido van Rossum2007-05-021-1/+1
* Rip out 'long' and 'L'-suffixed integer literals.Guido van Rossum2007-01-151-2/+2
* Merge current trunk into p3yk. This includes the PyNumber_Index API change,Thomas Wouters2006-08-211-48/+134
* Merge p3yk branch with the trunk up to revision 45595. This breaks a fairThomas Wouters2006-04-211-0/+137
* Checking in the code for PEP 357.Guido van Rossum2006-03-071-0/+0