| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | | 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 |
|
|
* | | Call reap_children() at the end of test_posix | Antoine Pitrou | 2011-03-20 | 1 | -1/+4 |
|
|
* | | Issue #11615: Fix sporadic buildbot failures related to #10812. | Ross Lagerwall | 2011-03-20 | 1 | -2/+2 |
|
|
* | | Issue #10812: Add some extra posix functions to the os module. | Ross Lagerwall | 2011-03-17 | 1 | -1/+151 |
|
|
* | | Issue #10755: Add the posix.fdlistdir() function. Patch by Ross Lagerwall. | Antoine Pitrou | 2011-02-25 | 1 | -0/+12 |
|
|
* | | Issue #4761: Add the *at() family of functions (openat(), etc.) to the posix | Antoine Pitrou | 2011-02-25 | 1 | -0/+192 |
|/ |
|
* | Issue #10822: Fix test_posix:test_getgroups failure under Solaris. Patch | Antoine Pitrou | 2011-01-12 | 1 | -1/+4 |
|
|
* | #9424: Replace deprecated assert* methods in the Python test suite. | Ezio Melotti | 2010-11-20 | 1 | -1/+1 |
|
|
* | Issue #9581: Fix non-working PosixGroupsTester test case | Antoine Pitrou | 2010-09-04 | 1 | -8/+2 |
|
|
* | add tests for mknod() and mkfifo() #9569 | Benjamin Peterson | 2010-08-17 | 1 | -0/+23 |
|
|
* | test_getgroups as introduced with issue7900 failed on systems | Ronald Oussoren | 2010-08-01 | 1 | -4/+4 |
|
|
* | Fix for issue 9367: the test code for os.getgroups | Ronald Oussoren | 2010-07-24 | 1 | -1/+5 |
|
|
* | This fixes issue7900 by adding code that deals | Ronald Oussoren | 2010-07-23 | 1 | -1/+52 |
|
|