summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_posix.py
Commit message (Expand)AuthorAgeFilesLines
* Issue #16714: use 'raise' exceptions, don't 'throw'.Andrew Svetlov2012-12-181-2/+2
|\
| * Issue #15747: skip chflags UF_IMMUTABLE tests if EOPNOTSUPP is raised.Trent Nelson2012-08-211-3/+20
* | Issue #16661: Fix the os.getgrouplist() test by not assuming that itRoss Lagerwall2012-12-131-10/+3
* | compare singletons by identity not equality (closes #16712)Benjamin Peterson2012-10-091-2/+2
* | Issue #15747: skip chflags UF_IMMUTABLE tests if EOPNOTSUPP is raised.Trent Nelson2012-08-211-3/+20
* | Issue #12655: Instead of requiring a custom type, os.sched_getaffinity andAntoine Pitrou2012-08-041-76/+21
* | Closes #15514: Correct __sizeof__ support for cpu_setJesus Cea2012-08-031-0/+6
* | Cope with OSs lying - #10142: Support for SEEK_HOLE/SEEK_DATAJesus Cea2012-07-071-8/+12
* | Use ValueError, not RuntimeError for a utime flag combination illegal on some...Georg Brandl2012-06-261-1/+1
* | Skip test in freebsd entirely - Kernel bug in freebsd7/8/9 - #10142: Support ...Jesus Cea2012-06-251-1/+1
* | Issue #15176: Clarified behavior, documentation, and implementationLarry Hastings2012-06-251-8/+13
* | Fix whitespaceHynek Schlawack2012-06-241-3/+3
* | Skip the test only if neccesary - Kernel bug in freebsd9 - #10142: Support fo...Jesus Cea2012-06-231-2/+2
* | Kernel bug in freebsd9 - #10142: Support for SEEK_HOLE/SEEK_DATAJesus Cea2012-06-231-0/+3
* | Issue #14626: Fix buildbot issues on FreeBSD (AMD64). (Fingers crossed.)Larry Hastings2012-06-231-1/+6
* | Issue #14626: Large refactoring of functions / parameters in the os module.Larry Hastings2012-06-221-117/+107
* | Closes #10142: Support for SEEK_HOLE/SEEK_DATAJesus Cea2012-06-221-0/+20
* | os.popen().close() returns None on success, not 0...Charles-François Natali2012-05-021-2/+2
|\ \ | |/
| * 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-3/+9
|\ \ | |/
| * Issue #14698: Make test_posix more robust when the current UID doesn't have anCharles-François Natali2012-05-021-2/+7
* | Backing out 86dc014cdd74. Not ready yetJesus Cea2012-04-261-20/+0
* | Close #10142: Support for SEEK_HOLE/SEEK_DATAJesus Cea2012-04-261-0/+20
* | Issue #5113: Fix a test_posix failure on HP-UX, where non-root users canCharles-François Natali2012-04-171-2/+9
|\ \ | |/
| * Issue #5113: Fix a test_posix failure on HP-UX, where non-root users canCharles-François Natali2012-04-171-2/+9
* | Following Nick's suggestion, rename posix.fdlistdir() to posix.flistdir(), toCharles-François Natali2012-02-061-4/+4
* | Issue #13757: Change os.fdlistdir() so that it duplicates the passed fileCharles-François Natali2012-01-101-8/+2
* | Issue #13739: In os.listdir(), rewind the directory stream (so that listdir()Charles-François Natali2012-01-081-2/+10
* | Merge 3.2, fix typos.Florent Xicluna2011-11-111-1/+1
|\ \ | |/
* | Fix #13327. utimensat now has the atime and mtime arguments set as optional,Brian Curtin2011-11-071-0/+5
* | Fix 13327. Remove explicit None arguments from futimes, futimens, futimesat,Brian Curtin2011-11-071-0/+4
* | Issue #13226: Add RTLD_xxx constants to the os module. These constants can byVictor Stinner2011-10-251-0/+7
* | Better fix for #12763: test_posix failure on OpenIndianaJesus Cea2011-09-091-3/+3
* | Issue #12871: sched_get_priority_(min|max) might not be defined even thoughCharles-François Natali2011-09-061-0/+2
* | Issue #12783: Fix test_posix failures on FreeBSD buildbots, due toCharles-François Natali2011-08-211-2/+8
* | some *nixes decided not to call init process 1 (closes #12763)Benjamin Peterson2011-08-161-1/+1
* | handle sched_rr_get_interval not working on currentBenjamin Peterson2011-08-031-1/+8
* | fix punctuationBenjamin Peterson2011-08-031-1/+1
* | fix indentationBenjamin Peterson2011-08-031-2/+2
* | OSX doesn't check sched_get_priority_(min/max) argumentBenjamin Peterson2011-08-031-2/+4
* | bsd doesn't like letting normal processes set the schedulerBenjamin Peterson2011-08-021-1/+5
* | check individually for some for sched_ functionsBenjamin Peterson2011-08-021-2/+2
* | sched.h can exist without sched affinity supportBenjamin Peterson2011-08-021-4/+6
* | expose sched.h functions (closes #12655)Benjamin Peterson2011-08-021-1/+132
* | Issue #8746: Use tempfile module to get tempdir and randomize theNed Deily2011-07-261-1/+3
|\ \ | |/
| * Issue #8746: Use tempfile module to get tempdir and randomize theNed Deily2011-07-261-1/+3
* | Issue #12451: Add support.create_empty_file()Victor Stinner2011-06-301-4/+4
* | Issue #8746: Correct faulty configure checks so that os.chflags() andNed Deily2011-06-281-12/+47
|\ \ | |/
| * Issue #8746: Correct faulty configure checks so that os.chflags() andNed Deily2011-06-281-12/+47
* | Issue #9344: Add os.getgrouplist().Ross Lagerwall2011-06-101-0/+15