COMMITS
/ Lib/test/test_defaultdict.py March 11, 2026
T
gh-145492: fix regression test for defaultdict factory repr (GH-145788)
Thomas Kowalski committed
March 10, 2026
M
gh-145492: Fix defaultdict __repr__ infinite recursion (GH-145659)
Matt Van Horn committed
December 16, 2025
June 13, 2022
V
gh-84623: Remove unused imports in tests (#93772)
Victor Stinner committed
June 21, 2020
S
bpo-41055: Remove outdated tests for the tp_print slot. (GH-21006)
Serhiy Storchaka committed
March 6, 2020
B
bpo-36144: Implement defaultdict union (GH-18729)
Brandt Bucher committed
September 21, 2017
S
bpo-27541: Reprs of subclasses of some classes now contain actual type name. (#3631)
Serhiy Storchaka committed
September 16, 2016
M
Issue #28145: Spelling fixes
Martin Panter committed
April 13, 2015
Z
Issue #21741: Update 147 test modules to use test discovery.
Zachary Ware committed
August 20, 2014
B
use __qualname__ to compute bound method repr (closes #21389)
Benjamin Peterson committed
December 7, 2011
E
#13531: add a test for defaultdict with a non-callable arg. Patch by Mike Cheng.
Ezio Melotti committed
January 19, 2010
B
use assert[Not]In where appropriate
Benjamin Peterson committed
August 4, 2009
R
Issue 6637: defaultdict.copy() failed with an empty factory.
Raymond Hettinger committed
June 30, 2009
B
convert old fail* assertions to assert*
Benjamin Peterson committed
October 30, 2008
A
#4170: Fix segfault when pickling a defauldict object.
Amaury Forgeot d'Arc committed
May 20, 2008
B
#2621 rename test.test_support to test.support
Benjamin Peterson committed
April 7, 2008
M
Bug #2565: The repr() of type objects now calls them 'class',
Martin v. Löwis committed
February 9, 2008
May 14, 2007
G
Merged revisions 55325-55327 via svnmerge from
Guido van Rossum committed
April 27, 2007
G
Merged revisions 53952-54987 via svnmerge from
Guido van Rossum committed
February 23, 2007
T
Merged revisions 53623-53858 via svnmerge from
Thomas Wouters committed
February 9, 2007
G
Fix most trivially-findable print statements.
Guido van Rossum committed
January 10, 2007
G
SF patch 1631942 by Collin Winter:
Guido van Rossum committed
August 11, 2006
T
Merged revisions 46753-51188 via svnmerge from
Thomas Wouters committed
February 25, 2006
G
- Patch 1433928:
Guido van Rossum committed