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