index
:
cpython.git
2.7
3.3
3.4
3.5
3.6
benjamin-clang
benjamin-iteration-torture
buildbot-custom
master
https://github.com/python/cpython.git
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Lib
/
unittest.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Synch with pyunit CVS:
Steve Purcell
2001-12-17
1
-4/+4
*
In unconditional except clauses, don't catch KeyboardInterrupt -- it's
Guido van Rossum
2001-12-07
1
-0/+6
*
A few formatting nits:
Jeremy Hylton
2001-10-22
1
-5/+5
*
Add missing period in docstring.
Fred Drake
2001-09-06
1
-1/+1
*
Changed TestResult to store only the text representation of an error.
Steve Purcell
2001-09-06
1
-10/+15
*
Merged in bugfix from PyUnit CVS for problem reported by Gary Todd.
Steve Purcell
2001-08-08
1
-3/+4
*
patch 418489 from Andrew Dalke for string format bug
Steve Purcell
2001-05-10
1
-1/+1
*
- Typo in message for TestCase.failIfEqual()
Steve Purcell
2001-04-15
1
-2/+1
*
Whitespace normalization.
Tim Peters
2001-04-13
1
-1/+1
*
- New fail*() methods, and comprehensive set of assert*() synonyms
Steve Purcell
2001-04-12
1
-28/+63
*
* Remove exc_info() kludge -- it actually messed up the Jython output
Steve Purcell
2001-04-09
1
-17/+13
*
Whitespace normalization.
Tim Peters
2001-03-29
1
-7/+7
*
Updated to latest PyUnit version (1.31 in PyUnit CVS); test_support.py
Steve Purcell
2001-03-22
1
-246/+238
*
The unittest module from PyUNIT, by Steve Purcell.
Fred Drake
2001-03-21
1
-0/+689