summaryrefslogtreecommitdiff
path: root/Lib/test/test_posix.py
Commit message (Expand)AuthorAgeFilesLines
* bpo-18174: Fix file descriptor leaks in tests (GH-7408)Victor Stinner2018-06-051-0/+1
* [2.7] bpo-31044: Skip test_posix.test_makedev() on FreeBSD (#2915) (#2918)Victor Stinner2017-07-271-0/+4
* [2.7] bpo-30746: Prohibited the '=' character in environment variable names (...Serhiy Storchaka2017-06-251-0/+9
* Fixed a test for issue23908 with C locale.Serhiy Storchaka2016-07-031-0/+4
* Issue #23908: os functions, open() and the io.FileIO constructor now rejectSerhiy Storchaka2016-07-011-0/+38
* Issue #23842: os.major(), os.minor() and os.makedev() now support ints again.Serhiy Storchaka2015-04-201-0/+34
* don't segfault when trying to fdopen() a fd for a dir (closes #22259)Benjamin Peterson2014-08-241-0/+12
* Closes #11279: test_posix and lack of "id -G" support - less noise required? ...Jesus Cea2014-06-281-1/+1
* Issue #21811: Anticipated fixes to 3.x and 2.7 for OS X 10.10 Yosemite.Ned Deily2014-06-251-1/+1
* 'sunos' not 'solarisBenjamin Peterson2014-05-171-1/+1
* just skip this test on SolarisBenjamin Peterson2014-05-171-5/+5
* some platforms apparently don't care about fdopen'ing with a different modeBenjamin Peterson2014-05-171-1/+5
* when an exception is raised in fdopen, never close the fd (changing on my min...Benjamin Peterson2014-04-141-1/+1
* make sure fdopen always closes the fd in error cases (closes #21191)Benjamin Peterson2014-04-091-0/+4
* fix test_posix.test_initgroups to work without supplemental groups (closes #2...Benjamin Peterson2014-03-011-1/+1
* Issue #19572: More silently skipped tests explicitly skipped.Zachary Ware2013-12-101-6/+3
* Issue #18702: All skipped tests now reported as skipped.Serhiy Storchaka2013-11-031-196/+219
* 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.Victor Stinner2012-12-041-3/+20
* Issue #15765: Fix quirky NetBSD getcwd() behaviour.Trent Nelson2012-08-291-2/+10
* 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-3/+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-271-12/+48
* Merged revisions 87958 via svnmerge fromAntoine Pitrou2011-01-121-1/+4
* Issue #4662: os.tempnam(), os.tmpfile() and os.tmpnam() now raise a py3kAntoine Pitrou2011-01-021-10/+16
* Merged revisions 86596 via svnmerge fromEzio Melotti2010-11-211-1/+1
* Merged revisions 84492 via svnmerge fromAntoine Pitrou2010-09-041-7/+1
* Merged revisions 83431 via svnmerge fromRonald Oussoren2010-08-031-4/+4
* Merged revisions 83133 via svnmerge fromRonald Oussoren2010-07-241-1/+5
* Merged revisions 83088 via svnmerge fromRonald Oussoren2010-07-241-1/+52
* Issue #9185: On Solaris and OpenBSD, posix_getcwd() could loop indefinitelyStefan Krah2010-07-131-1/+7
* Revert temporary commit in r79937Antoine Pitrou2010-04-101-21/+3
* Temporary commit of fix to issue #5380 (in order to watch buildbot response)Antoine Pitrou2010-04-101-3/+21
* 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