summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_os.py
Commit message (Expand)AuthorAgeFilesLines
* Issue #3804: Added test for Issue #2222.Hirokazu Yamamoto2008-09-081-0/+7
* Reverted r65902. See http://mail.python.org/pipermail/python-checkins/2008-Au...Hirokazu Yamamoto2008-08-201-7/+3
* Backport r65900: fixed get_file_system in test_os.py ('path' is unicode on py...Hirokazu Yamamoto2008-08-201-5/+8
* Patch #2232: os.tmpfile might fail on Windows if the user has noMartin v. Löwis2008-03-061-0/+38
* Bug #1709599: Run test_1565150 only if the file system is NTFS.Martin v. Löwis2007-08-301-4/+14
* Bug #1686475: Support stat'ing open files on Windows again.Martin v. Löwis2007-04-041-0/+9
* Bug #1565150: Fix subsecond processing for os.utime on Windows.Martin v. Löwis2006-10-091-0/+8
* Whitespace normalization.Tim Peters2006-07-031-1/+1
* Correct arithmetic in access on Win32. Fixes #1513646.Martin v. Löwis2006-07-021-0/+14
* Port access, chmod, parts of getcwdu, mkdir, and utime to direct Win32 API.Martin v. Löwis2006-05-061-0/+12
* Implement os.{chdir,rename,rmdir,remove} using Win32 directly.Martin v. Löwis2006-05-041-1/+17
* 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