Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
cpython2
/
72a01b29bf7ac17de81c294f4ee6e5cc7359c685
/
Lib
/
test
/
test_errno.py
aa98058
use assert[Not]In where appropriate
by Ezio Melotti
· 16 years ago
5c8da86
convert usage of fail* to assert*
by Benjamin Peterson
· 16 years ago
f084e04
Fix test_errno to only check for error numbers that are defined by Standard C.
by Brett Cannon
· 17 years ago
afb416b
Add WSA errors.
by Martin v. Löwis
· 17 years ago
637f239
Add more Linux error codes.
by Martin v. Löwis
· 17 years ago
d43ca3b
norwitz-amd64 (gentoo) has EREMOTEIO.
by Martin v. Löwis
· 17 years ago
d1befd7
Add some info to the failure messages
by Neal Norwitz
· 17 years ago
08811dd
Improve the error message for a test that failed on the S-390 Debian buildbot.
by Brett Cannon
· 17 years ago
b7ec8e5
test_errno was a no-op test; now it actually tests things and uses unittest.
by Brett Cannon
· 17 years ago
f0dfc7a
Fix a bunch of typos in documentation, docstrings and comments.
by Walter Dörwald
· 22 years ago
04f357c
Get rid of relative imports in all unittests. Now anything that
by Barry Warsaw
· 23 years ago
f785042
a bold attempt to fix things broken by MAL's verify patch: import
by Fredrik Lundh
· 25 years ago
3661908
This patch removes all uses of "assert" in the regression test suite
by Marc-André Lemburg
· 25 years ago
41360a4
Mass check-in after untabifying all files that need it.
by Guido van Rossum
· 27 years ago
cee1dd3
Don't just die when an error is not defined; print a warning instead.
by Guido van Rossum
· 28 years ago
fab8ab8
Many scripts, but small changes. Update the way the scripts obtain the
by Roger E. Masse
· 29 years ago
9c6db35
Revised test for errno ala bwarsaw's testing paradigm.
by Roger E. Masse
· 29 years ago
8ba76d3
Added test_errno to the test suite
by Roger E. Masse
· 29 years ago