| Commit message (Expand) | Author | Age | Files | Lines |
* | Issue #15845: Fix comparison between bytes and string. | Serhiy Storchaka | 2013-01-08 | 1 | -1/+4 |
|
|
* | Revert the modification of e.strerror in 3.2 as that kind of change could | Gregory P. Smith | 2012-06-03 | 1 | -3/+0 |
|
|
* | Fixes Issue #14992: os.makedirs(path, exist_ok=True) would raise an OSError | Gregory P. Smith | 2012-06-03 | 1 | -2/+14 |
|
|
* | Merge from 3.1: Issue #13703: add a way to randomize the hash values of basic... | Georg Brandl | 2012-02-20 | 1 | -17/+0 |
|\ |
|
| * | Issue #13703: add a way to randomize the hash values of basic types (str, byt... | Georg Brandl | 2012-02-20 | 1 | -17/+0 |
|
|
* | | Issue #11459: A `bufsize` value of 0 in subprocess.Popen() really creates | Antoine Pitrou | 2011-03-19 | 1 | -1/+3 |
|\ \
| |/ |
|
| * | Issue #11459: A `bufsize` value of 0 in subprocess.Popen() really creates | Antoine Pitrou | 2011-03-19 | 1 | -1/+3 |
|
|
| * | Merged revisions 80421,80424 via svnmerge from | Victor Stinner | 2010-04-25 | 1 | -0/+2 |
|
|
| * | Merged revisions 78316 via svnmerge from | Ezio Melotti | 2010-02-22 | 1 | -0/+10 |
|
|
| * | Merged revisions 77881 via svnmerge from | Matthias Klose | 2010-01-31 | 1 | -1/+1 |
|
|
| * | Merged revisions 76723 via svnmerge from | Antoine Pitrou | 2009-12-09 | 1 | -0/+4 |
|
|
| * | Merged revisions 73934 via svnmerge from | Amaury Forgeot d'Arc | 2009-07-11 | 1 | -1/+7 |
|
|
* | | Issue 9299 Add exist_ok parameter to os.makedirs to suppress 'File exists' ex... | Terry Reedy | 2010-12-02 | 1 | -6/+20 |
|
|
* | | os module: remove nonbreaking space in a comment | Victor Stinner | 2010-11-07 | 1 | -2/+2 |
|
|
* | | os.get_exec_path() ignores BytesWarning instead of recoding them | Victor Stinner | 2010-11-06 | 1 | -28/+24 |
|
|
* | | Issue #10210: os.get_exec_path() ignores BytesWarning warnings | Victor Stinner | 2010-10-29 | 1 | -2/+16 |
|
|
* | | str.encode() doesn't accept None as errors: use 'strict' instead | Victor Stinner | 2010-10-24 | 1 | -1/+1 |
|
|
* | | os: fsencode(), fsdecode() and os.environ(b) internal encode-decode methods | Victor Stinner | 2010-10-24 | 1 | -32/+37 |
|
|
* | | Issue #8603: Environ.data is now protected -> Environ._data | Victor Stinner | 2010-09-10 | 1 | -8/+8 |
|
|
* | | 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 |
|
|