aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/Lib/test/test_userdict.py
Commit message (Expand)AuthorAge
* gh-131152: Remove unused imports from tests (part 2) (#131154)Victor Stinner2025-03-13
* GH-130396: Use computed stack limits on linux (GH-130398)Mark Shannon2025-02-25
* GH-91079: Revert "GH-91079: Implement C stack limits using addresses, not cou...Petr Viktorin2025-02-24
* GH-91079: Implement C stack limits using addresses, not counters. (GH-130007)Mark Shannon2025-02-19
* GH-114013: fix setting `HOSTRUNNER` for `Tools/wasm/wasi.py` (GH-114097)Brett Cannon2024-01-16
* gh-111809: Fix `test_deep_repr` from `test_userdict` on WASI (GH-112229)Nikita Sobolev2023-11-22
* [3.9] bpo-37116: Use PEP 570 syntax for positional-only parameters. (GH-12620)Serhiy Storchaka2019-06-05
* Remove unused support.run_unittest imports.Serhiy Storchaka2016-04-24
* Closes #25795: Merge with 3.5Zachary Ware2015-12-04
|\
| * Issue #25795: Fix several tests to run independently.Zachary Ware2015-12-04
* | Issue #25523: Merge a-to-an corrections from 3.5.Serhiy Storchaka2015-11-02
|\|
| * Issue #25523: Merge a-to-an corrections from 3.4.Serhiy Storchaka2015-11-02
| |\
| | * Issue #25523: Further a-to-an corrections.Serhiy Storchaka2015-11-02
* | | Issue #22609: Constructor of collections.UserDict now accepts the self keywordSerhiy Storchaka2015-09-29
|\| |
| * | Issue #22609: Constructor of collections.UserDict now accepts the self keywordSerhiy Storchaka2015-09-29
|/| | | |/
| * Issue #22609: Constructor of collections.UserDict now accepts the self keywordSerhiy Storchaka2015-09-29
* | Issue #21741: Update 147 test modules to use test discovery.Zachary Ware2015-04-13
|/
* Issue #19664: fix another flake test_userdict testChristian Heimes2013-11-22
* Issue #19664: test_userdict's repr test no longer depends on the orderChristian Heimes2013-11-22
* Merged revisions 77727 via svnmerge fromEzio Melotti2010-01-24
* use assert[Not]In where appropriateBenjamin Peterson2010-01-19
* convert old fail* assertions to assert*Benjamin Peterson2009-06-30
* Issue #1717: Remove cmp. Stage 1: remove all uses of cmp and __cmp__ fromMark Dickinson2009-01-27
* #2621 rename test.test_support to test.supportBenjamin Peterson2008-05-20
* Merged revisions 60990-61002 via svnmerge fromChristian Heimes2008-02-23
* Convert test_userdict to use the collections.UserDict.Raymond Hettinger2008-02-05
* Remove DictMixin which is superceded by collections.MutableMappingRaymond Hettinger2008-02-04
* Merged revisions 55007-55179 via svnmerge fromGuido van Rossum2007-05-07
* Merged revisions 53952-54987 via svnmerge fromGuido van Rossum2007-04-27
* Fix the damage to UserDict and its tests.Guido van Rossum2007-02-15
* - PEP 3106: dict.iterkeys(), .iteritems(), .itervalues() are now gone;Guido van Rossum2007-02-11
* Fix most trivially-findable print statements.Guido van Rossum2007-02-09
* SF patch 1631942 by Collin Winter:Guido van Rossum2007-01-10
* Remove usage of backticks.Brett Cannon2006-08-25
* Restructure comparison dramatically. There is no longer a defaultGuido van Rossum2006-08-24
* Get rid of dict.has_key(). Boy this has a lot of repercussions!Guido van Rossum2006-08-18
* - Patch 1433928:Guido van Rossum2006-02-25
* Use descriptors.Guido van Rossum2005-01-16
* Rename class attribute containing the class to be tested, so the name is theWalter Dörwald2004-06-02
* Port the dictionary tests from test_types.py to unittest. Collect as muchWalter Dörwald2004-05-31
* SF #904720: dict.update should take a 2-tuple sequence like dict.__init_Raymond Hettinger2004-03-04
* * Migrate set() and frozenset() from the sandbox.Raymond Hettinger2003-11-16
* Used sets.Set() to compare unordered sequences.Raymond Hettinger2003-05-02
* Combine the functionality of test_support.run_unittest()Walter Dörwald2003-05-01
* SF patch #667730: More DictMixinRaymond Hettinger2003-03-09
* SF patch #693753: fix for bug 639806: default for dict.popRaymond Hettinger2003-03-06
* Port test_userdict.py to PyUnit. From SF patch #662807,Walter Dörwald2003-01-19
* Clean-up test class for DictMixin.Raymond Hettinger2002-12-11
* Bring UserDict in-sync with changes to dict.Raymond Hettinger2002-11-27
* Implement dict() style constructor.Raymond Hettinger2002-11-22