index
:
cpython.git
2.7
3.3
3.4
3.5
3.6
benjamin-clang
benjamin-iteration-torture
buildbot-custom
master
https://github.com/python/cpython.git
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Lib
/
test
/
test_os.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Issue #25994: Added the close() method and the support of the context manager
Serhiy Storchaka
2016-02-11
1
-0/+52
*
Issue #25911: Restored support of bytes paths in os.walk() on Windows.
Serhiy Storchaka
2016-02-08
1
-5/+17
|
\
|
*
Issue #25911: Restored support of bytes paths in os.walk() on Windows.
Serhiy Storchaka
2016-02-08
1
-5/+17
*
|
Issue #25860: Fixed test failure caused by inconsistency of os.walk() and
Serhiy Storchaka
2015-12-22
1
-0/+2
|
\
\
|
|
/
|
*
Issue #25860: Fixed test failure caused by inconsistency of os.walk() and
Serhiy Storchaka
2015-12-22
1
-0/+2
*
|
Issue #25860: os.fwalk() no longer skips remaining directories when error occ...
Serhiy Storchaka
2015-12-22
1
-11/+20
|
\
\
|
|
/
|
*
Issue #25860: os.fwalk() no longer skips remaining directories when error occ...
Serhiy Storchaka
2015-12-22
1
-11/+20
*
|
Issue #25583: Merge makedirs fix from 3.5
Martin Panter
2015-11-20
1
-0/+3
|
\
\
|
|
/
|
*
Issue #25583: Merge makedirs fix from 3.4 into 3.5
Martin Panter
2015-11-20
1
-0/+3
|
|
\
|
|
*
Issue #25583: Avoid incorrect errors raised by os.makedirs(exist_ok=True)
Martin Panter
2015-11-19
1
-0/+3
*
|
|
Issue #25523: Merge a-to-an corrections from 3.5
Martin Panter
2015-11-02
1
-1/+1
|
\
\
\
|
|
/
/
|
*
|
Issue #25523: Merge "a" to "an" fixes from 3.4 into 3.5
Martin Panter
2015-11-02
1
-1/+1
|
|
\
\
|
|
|
/
|
|
*
Issue #25523: Correct "a" article to "an" article
Martin Panter
2015-11-02
1
-1/+1
|
*
|
Issue #25003: On Solaris 11.3 or newer, os.urandom() now uses the getrandom()
Victor Stinner
2015-10-01
1
-7/+9
*
|
|
Issue #25003: Skip test_os.URandomFDTests on Solaris 11.3 and newer
Victor Stinner
2015-09-18
1
-7/+9
*
|
|
Merge 3.5 (os.waitpid)
Victor Stinner
2015-09-15
1
-0/+6
|
\
\
\
|
|
/
/
|
*
|
Issue #25118: Fix a regression of Python 3.5.0 in os.waitpid() on Windows.
Victor Stinner
2015-09-15
1
-0/+6
*
|
|
Marked keystrokes with the :kbd: role.
Serhiy Storchaka
2015-09-12
1
-2/+2
|
\
\
\
|
|
/
/
|
*
|
Marked keystrokes with the :kbd: role.
Serhiy Storchaka
2015-09-12
1
-2/+2
|
|
\
\
|
|
|
/
|
|
*
Marked keystrokes with the :kbd: role.
Serhiy Storchaka
2015-09-12
1
-2/+2
*
|
|
Merge 3.5 into 3.6
Martin Panter
2015-09-09
1
-1/+1
|
\
\
\
|
|
/
/
|
*
|
Merge 3.4 into 3.5
Martin Panter
2015-09-09
1
-1/+1
|
|
\
\
|
|
|
/
|
|
*
os.sendfile(headers=None, trailers=None) arguments are not actually accepted
Martin Panter
2015-09-09
1
-1/+1
*
|
|
Issue #23738: Merge 3.5 into 3.6
Martin Panter
2015-09-09
1
-1/+22
|
\
\
\
|
|
/
/
|
*
|
Issue #23738: Merge 3.4 into 3.5
Martin Panter
2015-09-09
1
-1/+22
|
|
\
\
|
|
|
/
|
|
*
Issue #23738: Document and test actual keyword parameter names
Martin Panter
2015-09-09
1
-1/+22
*
|
|
Use setUpClass and tearDownClass correctly in test_os.
Berker Peksag
2015-07-21
1
-2/+4
|
\
\
\
|
|
/
/
|
*
|
Use setUpClass and tearDownClass correctly in test_os.
Berker Peksag
2015-07-21
1
-2/+4
*
|
|
Merge 3.5
Victor Stinner
2015-07-20
1
-2/+8
|
\
\
\
|
|
/
/
|
*
|
Merge 3.4
Victor Stinner
2015-07-20
1
-2/+8
|
|
\
\
|
|
|
/
|
|
*
Issue #24675: Avoid DeprecationWarning in test_os
Victor Stinner
2015-07-20
1
-2/+8
|
|
*
Issue #15745: Rewrite os.utime() tests in test_os
Victor Stinner
2015-06-12
1
-202/+210
|
|
*
Issue #22585: make URandomFDTests test case actually run
Ned Deily
2015-03-17
1
-0/+1
|
*
|
(Merge 3.4) Issue #15745: Rewrite os.utime() tests in test_os
Victor Stinner
2015-06-12
1
-202/+209
*
|
|
Remove unused import on test_os
Victor Stinner
2015-06-12
1
-1/+0
*
|
|
Issue #15745: Rewrite os.utime() tests in test_os
Victor Stinner
2015-06-12
1
-212/+219
|
/
/
*
|
Issue #9517: Move script_helper to the support package.
Berker Peksag
2015-05-06
1
-1/+1
*
|
Issue #22181: The availability of the getrandom() is now checked in configure,
Victor Stinner
2015-03-19
1
-0/+3
*
|
Merge 3.4 (test_os)
Victor Stinner
2015-03-12
1
-37/+70
|
\
\
|
|
/
|
*
Issue #23605: Refactor os.walk() tests to also run them on os.fwalk()
Victor Stinner
2015-03-12
1
-37/+70
|
*
Issue #22585: On OpenBSD 5.6 and newer, os.urandom() now calls getentropy(),
Victor Stinner
2014-12-21
1
-0/+7
*
|
Suppress assert dialogs in test_os
Steve Dower
2015-03-08
1
-10/+14
*
|
Issue #22524: New os.scandir() function, part of the PEP 471: "os.scandir()
Victor Stinner
2015-03-08
1
-0/+224
*
|
Issue #20069: Fixed test_os on Solaris: error message is platform depended.
Serhiy Storchaka
2015-02-16
1
-1/+1
*
|
#20069: Add tests for os.chown.
R David Murray
2014-12-25
1
-51/+74
*
|
Issue #22585: On OpenBSD 5.6 and newer, os.urandom() now calls getentropy(),
Victor Stinner
2014-12-21
1
-0/+7
*
|
Issue #22777: Test pickling with all protocols.
Serhiy Storchaka
2014-12-15
1
-8/+14
|
\
\
|
|
/
|
*
Issue #22777: Test pickling with all protocols.
Serhiy Storchaka
2014-12-15
1
-8/+14
*
|
os: Include posix functions in os.__all__. Closes issue #18554.
Yury Selivanov
2014-09-26
1
-0/+8
*
|
Issue #22054: Add os.get_blocking() and os.set_blocking() functions to get and
Victor Stinner
2014-07-29
1
-0/+26
[next]