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
*
Close #13174: Fix extended attributes tests in test_os for SELinux
Victor Stinner
2011-10-16
1
-5/+10
*
expose linux extended file system attributes (closes #12720)
Benjamin Peterson
2011-09-01
1
-0/+94
*
test_os needs to reap threads
Antoine Pitrou
2011-07-15
1
-0/+1
*
(merge 3.2) test_os: remove now useless TemporaryFileTests testcase
Victor Stinner
2011-07-01
1
-111/+6
|
\
|
*
test_os: remove now useless TemporaryFileTests testcase
Victor Stinner
2011-07-01
1
-111/+6
*
|
(merge 3.2) test_os: add TemporaryFileTests to the testcase list
Victor Stinner
2011-07-01
1
-0/+1
|
\
\
|
|
/
|
*
test_os: add TemporaryFileTests to the testcase list
Victor Stinner
2011-07-01
1
-0/+1
*
|
Issue #12451: Add support.create_empty_file()
Victor Stinner
2011-06-30
1
-2/+1
*
|
(merge 3.2) Issue #12451: Open files in binary mode in some tests when the text
Victor Stinner
2011-06-30
1
-7/+6
|
\
\
|
|
/
|
*
Issue #12451: Open files in binary mode in some tests when the text file is not
Victor Stinner
2011-06-30
1
-7/+6
*
|
Issue #12400: oops, remove debug code...
Victor Stinner
2011-06-29
1
-1/+0
*
|
(merge 3.2) Issue #12400: regrtest -W doesn't rerun the tests twice anymore,
Victor Stinner
2011-06-29
1
-0/+1
|
\
\
|
|
/
*
|
Merge from 3.2 for Issue #12084.
Brian Curtin
2011-06-13
1
-0/+45
|
\
\
|
|
/
|
*
Fix #12084. os.stat on Windows wasn't working properly with relative symlinks.
Brian Curtin
2011-06-13
1
-0/+45
*
|
os.sendfile() test: fix "AttributeError: 'NoneType' object has no attribute '...
Giampaolo Rodola'
2011-05-18
1
-73/+74
*
|
Issue #11223: Replace threading._info() by sys.thread_info
Victor Stinner
2011-04-30
1
-9/+4
*
|
Issue #11223: Add threading._info() function providing informations about the
Victor Stinner
2011-04-19
1
-6/+9
*
|
(merge) Issue #11395: io.FileIO().write() clamps the data length to 32,767
Victor Stinner
2011-03-20
1
-0/+19
|
\
\
|
|
/
|
*
Issue #11395: io.FileIO().write() clamps the data length to 32,767 bytes on
Victor Stinner
2011-03-20
1
-0/+19
*
|
Properly close a file in test_os.
Brett Cannon
2011-03-15
1
-8/+6
*
|
#11515: Merge with 3.2.
Ezio Melotti
2011-03-15
1
-2/+2
|
\
\
|
|
/
|
*
#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
*
|
|
Issue 11348: skip os.setpriority() test if current nice level is >= 19.
Giampaolo Rodolà
2011-02-28
1
-1/+7
*
|
|
Make sendfile tests more robust
Antoine Pitrou
2011-02-26
1
-1/+6
*
|
|
Issue #11323: fix sendfile tests under 64-bit Solaris.
Antoine Pitrou
2011-02-26
1
-9/+16
*
|
|
Fix AttributeError.
Antoine Pitrou
2011-02-26
1
-1/+1
*
|
|
(issue 11323) - attempt to fix solaris buildbot failure for os.sendfile(). Al...
Giampaolo Rodolà
2011-02-25
1
-2/+3
*
|
|
Issue 10784: adds os.getpriority() and os.setpriority() functions.
Giampaolo Rodolà
2011-02-25
1
-0/+19
*
|
|
Skip os.sendfile() test if threading module is not available.
Giampaolo Rodolà
2011-02-25
1
-0/+1
*
|
|
Issue 10882: add os.sendfile(). (patch provided by Ross Lagerwall)
Giampaolo Rodolà
2011-02-25
1
-0/+253
|
/
/
*
|
#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
[next]