| Commit message (Expand) | Author | Age | Files | Lines |
| * | Fix sporadic test_os failure under Windows | Antoine Pitrou | 2012-02-22 | 1 | -2/+5 |
|
|
| * | Fix flaky os.urandom test. | Antoine Pitrou | 2012-02-21 | 1 | -3/+4 |
|
|
| * | this was supposed to die | Benjamin Peterson | 2012-02-21 | 1 | -14/+0 |
|
|
| * | merge 2.6 with hash randomization fix | Benjamin Peterson | 2012-02-21 | 1 | -2/+36 |
| |\ |
|
| | * | - Issue #13703: oCERT-2011-003: add -R command-line option and PYTHONHASHSEED | Barry Warsaw | 2012-02-21 | 1 | -12/+42 |
|
|
| | * | Fix buildbot failure in test_os.py | Ezio Melotti | 2010-08-03 | 1 | -2/+1 |
|
|
| | * | Fix deprecation warnings in test_os.py | Ezio Melotti | 2010-08-03 | 1 | -8/+10 |
|
|
| | * | Revert r79131 | Matthias Klose | 2010-03-21 | 1 | -3/+0 |
|
|
| | * | Merged revisions 79096 via svnmerge from | Matthias Klose | 2010-03-20 | 1 | -0/+3 |
|
|
| | * | Merged revisions 78718 via svnmerge from | Gregory P. Smith | 2010-03-07 | 1 | -2/+16 |
|
|
| | * | Merged revisions 78546 via svnmerge from | Gregory P. Smith | 2010-03-01 | 1 | -0/+2 |
|
|
| | * | Remove unittest.SkipTest from backport of test for issue 6542. | R. David Murray | 2009-07-27 | 1 | -2/+3 |
|
|
| | * | Merged revisions 74175 via svnmerge from | R. David Murray | 2009-07-22 | 1 | -1/+12 |
|
|
| | * | Merged revisions 71299 via svnmerge from | Gregory P. Smith | 2009-04-06 | 1 | -1/+44 |
|
|
| | * | Merged revisions 68779 via svnmerge from | Benjamin Peterson | 2009-01-19 | 1 | -13/+18 |
|
|
| | * | Merged revisions 68610,68621-68622,68649 via svnmerge from | Benjamin Peterson | 2009-01-19 | 1 | -10/+19 |
|
|
| | * | Merged revisions 68521,68527,68534-68536,68540,68547,68552,68563,68570,68572,... | Georg Brandl | 2009-01-14 | 1 | -1/+51 |
|
|
| * | | Issue #13415: Skip test_os.test_unset_error on FreeBSD and OS X. | Charles-François Natali | 2011-11-27 | 1 | -0/+4 |
|
|
| * | | Issue #13436: Fix unsetenv() test on Windows | Victor Stinner | 2011-11-22 | 1 | -1/+2 |
|
|
| * | | Issue #13415: os.unsetenv() doesn't ignore errors anymore. | Victor Stinner | 2011-11-22 | 1 | -0/+9 |
|
|
| * | | #11515: fix several typos. Patch by Piotr Kasprzyk. | Ezio Melotti | 2011-03-15 | 1 | -2/+2 |
|
|
| * | | Merged revisions 87666 via svnmerge from | Amaury Forgeot d'Arc | 2011-01-03 | 1 | -0/+5 |
|
|
| * | | Issue #4662: os.tempnam(), os.tmpfile() and os.tmpnam() now raise a py3k | Antoine Pitrou | 2011-01-02 | 1 | -59/+67 |
|
|
| * | | Merged revisions 86596 via svnmerge from | Ezio Melotti | 2010-11-21 | 1 | -9/+9 |
|
|
| * | | Merged revisions 86198 via svnmerge from | Brian Curtin | 2010-11-05 | 1 | -0/+3 |
|
|
| * | | Backport r85525 from #10098. | Brian Curtin | 2010-11-05 | 1 | -1/+1 |
|
|
| * | | Merged revisions 85987 via svnmerge from | Brian Curtin | 2010-10-30 | 1 | -2/+3 |
|
|
| * | | Merged revisions 85315 via svnmerge from | Hirokazu Yamamoto | 2010-10-08 | 1 | -2/+14 |
|
|
| * | | an AttributeError is perfectly acceptable here | Benjamin Peterson | 2010-06-30 | 1 | -1/+1 |
|
|
| * | | mark test depending on ref counting | Benjamin Peterson | 2010-06-30 | 1 | -0/+1 |
|
|
| * | | Fix #8405 for slow buildbots. Remove the sleep on startup and move the | Brian Curtin | 2010-05-28 | 1 | -11/+16 |
|
|
| * | | Fix os.kill tests to be more robust and work with slower machines. | Brian Curtin | 2010-04-15 | 1 | -6/+44 |
|
|
| * | | Add a small sleep to let a subprocess start before terminating it. | Brian Curtin | 2010-04-14 | 1 | -0/+1 |
|
|
| * | | Fix a failing test on an apparently slow Windows buildbot. | Brian Curtin | 2010-04-05 | 1 | -2/+2 |
|
|
| * | | Implement #1220212. Add os.kill support for Windows. | Brian Curtin | 2010-04-02 | 1 | -3/+62 |
|
|
| * | | - Issue #1039, #8154: Fix os.execlp() crash with missing 2nd argument. | Matthias Klose | 2010-03-19 | 1 | -0/+3 |
|
|
| * | | Call setreuid and setregid in a subprocess to avoid altering the test runner's | Gregory P. Smith | 2010-03-06 | 1 | -2/+16 |
|
|
| * | | Fixes issue #7999: os.setreuid() and os.setregid() would refuse to accept | Gregory P. Smith | 2010-03-01 | 1 | -0/+2 |
|
|
| * | | Remove unused imports in test modules. | Georg Brandl | 2010-02-07 | 1 | -3/+0 |
|
|
| * | | use assert[Not]In where appropriate | Ezio Melotti | 2010-01-23 | 1 | -1/+1 |
|
|
| * | | Issue #5080: turn the DeprecationWarning from float arguments passed | Mark Dickinson | 2010-01-01 | 1 | -5/+3 |
|
|
| * | | Backport of fix for issue 6542: make sure | R. David Murray | 2009-07-22 | 1 | -1/+12 |
|
|
| * | | convert usage of fail* to assert* | Benjamin Peterson | 2009-06-30 | 1 | -7/+7 |
|
|
| * | | use skipTest() | Benjamin Peterson | 2009-05-16 | 1 | -4/+1 |
|
|
| * | | Fixes issue5705: os.setuid() and friends did not accept the same range of | Gregory P. Smith | 2009-04-05 | 1 | -1/+44 |
|
|
| * | | Fix a number of Win32ErrorTests error cases. chmod wasn't being tested. 'ac... | Kristján Valur Jónsson | 2009-02-06 | 1 | -5/+7 |
|
|
| * | | check the errno in bad fd cases | Benjamin Peterson | 2009-01-31 | 1 | -2/+8 |
|
|
| * | | I'm sick of these deprecations warnings in test_os | Benjamin Peterson | 2009-01-19 | 1 | -3/+5 |
|
|
| * | | make bad file descriptor tests more robust | Benjamin Peterson | 2009-01-19 | 1 | -13/+17 |
|
|
| * | | Issue 4957 | Kristján Valur Jónsson | 2009-01-19 | 1 | -2/+1 |
|
|