Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
cpython3
/
01bd3ece5ca1ab29f756b7b07c2445d9ef570016
/
Lib
/
test
/
test_posix.py
21c134d
Merged revisions 77007 via svnmerge from
by Gregory P. Smith
· 16 years ago
8bb57b7
Merged revisions 73907-73908 via svnmerge from
by R. David Murray
· 16 years ago
2694eb0
Just returning nothing instead of rising TestSkipped, because
by Facundo Batista
· 17 years ago
96f3dc3
Trying to see if the problem in Martin's buildot is at
by Facundo Batista
· 17 years ago
b8242ba
Trying to see if the @ in a path is causing the issue in the
by Facundo Batista
· 17 years ago
5596b0c
Issue #2722. Now the char buffer to support the path string has
by Facundo Batista
· 17 years ago
f48da8f
Fix chown on 64-bit linux. It needed to take a long (64-bit on 64bit linux) as
by Gregory P. Smith
· 17 years ago
c5f05e4
Patch #2167 from calvin: Remove unused imports
by Christian Heimes
· 17 years ago
382abef
Patch #1490190: posixmodule now includes os.chflags() and os.lchflags()
by Martin v. Löwis
· 18 years ago
94785ef
Correct implementation and documentation of os.confstr. Add a simple test
by Skip Montanaro
· 19 years ago
9847000
Add tests for posix O_SHLOCK & O_EXLOCK. Missed checking this in with
by Skip Montanaro
· 20 years ago
c28e7ad
Try to improve test coverage for utime()
by Neal Norwitz
· 21 years ago
21d3a32
Combine the functionality of test_support.run_unittest()
by Walter Dörwald
· 22 years ago
6e54f57
Fix SF bug #697556, test_posix fails: getlogin
by Neal Norwitz
· 22 years ago
71b13e8
Fix SF bug #690081, test_posix fails when run in non-interactive mode
by Neal Norwitz
· 22 years ago
2ff51a8
Make changes suggested by Walter to use self.assert*() methods.
by Neal Norwitz
· 22 years ago
003eb30
test_posix is an expected skip on Win32. Also fixed test_posix to
by Tim Peters
· 22 years ago
e241ce8
Added test_posix (hopefully it works on Windows).
by Neal Norwitz
· 22 years ago