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
/
test
/
test_break.py
Commit message (
Expand
)
Author
Age
*
gh-93839: Move Lib/unttest/test/ to Lib/test/test_unittest/ (#94043)
Victor Stinner
2022-06-21
*
bpo-46709: check eval breaker in specialized `CALL` opcodes (GH-31404)
Nikita Sobolev
2022-02-18
*
bpo-33746: Fix test_unittest.testRegisterResult() in verbose mode (GH-7799)
Victor Stinner
2018-06-20
*
bpo-32593: Drop FreeBSD 9 and older support (#5232)
Victor Stinner
2018-01-22
*
Issue #22936: Allow showing local variables in unittest errors.
Robert Collins
2015-03-06
*
Issue #19013: add unittest.main() epilogs to unittest's own test modules
Antoine Pitrou
2013-09-13
*
Closes issue 15505. unittest.installHandler and non-callable signal handlers.
Michael Foord
2013-01-29
*
#10535: Enable silenced warnings in unittest by default
Ezio Melotti
2010-12-01
*
Merged revisions 80476 via svnmerge from
Michael Foord
2010-04-25
*
Merged revisions 80155 via svnmerge from
R. David Murray
2010-04-22
*
Port #1220212 (os.kill for Win32) to py3k.
Brian Curtin
2010-04-12
*
Merged revisions 79464,79471,79623,79626,79630,79632,79643,79648-79649,79679,...
Benjamin Peterson
2010-04-11
*
Merged revisions 79437 via svnmerge from
Michael Foord
2010-03-27