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
/
test
/
test_errno.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix test_errno to only check for error numbers that are defined by Standard C.
Brett Cannon
2008-03-18
1
-50/+4
*
Add WSA errors.
Martin v. Löwis
2008-03-18
1
-1/+19
*
Add more Linux error codes.
Martin v. Löwis
2008-03-18
1
-5/+5
*
norwitz-amd64 (gentoo) has EREMOTEIO.
Martin v. Löwis
2008-03-18
1
-1/+1
*
Add some info to the failure messages
Neal Norwitz
2008-03-18
1
-2/+3
*
Improve the error message for a test that failed on the S-390 Debian buildbot.
Brett Cannon
2008-03-18
1
-1/+2
*
test_errno was a no-op test; now it actually tests things and uses unittest.
Brett Cannon
2008-03-18
1
-15/+32
*
Fix a bunch of typos in documentation, docstrings and comments.
Walter Dörwald
2003-10-20
1
-1/+1
*
Get rid of relative imports in all unittests. Now anything that
Barry Warsaw
2002-07-23
1
-1/+1
*
a bold attempt to fix things broken by MAL's verify patch: import
Fredrik Lundh
2001-01-17
1
-1/+1
*
This patch removes all uses of "assert" in the regression test suite
Marc-André Lemburg
2001-01-17
1
-1/+1
*
Mass check-in after untabifying all files that need it.
Guido van Rossum
1998-03-26
1
-30/+30
*
Don't just die when an error is not defined; print a warning instead.
Guido van Rossum
1997-04-09
1
-4/+9
*
Many scripts, but small changes. Update the way the scripts obtain the
Roger E. Masse
1996-12-20
1
-5/+2
*
Revised test for errno ala bwarsaw's testing paradigm.
Roger E. Masse
1996-12-16
1
-5/+8
*
Added test_errno to the test suite
Roger E. Masse
1996-12-16
1
-0/+44