| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
|
|
* | Issue #6095: Make directory argument to os.listdir optional. | Martin v. Löwis | 2010-07-23 | 1 | -3/+8 |
|
|
* | Fix test_posix (regression introduced by r80885) | Victor Stinner | 2010-05-06 | 1 | -2/+6 |
|
|
* | Fix the warnings usage in test_posix. | Brett Cannon | 2010-03-20 | 1 | -2/+5 |
|
|
* | Merged revisions 77727 via svnmerge from | Ezio Melotti | 2010-01-24 | 1 | -2/+2 |
|
|
* | use assert[Not]In where appropriate | Benjamin Peterson | 2010-01-19 | 1 | -1/+1 |
|
|
* | Merged revisions 76847,76851,76869,76882,76891-76892,76924,77007,77070,77092,... | Benjamin Peterson | 2009-12-31 | 1 | -26/+48 |
|
|
* | Merged revisions 76636 via svnmerge from | Antoine Pitrou | 2009-12-02 | 1 | -0/+22 |
|
|
* | Merged revisions 76550 via svnmerge from | Martin v. Löwis | 2009-11-27 | 1 | -0/+42 |
|
|
* | Merged revisions 73907-73908 via svnmerge from | R. David Murray | 2009-07-09 | 1 | -1/+1 |
|
|
* | convert old fail* assertions to assert* | Benjamin Peterson | 2009-06-30 | 1 | -9/+9 |
|
|
* | Merged revisions 71785 via svnmerge from | R. David Murray | 2009-04-22 | 1 | -1/+3 |
|
|
* | Allow skipping of regression tests not supported on windows. This reduces no... | Kristján Valur Jónsson | 2009-04-01 | 1 | -2/+1 |
|
|
* | Merged revisions 70734,70775,70856,70874,70876-70877 via svnmerge | R. David Murray | 2009-03-31 | 1 | -5/+3 |
|
|
* | Merged revisions 70554,70588-70589,70598,70605,70611-70621,70623-70624,70626-... | Benjamin Peterson | 2009-03-28 | 1 | -4/+4 |
|
|
* | Issue #3187: Better support for "undecodable" filenames. Code by Victor | Guido van Rossum | 2008-10-02 | 1 | -1/+1 |
|
|
* | Try to fix the sporadic problems on the Solaris buildbot with removing | Neal Norwitz | 2008-08-25 | 1 | -2/+2 |
|
|
* | posix.fdopen does not exists any more; and os.fdopen exists on all platforms. | Amaury Forgeot d'Arc | 2008-08-01 | 1 | -11/+0 |
|
|