summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_os.py
Commit message (Expand)AuthorAgeFilesLines
* Merged revisions 57620-57771 via svnmerge fromThomas Wouters2007-08-301-4/+14
* Calling execvp with an empty argument list raises ValueError, but weThomas Heller2007-08-301-1/+1
* Forbid an empty argument list in execv call.Thomas Heller2007-08-301-0/+3
* More str/bytes fixes.Guido van Rossum2007-08-271-2/+2
* Patch by Christian Heimes to change self.assert_(x == y) intoGuido van Rossum2007-07-111-1/+1
* Following an idea by Ron Adam, make sure keys and values in theGuido van Rossum2007-06-131-0/+7
* Make test_tmpfile() pass. (And hence test_os.py as a whole passes.)Guido van Rossum2007-06-131-2/+2
* Merged revisions 55631-55794 via svnmerge fromGuido van Rossum2007-06-061-6/+8
* Merged revisions 53952-54987 via svnmerge fromGuido van Rossum2007-04-271-20/+58
* Make readonly members defined in C throw an AttributeError on modification. T...Collin Winter2007-03-281-2/+2
* SF patch 1631942 by Collin Winter:Guido van Rossum2007-01-101-1/+1
* Four months of trunk changes (including a few releases...)Thomas Wouters2006-12-131-0/+17
* Anna Ravenscroft identified many occurrences of "file" used to open a fileAlex Martelli2006-08-241-3/+3
* Merged revisions 46753-51188 via svnmerge fromThomas Wouters2006-08-111-0/+14
* 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