| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix os.get_exec_path() (code and tests) for python -bb | Victor Stinner | 2010-08-19 | 1 | -2/+2 |
|
|
* | Create os.fsdecode(): decode from the filesystem encoding with surrogateescape | Victor Stinner | 2010-08-19 | 1 | -11/+30 |
|
|
* | #8603: Add environb to os.__all__ | Victor Stinner | 2010-07-29 | 1 | -1/+2 |
|
|
* | Issue #9283: Oops, add missing { and } to repr(os.environ) | Victor Stinner | 2010-07-28 | 1 | -1/+1 |
|
|
* | #9283: Fix repr(os.environ), display unicode keys and values on POSIX systems | Victor Stinner | 2010-07-28 | 1 | -1/+3 |
|
|
* | Issue #8969: On Windows, use mbcs codec in strict mode to encode and decode | Victor Stinner | 2010-06-11 | 1 | -9/+12 |
|
|
* | Issue #8513: os.get_exec_path() supports b'PATH' key and bytes value. | Victor Stinner | 2010-05-18 | 1 | -4/+33 |
|
|
* | Issue #8514: Add os.fsencode() function (Unix only): encode a string to bytes | Victor Stinner | 2010-05-08 | 1 | -0/+11 |
|
|
* | Issue #8603: Create a bytes version of os.environ for Unix | Victor Stinner | 2010-05-06 | 1 | -19/+68 |
|
|
* | Issue #8391: os.execvpe() and os.getenv() supports unicode with surrogates and | Victor Stinner | 2010-04-23 | 1 | -0/+2 |
|
|
* | Add an os.get_exec_path() function to return the list of directories | Gregory P. Smith | 2010-02-27 | 1 | -10/+17 |
|
|
* | #7310: fix the repr() of os.environ | Ezio Melotti | 2010-02-22 | 1 | -0/+10 |
|
|
* | Merged revisions 77879 via svnmerge from | Matthias Klose | 2010-01-31 | 1 | -1/+1 |
|
|
* | Issue #7461: objects returned by os.popen() should support the context manage... | Antoine Pitrou | 2009-12-09 | 1 | -0/+4 |
|
|
* | Merged revisions 75264,75268,75293,75318,75391-75392,75436,75478,75971,76003,... | Benjamin Peterson | 2009-11-25 | 1 | -4/+4 |
|
|
* | #6358: Merge r73933: Add basic tests for the return value of os.popen().close(). | Amaury Forgeot d'Arc | 2009-07-11 | 1 | -1/+7 |
|
|
* | Merged revisions 73196,73278-73280,73299,73308,73312-73313,73317-73318,73321,... | Benjamin Peterson | 2009-06-11 | 1 | -5/+1 |
|
|
* | fix None errno #5312 | Benjamin Peterson | 2009-02-20 | 1 | -2/+2 |
|
|
* | #4401: Re-add os.extsep. | Georg Brandl | 2008-12-05 | 1 | -1/+3 |
|
|
* | Partially revert r65795 by undoing change to 'os'. | Brett Cannon | 2008-08-18 | 1 | -1/+1 |
|
|
* | Merged revisions 65795 via svnmerge from | Brett Cannon | 2008-08-18 | 1 | -1/+1 |
|
|
* | #2491: os.fdopen() is now almost an alias to the builtin open(), and accepts ... | Amaury Forgeot d'Arc | 2008-08-01 | 1 | -3/+3 |
|
|
* | Merged revisions 63119-63128,63130-63131,63133,63135-63144,63146-63148,63151-... | Alexandre Vassalotti | 2008-05-16 | 1 | -17/+3 |
|
|
* | Convert a lot of print statements to print functions in docstrings, | Neal Norwitz | 2008-05-13 | 1 | -3/+3 |
|
|
* | Rename copy_reg module to copyreg. | Alexandre Vassalotti | 2008-05-11 | 1 | -3/+3 |
|
|
* | Removed remnants of os.path.walk(). | Alexandre Vassalotti | 2008-05-09 | 1 | -1/+1 |
|
|
* | Merged revisions 62713,62715,62728,62737,62740,62744,62749,62756 via svnmerge... | Christian Heimes | 2008-05-06 | 1 | -1/+2 |
|
|
* | Merged revisions 59193-59201 via svnmerge from | Christian Heimes | 2007-11-27 | 1 | -6/+3 |
|
|
* | Patch# 1258 by Christian Heimes: kill basestring. | Guido van Rossum | 2007-10-16 | 1 | -1/+1 |
|
|
* | Make the _wrap_close type (which is returned by os.popen) iterable. | Thomas Heller | 2007-09-04 | 1 | -0/+2 |
|
|
* | Issue #1066: implement PEP 3109, 2/3 of PEP 3134. | Collin Winter | 2007-08-31 | 1 | -4/+4 |
|
|
* | some RiscOS stuff I missed before (was only looking for "RISCOS") | Skip Montanaro | 2007-08-17 | 1 | -67/+49 |
|
|
* | Remove RISCOS support | Skip Montanaro | 2007-08-16 | 1 | -3/+1 |
|
|
* | Reduce redundant calls to str() in _Environ class. | Guido van Rossum | 2007-06-13 | 1 | -3/+4 |
|
|
* | Following an idea by Ron Adam, make sure keys and values in the | Guido van Rossum | 2007-06-13 | 1 | -7/+7 |
|
|
* | Merged revisions 55817-55961 via svnmerge from | Guido van Rossum | 2007-06-13 | 1 | -101/+56 |
|
|
* | Merged revisions 55631-55794 via svnmerge from | Guido van Rossum | 2007-06-06 | 1 | -2/+3 |
|
|
* | Remove native popen() and fdopen(), replacing them with subprocess calls. | Guido van Rossum | 2007-05-24 | 1 | -0/+38 |
|
|
* | Merged revisions 55328-55341 via svnmerge from | Guido van Rossum | 2007-05-15 | 1 | -62/+0 |
|
|
* | Merged revisions 55325-55327 via svnmerge from | Guido van Rossum | 2007-05-14 | 1 | -9/+29 |
|
|
* | Checkpoint. Manipulated things so that string literals are always | Guido van Rossum | 2007-04-27 | 1 | -4/+4 |
|
|
* | Merged revisions 53952-54987 via svnmerge from | Guido van Rossum | 2007-04-27 | 1 | -3/+7 |
|
|
* | SF patch 1631942 by Collin Winter: | Guido van Rossum | 2007-01-10 | 1 | -3/+3 |
|
|
* | Four months of trunk changes (including a few releases...) | Thomas Wouters | 2006-12-13 | 1 | -1/+7 |
|
|
* | Get rid of dict.has_key(). Boy this has a lot of repercussions! | Guido van Rossum | 2006-08-18 | 1 | -2/+0 |
|
|
* | Merged revisions 46753-51188 via svnmerge from | Thomas Wouters | 2006-08-11 | 1 | -1/+1 |
|
|
* | Patch #1410998: remove "DOS" from os.py docstring | Georg Brandl | 2006-01-20 | 1 | -1/+1 |
|
|
* | SF#1343671. | Fredrik Lundh | 2005-11-12 | 1 | -1/+1 |
|
|
* | bug #1177468: don't cache /dev/urandom file descriptor in os.urandom | Georg Brandl | 2005-07-04 | 1 | -8/+4 |
|
|
* | Avoid using items() in environ.update(). Fixes #1124513. | Martin v. Löwis | 2005-02-17 | 1 | -8/+18 |
|
|