| Commit message (Expand) | Author | Age | Files | Lines |
* | Workaround issue #8611 in test_undecodable_code() of test_sys | Victor Stinner | 2010-08-20 | 1 | -9/+6 |
|
|
* | Skip test_encodings() of test_os on Windows and Mac OS X | Victor Stinner | 2010-08-19 | 1 | -0/+2 |
|
|
* | Fix os.get_exec_path() (code and tests) for python -bb | Victor Stinner | 2010-08-19 | 1 | -3/+10 |
|
|
* | Fix test_os: workaround #8611 bug | Victor Stinner | 2010-08-19 | 1 | -2/+9 |
|
|
* | Create os.fsdecode(): decode from the filesystem encoding with surrogateescape | Victor Stinner | 2010-08-19 | 1 | -15/+38 |
|
|
* | Improve PEP 383 tests (in test_os) | Victor Stinner | 2010-08-18 | 1 | -15/+41 |
|
|
* | Update test_os.py according to my last changes on _Environ.__repr__() | Victor Stinner | 2010-07-29 | 1 | -1/+3 |
|
|
* | Re-flow several long lines from #1578269. | Brian Curtin | 2010-07-09 | 1 | -1/+2 |
|
|
* | Implement #1578269. Patch by Jason R. Coombs. | Brian Curtin | 2010-07-08 | 1 | -2/+80 |
|
|
* | Merged revisions 82403 via svnmerge from | Benjamin Peterson | 2010-06-30 | 1 | -0/+1 |
|
|
* | Merged revisions 81584 via svnmerge from | Brian Curtin | 2010-05-28 | 1 | -6/+50 |
|
|
* | Issue #8513: os.get_exec_path() supports b'PATH' key and bytes value. | Victor Stinner | 2010-05-18 | 1 | -11/+57 |
|
|
* | Oops, my patch on subprocess is not merged yet: fix my previous commit on tes... | Victor Stinner | 2010-05-17 | 1 | -4/+1 |
|
|
* | test_os: cleanup test_internal_execvpe() and os._execvpe() mockup | Victor Stinner | 2010-05-17 | 1 | -48/+53 |
|
|
* | Replace /s with os.sep in the new internal_execvpe test. Hopefully fixes | Gregory P. Smith | 2010-05-09 | 1 | -5/+8 |
|
|
* | make condition more specific | Benjamin Peterson | 2010-05-09 | 1 | -1/+2 |
|
|
* | Write tests for the new function os.fsencode() | Victor Stinner | 2010-05-09 | 1 | -1/+9 |
|
|
* | Adds a unittest for the internal os._execvpe function. | Gregory P. Smith | 2010-05-08 | 1 | -0/+49 |
|
|
* | Fix test_os: os.environb doesn't exist on Windows | Victor Stinner | 2010-05-07 | 1 | -3/+5 |
|
|
* | self.skip -> self.skipTest | Benjamin Peterson | 2010-05-06 | 1 | -1/+1 |
|
|
* | wrap long lines | Benjamin Peterson | 2010-05-06 | 1 | -2/+5 |
|
|
* | use concise skipping | Benjamin Peterson | 2010-05-06 | 1 | -1/+1 |
|
|
* | Issue #8603: Create a bytes version of os.environ for Unix | Victor Stinner | 2010-05-06 | 1 | -0/+21 |
|
|
* | Issue #8485: PyUnicode_FSConverter() doesn't accept bytearray object anymore, | Victor Stinner | 2010-04-22 | 1 | -9/+0 |
|
|
* | Don't assume that os.confstr_names exists. | Mark Dickinson | 2010-04-16 | 1 | -1/+2 |
|
|
* | Issue #4970: move linuxthreads check outside the affected test, and use skipIf | Mark Dickinson | 2010-04-16 | 1 | -10/+13 |
|
|
* | Add CS_GNU_LIBC_VERSION and CS_GNU_LIBPTHREAD_VERSION constants for constr(), | Victor Stinner | 2010-04-16 | 1 | -0/+9 |
|
|
* | Port #1220212 (os.kill for Win32) to py3k. | Brian Curtin | 2010-04-12 | 1 | -3/+63 |
|
|
* | Merged revisions 78093 via svnmerge from | Georg Brandl | 2010-03-14 | 1 | -3/+0 |
|
|
* | Merged revisions 78718 via svnmerge from | Benjamin Peterson | 2010-03-06 | 1 | -2/+16 |
|
|
* | Merged revisions 78546 via svnmerge from | Gregory P. Smith | 2010-03-01 | 1 | -0/+2 |
|
|
* | Add an os.get_exec_path() function to return the list of directories | Gregory P. Smith | 2010-02-27 | 1 | -0/+21 |
|
|
* | #7310: fix the repr() of os.environ | Ezio Melotti | 2010-02-22 | 1 | -0/+8 |
|
|
* | use assert[Not]In where appropriate | Benjamin Peterson | 2010-01-19 | 1 | -1/+1 |
|
|
* | Issue #7561: Fix crashes when using bytearray objects with the posix | Antoine Pitrou | 2010-01-17 | 1 | -0/+9 |
|
|
* | Issue 6542: Make sure that TestInvalidFD.test_closerange does not | R. David Murray | 2009-07-22 | 1 | -1/+12 |
|
|
* | convert old fail* assertions to assert* | Benjamin Peterson | 2009-06-30 | 1 | -7/+7 |
|
|
* | Merged revisions 72506,72525-72526,72551,72558,72616,72654-72655,72689,72745,... | Benjamin Peterson | 2009-06-01 | 1 | -3/+1 |
|
|
* | Rename utf8b error handler to surrogateescape. | Martin v. Löwis | 2009-05-10 | 1 | -2/+2 |
|
|
* | Issue #5944: Skip PEP 383 tests on OS X. | Mark Dickinson | 2009-05-05 | 1 | -0/+1 |
|
|
* | Issue #5915: Implement PEP 383, Non-decodable Bytes in | Martin v. Löwis | 2009-05-05 | 1 | -1/+38 |
|
|
* | Merged revisions 70980,71059,71225,71234,71241,71243,71249,71251,71255,71266,... | Benjamin Peterson | 2009-04-11 | 1 | -1/+44 |
|
|
* | #5306: Fix compilation on Windows by properly merging change 69495. | Amaury Forgeot d'Arc | 2009-02-19 | 1 | -2/+2 |
|
|
* | Merged revisions 69364-69365,69409-69410,69413,69417,69435,69442,69447,69495,... | Benjamin Peterson | 2009-02-13 | 1 | -5/+7 |
|
|
* | Merged revisions 69129-69131,69139-69140,69143,69154-69159,69169,69288-69289,... | Benjamin Peterson | 2009-02-06 | 1 | -2/+8 |
|
|
* | Merged revisions 68779 via svnmerge from | Benjamin Peterson | 2009-01-19 | 1 | -13/+17 |
|
|
* | Merged revisions 68763,68773 via svnmerge from | Benjamin Peterson | 2009-01-19 | 1 | -2/+1 |
|
|
* | reenable the invalid fd test for fdopen | Benjamin Peterson | 2009-01-19 | 1 | -1/+1 |
|
|
* | Merged revisions 68547,68607,68610,68618,68621-68622,68649,68722 via svnmerge... | Benjamin Peterson | 2009-01-18 | 1 | -1/+60 |
|
|
* | Fix Windows buildbot failures after r66469. | Antoine Pitrou | 2008-09-15 | 1 | -1/+2 |
|
|