index
:
cpython
3.10
3.11
3.12
3.13
3.14
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.py
Commit message (
Expand
)
Author
Age
*
Merged revisions 55407-55513 via svnmerge from
Guido van Rossum
2007-05-22
*
Merged revisions 53952-54987 via svnmerge from
Guido van Rossum
2007-04-27
*
Implement PEP 3115 -- new metaclass syntax and semantics.
Guido van Rossum
2007-03-18
*
Fix most trivially-findable print statements.
Guido van Rossum
2007-02-09
*
SF patch 1631942 by Collin Winter:
Guido van Rossum
2007-01-10
*
Get rid of dict.has_key(). Boy this has a lot of repercussions!
Guido van Rossum
2006-08-18
*
Patch #1388073: Make unittest.TestCase easier to subclass
Georg Brandl
2006-01-20
*
Reduce the usage of the types module.
Raymond Hettinger
2005-02-07
*
SF bug #1078905: Docs for unittest run() methods are misleading
Raymond Hettinger
2004-12-04
*
Patch #1061904 / bug #878275: give a nicer error message when someone
Johannes Gijsbers
2004-11-07
*
Added an __iter__ method for test suites.
Jim Fulton
2004-08-28
*
Replace backticks with repr() or "%r"
Walter Dörwald
2004-02-12
*
Variation of Thomas Heller's patch (722638) for improving readability
Steve Purcell
2003-12-06
*
Another instance of the same typo.
Steve Purcell
2003-10-26
*
Incorporated patch 819077, from George Yoshida:
Steve Purcell
2003-10-26
*
Fixed bug introduced in revision 1.27
Armin Rigo
2003-10-24
*
Removed redundant 'return' statement. (Issue 813159)
Steve Purcell
2003-09-30
*
Topical change: use 'startswith()' to identify test methods with a
Steve Purcell
2003-09-23
*
- Fixed loading of tests by name when name refers to unbound
Steve Purcell
2003-09-22
*
Explicitly define public symbols via __all__: see discussion with Raymond
Steve Purcell
2003-09-15
*
SF bug #804115: bad argument handling(unittest.py)
Raymond Hettinger
2003-09-13
*
delete unused local variable (pychecker caught)
Skip Montanaro
2003-07-13
*
SF bug #715145: unittest.py still uses != in failUnlessEqual
Raymond Hettinger
2003-04-04
*
Get rid of many apply() calls.
Guido van Rossum
2003-02-27
*
Incorporate Skip's suggestion to use SciPy's validation test near
Raymond Hettinger
2002-12-29
*
Now that TestCase is a new-style class, change loadTestsFromModule and
Guido van Rossum
2002-09-30
*
Add a missing call to _strclass().
Jeremy Hylton
2002-08-13
*
Fix to ensure consistent 'repr' and 'str' results between Python
Steve Purcell
2002-08-09
*
Add module-wide "__metaclass__ = type", as requested by Jim Fulton.
Steve Purcell
2002-08-08
*
Fix printing plural (s or "").
Neal Norwitz
2002-05-31
*
Munge the RCS keywords to avoid updates, so the version number matches that
Fred Drake
2002-05-21
*
Synch with pyunit CVS:
Steve Purcell
2001-12-17
*
In unconditional except clauses, don't catch KeyboardInterrupt -- it's
Guido van Rossum
2001-12-07
*
A few formatting nits:
Jeremy Hylton
2001-10-22
*
Add missing period in docstring.
Fred Drake
2001-09-06
*
Changed TestResult to store only the text representation of an error.
Steve Purcell
2001-09-06
*
Merged in bugfix from PyUnit CVS for problem reported by Gary Todd.
Steve Purcell
2001-08-08
*
patch 418489 from Andrew Dalke for string format bug
Steve Purcell
2001-05-10
*
- Typo in message for TestCase.failIfEqual()
Steve Purcell
2001-04-15
*
Whitespace normalization.
Tim Peters
2001-04-13
*
- New fail*() methods, and comprehensive set of assert*() synonyms
Steve Purcell
2001-04-12
*
* Remove exc_info() kludge -- it actually messed up the Jython output
Steve Purcell
2001-04-09
*
Whitespace normalization.
Tim Peters
2001-03-29
*
Updated to latest PyUnit version (1.31 in PyUnit CVS); test_support.py
Steve Purcell
2001-03-22
*
The unittest module from PyUNIT, by Steve Purcell.
Fred Drake
2001-03-21