summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_os.py
Commit message (Expand)AuthorAgeFilesLines
...
* | | Backout f8409b3d6449: the PEP 410 is not accepted yetVictor Stinner2012-02-081-31/+0
* | | PEP 410Victor Stinner2012-02-081-0/+31
* | | Issue #13964: Skip os.*utime*() tests if os.stat() doesn't support timestampVictor Stinner2012-02-081-0/+11
* | | Issue #13964: Split os.*utime*() subsecond tests into multiple tests to helpVictor Stinner2012-02-081-38/+75
* | | Issue #13964: Test also os.futimesat()Victor Stinner2012-02-081-1/+8
* | | Issue #13964: Write tests for new os.*utime*() functionsVictor Stinner2012-02-081-0/+37
* | | Following Nick's suggestion, rename posix.fdlistdir() to posix.flistdir(), toCharles-François Natali2012-02-061-2/+2
* | | Issue #13734: Add os.fwalk(), a directory walking function yielding fileCharles-François Natali2012-02-051-2/+58
* | | Issue #8828: Add new function os.replace(), for cross-platform renaming with ...Antoine Pitrou2012-01-301-0/+12
* | | Issue #13772: In os.symlink() under Windows, do not try to guess the linkAntoine Pitrou2012-01-241-2/+7
|\ \ \ | |/ /
| * | Issue #13772: In os.symlink() under Windows, do not try to guess the linkAntoine Pitrou2012-01-241-2/+7
| * | Issue #13415: Skip test_os.test_unset_error on FreeBSD and OS X.Charles-François Natali2011-11-271-0/+4
* | | Issue #13415: Skip test_os.test_unset_error on FreeBSD < 7 and OS X < 10.6Charles-François Natali2011-11-261-0/+4
* | | (Merge 3.2) Issue #13436: Fix unsetenv() test on WindowsVictor Stinner2011-11-221-1/+2
|\ \ \ | |/ /
| * | Issue #13436: Fix unsetenv() test on WindowsVictor Stinner2011-11-221-1/+2
* | | (Merge 3.2) Issue #13415: os.unsetenv() doesn't ignore errors anymore.Victor Stinner2011-11-221-0/+9
|\ \ \ | |/ /
| * | Issue #13415: os.unsetenv() doesn't ignore errors anymore.Victor Stinner2011-11-221-0/+9
* | | Issue #13374: Deprecate os.getcwdb() on WindowsVictor Stinner2011-11-161-0/+1
* | | Issue #13374: Skip deprecation tests for os.symlink() on Windows XPVictor Stinner2011-11-151-1/+8
* | | Issue #13374: The Windows bytes API has been deprecated in the os module. UseVictor Stinner2011-11-151-4/+40
* | | Oops. Update a placeholder comment with the issue number.Brian Curtin2011-11-061-1/+1
* | | Fix #13327. Remove the need for an explicit None as the second argument toBrian Curtin2011-11-061-0/+15
* | | Close #13174: Fix extended attributes tests in test_os for SELinuxVictor Stinner2011-10-161-5/+10
* | | expose linux extended file system attributes (closes #12720)Benjamin Peterson2011-09-011-0/+94
* | | test_os needs to reap threadsAntoine Pitrou2011-07-151-0/+1
* | | (merge 3.2) test_os: remove now useless TemporaryFileTests testcaseVictor Stinner2011-07-011-111/+6
|\ \ \ | |/ /
| * | test_os: remove now useless TemporaryFileTests testcaseVictor Stinner2011-07-011-111/+6
* | | (merge 3.2) test_os: add TemporaryFileTests to the testcase listVictor Stinner2011-07-011-0/+1
|\ \ \ | |/ /
| * | test_os: add TemporaryFileTests to the testcase listVictor Stinner2011-07-011-0/+1
* | | Issue #12451: Add support.create_empty_file()Victor Stinner2011-06-301-2/+1
* | | (merge 3.2) Issue #12451: Open files in binary mode in some tests when the textVictor Stinner2011-06-301-7/+6
|\ \ \ | |/ /
| * | Issue #12451: Open files in binary mode in some tests when the text file is notVictor Stinner2011-06-301-7/+6
* | | Issue #12400: oops, remove debug code...Victor Stinner2011-06-291-1/+0
* | | (merge 3.2) Issue #12400: regrtest -W doesn't rerun the tests twice anymore,Victor Stinner2011-06-291-0/+1
|\ \ \ | |/ /
* | | Merge from 3.2 for Issue #12084.Brian Curtin2011-06-131-0/+45
|\ \ \ | |/ /
| * | Fix #12084. os.stat on Windows wasn't working properly with relative symlinks.Brian Curtin2011-06-131-0/+45
* | | os.sendfile() test: fix "AttributeError: 'NoneType' object has no attribute '...Giampaolo Rodola'2011-05-181-73/+74
* | | Issue #11223: Replace threading._info() by sys.thread_infoVictor Stinner2011-04-301-9/+4
* | | Issue #11223: Add threading._info() function providing informations about theVictor Stinner2011-04-191-6/+9
* | | (merge) Issue #11395: io.FileIO().write() clamps the data length to 32,767Victor Stinner2011-03-201-0/+19
|\ \ \ | |/ /
| * | Issue #11395: io.FileIO().write() clamps the data length to 32,767 bytes onVictor Stinner2011-03-201-0/+19
* | | Properly close a file in test_os.Brett Cannon2011-03-151-8/+6
* | | #11515: Merge with 3.2.Ezio Melotti2011-03-151-2/+2
|\ \ \ | |/ /
| * | #11515: Merge with 3.1.Ezio Melotti2011-03-151-2/+2
| |\ \ | | |/
| | * #11515: fix several typos. Patch by Piotr Kasprzyk.Ezio Melotti2011-03-151-2/+2
| | * Merged revisions 87666 via svnmerge fromAmaury Forgeot d'Arc2011-01-031-0/+5
| | * Merged revisions 86596 via svnmerge fromEzio Melotti2010-11-211-15/+15
| | * Merged revisions 85987 via svnmerge fromBrian Curtin2010-10-301-8/+10
| | * Merged revisions 80108,80111,80114-80115 via svnmerge fromMark Dickinson2010-04-161-1/+15
| | * Merged revisions 78739 via svnmerge fromv3.1.2rc1Benjamin Peterson2010-03-061-2/+16