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 #13415: Skip test_os.test_unset_error on FreeBSD and OS X.
Charles-François Natali
2011-11-27
1
-0/+4
*
Issue #13436: Fix unsetenv() test on Windows
Victor Stinner
2011-11-22
1
-1/+2
*
Issue #13415: os.unsetenv() doesn't ignore errors anymore.
Victor Stinner
2011-11-22
1
-0/+9
*
test_os: remove now useless TemporaryFileTests testcase
Victor Stinner
2011-07-01
1
-111/+6
*
test_os: add TemporaryFileTests to the testcase list
Victor Stinner
2011-07-01
1
-0/+1
*
Issue #12451: Open files in binary mode in some tests when the text file is not
Victor Stinner
2011-06-30
1
-7/+6
*
Fix #12084. os.stat on Windows wasn't working properly with relative symlinks.
Brian Curtin
2011-06-13
1
-0/+45
*
Issue #11395: io.FileIO().write() clamps the data length to 32,767 bytes on
Victor Stinner
2011-03-20
1
-0/+19
*
#11515: Merge with 3.1.
Ezio Melotti
2011-03-15
1
-2/+2
|
\
|
*
#11515: fix several typos. Patch by Piotr Kasprzyk.
Ezio Melotti
2011-03-15
1
-2/+2
|
*
Merged revisions 87666 via svnmerge from
Amaury Forgeot d'Arc
2011-01-03
1
-0/+5
|
*
Merged revisions 86596 via svnmerge from
Ezio Melotti
2010-11-21
1
-15/+15
|
*
Merged revisions 85987 via svnmerge from
Brian Curtin
2010-10-30
1
-8/+10
|
*
Merged revisions 80108,80111,80114-80115 via svnmerge from
Mark Dickinson
2010-04-16
1
-1/+15
|
*
Merged revisions 78739 via svnmerge from
v3.1.2rc1
Benjamin Peterson
2010-03-06
1
-2/+16
|
*
Merged revisions 78548 via svnmerge from
Gregory P. Smith
2010-03-01
1
-0/+2
|
*
Merged revisions 78316 via svnmerge from
Ezio Melotti
2010-02-22
1
-0/+8
|
*
Merged revisions 77571 via svnmerge from
Antoine Pitrou
2010-01-17
1
-0/+9
|
*
Merged revisions 73715 via svnmerge from
Georg Brandl
2009-08-13
1
-7/+7
|
*
Merged revisions 74171 via svnmerge from
R. David Murray
2009-07-22
1
-1/+12
*
|
#8278: In the Windows implementation of stat() and utime(),
Amaury Forgeot d'Arc
2011-01-03
1
-0/+5
*
|
Fix #9333. The symlink function is always available now, raising OSError
Brian Curtin
2010-12-28
1
-3/+3
*
|
Avoid possible zombi process.
Hirokazu Yamamoto
2010-12-05
1
-2/+4
*
|
Fix #9333. Expose os.symlink on Windows only when usable.
Brian Curtin
2010-12-02
1
-9/+3
*
|
Issue 9299 Add exist_ok parameter to os.makedirs to suppress 'File exists' ex...
Terry Reedy
2010-12-02
1
-0/+22
*
|
Fix #10591. Fix test_os for refleak runs.
Brian Curtin
2010-11-30
1
-2/+1
*
|
Actually fix what I attempted to fix in r86888...
Brian Curtin
2010-11-30
1
-3/+3
*
|
Try to fix failures on platforms that can't encode the test characters.
Brian Curtin
2010-11-30
1
-1/+6
*
|
Fix for #8879.
Brian Curtin
2010-11-28
1
-0/+5
*
|
Fix #8879. Add os.link support to Windows.
Brian Curtin
2010-11-24
1
-0/+28
*
|
#9424: Replace deprecated assert* methods in the Python test suite.
Ezio Melotti
2010-11-20
1
-21/+21
*
|
Close subprocess pipes in _kill. Fixes a number of ResourceWarnings.
Brian Curtin
2010-11-05
1
-0/+3
*
|
Fix #10257. Clear resource warnings by using os.popen's context manager.
Brian Curtin
2010-10-30
1
-8/+10
*
|
Issue #10210: os.get_exec_path() ignores BytesWarning warnings
Victor Stinner
2010-10-29
1
-1/+4
*
|
Fix #10098. Fix sporadic test_os failures.
Brian Curtin
2010-10-15
1
-1/+1
*
|
Issue #9992: Remove PYTHONFSENCODING environment variable.
Victor Stinner
2010-10-13
1
-30/+0
*
|
Issue #9978: Wait until subprocess completes initialization. (Win32KillTests ...
Hirokazu Yamamoto
2010-10-08
1
-2/+14
*
|
LoginTests fails on a number of buildbots with different errors. Skip
Brian Curtin
2010-09-24
1
-0/+3
*
|
#9808. Implement os.getlogin for Windows, completed by Jon Anglin.
Brian Curtin
2010-09-23
1
-0/+8
*
|
Issue #9908: Fix os.stat() on bytes paths under Windows 7.
Antoine Pitrou
2010-09-21
1
-2/+11
*
|
Issue #8603: Environ.data is now protected -> Environ._data
Victor Stinner
2010-09-10
1
-1/+0
*
|
#6394: Add os.getppid() support for Windows.
Amaury Forgeot d'Arc
2010-09-07
1
-0/+12
*
|
Workaround issue #8611 in test_undecodable_code() of test_sys
Victor Stinner
2010-08-20
1
-9/+6
*
|
Skip test_encodings() of test_os on Windows and Mac OS X
Victor Stinner
2010-08-19
1
-0/+2
*
|
Fix os.get_exec_path() (code and tests) for python -bb
Victor Stinner
2010-08-19
1
-3/+10
*
|
Fix test_os: workaround #8611 bug
Victor Stinner
2010-08-19
1
-2/+9
*
|
Create os.fsdecode(): decode from the filesystem encoding with surrogateescape
Victor Stinner
2010-08-19
1
-15/+38
*
|
Improve PEP 383 tests (in test_os)
Victor Stinner
2010-08-18
1
-15/+41
*
|
Update test_os.py according to my last changes on _Environ.__repr__()
Victor Stinner
2010-07-29
1
-1/+3
*
|
Re-flow several long lines from #1578269.
Brian Curtin
2010-07-09
1
-1/+2
[next]