summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_index.py
Commit message (Expand)AuthorAgeFilesLines
* 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