summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_os.py
Commit message (Expand)AuthorAgeFilesLines
* Update test_os.py according to my last changes on _Environ.__repr__()Victor Stinner2010-07-291-1/+3
* Re-flow several long lines from #1578269.Brian Curtin2010-07-091-1/+2
* Implement #1578269. Patch by Jason R. Coombs.Brian Curtin2010-07-081-2/+80
* Merged revisions 82403 via svnmerge fromBenjamin Peterson2010-06-301-0/+1
* Merged revisions 81584 via svnmerge fromBrian Curtin2010-05-281-6/+50
* Issue #8513: os.get_exec_path() supports b'PATH' key and bytes value.Victor Stinner2010-05-181-11/+57
* Oops, my patch on subprocess is not merged yet: fix my previous commit on tes...Victor Stinner2010-05-171-4/+1
* test_os: cleanup test_internal_execvpe() and os._execvpe() mockupVictor Stinner2010-05-171-48/+53
* Replace /s with os.sep in the new internal_execvpe test. Hopefully fixesGregory P. Smith2010-05-091-5/+8
* make condition more specificBenjamin Peterson2010-05-091-1/+2
* Write tests for the new function os.fsencode()Victor Stinner2010-05-091-1/+9
* Adds a unittest for the internal os._execvpe function.Gregory P. Smith2010-05-081-0/+49
* Fix test_os: os.environb doesn't exist on WindowsVictor Stinner2010-05-071-3/+5
* self.skip -> self.skipTestBenjamin Peterson2010-05-061-1/+1
* wrap long linesBenjamin Peterson2010-05-061-2/+5
* use concise skippingBenjamin Peterson2010-05-061-1/+1
* Issue #8603: Create a bytes version of os.environ for UnixVictor Stinner2010-05-061-0/+21
* Issue #8485: PyUnicode_FSConverter() doesn't accept bytearray object anymore,Victor Stinner2010-04-221-9/+0
* Don't assume that os.confstr_names exists.Mark Dickinson2010-04-161-1/+2
* Issue #4970: move linuxthreads check outside the affected test, and use skipIfMark Dickinson2010-04-161-10/+13
* Add CS_GNU_LIBC_VERSION and CS_GNU_LIBPTHREAD_VERSION constants for constr(),Victor Stinner2010-04-161-0/+9
* Port #1220212 (os.kill for Win32) to py3k.Brian Curtin2010-04-121-3/+63
* Merged revisions 78093 via svnmerge fromGeorg Brandl2010-03-141-3/+0
* Merged revisions 78718 via svnmerge fromBenjamin Peterson2010-03-061-2/+16
* Merged revisions 78546 via svnmerge fromGregory P. Smith2010-03-011-0/+2
* Add an os.get_exec_path() function to return the list of directoriesGregory P. Smith2010-02-271-0/+21
* #7310: fix the repr() of os.environEzio Melotti2010-02-221-0/+8
* use assert[Not]In where appropriateBenjamin Peterson2010-01-191-1/+1
* Issue #7561: Fix crashes when using bytearray objects with the posixAntoine Pitrou2010-01-171-0/+9
* Issue 6542: Make sure that TestInvalidFD.test_closerange does notR. David Murray2009-07-221-1/+12
* convert old fail* assertions to assert*Benjamin Peterson2009-06-301-7/+7
* Merged revisions 72506,72525-72526,72551,72558,72616,72654-72655,72689,72745,...Benjamin Peterson2009-06-011-3/+1
* Rename utf8b error handler to surrogateescape.Martin v. Löwis2009-05-101-2/+2
* Issue #5944: Skip PEP 383 tests on OS X.Mark Dickinson2009-05-051-0/+1
* Issue #5915: Implement PEP 383, Non-decodable Bytes inMartin v. Löwis2009-05-051-1/+38
* Merged revisions 70980,71059,71225,71234,71241,71243,71249,71251,71255,71266,...Benjamin Peterson2009-04-111-1/+44
* #5306: Fix compilation on Windows by properly merging change 69495.Amaury Forgeot d'Arc2009-02-191-2/+2
* Merged revisions 69364-69365,69409-69410,69413,69417,69435,69442,69447,69495,...Benjamin Peterson2009-02-131-5/+7
* Merged revisions 69129-69131,69139-69140,69143,69154-69159,69169,69288-69289,...Benjamin Peterson2009-02-061-2/+8
* Merged revisions 68779 via svnmerge fromBenjamin Peterson2009-01-191-13/+17
* Merged revisions 68763,68773 via svnmerge fromBenjamin Peterson2009-01-191-2/+1
* reenable the invalid fd test for fdopenBenjamin Peterson2009-01-191-1/+1
* Merged revisions 68547,68607,68610,68618,68621-68622,68649,68722 via svnmerge...Benjamin Peterson2009-01-181-1/+60
* Fix Windows buildbot failures after r66469.Antoine Pitrou2008-09-151-1/+2
* Issue #3782: os.write() must not accept unicode stringsAntoine Pitrou2008-09-151-1/+23
* Issue #3804: Added test for Issue #2222.Hirokazu Yamamoto2008-09-081-0/+7
* Reverted r65901 and uses GetVolumeInformationW because string in py3k is unic...Hirokazu Yamamoto2008-08-201-6/+2
* Merged revisions 65900 via svnmerge fromHirokazu Yamamoto2008-08-201-5/+8
* Merged revisions 65780,65782,65785,65809,65812,65834,65846,65859,65861 via sv...Benjamin Peterson2008-08-191-1/+1
* #3571: try to fix recurrent buildbot failures by strenghtening test_os.test_c...Antoine Pitrou2008-08-161-3/+20