COMMITS
/ Lib/test/test_errno.py May 22, 2025
S
gh-71339: Use new assertion methods in tests (GH-129046)
Serhiy Storchaka committed
April 13, 2015
Z
Issue #21741: Update 147 test modules to use test discovery.
Zachary Ware committed
January 16, 2014
S
Issue #19936: Added executable bits or shebang lines to Python scripts which
Serhiy Storchaka committed
September 22, 2010
B
Issue 9916: Add some missing errno symbols.
Barry Warsaw committed
March 11, 2010
B
convert shebang lines: python -> python3
Benjamin Peterson committed
January 23, 2010
E
use assert[Not]In where appropriate
Ezio Melotti committed
June 30, 2009
B
convert old fail* assertions to assert*
Benjamin Peterson committed
May 20, 2008
B
#2621 rename test.test_support to test.support
Benjamin Peterson committed
March 18, 2008
C
Merged revisions 61520,61523-61528,61532 via svnmerge from
Christian Heimes committed
February 9, 2007
G
Fix most trivially-findable print statements.
Guido van Rossum committed
October 20, 2003
W
Fix a bunch of typos in documentation, docstrings and comments.
Walter Dörwald committed
July 23, 2002
B
Get rid of relative imports in all unittests. Now anything that
Barry Warsaw committed
January 17, 2001
F
a bold attempt to fix things broken by MAL's verify patch: import
Fredrik Lundh committed
M
This patch removes all uses of "assert" in the regression test suite
Marc-André Lemburg committed
March 26, 1998
G
Mass check-in after untabifying all files that need it.
Guido van Rossum committed
April 9, 1997
G
Don't just die when an error is not defined; print a warning instead.
Guido van Rossum committed
December 20, 1996
R
Many scripts, but small changes. Update the way the scripts obtain the
Roger E. Masse committed
December 16, 1996
R
Revised test for errno ala bwarsaw's testing paradigm.
Roger E. Masse committed
R
Added test_errno to the test suite
Roger E. Masse committed