summaryrefslogtreecommitdiff
path: root/Lib/test/test_os.py
Commit message (Expand)AuthorAgeFilesLines
* #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
* - Issue #1039, #8154: Fix os.execlp() crash with missing 2nd argument.Matthias Klose2010-03-191-0/+3
* Call setreuid and setregid in a subprocess to avoid altering the test runner'sGregory P. Smith2010-03-061-2/+16
* Fixes issue #7999: os.setreuid() and os.setregid() would refuse to acceptGregory P. Smith2010-03-011-0/+2
* Remove unused imports in test modules.Georg Brandl2010-02-071-3/+0
* use assert[Not]In where appropriateEzio Melotti2010-01-231-1/+1
* Issue #5080: turn the DeprecationWarning from float arguments passedMark Dickinson2010-01-011-5/+3
* Backport of fix for issue 6542: make sureR. David Murray2009-07-221-1/+12
* convert usage of fail* to assert*Benjamin Peterson2009-06-301-7/+7
* use skipTest()Benjamin Peterson2009-05-161-4/+1
* Fixes issue5705: os.setuid() and friends did not accept the same range ofGregory P. Smith2009-04-051-1/+44
* Fix a number of Win32ErrorTests error cases. chmod wasn't being tested. 'ac...Kristján Valur Jónsson2009-02-061-5/+7
* check the errno in bad fd casesBenjamin Peterson2009-01-311-2/+8
* I'm sick of these deprecations warnings in test_osBenjamin Peterson2009-01-191-3/+5
* make bad file descriptor tests more robustBenjamin Peterson2009-01-191-13/+17
* Issue 4957Kristján Valur Jónsson2009-01-191-2/+1
* trying to find some fpathconf() settings that all unixs support...Benjamin Peterson2009-01-171-1/+1
* Make all the invalid fd tests for os subject to the function being available.Kristján Valur Jónsson2009-01-151-6/+12
* Fix two test cases in test_os. ftruncate raises IOError unlike all the other...Kristján Valur Jónsson2009-01-151-2/+5
* Fix recently introduced test cases.Kristján Valur Jónsson2009-01-151-2/+2
* Add tests for invalid format specifiers in strftime, and for handling of inva...Kristján Valur Jónsson2009-01-121-1/+51
* Issue #3804: Added test for Issue #2222.Hirokazu Yamamoto2008-09-081-0/+7
* Issue #3708: os.urandom no longer goes into an infinite loop when passed aGregory P. Smith2008-09-021-0/+4
* Reverted r65900. See http://mail.python.org/pipermail/python-checkins/2008-Au...Hirokazu Yamamoto2008-08-201-7/+3
* fixed get_file_system in test_os.py ('path' is unicode on py3k and ansi on tr...Hirokazu Yamamoto2008-08-201-5/+8
* #3580: fix a failure in test_osAntoine Pitrou2008-08-171-1/+1
* backport r65723: strengthen test_os.test_closerangeAntoine Pitrou2008-08-171-3/+21
* Remove the last usage of statvfs in the stdlib.Brett Cannon2008-05-161-10/+6
* Patch #2232: os.tmpfile might fail on Windows if the user has noMartin v. Löwis2008-03-061-0/+38
* #1663329: add os.closerange() to close a range of fds,Georg Brandl2008-01-191-0/+6
* Bug #1709599: Run test_1565150 only if the file system is NTFS.Martin v. Löwis2007-08-301-4/+14
* Whitespace normalization. Ugh, we really need to do this more often.Neal Norwitz2007-04-251-1/+1
* Fix WalkTests.test_traversal() on Windows. The cleanup inŽiga Seilnacht2007-04-041-25/+18
* Bug #1686475: Support stat'ing open files on Windows again.Martin v. Löwis2007-04-041-0/+9
* Shut up an occaisonal buildbot error due to test files being left around.Collin Winter2007-03-311-0/+8
* New test for rev. 54407 which only uses directories under TESTFN.Georg Brandl2007-03-211-19/+47