Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
cpython2
/
e5b78563b6f394e69d87ee68cc82c173c95dfa0b
/
Lib
/
test
/
test_dict.py
733dc74
fill in actual issue number in tests
by Antoine Pitrou
· 17 years ago
aa68790
Issue #3680: Reference cycles created through a dict, set or deque iterator did not get collected.
by Antoine Pitrou
· 17 years ago
1e13ea9
- Issue #3537: Fix an assertion failure when an empty but presized dict
by Georg Brandl
· 17 years ago
ed41465
Speed up test_dict by about 10x by only checking selected dict literal sizes,
by Jeffrey Yasskin
· 17 years ago
c5f05e4
Patch #2167 from calvin: Remove unused imports
by Christian Heimes
· 17 years ago
3dbd4c5
Changes 54857 and 54840 broke code and were reverted in Py2.5 just before
by Raymond Hettinger
· 18 years ago
3b63556
Beef-up tests for dict literals
by Raymond Hettinger
· 18 years ago
64c06e3
Backport of _abccoll.py by Benjamin Arangueren, issue 1383.
by Guido van Rossum
· 18 years ago
cdcf887
Optimize dict.fromkeys() with dict inputs. Useful for resetting bag/muliset counts for example.
by Raymond Hettinger
· 18 years ago
ea5962f
Whitespace normalization.
by Tim Peters
· 18 years ago
f567ca3
Patch #1678088: convert test_operations to use unittest, fold the result into test_dict.
by Collin Winter
· 18 years ago
8905bb1
Fix a bug in test_dict and test_userdict, found at the PyPy sprint.
by Georg Brandl
· 18 years ago
0922d71
SF #1615701: make d.update(m) honor __getitem__() and keys() in dict subclasses
by Raymond Hettinger
· 19 years ago
b9f4ad3
Bug #1576657: when setting a KeyError for a tuple key, make sure that
by Georg Brandl
· 19 years ago
b902f4e
Use absolute imports
by Neal Norwitz
· 19 years ago
1968ad3
- Patch 1433928:
by Guido van Rossum
· 19 years ago
49c522b
Expand scope to include general mapping protocol tests.
by Raymond Hettinger
· 21 years ago
59b23e8
Add missing test_dict.py from patch #736962.
by Walter Dörwald
· 21 years ago