Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
cpython3
/
5ae299ac78abb628803ab7dee0997364547f5cc8
/
Lib
/
test
/
test_userdict.py
e4fbb02
Remove unused support.run_unittest imports.
by Serhiy Storchaka
· 9 years ago
2d2af91
Closes #25795: Merge with 3.5
by Zachary Ware
· 9 years ago
ac28b79
Issue #25795: Fix several tests to run independently.
by Zachary Ware
· 9 years ago
4a7c03a
Issue #25523: Merge a-to-an corrections from 3.5.
by Serhiy Storchaka
· 9 years ago
a84f6c3
Issue #25523: Merge a-to-an corrections from 3.4.
by Serhiy Storchaka
· 9 years ago
d65c949
Issue #25523: Further a-to-an corrections.
by Serhiy Storchaka
· 9 years ago
5527cf1
Issue #22609: Constructor of collections.UserDict now accepts the self keyword
by Serhiy Storchaka
· 9 years ago
f4ee1c2
Issue #22609: Constructor of collections.UserDict now accepts the self keyword
by Serhiy Storchaka
· 9 years ago
68f5ef2
Issue #22609: Constructor of collections.UserDict now accepts the self keyword
by Serhiy Storchaka
· 9 years ago
38c707e
Issue #21741: Update 147 test modules to use test discovery.
by Zachary Ware
· 10 years ago
d5b200c
Issue #19664: fix another flake test_userdict test
by Christian Heimes
· 11 years ago
5f8b0f5
Issue #19664: test_userdict's repr test no longer depends on the order
by Christian Heimes
· 11 years ago
e961593
Merged revisions 77727 via svnmerge from
by Ezio Melotti
· 15 years ago
577473f
use assert[Not]In where appropriate
by Benjamin Peterson
· 15 years ago
c9c0f20
convert old fail* assertions to assert*
by Benjamin Peterson
· 15 years ago
a56c467
Issue #1717: Remove cmp. Stage 1: remove all uses of cmp and __cmp__ from
by Mark Dickinson
· 16 years ago
ee8712c
#2621 rename test.test_support to test.support
by Benjamin Peterson
· 17 years ago
05e8be1
Merged revisions 60990-61002 via svnmerge from
by Christian Heimes
· 17 years ago
554c8b8
Convert test_userdict to use the collections.UserDict.
by Raymond Hettinger
· 17 years ago
edf3b73
Remove DictMixin which is superceded by collections.MutableMapping
by Raymond Hettinger
· 17 years ago
805365e
Merged revisions 55007-55179 via svnmerge from
by Guido van Rossum
· 18 years ago
d8faa36
Merged revisions 53952-54987 via svnmerge from
by Guido van Rossum
· 18 years ago
d81206d
Fix the damage to UserDict and its tests.
by Guido van Rossum
· 18 years ago
cc2b016
- PEP 3106: dict.iterkeys(), .iteritems(), .itervalues() are now gone;
by Guido van Rossum
· 18 years ago
be19ed7
Fix most trivially-findable print statements.
by Guido van Rossum
· 18 years ago
b940e11
SF patch 1631942 by Collin Winter:
by Guido van Rossum
· 18 years ago
0b70cca
Remove usage of backticks.
by Brett Cannon
· 18 years ago
47b9ff6
Restructure comparison dramatically. There is no longer a default
by Guido van Rossum
· 18 years ago
e2b70bc
Get rid of dict.has_key(). Boy this has a lot of repercussions!
by Guido van Rossum
· 18 years ago
1968ad3
- Patch 1433928:
by Guido van Rossum
· 19 years ago
5a8a037
Use descriptors.
by Guido van Rossum
· 20 years ago
118f931
Rename class attribute containing the class to be tested, so the name is the
by Walter Dörwald
· 20 years ago
0a6d0ff
Port the dictionary tests from test_types.py to unittest. Collect as much
by Walter Dörwald
· 20 years ago
31017ae
SF #904720: dict.update should take a 2-tuple sequence like dict.__init_
by Raymond Hettinger
· 21 years ago
a690a99
* Migrate set() and frozenset() from the sandbox.
by Raymond Hettinger
· 21 years ago
91bbd9a
Used sets.Set() to compare unordered sequences. Improves clarity and brevity.
by Raymond Hettinger
· 22 years ago
21d3a32
Combine the functionality of test_support.run_unittest()
by Walter Dörwald
· 22 years ago
2c2d322
SF patch #667730: More DictMixin
by Raymond Hettinger
· 22 years ago
a3e1e4c
SF patch #693753: fix for bug 639806: default for dict.pop
by Raymond Hettinger
· 22 years ago
e28be59
Port test_userdict.py to PyUnit. From SF patch #662807,
by Walter Dörwald
· 22 years ago
0efa17c
Clean-up test class for DictMixin.
by Raymond Hettinger
· 22 years ago
e4827eb
Bring UserDict in-sync with changes to dict.
by Raymond Hettinger
· 22 years ago
5440545
Implement dict() style constructor.
by Raymond Hettinger
· 22 years ago
8ddc176e
Improve DictMixin.
by Raymond Hettinger
· 22 years ago
903bf90
SF patch #520382: Expand shelve.py to have a full dictionary interface
by Raymond Hettinger
· 22 years ago
04f357c
Get rid of relative imports in all unittests. Now anything that
by Barry Warsaw
· 22 years ago
5262867
Add regression test for SF bug #476616 -- make sure copy of a derived class
by Fred Drake
· 23 years ago
288cd2c
Fix the test so it uses IterableUserDict for the "for x in dict" test.
by Guido van Rossum
· 23 years ago
a3f98d6
Give UserDict new __contains__ and __iter__ methods.
by Tim Peters
· 24 years ago
3661908
This patch removes all uses of "assert" in the regression test suite
by Marc-André Lemburg
· 24 years ago
3eccc48
Test suite for UserDict
by Guido van Rossum
· 26 years ago