summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_posix.py
Commit message (Expand)AuthorAgeFilesLines
* use assert[Not]IsInstance where appropriateEzio Melotti2010-01-241-2/+2
* use assert[Not]In where appropriateEzio Melotti2010-01-231-1/+1
* Fix possible integer overflow in lchown and fchown functions. For issue1747858.Gregory P. Smith2009-12-231-25/+48
* Issue #7333: The `posix` module gains an `initgroups()` function providingAntoine Pitrou2009-12-021-0/+22
* Issue #6508: Add posix.{getresuid,getresgid,setresuid,setresgid}.Martin v. Löwis2009-11-271-0/+42
* Try to fix Solaris buildbot rmtree failure in test_getcwd_long_pathnamesR. David Murray2009-07-091-2/+1
* Temporarily ignore rmtree errors in test_getcwd_long_pathnames to seeR. David Murray2009-07-091-1/+2
* convert usage of fail* to assert*Benjamin Peterson2009-06-301-12/+12
* Restore skips of posix and pty tests on Windows by calling theR. David Murray2009-04-211-1/+2
* Add import_function method to test.test_support, and modify a number ofR. David Murray2009-03-301-4/+3
* remove test_support.TestSkipped and just use unittest.SkipTestBenjamin Peterson2009-03-261-4/+4
* Just returning nothing instead of rising TestSkipped, becauseFacundo Batista2008-06-221-1/+5
* Trying to see if the problem in Martin's buildot is atFacundo Batista2008-06-221-1/+4
* Trying to see if the @ in a path is causing the issue in theFacundo Batista2008-06-221-1/+1
* Issue #2722. Now the char buffer to support the path string hasFacundo Batista2008-06-221-0/+33
* Fix chown on 64-bit linux. It needed to take a long (64-bit on 64bit linux) asGregory P. Smith2008-03-181-0/+28
* Patch #2167 from calvin: Remove unused importsChristian Heimes2008-02-231-1/+0
* Patch #1490190: posixmodule now includes os.chflags() and os.lchflags()Martin v. Löwis2007-02-191-0/+12
* Correct implementation and documentation of os.confstr. Add a simple testSkip Montanaro2006-04-201-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