summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_posix.py
Commit message (Expand)AuthorAgeFilesLines
* Issue #17248: Fix os.*chown() testing when user is in root group.Serhiy Storchaka2013-02-211-1/+1
* Issue #17248: Fix os.*chown() testing when user has group root.Serhiy Storchaka2013-02-201-2/+3
* Issue #15301: Enhance os.*chown() testing. Based on patch by Larry Hastings.Serhiy Storchaka2013-02-201-24/+42
* Issue #4591: Uid and gid values larger than 2**31 are supported now.Serhiy Storchaka2013-02-121-6/+23
* Issue #16698: Skip posix test_getgroups when built with OS XNed Deily2013-02-021-0/+7
* Issue #15747: skip chflags UF_IMMUTABLE tests if EOPNOTSUPP is raised.Trent Nelson2012-08-211-3/+20
* os.popen().close() returns None on success, not 0...Charles-François Natali2012-05-021-1/+1
* Issue #14698: Make test_posix more robust when the current UID doesn't have anCharles-François Natali2012-05-021-2/+7
* Issue #5113: Fix a test_posix failure on HP-UX, where non-root users canCharles-François Natali2012-04-171-2/+9
* Issue #8746: Use tempfile module to get tempdir and randomize theNed Deily2011-07-261-1/+3
* Issue #8746: Correct faulty configure checks so that os.chflags() andNed Deily2011-06-281-12/+47
* Issue #10822: Fix test_posix:test_getgroups failure under Solaris. PatchAntoine Pitrou2011-01-121-1/+4
* #9424: Replace deprecated assert* methods in the Python test suite.Ezio Melotti2010-11-201-1/+1
* Issue #9581: Fix non-working PosixGroupsTester test caseAntoine Pitrou2010-09-041-8/+2
* add tests for mknod() and mkfifo() #9569Benjamin Peterson2010-08-171-0/+23
* test_getgroups as introduced with issue7900 failed on systemsRonald Oussoren2010-08-011-4/+4
* Fix for issue 9367: the test code for os.getgroupsRonald Oussoren2010-07-241-1/+5
* This fixes issue7900 by adding code that dealsRonald Oussoren2010-07-231-1/+52
* Issue #6095: Make directory argument to os.listdir optional.Martin v. Löwis2010-07-231-3/+8
* Fix test_posix (regression introduced by r80885)Victor Stinner2010-05-061-2/+6
* Fix the warnings usage in test_posix.Brett Cannon2010-03-201-2/+5
* Merged revisions 77727 via svnmerge fromEzio Melotti2010-01-241-2/+2
* use assert[Not]In where appropriateBenjamin Peterson2010-01-191-1/+1
* Merged revisions 76847,76851,76869,76882,76891-76892,76924,77007,77070,77092,...Benjamin Peterson2009-12-311-26/+48
* Merged revisions 76636 via svnmerge fromAntoine Pitrou2009-12-021-0/+22
* Merged revisions 76550 via svnmerge fromMartin v. Löwis2009-11-271-0/+42
* Merged revisions 73907-73908 via svnmerge fromR. David Murray2009-07-091-1/+1
* convert old fail* assertions to assert*Benjamin Peterson2009-06-301-9/+9
* Merged revisions 71785 via svnmerge fromR. David Murray2009-04-221-1/+3
* Allow skipping of regression tests not supported on windows. This reduces no...Kristján Valur Jónsson2009-04-011-2/+1
* Merged revisions 70734,70775,70856,70874,70876-70877 via svnmergeR. David Murray2009-03-311-5/+3
* Merged revisions 70554,70588-70589,70598,70605,70611-70621,70623-70624,70626-...Benjamin Peterson2009-03-281-4/+4
* Issue #3187: Better support for "undecodable" filenames. Code by VictorGuido van Rossum2008-10-021-1/+1
* Try to fix the sporadic problems on the Solaris buildbot with removingNeal Norwitz2008-08-251-2/+2
* posix.fdopen does not exists any more; and os.fdopen exists on all platforms.Amaury Forgeot d'Arc2008-08-011-11/+0
* Merged revisions 64434-64435,64440-64443,64445,64447-64448,64450,64452,64455,...Benjamin Peterson2008-07-021-0/+39
* #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