summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_os.py
Commit message (Expand)AuthorAgeFilesLines
* Standardize behavior: create a single suite merging all test cases.Guido van Rossum2002-08-221-3/+5
* Get rid of relative imports in all unittests. Now anything thatBarry Warsaw2002-07-231-1/+1
* Patch #488073: AtheOS port.Martin v. Löwis2002-06-111-1/+7
* Tighten up some warning filters, and break some dependencies on theTim Peters2002-04-161-2/+2
* Whitespace normalization.Tim Peters2001-10-181-2/+2
* The assignment to result.st_rdev can raise AttributeError as well asGuido van Rossum2001-10-181-1/+1
* SF patch #462296: Add attributes to os.stat results; by Nick Mathewson.Guido van Rossum2001-10-181-2/+119
* Change the PyUnit-based tests to use the test_main() approach. ThisFred Drake2001-09-201-1/+5
* Merge changes from r22a2-branch back into trunk. Also, change patchBarry Warsaw2001-08-221-0/+3
* Silence warnings during test_osJeremy Hylton2001-08-201-0/+5
* Whitespace normalization, plus:Tim Peters2001-07-211-1/+1
* Remove a couple of lines from the test that proved not to be portable toFred Drake2001-07-171-2/+0
* Start of a test suite for the "os" module -- this only tests the temporaryFred Drake2001-07-171-0/+60