summaryrefslogtreecommitdiff
path: root/Lib/test/test_os.py
Commit message (Expand)AuthorAgeFilesLines
* Much-needed merge (using svnmerge.py this time) of trunk changes into p3yk.Thomas Wouters2006-05-271-1/+29
* Avoid using items() in environ.update(). Fixes #1124513.Martin v. Löwis2005-02-171-1/+1
* Revert os.py 1.75, and directly implement update.Martin v. Löwis2005-01-291-0/+7
* Truncate st_?time before comparing it with ST_?TIME in the tests.Martin v. Löwis2005-01-231-1/+5
* Whitespace normalization.Tim Peters2004-08-291-1/+1
* Patch #934711: Expose platform-specific entropy.Martin v. Löwis2004-08-291-0/+11
* test_devnull(): Use assertEqual() instead of an assert stmt.Tim Peters2004-06-081-1/+1
* Feature request #935915: Add os.path.devnull.Martin v. Löwis2004-06-081-0/+9
* Rename class attribute containing the class to be tested, so the name is theWalter Dörwald2004-06-021-1/+1
* Port the dictionary tests from test_types.py to unittest. Collect as muchWalter Dörwald2004-05-311-2/+2
* Whitespace normalization.Tim Peters2004-01-181-3/+3
* As part of fixing bug #829532, add a test case that exercises os.makedirsAndrew M. Kuchling2003-12-231-1/+36
* Fix a bunch of typos in documentation, docstrings and comments.Walter Dörwald2003-10-201-1/+1
* Combine the functionality of test_support.run_unittest()Walter Dörwald2003-05-011-24/+25
* SF bug 728097: tmpnam problems on windows 2.3b, breaks test.test_os.Tim Peters2003-04-281-1/+22
* Factor out common boilerplate for test_supportRaymond Hettinger2003-04-271-9/+5
* New generator os.walk() does a bit more than os.path.walk() does, andTim Peters2003-04-251-3/+85
* SF patch #667730: More DictMixinRaymond Hettinger2003-03-091-0/+18
* 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