summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_os.py
Commit message (Expand)AuthorAgeFilesLines
* Issue #28075: Fix test_access_denied in Python 3.5Berker Peksag2016-09-181-12/+14
* Fix test_access_denied in 3.5Berker Peksag2016-09-171-1/+2
* Issue #28075: Check for ERROR_ACCESS_DENIED in Windows implementation of os.s...Berker Peksag2016-09-171-0/+19
* Correct spelling in documentation and code commentMartin Panter2016-09-101-1/+1
* Issue #26783: test_os.WalkTests.test_walk_topdown did't test fwalk and bytes.Serhiy Storchaka2016-04-161-1/+1
* Issue #25911: Tring to silence deprecation warnings in bytes path walk tests.Serhiy Storchaka2016-03-081-0/+11
* Backed out changeset f9e22717722dSerhiy Storchaka2016-03-081-5/+1
|\
| * Backed out changeset 19a3e0e664afSerhiy Storchaka2016-03-081-5/+1
* | Issues #23808, #25911: Trying to fix walk tests on Windows.Serhiy Storchaka2016-03-081-1/+5
|\ \ | |/
| * Issues #23808, #25911: Trying to fix walk tests on Windows.Serhiy Storchaka2016-03-081-1/+5
* | Issue #25911: Restored support of bytes paths in os.walk() on Windows.Serhiy Storchaka2016-02-081-5/+17
* | Issue #25860: Fixed test failure caused by inconsistency of os.walk() andSerhiy Storchaka2015-12-221-0/+2
* | Issue #25860: os.fwalk() no longer skips remaining directories when error occ...Serhiy Storchaka2015-12-221-11/+20
* | Issue #25583: Merge makedirs fix from 3.4 into 3.5Martin Panter2015-11-201-0/+3
|\ \ | |/
| * Issue #25583: Avoid incorrect errors raised by os.makedirs(exist_ok=True)Martin Panter2015-11-191-0/+3
* | Issue #25523: Merge "a" to "an" fixes from 3.4 into 3.5Martin Panter2015-11-021-1/+1
|\ \ | |/
| * Issue #25523: Correct "a" article to "an" articleMartin Panter2015-11-021-1/+1
* | Issue #25003: On Solaris 11.3 or newer, os.urandom() now uses the getrandom()Victor Stinner2015-10-011-7/+9
* | Issue #25118: Fix a regression of Python 3.5.0 in os.waitpid() on Windows.Victor Stinner2015-09-151-0/+6
* | Marked keystrokes with the :kbd: role.Serhiy Storchaka2015-09-121-2/+2
|\ \ | |/
| * Marked keystrokes with the :kbd: role.Serhiy Storchaka2015-09-121-2/+2
* | Merge 3.4 into 3.5Martin Panter2015-09-091-1/+1
|\ \ | |/
| * os.sendfile(headers=None, trailers=None) arguments are not actually acceptedMartin Panter2015-09-091-1/+1
* | Issue #23738: Merge 3.4 into 3.5Martin Panter2015-09-091-1/+22
|\ \ | |/
| * Issue #23738: Document and test actual keyword parameter namesMartin Panter2015-09-091-1/+22
* | Use setUpClass and tearDownClass correctly in test_os.Berker Peksag2015-07-211-2/+4
* | Merge 3.4Victor Stinner2015-07-201-2/+8
|\ \ | |/
| * Issue #24675: Avoid DeprecationWarning in test_osVictor Stinner2015-07-201-2/+8
| * Issue #15745: Rewrite os.utime() tests in test_osVictor Stinner2015-06-121-202/+210
| * Issue #22585: make URandomFDTests test case actually runNed Deily2015-03-171-0/+1
* | (Merge 3.4) Issue #15745: Rewrite os.utime() tests in test_osVictor Stinner2015-06-121-202/+209
* | Issue #9517: Move script_helper to the support package.Berker Peksag2015-05-061-1/+1
* | Issue #22181: The availability of the getrandom() is now checked in configure,Victor Stinner2015-03-191-0/+3
* | Merge 3.4 (test_os)Victor Stinner2015-03-121-37/+70
|\ \ | |/
| * Issue #23605: Refactor os.walk() tests to also run them on os.fwalk()Victor Stinner2015-03-121-37/+70
| * Issue #22585: On OpenBSD 5.6 and newer, os.urandom() now calls getentropy(),Victor Stinner2014-12-211-0/+7
* | Suppress assert dialogs in test_osSteve Dower2015-03-081-10/+14
* | Issue #22524: New os.scandir() function, part of the PEP 471: "os.scandir()Victor Stinner2015-03-081-0/+224
* | Issue #20069: Fixed test_os on Solaris: error message is platform depended.Serhiy Storchaka2015-02-161-1/+1
* | #20069: Add tests for os.chown.R David Murray2014-12-251-51/+74
* | Issue #22585: On OpenBSD 5.6 and newer, os.urandom() now calls getentropy(),Victor Stinner2014-12-211-0/+7
* | Issue #22777: Test pickling with all protocols.Serhiy Storchaka2014-12-151-8/+14
|\ \ | |/
| * Issue #22777: Test pickling with all protocols.Serhiy Storchaka2014-12-151-8/+14
* | os: Include posix functions in os.__all__. Closes issue #18554.Yury Selivanov2014-09-261-0/+8
* | Issue #22054: Add os.get_blocking() and os.set_blocking() functions to get andVictor Stinner2014-07-291-0/+26
* | Issue #21932: Skip test_os.test_large_read() on 32-bit systemVictor Stinner2014-07-121-2/+6
* | Issue #21932: Ooops, os.read(fd, size) allocates a buffer of size bytes, evenVictor Stinner2014-07-111-2/+3
* | Issue #21932: os.read() now uses a :c:func:`Py_ssize_t` type instead ofVictor Stinner2014-07-111-0/+19
* | Issue #21741: Add st_file_attributes to os.stat_result on Windows.Zachary Ware2014-06-191-0/+22
* | Issue18314 Allow unlink to remove junctions. Includes support for creating ju...Tim Golden2014-05-051-0/+36