This website requires JavaScript.
Explore
Help
Register
Sign In
PublicArchive
/
cpython
Watch
2
Star
0
Fork
0
You've already forked cpython
mirror of
https://github.com/python/cpython.git
synced
2026-06-26 21:04:42 -04:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
0d3072e98d9be9cfcdccefd60dbaca2c19e8d889
cpython
/
Lib
/
unittest
T
History
Florent Xicluna
aabbda5354
Merge 3.2
2011-10-28 14:52:29 +02:00
..
test
test that TestCase doesn't get cycles
2011-07-14 12:48:25 -05:00
__init__.py
…
__main__.py
…
case.py
#13012
: use splitlines(keepends=True/False) instead of splitlines(0/1).
2011-09-28 17:37:55 +03:00
loader.py
Closes
#13258
: Use callable() built-in in the standard library.
2011-10-28 14:45:05 +02:00
main.py
…
result.py
…
runner.py
…
signals.py
…
suite.py
Closes
#13258
: Use callable() built-in in the standard library.
2011-10-28 14:45:05 +02:00
util.py
…