index
:
cpython.git
2.7
3.3
3.4
3.5
3.6
benjamin-clang
benjamin-iteration-torture
buildbot-custom
master
https://github.com/python/cpython.git
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Lib
/
test
/
test_userdict.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
* Migrate set() and frozenset() from the sandbox.
Raymond Hettinger
2003-11-16
1
-4/+2
*
Used sets.Set() to compare unordered sequences.
Raymond Hettinger
2003-05-02
1
-7/+3
*
Combine the functionality of test_support.run_unittest()
Walter Dörwald
2003-05-01
1
-5/+5
*
SF patch #667730: More DictMixin
Raymond Hettinger
2003-03-09
1
-2/+124
*
SF patch #693753: fix for bug 639806: default for dict.pop
Raymond Hettinger
2003-03-06
1
-0/+6
*
Port test_userdict.py to PyUnit. From SF patch #662807,
Walter Dörwald
2003-01-19
1
-193/+233
*
Clean-up test class for DictMixin.
Raymond Hettinger
2002-12-11
1
-2/+6
*
Bring UserDict in-sync with changes to dict.
Raymond Hettinger
2002-11-27
1
-0/+13
*
Implement dict() style constructor.
Raymond Hettinger
2002-11-22
1
-0/+3
*
Improve DictMixin.
Raymond Hettinger
2002-11-18
1
-6/+5
*
SF patch #520382: Expand shelve.py to have a full dictionary interface
Raymond Hettinger
2002-11-15
1
-0/+98
*
Get rid of relative imports in all unittests. Now anything that
Barry Warsaw
2002-07-23
1
-1/+1
*
Add regression test for SF bug #476616 -- make sure copy of a derived class
Fred Drake
2001-11-05
1
-0/+4
*
Fix the test so it uses IterableUserDict for the "for x in dict" test.
Guido van Rossum
2001-08-07
1
-2/+2
*
Give UserDict new __contains__ and __iter__ methods.
Tim Peters
2001-04-21
1
-1/+15
*
This patch removes all uses of "assert" in the regression test suite
Marc-André Lemburg
2001-01-17
1
-20/+21
*
Test suite for UserDict
Guido van Rossum
1999-03-26
1
-0/+101