Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
cpython2
/
a5cd255a7cb15c7920171f0796cf163a00a5ecaf
/
Lib
/
test
/
test_userdict.py
0762788
#7092 - Silence more py3k deprecation warnings, using test_support.check_py3k_warnings() helper.
by Florent Xicluna
· 15 years ago
b0f5adc
use assert[Not]IsInstance where appropriate
by Ezio Melotti
· 16 years ago
aa98058
use assert[Not]In where appropriate
by Ezio Melotti
· 16 years ago
ce8e33a
Reverting the Revision: 77368. I committed Flox's big patch for tests by
by Senthil Kumaran
· 16 years ago
3ddc435
Fixing - Issue7026 - RuntimeError: dictionary changed size during iteration. Patch by flox
by Senthil Kumaran
· 16 years ago
5c8da86
convert usage of fail* to assert*
by Benjamin Peterson
· 16 years ago
c5f05e4
Patch #2167 from calvin: Remove unused imports
by Christian Heimes
· 17 years ago
8905bb1
Fix a bug in test_dict and test_userdict, found at the PyPy sprint.
by Georg Brandl
· 18 years ago
1968ad3
- Patch 1433928:
by Guido van Rossum
· 19 years ago
5a8a037
Use descriptors.
by Guido van Rossum
· 21 years ago
118f931
Rename class attribute containing the class to be tested, so the name is the
by Walter Dörwald
· 21 years ago
0a6d0ff
Port the dictionary tests from test_types.py to unittest. Collect as much
by Walter Dörwald
· 21 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
· 22 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
· 23 years ago
0efa17c
Clean-up test class for DictMixin.
by Raymond Hettinger
· 23 years ago
e4827eb
Bring UserDict in-sync with changes to dict.
by Raymond Hettinger
· 23 years ago
5440545
Implement dict() style constructor.
by Raymond Hettinger
· 23 years ago
8ddc176
Improve DictMixin.
by Raymond Hettinger
· 23 years ago
903bf90
SF patch #520382: Expand shelve.py to have a full dictionary interface
by Raymond Hettinger
· 23 years ago
04f357c
Get rid of relative imports in all unittests. Now anything that
by Barry Warsaw
· 23 years ago
5262867
Add regression test for SF bug #476616 -- make sure copy of a derived class
by Fred Drake
· 24 years ago
288cd2c
Fix the test so it uses IterableUserDict for the "for x in dict" test.
by Guido van Rossum
· 24 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
· 25 years ago
3eccc48
Test suite for UserDict
by Guido van Rossum
· 26 years ago