Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
cpython2
/
25278efac745ce4a50e737484fbdd3d09307504c
/
Lib
/
test
/
test_dict.py
f6d31cb
cpython only gc tests
by Benjamin Peterson
· 14 years ago
d80b4bf
#7092: silence some more py3k warnings.
by Ezio Melotti
· 15 years ago
d8472a4
Refactor test_dict using assertRaises.
by Florent Xicluna
· 15 years ago
b0f5adc
use assert[Not]IsInstance where appropriate
by Ezio Melotti
· 15 years ago
aa98058
use assert[Not]In where appropriate
by Ezio Melotti
· 15 years ago
ce8e33a
Reverting the Revision: 77368. I committed Flox's big patch for tests by
by Senthil Kumaran
· 15 years ago
3ddc435
Fixing - Issue7026 - RuntimeError: dictionary changed size during iteration. Patch by flox
by Senthil Kumaran
· 15 years ago
5c8da86
convert usage of fail* to assert*
by Benjamin Peterson
· 15 years ago
f8387af
Issue #4688: Add a heuristic so that tuples and dicts containing only
by Antoine Pitrou
· 16 years ago
733dc74
fill in actual issue number in tests
by Antoine Pitrou
· 16 years ago
aa68790
Issue #3680: Reference cycles created through a dict, set or deque iterator did not get collected.
by Antoine Pitrou
· 16 years ago
1e13ea9
- Issue #3537: Fix an assertion failure when an empty but presized dict
by Georg Brandl
· 16 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
· 17 years ago
3b63556
Beef-up tests for dict literals
by Raymond Hettinger
· 17 years ago
64c06e3
Backport of _abccoll.py by Benjamin Arangueren, issue 1383.
by Guido van Rossum
· 17 years ago
cdcf887
Optimize dict.fromkeys() with dict inputs. Useful for resetting bag/muliset counts for example.
by Raymond Hettinger
· 17 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
· 18 years ago
b9f4ad3
Bug #1576657: when setting a KeyError for a tuple key, make sure that
by Georg Brandl
· 18 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
· 20 years ago
59b23e8
Add missing test_dict.py from patch #736962.
by Walter Dörwald
· 20 years ago