COMMITS
/ Lib/unittest/util.py March 11, 2026
S
gh-145546: unittest.util: fix `sorted_list_difference` tail deduplication (GH-145547)
Stefan Zetzsche committed
February 5, 2026
S
gh-74453: Deprecate os.path.commonprefix (#144436)
Seth Michael Larson committed
January 24, 2018
S
bpo-32360: unittest.util: Use Counter instead of custom count function (GH-4994)
Srinivas Reddy Thatiparthy (శ్రీనివాస్ రెడ్డి తాటిపర్తి) committed
July 22, 2014
S
Issue #22032: __qualname__ instead of __name__ is now always used to format
Serhiy Storchaka committed
September 23, 2013
S
Issue #18996: TestCase.assertEqual() now more cleverly shorten differing
Serhiy Storchaka committed
December 24, 2010
R
Keep helper functions private.
Raymond Hettinger committed
R
Put diff output in useful order (when the elements were first seen).
Raymond Hettinger committed
R
Improve diff for assertCountEqual() to actually show the differing counts.
Raymond Hettinger committed
June 5, 2010
M
Merged revisions 81747 via svnmerge from
Michael Foord committed
April 5, 2010
R
Forward port total_ordering() and cmp_to_key().
Raymond Hettinger committed
March 22, 2010
B
Merged revisions 79263 via svnmerge from
Benjamin Peterson committed
March 14, 2010
B
Merged revisions 78227,78229,78288,78348,78377,78770,78774-78776,78810 via svnmerge from
Benjamin Peterson committed
July 19, 2009
B
Merged revisions 74095 via svnmerge from
Benjamin Peterson committed