| Commit message (Expand) | Author | Age | Files | Lines |
* | Cope with OSs lying - #10142: Support for SEEK_HOLE/SEEK_DATA | Jesus Cea | 2012-07-07 | 1 | -8/+12 |
|
|
* | Use ValueError, not RuntimeError for a utime flag combination illegal on some... | Georg Brandl | 2012-06-26 | 1 | -1/+1 |
|
|
* | Skip test in freebsd entirely - Kernel bug in freebsd7/8/9 - #10142: Support ... | Jesus Cea | 2012-06-25 | 1 | -1/+1 |
|
|
* | Issue #15176: Clarified behavior, documentation, and implementation | Larry Hastings | 2012-06-25 | 1 | -8/+13 |
|
|
* | Fix whitespace | Hynek Schlawack | 2012-06-24 | 1 | -3/+3 |
|
|
* | Skip the test only if neccesary - Kernel bug in freebsd9 - #10142: Support fo... | Jesus Cea | 2012-06-23 | 1 | -2/+2 |
|
|
* | Kernel bug in freebsd9 - #10142: Support for SEEK_HOLE/SEEK_DATA | Jesus Cea | 2012-06-23 | 1 | -0/+3 |
|
|
* | Issue #14626: Fix buildbot issues on FreeBSD (AMD64). (Fingers crossed.) | Larry Hastings | 2012-06-23 | 1 | -1/+6 |
|
|
* | Issue #14626: Large refactoring of functions / parameters in the os module. | Larry Hastings | 2012-06-22 | 1 | -117/+107 |
|
|
* | Closes #10142: Support for SEEK_HOLE/SEEK_DATA | Jesus Cea | 2012-06-22 | 1 | -0/+20 |
|
|
* | os.popen().close() returns None on success, not 0... | Charles-François Natali | 2012-05-02 | 1 | -2/+2 |
|\ |
|
| * | os.popen().close() returns None on success, not 0... | Charles-François Natali | 2012-05-02 | 1 | -1/+1 |
|
|
* | | Issue #14698: Make test_posix more robust when the current UID doesn't have an | Charles-François Natali | 2012-05-02 | 1 | -3/+9 |
|\ \
| |/ |
|
| * | Issue #14698: Make test_posix more robust when the current UID doesn't have an | Charles-François Natali | 2012-05-02 | 1 | -2/+7 |
|
|
* | | Backing out 86dc014cdd74. Not ready yet | Jesus Cea | 2012-04-26 | 1 | -20/+0 |
|
|
* | | Close #10142: Support for SEEK_HOLE/SEEK_DATA | Jesus Cea | 2012-04-26 | 1 | -0/+20 |
|
|
* | | Issue #5113: Fix a test_posix failure on HP-UX, where non-root users can | Charles-François Natali | 2012-04-17 | 1 | -2/+9 |
|\ \
| |/ |
|
| * | Issue #5113: Fix a test_posix failure on HP-UX, where non-root users can | Charles-François Natali | 2012-04-17 | 1 | -2/+9 |
|
|
* | | Following Nick's suggestion, rename posix.fdlistdir() to posix.flistdir(), to | Charles-François Natali | 2012-02-06 | 1 | -4/+4 |
|
|
* | | Issue #13757: Change os.fdlistdir() so that it duplicates the passed file | Charles-François Natali | 2012-01-10 | 1 | -8/+2 |
|
|
* | | Issue #13739: In os.listdir(), rewind the directory stream (so that listdir() | Charles-François Natali | 2012-01-08 | 1 | -2/+10 |
|
|
* | | Merge 3.2, fix typos. | Florent Xicluna | 2011-11-11 | 1 | -1/+1 |
|\ \
| |/ |
|
* | | Fix #13327. utimensat now has the atime and mtime arguments set as optional, | Brian Curtin | 2011-11-07 | 1 | -0/+5 |
|
|
* | | Fix 13327. Remove explicit None arguments from futimes, futimens, futimesat, | Brian Curtin | 2011-11-07 | 1 | -0/+4 |
|
|
* | | Issue #13226: Add RTLD_xxx constants to the os module. These constants can by | Victor Stinner | 2011-10-25 | 1 | -0/+7 |
|
|
* | | Better fix for #12763: test_posix failure on OpenIndiana | Jesus Cea | 2011-09-09 | 1 | -3/+3 |
|
|
* | | Issue #12871: sched_get_priority_(min|max) might not be defined even though | Charles-François Natali | 2011-09-06 | 1 | -0/+2 |
|
|
* | | Issue #12783: Fix test_posix failures on FreeBSD buildbots, due to | Charles-François Natali | 2011-08-21 | 1 | -2/+8 |
|
|
* | | some *nixes decided not to call init process 1 (closes #12763) | Benjamin Peterson | 2011-08-16 | 1 | -1/+1 |
|
|
* | | handle sched_rr_get_interval not working on current | Benjamin Peterson | 2011-08-03 | 1 | -1/+8 |
|
|
* | | fix punctuation | Benjamin Peterson | 2011-08-03 | 1 | -1/+1 |
|
|
* | | fix indentation | Benjamin Peterson | 2011-08-03 | 1 | -2/+2 |
|
|
* | | OSX doesn't check sched_get_priority_(min/max) argument | Benjamin Peterson | 2011-08-03 | 1 | -2/+4 |
|
|
* | | bsd doesn't like letting normal processes set the scheduler | Benjamin Peterson | 2011-08-02 | 1 | -1/+5 |
|
|
* | | check individually for some for sched_ functions | Benjamin Peterson | 2011-08-02 | 1 | -2/+2 |
|
|
* | | sched.h can exist without sched affinity support | Benjamin Peterson | 2011-08-02 | 1 | -4/+6 |
|
|
* | | expose sched.h functions (closes #12655) | Benjamin Peterson | 2011-08-02 | 1 | -1/+132 |
|
|
* | | Issue #8746: Use tempfile module to get tempdir and randomize the | Ned Deily | 2011-07-26 | 1 | -1/+3 |
|\ \
| |/ |
|
| * | Issue #8746: Use tempfile module to get tempdir and randomize the | Ned Deily | 2011-07-26 | 1 | -1/+3 |
|
|
* | | Issue #12451: Add support.create_empty_file() | Victor Stinner | 2011-06-30 | 1 | -4/+4 |
|
|
* | | Issue #8746: Correct faulty configure checks so that os.chflags() and | Ned Deily | 2011-06-28 | 1 | -12/+47 |
|\ \
| |/ |
|
| * | Issue #8746: Correct faulty configure checks so that os.chflags() and | Ned Deily | 2011-06-28 | 1 | -12/+47 |
|
|
* | | Issue #9344: Add os.getgrouplist(). | Ross Lagerwall | 2011-06-10 | 1 | -0/+15 |
|
|
* | | Issue #12196: Make os.pipe2() flags argument mandatory. | Charles-François Natali | 2011-06-06 | 1 | -2/+2 |
|
|
* | | Issue #12196: Make test.support's requires_linux_version a decorator. | Charles-François Natali | 2011-06-03 | 1 | -8/+2 |
|
|
* | | Skip test_pipe2 on Linux kernels older than 2.6.27. | Charles-François Natali | 2011-05-29 | 1 | -0/+4 |
|
|
* | | Issue #12196: Add pipe2() to the os module. | Charles-François Natali | 2011-05-29 | 1 | -0/+25 |
|
|
* | | Issue #12105: test_posix skips test_oscloexec() on Linux < 2.6.23 | Victor Stinner | 2011-05-23 | 1 | -2/+5 |
|
|
* | | Issue #12105: test_posix, add the value of O_CLOEXEC in the error message | Victor Stinner | 2011-05-23 | 1 | -1/+2 |
|
|
* | | Issue #12105: Add O_CLOEXEC to the os module. | Charles-François Natali | 2011-05-22 | 1 | -0/+7 |
|
|