index
:
delta/cpython.git
2.0
2.1
2.2
2.3
2.4
2.5
2.6
2.7
3.0
3.1
3.2
3.3
3.4
3.5
3.6
baserock/2.7.9-mips64
baserock/markdoffman/py2-symlink
baserock/markdoffman/py2-symlink-v2
baserock/morph-2.7
legacy-trunk
master
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Lib
/
test
/
test_userdict.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove unused support.run_unittest imports.
Serhiy Storchaka
2016-04-24
1
-1
/
+1
*
Closes #25795: Merge with 3.5
Zachary Ware
2015-12-04
1
-0
/
+1
|
\
|
*
Issue #25795: Fix several tests to run independently.
Zachary Ware
2015-12-04
1
-0
/
+1
*
|
Issue #25523: Merge a-to-an corrections from 3.5.
Serhiy Storchaka
2015-11-02
1
-1
/
+1
|
\
\
|
|
/
|
*
Issue #25523: Merge a-to-an corrections from 3.4.
Serhiy Storchaka
2015-11-02
1
-6
/
+1
|
|
\
|
*
|
Issue #25523: Further a-to-an corrections.
Serhiy Storchaka
2015-11-02
1
-1
/
+1
*
|
|
Issue #22609: Constructor of collections.UserDict now accepts the self keyword
Serhiy Storchaka
2015-09-29
1
-1
/
+26
|
\
\
\
|
|
|
/
|
|
/
|
|
*
|
Issue #22609: Constructor of collections.UserDict now accepts the self keyword
Serhiy Storchaka
2015-09-29
1
-1
/
+26
|
|
\
\
|
/
/
/
|
|
_
|
*
Issue #22609: Constructor of collections.UserDict now accepts the self keyword
Serhiy Storchaka
2015-09-29
1
-1
/
+26
*
|
Issue #21741: Update 147 test modules to use test discovery.
Zachary Ware
2015-04-13
1
-6
/
+1
|
/
*
Issue #19664: fix another flake test_userdict test
Christian Heimes
2013-11-22
1
-3
/
+3
*
Issue #19664: test_userdict's repr test no longer depends on the order
Christian Heimes
2013-11-22
1
-1
/
+2
*
Merged revisions 77727 via svnmerge from
Ezio Melotti
2010-01-24
1
-2
/
+2
*
use assert[Not]In where appropriate
Benjamin Peterson
2010-01-19
1
-4
/
+4
*
convert old fail* assertions to assert*
Benjamin Peterson
2009-06-30
1
-7
/
+7
*
Issue #1717: Remove cmp. Stage 1: remove all uses of cmp and __cmp__ from
Mark Dickinson
2009-01-27
1
-1
/
+1
*
#2621 rename test.test_support to test.support
Benjamin Peterson
2008-05-20
1
-2
/
+2
*
Merged revisions 60990-61002 via svnmerge from
Christian Heimes
2008-02-23
1
-1
/
+0
*
Convert test_userdict to use the collections.UserDict.
Raymond Hettinger
2008-02-05
1
-39
/
+33
*
Remove DictMixin which is superceded by collections.MutableMapping
Raymond Hettinger
2008-02-04
1
-139
/
+0
*
Merged revisions 55007-55179 via svnmerge from
Guido van Rossum
2007-05-07
1
-1
/
+1
*
Merged revisions 53952-54987 via svnmerge from
Guido van Rossum
2007-04-27
1
-3
/
+3
*
Fix the damage to UserDict and its tests.
Guido van Rossum
2007-02-15
1
-1
/
+1
*
- PEP 3106: dict.iterkeys(), .iteritems(), .itervalues() are now gone;
Guido van Rossum
2007-02-11
1
-5
/
+5
*
Fix most trivially-findable print statements.
Guido van Rossum
2007-02-09
1
-1
/
+1
*
SF patch 1631942 by Collin Winter:
Guido van Rossum
2007-01-10
1
-3
/
+3
*
Remove usage of backticks.
Brett Cannon
2006-08-25
1
-1
/
+1
*
Restructure comparison dramatically. There is no longer a default
Guido van Rossum
2006-08-24
1
-1
/
+1
*
Get rid of dict.has_key(). Boy this has a lot of repercussions!
Guido van Rossum
2006-08-18
1
-8
/
+2
*
- Patch 1433928:
Guido van Rossum
2006-02-25
1
-0
/
+49
*
Use descriptors.
Guido van Rossum
2005-01-16
1
-1
/
+1
*
Rename class attribute containing the class to be tested, so the name is the
Walter Dörwald
2004-06-02
1
-2
/
+2
*
Port the dictionary tests from test_types.py to unittest. Collect as much
Walter Dörwald
2004-05-31
1
-125
/
+23
*
SF #904720: dict.update should take a 2-tuple sequence like dict.__init_
Raymond Hettinger
2004-03-04
1
-1
/
+5
*
* 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
[next]