| Commit message (Expand) | Author | Age | Files | Lines |
* | Marked keystrokes with the :kbd: role. | Serhiy Storchaka | 2015-09-12 | 1 | -2/+2 |
|
|
* | Issue #23458: Remove test_os.test_urandom_fd_non_inheritable() | Victor Stinner | 2015-04-06 | 1 | -31/+0 |
|
|
* | Issue #23458: Skip test_urandom_fd_non_inheritable on OS X 10.4 since | Ned Deily | 2015-03-17 | 1 | -0/+2 |
|
|
* | Issue #22585, #23115: make URandomFDTests test case actually run | Ned Deily | 2015-03-17 | 1 | -0/+1 |
|
|
* | Issue #23458: skip test_os.test_urandom_fd_non_inheritable() on Windows | Victor Stinner | 2015-02-24 | 1 | -0/+2 |
|
|
* | Issue #23458: On POSIX, the file descriptor kept open by os.urandom() is now | Victor Stinner | 2015-02-24 | 1 | -0/+28 |
|
|
* | use getentropy when available (backport of 75ede5bec8db) (closes #23115) | Benjamin Peterson | 2014-12-26 | 1 | -0/+7 |
|
|
* | Issue #19572: Replace a return that shouldn't have been removed from test_os. | Zachary Ware | 2013-12-10 | 1 | -0/+1 |
|
|
* | Issue #19572: More silently skipped tests explicitly skipped. | Zachary Ware | 2013-12-10 | 1 | -3/+2 |
|
|
* | Fix test_os (issue #18702). | Serhiy Storchaka | 2013-11-03 | 1 | -2/+2 |
|
|
* | Issue #18702: All skipped tests now reported as skipped. | Serhiy Storchaka | 2013-11-03 | 1 | -128/+125 |
|
|
* | Issue #18756: make test_urandom_failure more robust by executing its code in ... | Antoine Pitrou | 2013-08-24 | 1 | -10/+20 |
|
|
* | test_execvpe_with_bad_arglist shouldn't be in URandomTests | Antoine Pitrou | 2013-08-16 | 1 | -0/+5 |
|
|
* | Issue #18756: Improve error reporting in os.urandom() when the failure is due... | Antoine Pitrou | 2013-08-16 | 1 | -0/+18 |
|
|
* | Issue #16714: use 'raise' exceptions, don't 'throw'. | Andrew Svetlov | 2012-12-18 | 1 | -8/+8 |
|
|
* | 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 |
|
|