summaryrefslogtreecommitdiff
path: root/Lib/test/test_posix.py
Commit message (Expand)AuthorAgeFilesLines
* #2621 rename test.test_support to test.supportBenjamin Peterson2008-05-201-40/+40
* Merged revisions 61538-61540,61556,61559-61560,61563,61565,61571,61575-61576,...Christian Heimes2008-03-191-0/+28
* Merged revisions 60990-61002 via svnmerge fromChristian Heimes2008-02-231-1/+0
* Merging the py3k-pep3137 branch back into the py3k branch.Guido van Rossum2007-11-061-0/+5
* Patch 1318 by Christian Heimes: remove os.tmpnam(), os.tempnam(),Guido van Rossum2007-10-251-12/+1
* Raise statement normalization in Lib/test/.Collin Winter2007-08-291-1/+1
* Merged revisions 53623-53858 via svnmerge fromThomas Wouters2007-02-231-0/+12
* Merge p3yk branch with the trunk up to revision 45595. This breaks a fairThomas Wouters2006-04-211-0/+5
* Add tests for posix O_SHLOCK & O_EXLOCK. Missed checking this in withSkip Montanaro2005-06-171-0/+31
* Try to improve test coverage for utime()Neal Norwitz2004-06-061-0/+4
* Combine the functionality of test_support.run_unittest()Walter Dörwald2003-05-011-20/+18
* Fix SF bug #697556, test_posix fails: getloginNeal Norwitz2003-03-181-6/+0
* Fix SF bug #690081, test_posix fails when run in non-interactive modeNeal Norwitz2003-02-231-1/+8
* Make changes suggested by Walter to use self.assert*() methods.Neal Norwitz2003-02-171-26/+14
* test_posix is an expected skip on Win32. Also fixed test_posix toTim Peters2003-02-171-1/+1
* Added test_posix (hopefully it works on Windows).Neal Norwitz2003-02-171-0/+172