index
:
cpython
3.10
3.11
3.12
3.13
3.9
main
The Python programming language
Aslak Raanes
about
summary
refs
log
tree
commit
diff
stats
homepage
log msg
author
committer
range
path:
root
/
Lib
/
unittest
/
util.py
Commit message (
Expand
)
Author
Age
*
bpo-32360: unittest.util: Use Counter instead of custom count function (GH-4994)
Srinivas Reddy Thatiparthy (శ్రీనివాస్ రెడ్డి తాటిపర్తి)
2018-01-24
*
Issue #22032: __qualname__ instead of __name__ is now always used to format
Serhiy Storchaka
2014-07-22
*
Issue #18996: TestCase.assertEqual() now more cleverly shorten differing
Serhiy Storchaka
2013-09-23
*
Keep helper functions private.
Raymond Hettinger
2010-12-24
*
Put diff output in useful order (when the elements were first seen).
Raymond Hettinger
2010-12-24
*
Improve diff for assertCountEqual() to actually show the differing counts.
Raymond Hettinger
2010-12-24
*
Merged revisions 81747 via svnmerge from
Michael Foord
2010-06-05
*
Forward port total_ordering() and cmp_to_key().
Raymond Hettinger
2010-04-05
*
Merged revisions 79263 via svnmerge from
Benjamin Peterson
2010-03-22
*
Merged revisions 78227,78229,78288,78348,78377,78770,78774-78776,78810 via sv...
Benjamin Peterson
2010-03-14
*
Merged revisions 74095 via svnmerge from
Benjamin Peterson
2009-07-19