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_defaultdict.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
bpo-36144: Implement defaultdict union (GH-18729)
Brandt Bucher
2020-03-06
1
-0/+38
*
bpo-27541: Reprs of subclasses of some classes now contain actual type name. ...
Serhiy Storchaka
2017-09-21
1
-2/+2
*
Issue #28145: Spelling fixes
Martin Panter
2016-09-16
1
-1/+1
*
Issue #21741: Update 147 test modules to use test discovery.
Zachary Ware
2015-04-13
1
-5/+1
*
use __qualname__ to compute bound method repr (closes #21389)
Benjamin Peterson
2014-08-20
1
-2/+3
*
#13531: add a test for defaultdict with a non-callable arg. Patch by Mike Ch...
Ezio Melotti
2011-12-07
1
-0/+3
*
use assert[Not]In where appropriate
Benjamin Peterson
2010-01-19
1
-8/+8
*
Issue 6637: defaultdict.copy() failed with an empty factory.
Raymond Hettinger
2009-08-04
1
-0/+7
*
convert old fail* assertions to assert*
Benjamin Peterson
2009-06-30
1
-12/+12
*
#4170: Fix segfault when pickling a defauldict object.
Amaury Forgeot d'Arc
2008-10-30
1
-0/+8
*
#2621 rename test.test_support to test.support
Benjamin Peterson
2008-05-20
1
-2/+2
*
Bug #2565: The repr() of type objects now calls them 'class',
Martin v. Löwis
2008-04-07
1
-1/+1
*
Merged revisions 60481,60485,60489-60492,60494-60496,60498-60499,60501-60503,...
Christian Heimes
2008-02-09
1
-0/+23
*
Merged revisions 55325-55327 via svnmerge from
Guido van Rossum
2007-05-14
1
-1/+1
*
Merged revisions 53952-54987 via svnmerge from
Guido van Rossum
2007-04-27
1
-0/+9
*
Merged revisions 53623-53858 via svnmerge from
Thomas Wouters
2007-02-23
1
-3/+4
*
Fix most trivially-findable print statements.
Guido van Rossum
2007-02-09
1
-2/+2
*
SF patch 1631942 by Collin Winter:
Guido van Rossum
2007-01-10
1
-1/+1
*
Merged revisions 46753-51188 via svnmerge from
Thomas Wouters
2006-08-11
1
-1/+5
*
- Patch 1433928:
Guido van Rossum
2006-02-25
1
-0/+135