summaryrefslogtreecommitdiff
path: root/Lib/test/test_userdict.py
Commit message (Expand)AuthorAgeFilesLines
* Remove unused support.run_unittest imports.Serhiy Storchaka2016-04-241-1/+1
* Closes #25795: Merge with 3.5Zachary Ware2015-12-041-0/+1
|\
| * Issue #25795: Fix several tests to run independently.Zachary Ware2015-12-041-0/+1
* | Issue #25523: Merge a-to-an corrections from 3.5.Serhiy Storchaka2015-11-021-1/+1
|\ \ | |/
| * Issue #25523: Merge a-to-an corrections from 3.4.Serhiy Storchaka2015-11-021-1/+1
| |\
| | * Issue #25523: Further a-to-an corrections.Serhiy Storchaka2015-11-021-1/+1
* | | Issue #22609: Constructor of collections.UserDict now accepts the self keywordSerhiy Storchaka2015-09-291-1/+26
|\ \ \ | |/ /
| * | Issue #22609: Constructor of collections.UserDict now accepts the self keywordSerhiy Storchaka2015-09-291-1/+26
| |\ \ |/ / / | | _
| * Issue #22609: Constructor of collections.UserDict now accepts the self keywordSerhiy Storchaka2015-09-291-1/+26
* | Issue #21741: Update 147 test modules to use test discovery.Zachary Ware2015-04-131-6/+1
|/
* Issue #19664: fix another flake test_userdict testChristian Heimes2013-11-221-3/+3
* Issue #19664: test_userdict's repr test no longer depends on the orderChristian Heimes2013-11-221-1/+2
* Merged revisions 77727 via svnmerge fromEzio Melotti2010-01-241-2/+2
* use assert[Not]In where appropriateBenjamin Peterson2010-01-191-4/+4
* convert old fail* assertions to assert*Benjamin Peterson2009-06-301-7/+7
* Issue #1717: Remove cmp. Stage 1: remove all uses of cmp and __cmp__ fromMark Dickinson2009-01-271-1/+1
* #2621 rename test.test_support to test.supportBenjamin Peterson2008-05-201-2/+2
* Merged revisions 60990-61002 via svnmerge fromChristian Heimes2008-02-231-1/+0
* Convert test_userdict to use the collections.UserDict.Raymond Hettinger2008-02-051-39/+33
* Remove DictMixin which is superceded by collections.MutableMappingRaymond Hettinger2008-02-041-139/+0
* Merged revisions 55007-55179 via svnmerge fromGuido van Rossum2007-05-071-1/+1
* Merged revisions 53952-54987 via svnmerge fromGuido van Rossum2007-04-271-3/+3
* Fix the damage to UserDict and its tests.Guido van Rossum2007-02-151-1/+1
* - PEP 3106: dict.iterkeys(), .iteritems(), .itervalues() are now gone;Guido van Rossum2007-02-111-5/+5
* Fix most trivially-findable print statements.Guido van Rossum2007-02-091-1/+1
* SF patch 1631942 by Collin Winter:Guido van Rossum2007-01-101-3/+3
* Remove usage of backticks.Brett Cannon2006-08-251-1/+1
* Restructure comparison dramatically. There is no longer a defaultGuido van Rossum2006-08-241-1/+1
* Get rid of dict.has_key(). Boy this has a lot of repercussions!Guido van Rossum2006-08-181-8/+2
* - Patch 1433928:Guido van Rossum2006-02-251-0/+49
* Use descriptors.Guido van Rossum2005-01-161-1/+1
* Rename class attribute containing the class to be tested, so the name is theWalter Dörwald2004-06-021-2/+2
* Port the dictionary tests from test_types.py to unittest. Collect as muchWalter Dörwald2004-05-311-125/+23
* SF #904720: dict.update should take a 2-tuple sequence like dict.__init_Raymond Hettinger2004-03-041-1/+5
* * Migrate set() and frozenset() from the sandbox.Raymond Hettinger2003-11-161-4/+2
* Used sets.Set() to compare unordered sequences.Raymond Hettinger2003-05-021-7/+3
* Combine the functionality of test_support.run_unittest()Walter Dörwald2003-05-011-5/+5
* SF patch #667730: More DictMixinRaymond Hettinger2003-03-091-2/+124
* SF patch #693753: fix for bug 639806: default for dict.popRaymond Hettinger2003-03-061-0/+6
* Port test_userdict.py to PyUnit. From SF patch #662807,Walter Dörwald2003-01-191-193/+233
* Clean-up test class for DictMixin.Raymond Hettinger2002-12-111-2/+6
* Bring UserDict in-sync with changes to dict.Raymond Hettinger2002-11-271-0/+13
* Implement dict() style constructor.Raymond Hettinger2002-11-221-0/+3
* Improve DictMixin.Raymond Hettinger2002-11-181-6/+5
* SF patch #520382: Expand shelve.py to have a full dictionary interfaceRaymond Hettinger2002-11-151-0/+98
* Get rid of relative imports in all unittests. Now anything thatBarry Warsaw2002-07-231-1/+1
* Add regression test for SF bug #476616 -- make sure copy of a derived classFred Drake2001-11-051-0/+4
* Fix the test so it uses IterableUserDict for the "for x in dict" test.Guido van Rossum2001-08-071-2/+2
* Give UserDict new __contains__ and __iter__ methods.Tim Peters2001-04-211-1/+15
* This patch removes all uses of "assert" in the regression test suiteMarc-André Lemburg2001-01-171-20/+21