summaryrefslogtreecommitdiffstats
path: root/Lib/test/seq_tests.py
Commit message (Expand)AuthorAgeFilesLines
* Merged revisions 55007-55179 via svnmerge fromGuido van Rossum2007-05-071-5/+5
* PEP 3114: rename .next() to .__next__() and add next() builtin.Georg Brandl2007-04-211-6/+6
* Rip out 'long' and 'L'-suffixed integer literals.Guido van Rossum2007-01-151-15/+15
* Whitespace normalization (via reindent.py).Tim Peters2005-08-261-1/+1
* patch [ 1141428 ] more __contains__ testsGeorg Brandl2005-08-241-0/+27
* Add tests for tuple, list and UserList that initialize the object fromWalter Dörwald2005-03-221-0/+90
* Improve test coverage.Raymond Hettinger2004-09-301-0/+35
* Move list and tuple tests from test_types.py to their own scripts:Walter Dörwald2003-12-081-0/+171