- 62b109d Issue #23458: Remove test_os.test_urandom_fd_non_inheritable() by Victor Stinner · 10 years ago
- 9e52735 Issue #23458: Skip test_urandom_fd_non_inheritable on OS X 10.4 since by Ned Deily · 10 years ago
- 596b751 Issue #22585, #23115: make URandomFDTests test case actually run by Ned Deily · 10 years ago
- ebcbbfb Issue #23458: skip test_os.test_urandom_fd_non_inheritable() on Windows by Victor Stinner · 10 years ago
- e0a0bd6 Issue #23458: On POSIX, the file descriptor kept open by os.urandom() is now by Victor Stinner · 10 years ago
- 27c269a use getentropy when available (backport of 75ede5bec8db) (closes #23115) by Benjamin Peterson · 11 years ago
- b06231a Issue #19572: Replace a return that shouldn't have been removed from test_os. by Zachary Ware · 12 years ago
- 1f70221 Issue #19572: More silently skipped tests explicitly skipped. by Zachary Ware · 12 years ago
- d412b49 Fix test_os (issue #18702). by Serhiy Storchaka · 12 years ago
- 32e23e7 Issue #18702: All skipped tests now reported as skipped. by Serhiy Storchaka · 12 years ago
- e758715 Issue #18756: make test_urandom_failure more robust by executing its code in a subprocess by Antoine Pitrou · 12 years ago
- 326ec04 test_execvpe_with_bad_arglist shouldn't be in URandomTests by Antoine Pitrou · 12 years ago
- f48a67b Issue #18756: Improve error reporting in os.urandom() when the failure is due to something else than /dev/urandom not existing. by Antoine Pitrou · 12 years ago
- 4bb142b Issue #16714: use 'raise' exceptions, don't 'throw'. by Andrew Svetlov · 13 years ago
- 341016e Fix sporadic test_os failure under Windows by Antoine Pitrou · 13 years ago
- 0607f73 Fix flaky os.urandom test. by Antoine Pitrou · 13 years ago
- 72949bd this was supposed to die by Benjamin Peterson · 13 years ago
- aee9dfb merge 2.6 with hash randomization fix by Benjamin Peterson · 13 years ago
- 1e13eb0 - Issue #13703: oCERT-2011-003: add -R command-line option and PYTHONHASHSEED by Barry Warsaw · 13 years ago
- 27bc4d0 Issue #13415: Skip test_os.test_unset_error on FreeBSD and OS X. by Charles-François Natali · 14 years ago
- 091b6ef Issue #13436: Fix unsetenv() test on Windows by Victor Stinner · 14 years ago
- 53853c3 Issue #13415: os.unsetenv() doesn't ignore errors anymore. by Victor Stinner · 14 years ago
- 24b07bc #11515: fix several typos. Patch by Piotr Kasprzyk. by Ezio Melotti · 14 years ago
- ac514c8 Merged revisions 87666 via svnmerge from by Amaury Forgeot d'Arc · 15 years ago
- b061461 Issue #4662: os.tempnam(), os.tmpfile() and os.tmpnam() now raise a py3k by Antoine Pitrou · 15 years ago
- 2623a37 Merged revisions 86596 via svnmerge from by Ezio Melotti · 15 years ago
- f4f0c8b Merged revisions 86198 via svnmerge from by Brian Curtin · 15 years ago
- dbf8e83 Backport r85525 from #10098. by Brian Curtin · 15 years ago
- fcbf5d0 Merged revisions 85987 via svnmerge from by Brian Curtin · 15 years ago
- 1f504f1 Merged revisions 85315 via svnmerge from by Hirokazu Yamamoto · 15 years ago
- 213bcb8 Fix buildbot failure in test_os.py by Ezio Melotti · 15 years ago
- aad1541 Fix deprecation warnings in test_os.py by Ezio Melotti · 15 years ago
- c262a69 an AttributeError is perfectly acceptable here by Benjamin Peterson · 15 years ago
- 10947a6 mark test depending on ref counting by Benjamin Peterson · 15 years ago
- 83cba05 Fix #8405 for slow buildbots. Remove the sleep on startup and move the by Brian Curtin · 15 years ago
- b3dde13 Fix os.kill tests to be more robust and work with slower machines. by Brian Curtin · 15 years ago
- 235350a Add a small sleep to let a subprocess start before terminating it. by Brian Curtin · 15 years ago
- fce1d31 Fix a failing test on an apparently slow Windows buildbot. by Brian Curtin · 15 years ago
- e5aa886 Implement #1220212. Add os.kill support for Windows. by Brian Curtin · 15 years ago
- a0dc275 Revert r79131 by Matthias Klose · 15 years ago
- b8022c8 Merged revisions 79096 via svnmerge from by Matthias Klose · 15 years ago
- e9fbf2b - Issue #1039, #8154: Fix os.execlp() crash with missing 2nd argument. by Matthias Klose · 15 years ago
- b608e6f8 Merged revisions 78718 via svnmerge from by Gregory P. Smith · 15 years ago
- 467298c Call setreuid and setregid in a subprocess to avoid altering the test runner's by Gregory P. Smith · 15 years ago
- 8baa745 Merged revisions 78546 via svnmerge from by Gregory P. Smith · 15 years ago
- 6a65f85 Fixes issue #7999: os.setreuid() and os.setregid() would refuse to accept by Gregory P. Smith · 15 years ago
- a4f46e1 Remove unused imports in test modules. by Georg Brandl · 15 years ago
- aa98058 use assert[Not]In where appropriate by Ezio Melotti · 16 years ago
- 1b34d25 Issue #5080: turn the DeprecationWarning from float arguments passed by Mark Dickinson · 16 years ago
- bce6d5e Remove unittest.SkipTest from backport of test for issue 6542. by R. David Murray · 16 years ago
- ce28a01 Merged revisions 74175 via svnmerge from by R. David Murray · 16 years ago
- 46ca2f2 Backport of fix for issue 6542: make sure by R. David Murray · 16 years ago
- 5c8da86 convert usage of fail* to assert* by Benjamin Peterson · 16 years ago
- 757b3c9 use skipTest() by Benjamin Peterson · 16 years ago
- dd7b630 Merged revisions 71299 via svnmerge from by Gregory P. Smith · 16 years ago
- 6d30793 Fixes issue5705: os.setuid() and friends did not accept the same range of by Gregory P. Smith · 16 years ago
- e20f54f Fix a number of Win32ErrorTests error cases. chmod wasn't being tested. 'access' never raises an error. by Kristján Valur Jónsson · 17 years ago
- 1de05e9 check the errno in bad fd cases by Benjamin Peterson · 17 years ago
- 1f01cd0 I'm sick of these deprecations warnings in test_os by Benjamin Peterson · 17 years ago
- 29d9381 Merged revisions 68779 via svnmerge from by Benjamin Peterson · 17 years ago
- 5539c78 make bad file descriptor tests more robust by Benjamin Peterson · 17 years ago
- f5def21 Merged revisions 68610,68621-68622,68649 via svnmerge from by Benjamin Peterson · 17 years ago
- 2e659ce Issue 4957 Let os.ftruncate raise OSError like documented. by Kristján Valur Jónsson · 17 years ago
- f320c22 trying to find some fpathconf() settings that all unixs support... by Benjamin Peterson · 17 years ago
- 4f69b7e Make all the invalid fd tests for os subject to the function being available. by Kristján Valur Jónsson · 17 years ago
- 71ba215 Fix two test cases in test_os. ftruncate raises IOError unlike all the others which raise OSError. And close() on some platforms doesn't complain when given an invalid file descriptor. by Kristján Valur Jónsson · 17 years ago
- 8adc0b5 Fix recently introduced test cases. by Kristján Valur Jónsson · 17 years ago
- 686d53e Merged revisions 68521,68527,68534-68536,68540,68547,68552,68563,68570,68572,68575,68579-68580,68584 via svnmerge from by Georg Brandl · 17 years ago
- 1c62b65 Add tests for invalid format specifiers in strftime, and for handling of invalid file descriptors in the os module. by Kristján Valur Jónsson · 17 years ago
- 74ce88f Issue #3804: Added test for Issue #2222. Reviewed by Benjamin Peterson. by Hirokazu Yamamoto · 17 years ago
- d712203 Issue #3708: os.urandom no longer goes into an infinite loop when passed a by Gregory P. Smith · 17 years ago
- cd3b74d Reverted r65900. See http://mail.python.org/pipermail/python-checkins/2008-August/073116.html by Hirokazu Yamamoto · 17 years ago
- ccfdcd0 fixed get_file_system in test_os.py ('path' is unicode on py3k and ansi on trunk) by Hirokazu Yamamoto · 17 years ago
- 954ea64 #3580: fix a failure in test_os by Antoine Pitrou · 17 years ago
- bebb18b backport r65723: strengthen test_os.test_closerange by Antoine Pitrou · 17 years ago
- 90f2cb4 Remove the last usage of statvfs in the stdlib. by Brett Cannon · 17 years ago
- d2bbe52 Patch #2232: os.tmpfile might fail on Windows if the user has no by Martin v. Löwis · 17 years ago
- 309501a #1663329: add os.closerange() to close a range of fds, by Georg Brandl · 18 years ago
- 7dcb83c Bug #1709599: Run test_1565150 only if the file system is NTFS. by Martin v. Löwis · 18 years ago
- 0d4c06e Whitespace normalization. Ugh, we really need to do this more often. by Neal Norwitz · 18 years ago
- 18ffe42 Fix WalkTests.test_traversal() on Windows. The cleanup in by Žiga Seilnacht · 18 years ago
- 3bf573f Bug #1686475: Support stat'ing open files on Windows again. by Martin v. Löwis · 18 years ago
- 1520fe4 Shut up an occaisonal buildbot error due to test files being left around. by Collin Winter · 18 years ago
- cae9f3d New test for rev. 54407 which only uses directories under TESTFN. by Georg Brandl · 18 years ago
- c990f64 Try backing out 54407 to see if it corrects the problems on the Windows by Neal Norwitz · 18 years ago
- 8844e43 Patch #1273829: os.walk() now has a "followlinks" parameter. If set to by Georg Brandl · 18 years ago
- a97e06d Round to int, because some systems support sub-second time stamps in stat, but not in utime. by Martin v. Löwis · 19 years ago
- cfcd3a9 Loosen the test for equal time stamps. by Martin v. Löwis · 19 years ago
- 18aaa56 Patch #1576166: Support os.utime for directories on Windows NT+. by Martin v. Löwis · 19 years ago
- f43893a Bug #1565150: Fix subsecond processing for os.utime on Windows. by Martin v. Löwis · 19 years ago
- 16a3932 Whitespace normalization. by Tim Peters · 19 years ago
- ee1e06d Correct arithmetic in access on Win32. Fixes #1513646. by Martin v. Löwis · 19 years ago
- d4e3bb3 Port access, chmod, parts of getcwdu, mkdir, and utime to direct Win32 API. by Martin v. Löwis · 19 years ago
- 8e0d494 Implement os.{chdir,rename,rmdir,remove} using Win32 directly. by Martin v. Löwis · 19 years ago
- 5510f65 Avoid using items() in environ.update(). Fixes #1124513. Will backport to 2.4. by Martin v. Löwis · 20 years ago
- 1d11de6 Revert os.py 1.75, and directly implement update. Fixes #1110478 and #1100235. by Martin v. Löwis · 21 years ago
- 4d394df Truncate st_?time before comparing it with ST_?TIME in the tests. by Martin v. Löwis · 21 years ago
- 45e77c5 Whitespace normalization. by Tim Peters · 21 years ago
- dc3883f Patch #934711: Expose platform-specific entropy. by Martin v. Löwis · 21 years ago
- 4182cfd test_devnull(): Use assertEqual() instead of an assert stmt. by Tim Peters · 21 years ago