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_posix.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Just returning nothing instead of rising TestSkipped, because
Facundo Batista
2008-06-22
1
-1/+5
*
Trying to see if the problem in Martin's buildot is at
Facundo Batista
2008-06-22
1
-1/+4
*
Trying to see if the @ in a path is causing the issue in the
Facundo Batista
2008-06-22
1
-1/+1
*
Issue #2722. Now the char buffer to support the path string has
Facundo Batista
2008-06-22
1
-0/+33
*
Fix chown on 64-bit linux. It needed to take a long (64-bit on 64bit linux) as
Gregory P. Smith
2008-03-18
1
-0/+28
*
Patch #2167 from calvin: Remove unused imports
Christian Heimes
2008-02-23
1
-1/+0
*
Patch #1490190: posixmodule now includes os.chflags() and os.lchflags()
Martin v. Löwis
2007-02-19
1
-0/+12
*
Correct implementation and documentation of os.confstr. Add a simple test
Skip Montanaro
2006-04-20
1
-0/+5
*
Add tests for posix O_SHLOCK & O_EXLOCK. Missed checking this in with
Skip Montanaro
2005-06-17
1
-0/+31
*
Try to improve test coverage for utime()
Neal Norwitz
2004-06-06
1
-0/+4
*
Combine the functionality of test_support.run_unittest()
Walter Dörwald
2003-05-01
1
-20/+18
*
Fix SF bug #697556, test_posix fails: getlogin
Neal Norwitz
2003-03-18
1
-6/+0
*
Fix SF bug #690081, test_posix fails when run in non-interactive mode
Neal Norwitz
2003-02-23
1
-1/+8
*
Make changes suggested by Walter to use self.assert*() methods.
Neal Norwitz
2003-02-17
1
-26/+14
*
test_posix is an expected skip on Win32. Also fixed test_posix to
Tim Peters
2003-02-17
1
-1/+1
*
Added test_posix (hopefully it works on Windows).
Neal Norwitz
2003-02-17
1
-0/+172