summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_os.py
Commit message (Expand)AuthorAgeFilesLines
* Marked keystrokes with the :kbd: role.Serhiy Storchaka2015-09-121-2/+2
* Issue #23458: Remove test_os.test_urandom_fd_non_inheritable()Victor Stinner2015-04-061-31/+0
* Issue #23458: Skip test_urandom_fd_non_inheritable on OS X 10.4 sinceNed Deily2015-03-171-0/+2
* Issue #22585, #23115: make URandomFDTests test case actually runNed Deily2015-03-171-0/+1
* Issue #23458: skip test_os.test_urandom_fd_non_inheritable() on WindowsVictor Stinner2015-02-241-0/+2
* Issue #23458: On POSIX, the file descriptor kept open by os.urandom() is nowVictor Stinner2015-02-241-0/+28
* use getentropy when available (backport of 75ede5bec8db) (closes #23115)Benjamin Peterson2014-12-261-0/+7
* Issue #19572: Replace a return that shouldn't have been removed from test_os.Zachary Ware2013-12-101-0/+1
* Issue #19572: More silently skipped tests explicitly skipped.Zachary Ware2013-12-101-3/+2
* Fix test_os (issue #18702).Serhiy Storchaka2013-11-031-2/+2
* Issue #18702: All skipped tests now reported as skipped.Serhiy Storchaka2013-11-031-128/+125
* Issue #18756: make test_urandom_failure more robust by executing its code in ...Antoine Pitrou2013-08-241-10/+20
* test_execvpe_with_bad_arglist shouldn't be in URandomTestsAntoine Pitrou2013-08-161-0/+5
* Issue #18756: Improve error reporting in os.urandom() when the failure is due...Antoine Pitrou2013-08-161-0/+18
* Issue #16714: use 'raise' exceptions, don't 'throw'.Andrew Svetlov2012-12-181-8/+8
* Fix sporadic test_os failure under WindowsAntoine Pitrou2012-02-221-2/+5
* Fix flaky os.urandom test.Antoine Pitrou2012-02-211-3/+4
* this was supposed to dieBenjamin Peterson2012-02-211-14/+0
* merge 2.6 with hash randomization fixBenjamin Peterson2012-02-211-2/+36
|\
| * - Issue #13703: oCERT-2011-003: add -R command-line option and PYTHONHASHSEEDBarry Warsaw2012-02-211-12/+42
| * Fix buildbot failure in test_os.pyEzio Melotti2010-08-031-2/+1
| * Fix deprecation warnings in test_os.pyEzio Melotti2010-08-031-8/+10
| * Revert r79131Matthias Klose2010-03-211-3/+0
| * Merged revisions 79096 via svnmerge fromMatthias Klose2010-03-201-0/+3
| * Merged revisions 78718 via svnmerge fromGregory P. Smith2010-03-071-2/+16
| * Merged revisions 78546 via svnmerge fromGregory P. Smith2010-03-011-0/+2
| * Remove unittest.SkipTest from backport of test for issue 6542.R. David Murray2009-07-271-2/+3
| * Merged revisions 74175 via svnmerge fromR. David Murray2009-07-221-1/+12
| * Merged revisions 71299 via svnmerge fromGregory P. Smith2009-04-061-1/+44
| * Merged revisions 68779 via svnmerge fromBenjamin Peterson2009-01-191-13/+18
| * Merged revisions 68610,68621-68622,68649 via svnmerge fromBenjamin Peterson2009-01-191-10/+19
| * Merged revisions 68521,68527,68534-68536,68540,68547,68552,68563,68570,68572,...Georg Brandl2009-01-141-1/+51
* | Issue #13415: Skip test_os.test_unset_error on FreeBSD and OS X.Charles-François Natali2011-11-271-0/+4
* | Issue #13436: Fix unsetenv() test on WindowsVictor Stinner2011-11-221-1/+2
* | Issue #13415: os.unsetenv() doesn't ignore errors anymore.Victor Stinner2011-11-221-0/+9
* | #11515: fix several typos. Patch by Piotr Kasprzyk.Ezio Melotti2011-03-151-2/+2
* | Merged revisions 87666 via svnmerge fromAmaury Forgeot d'Arc2011-01-031-0/+5
* | Issue #4662: os.tempnam(), os.tmpfile() and os.tmpnam() now raise a py3kAntoine Pitrou2011-01-021-59/+67
* | Merged revisions 86596 via svnmerge fromEzio Melotti2010-11-211-9/+9
* | Merged revisions 86198 via svnmerge fromBrian Curtin2010-11-051-0/+3
* | Backport r85525 from #10098.Brian Curtin2010-11-051-1/+1
* | Merged revisions 85987 via svnmerge fromBrian Curtin2010-10-301-2/+3
* | Merged revisions 85315 via svnmerge fromHirokazu Yamamoto2010-10-081-2/+14
* | an AttributeError is perfectly acceptable hereBenjamin Peterson2010-06-301-1/+1
* | mark test depending on ref countingBenjamin Peterson2010-06-301-0/+1
* | Fix #8405 for slow buildbots. Remove the sleep on startup and move theBrian Curtin2010-05-281-11/+16
* | Fix os.kill tests to be more robust and work with slower machines.Brian Curtin2010-04-151-6/+44
* | Add a small sleep to let a subprocess start before terminating it.Brian Curtin2010-04-141-0/+1
* | Fix a failing test on an apparently slow Windows buildbot.Brian Curtin2010-04-051-2/+2
* | Implement #1220212. Add os.kill support for Windows.Brian Curtin2010-04-021-3/+62