summaryrefslogtreecommitdiff
path: root/Lib/test/test_mutants.py
Commit message (Expand)AuthorAgeFilesLines
* Close #14205: dict lookup raises a RuntimeError if the dict is modified duringVictor Stinner2012-03-061-291/+0
* #2621 rename test.test_support to test.supportBenjamin Peterson2008-05-201-1/+1
* Merged revisions 55007-55179 via svnmerge fromGuido van Rossum2007-05-071-2/+2
* Fix test_mutants for dict views.Brett Cannon2007-02-211-1/+1
* Fix most trivially-findable print statements.Guido van Rossum2007-02-091-7/+7
* Four months of trunk changes (including a few releases...)Thomas Wouters2006-12-131-1/+1
* Remove usage of backticks.Brett Cannon2006-08-251-1/+1
* Got test_mutants.py working. One set of changes was straightforward:Guido van Rossum2006-08-241-4/+10
* Restructure comparison dramatically. There is no longer a defaultGuido van Rossum2006-08-241-4/+5
* Fix typo in comment.Neal Norwitz2005-11-241-1/+2
* This test relied on short-circuiting details of dictobject.py to avoidArmin Rigo2005-05-151-4/+2
* Get rid of relative imports in all unittests. Now anything thatBarry Warsaw2002-07-231-1/+1
* lookdict: stop more insane core-dump mutating comparison cases. ShouldTim Peters2001-06-031-0/+68
* Fix comment.Tim Peters2001-06-021-1/+1
* Coredumpers from Michael Hudson, mutating dicts while printing orTim Peters2001-06-021-1/+65
* Make test_mutants stronger by also adding random keys during comparisons.Tim Peters2001-05-101-2/+17
* Repair typos in comments.Tim Peters2001-05-101-4/+4
* SF bug #422121 Insecurities in dict comparison.Tim Peters2001-05-101-0/+138