index
:
cpython
3.10
3.11
3.12
3.13
3.9
main
The Python programming language
Aslak Raanes
about
summary
refs
log
tree
commit
diff
stats
homepage
log msg
author
committer
range
path:
root
/
Lib
/
test
/
test_userdict.py
Commit message (
Expand
)
Author
Age
*
gh-131152: Remove unused imports from tests (part 2) (#131154)
Victor Stinner
2025-03-13
*
GH-130396: Use computed stack limits on linux (GH-130398)
Mark Shannon
2025-02-25
*
GH-91079: Revert "GH-91079: Implement C stack limits using addresses, not cou...
Petr Viktorin
2025-02-24
*
GH-91079: Implement C stack limits using addresses, not counters. (GH-130007)
Mark Shannon
2025-02-19
*
GH-114013: fix setting `HOSTRUNNER` for `Tools/wasm/wasi.py` (GH-114097)
Brett Cannon
2024-01-16
*
gh-111809: Fix `test_deep_repr` from `test_userdict` on WASI (GH-112229)
Nikita Sobolev
2023-11-22
*
[3.9] bpo-37116: Use PEP 570 syntax for positional-only parameters. (GH-12620)
Serhiy Storchaka
2019-06-05
*
Remove unused support.run_unittest imports.
Serhiy Storchaka
2016-04-24
*
Closes #25795: Merge with 3.5
Zachary Ware
2015-12-04
|
\
|
*
Issue #25795: Fix several tests to run independently.
Zachary Ware
2015-12-04
*
|
Issue #25523: Merge a-to-an corrections from 3.5.
Serhiy Storchaka
2015-11-02
|
\
|
|
*
Issue #25523: Merge a-to-an corrections from 3.4.
Serhiy Storchaka
2015-11-02
|
|
\
|
|
*
Issue #25523: Further a-to-an corrections.
Serhiy Storchaka
2015-11-02
*
|
|
Issue #22609: Constructor of collections.UserDict now accepts the self keyword
Serhiy Storchaka
2015-09-29
|
\
|
|
|
*
|
Issue #22609: Constructor of collections.UserDict now accepts the self keyword
Serhiy Storchaka
2015-09-29
|
/
|
|
|
|
/
|
*
Issue #22609: Constructor of collections.UserDict now accepts the self keyword
Serhiy Storchaka
2015-09-29
*
|
Issue #21741: Update 147 test modules to use test discovery.
Zachary Ware
2015-04-13
|
/
*
Issue #19664: fix another flake test_userdict test
Christian Heimes
2013-11-22
*
Issue #19664: test_userdict's repr test no longer depends on the order
Christian Heimes
2013-11-22
*
Merged revisions 77727 via svnmerge from
Ezio Melotti
2010-01-24
*
use assert[Not]In where appropriate
Benjamin Peterson
2010-01-19
*
convert old fail* assertions to assert*
Benjamin Peterson
2009-06-30
*
Issue #1717: Remove cmp. Stage 1: remove all uses of cmp and __cmp__ from
Mark Dickinson
2009-01-27
*
#2621 rename test.test_support to test.support
Benjamin Peterson
2008-05-20
*
Merged revisions 60990-61002 via svnmerge from
Christian Heimes
2008-02-23
*
Convert test_userdict to use the collections.UserDict.
Raymond Hettinger
2008-02-05
*
Remove DictMixin which is superceded by collections.MutableMapping
Raymond Hettinger
2008-02-04
*
Merged revisions 55007-55179 via svnmerge from
Guido van Rossum
2007-05-07
*
Merged revisions 53952-54987 via svnmerge from
Guido van Rossum
2007-04-27
*
Fix the damage to UserDict and its tests.
Guido van Rossum
2007-02-15
*
- PEP 3106: dict.iterkeys(), .iteritems(), .itervalues() are now gone;
Guido van Rossum
2007-02-11
*
Fix most trivially-findable print statements.
Guido van Rossum
2007-02-09
*
SF patch 1631942 by Collin Winter:
Guido van Rossum
2007-01-10
*
Remove usage of backticks.
Brett Cannon
2006-08-25
*
Restructure comparison dramatically. There is no longer a default
Guido van Rossum
2006-08-24
*
Get rid of dict.has_key(). Boy this has a lot of repercussions!
Guido van Rossum
2006-08-18
*
- Patch 1433928:
Guido van Rossum
2006-02-25
*
Use descriptors.
Guido van Rossum
2005-01-16
*
Rename class attribute containing the class to be tested, so the name is the
Walter Dörwald
2004-06-02
*
Port the dictionary tests from test_types.py to unittest. Collect as much
Walter Dörwald
2004-05-31
*
SF #904720: dict.update should take a 2-tuple sequence like dict.__init_
Raymond Hettinger
2004-03-04
*
* Migrate set() and frozenset() from the sandbox.
Raymond Hettinger
2003-11-16
*
Used sets.Set() to compare unordered sequences.
Raymond Hettinger
2003-05-02
*
Combine the functionality of test_support.run_unittest()
Walter Dörwald
2003-05-01
*
SF patch #667730: More DictMixin
Raymond Hettinger
2003-03-09
*
SF patch #693753: fix for bug 639806: default for dict.pop
Raymond Hettinger
2003-03-06
*
Port test_userdict.py to PyUnit. From SF patch #662807,
Walter Dörwald
2003-01-19
*
Clean-up test class for DictMixin.
Raymond Hettinger
2002-12-11
*
Bring UserDict in-sync with changes to dict.
Raymond Hettinger
2002-11-27
*
Implement dict() style constructor.
Raymond Hettinger
2002-11-22
[next]