summaryrefslogtreecommitdiff
path: root/Lib/test/test_errno.py
Commit message (Expand)AuthorAgeFilesLines
* Issue #21741: Update 147 test modules to use test discovery.Zachary Ware2015-04-131-6/+1
* Issue #19936: Added executable bits or shebang lines to Python scripts whichSerhiy Storchaka2014-01-161-1/+0
* Issue 9916: Add some missing errno symbols.Barry Warsaw2010-09-221-1/+2
* convert shebang lines: python -> python3Benjamin Peterson2010-03-111-1/+1
* use assert[Not]In where appropriateEzio Melotti2010-01-231-2/+2
* convert old fail* assertions to assert*Benjamin Peterson2009-06-301-3/+3
* #2621 rename test.test_support to test.supportBenjamin Peterson2008-05-201-2/+2
* Merged revisions 61520,61523-61528,61532 via svnmerge fromChristian Heimes2008-03-181-50/+4
* Merged revisions 61431,61433-61436,61439,61444,61449-61450,61453,61458,61465,...Christian Heimes2008-03-181-23/+60
* Fix most trivially-findable print statements.Guido van Rossum2007-02-091-2/+2
* Fix a bunch of typos in documentation, docstrings and comments.Walter Dörwald2003-10-201-1/+1
* Get rid of relative imports in all unittests. Now anything thatBarry Warsaw2002-07-231-1/+1
* a bold attempt to fix things broken by MAL's verify patch: importFredrik Lundh2001-01-171-1/+1
* This patch removes all uses of "assert" in the regression test suiteMarc-André Lemburg2001-01-171-1/+1
* Mass check-in after untabifying all files that need it.Guido van Rossum1998-03-261-30/+30
* Don't just die when an error is not defined; print a warning instead.Guido van Rossum1997-04-091-4/+9
* Many scripts, but small changes. Update the way the scripts obtain theRoger E. Masse1996-12-201-5/+2
* Revised test for errno ala bwarsaw's testing paradigm.Roger E. Masse1996-12-161-5/+8
* Added test_errno to the test suiteRoger E. Masse1996-12-161-0/+44