index
:
cpython
3.10
3.11
3.12
3.13
3.14
3.9
main
The Python programming language
Aslak Raanes
about
summary
refs
log
tree
commit
diff
stats
homepage
log msg
author
committer
range
path:
root
/
Lib
/
test
/
test_os.py
Commit message (
Expand
)
Author
Age
*
Standardize behavior: create a single suite merging all test cases.
Guido van Rossum
2002-08-22
*
Get rid of relative imports in all unittests. Now anything that
Barry Warsaw
2002-07-23
*
Patch #488073: AtheOS port.
Martin v. Löwis
2002-06-11
*
Tighten up some warning filters, and break some dependencies on the
Tim Peters
2002-04-16
*
Whitespace normalization.
Tim Peters
2001-10-18
*
The assignment to result.st_rdev can raise AttributeError as well as
Guido van Rossum
2001-10-18
*
SF patch #462296: Add attributes to os.stat results; by Nick Mathewson.
Guido van Rossum
2001-10-18
*
Change the PyUnit-based tests to use the test_main() approach. This
Fred Drake
2001-09-20
*
Merge changes from r22a2-branch back into trunk. Also, change patch
Barry Warsaw
2001-08-22
*
Silence warnings during test_os
Jeremy Hylton
2001-08-20
*
Whitespace normalization, plus:
Tim Peters
2001-07-21
*
Remove a couple of lines from the test that proved not to be portable to
Fred Drake
2001-07-17
*
Start of a test suite for the "os" module -- this only tests the temporary
Fred Drake
2001-07-17