summaryrefslogtreecommitdiff
path: root/Lib/test/seq_tests.py
Commit message (Expand)AuthorAgeFilesLines
* Merged revisions 86596 via svnmerge fromEzio Melotti2010-11-211-3/+3
* use assert[Not]In where appropriateEzio Melotti2010-01-231-5/+5
* Reverting the Revision: 77368. I committed Flox's big patch for tests bySenthil Kumaran2010-01-081-4/+1
* Fixing - Issue7026 - RuntimeError: dictionary changed size during iteration. ...Senthil Kumaran2010-01-081-1/+4
* Security patches from Apple: prevent int overflow when allocating memoryNeal Norwitz2008-07-311-5/+7
* Issue 2235: __hash__ is once again inherited by default, but inheritance can ...Nick Coghlan2008-07-151-2/+1
* Patch #2167 from calvin: Remove unused importsChristian Heimes2008-02-231-1/+0
* Issue 2025: Add tuple.count() and tuple.index() to follow the ABC in collect...Raymond Hettinger2008-02-071-0/+62
* Add the test from issue 1704621 (the issue itself is already fixed here).Guido van Rossum2007-11-121-0/+7
* 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