151 Commits (bbe2f60b3c19ecaa02ca07be14474eaacfcb59a0)

Author SHA1 Message Date
Georg Brandl 2daf6ae249 Issue #13703: add a way to randomize the hash values of basic types (str, bytes, datetime) 14 years ago
Antoine Pitrou 877766dee8 Issue #11459: A `bufsize` value of 0 in subprocess.Popen() really creates 15 years ago
Terry Reedy 5a22b65117 Issue 9299 Add exist_ok parameter to os.makedirs to suppress 'File exists' exception. Patch by Ray Allen. 15 years ago
Victor Stinner bb4f218050 os module: remove nonbreaking space in a comment 15 years ago
Victor Stinner 273b766870 os.get_exec_path() ignores BytesWarning instead of recoding them 15 years ago
Victor Stinner 6f35eda4d9 Issue #10210: os.get_exec_path() ignores BytesWarning warnings 15 years ago
Victor Stinner e882aac16d str.encode() doesn't accept None as errors: use 'strict' instead 15 years ago
Victor Stinner df6d6cb0fa os: fsencode(), fsdecode() and os.environ(b) internal encode-decode methods 15 years ago
Victor Stinner 3d75d0cc92 Issue #8603: Environ.data is now protected -> Environ._data 16 years ago
Victor Stinner 38430e2dff Fix os.get_exec_path() (code and tests) for python -bb 16 years ago
Victor Stinner e8d5145e18 Create os.fsdecode(): decode from the filesystem encoding with surrogateescape 16 years ago
Victor Stinner 70120e202d #8603: Add environb to os.__all__ 16 years ago
Victor Stinner bed7117fda Issue #9283: Oops, add missing { and } to repr(os.environ) 16 years ago
Victor Stinner d73c1a3009 #9283: Fix repr(os.environ), display unicode keys and values on POSIX systems 16 years ago
Victor Stinner 313a120ab6 Issue #8969: On Windows, use mbcs codec in strict mode to encode and decode 16 years ago
Victor Stinner b745a74c99 Issue #8513: os.get_exec_path() supports b'PATH' key and bytes value. 16 years ago
Victor Stinner 449c466e7d Issue #8514: Add os.fsencode() function (Unix only): encode a string to bytes 16 years ago
Victor Stinner 84ae118006 Issue #8603: Create a bytes version of os.environ for Unix 16 years ago
Victor Stinner a27dcb76ee Merged revisions 80421,80424 via svnmerge from 16 years ago
Victor Stinner 13bb71c38f Issue #8391: os.execvpe() and os.getenv() supports unicode with surrogates and 16 years ago
Gregory P. Smith b6e8c7e8fb Add an os.get_exec_path() function to return the list of directories 16 years ago
Ezio Melotti d2a577d623 Merged revisions 78316 via svnmerge from 16 years ago
Ezio Melotti 19e4acfa15 #7310: fix the repr() of os.environ 16 years ago
Matthias Klose 1665a8d931 Merged revisions 77881 via svnmerge from 16 years ago
Matthias Klose a09c54f657 Merged revisions 77879 via svnmerge from 16 years ago
Antoine Pitrou 53b44f75c1 Merged revisions 76723 via svnmerge from 16 years ago
Antoine Pitrou ac62535164 Issue #7461: objects returned by os.popen() should support the context manager protocol 16 years ago
Benjamin Peterson f6489f941c Merged revisions 75264,75268,75293,75318,75391-75392,75436,75478,75971,76003,76058,76140-76141,76231,76380,76428-76429 via svnmerge from 16 years ago
Amaury Forgeot d'Arc 041b3baf53 Merged revisions 73934 via svnmerge from 17 years ago
Amaury Forgeot d'Arc 97e5f281a7 #6358: Merge r73933: Add basic tests for the return value of os.popen().close(). 17 years ago
Benjamin Peterson 87c8d87b91 Merged revisions 73196,73278-73280,73299,73308,73312-73313,73317-73318,73321,73324,73331,73335,73340,73363 via svnmerge from 17 years ago
Benjamin Peterson 4b068190aa fix None errno #5312 17 years ago
Georg Brandl ed5b9b3fd5 #4401: Re-add os.extsep. 17 years ago
Brett Cannon 13962fcc11 Partially revert r65795 by undoing change to 'os'. 18 years ago
Brett Cannon e8d0bf9160 Merged revisions 65795 via svnmerge from 18 years ago
Amaury Forgeot d'Arc bdbddf8a82 #2491: os.fdopen() is now almost an alias to the builtin open(), and accepts the same parameters. 18 years ago
Alexandre Vassalotti eca20b6114 Merged revisions 63119-63128,63130-63131,63133,63135-63144,63146-63148,63151-63152,63155-63165,63167-63176,63181-63186,63188-63189 via svnmerge from 18 years ago
Neal Norwitz 752abd0d3c Convert a lot of print statements to print functions in docstrings, 18 years ago
Alexandre Vassalotti f7fa63dd55 Rename copy_reg module to copyreg. 18 years ago
Alexandre Vassalotti 4e6531e7de Removed remnants of os.path.walk(). 18 years ago
Christian Heimes 5d8da20dd1 Merged revisions 62713,62715,62728,62737,62740,62744,62749,62756 via svnmerge from 18 years ago
Christian Heimes 45f9af34b3 Merged revisions 59193-59201 via svnmerge from 18 years ago
Guido van Rossum 3172c5d263 Patch# 1258 by Christian Heimes: kill basestring. 19 years ago
Thomas Heller 476157bea5 Make the _wrap_close type (which is returned by os.popen) iterable. 19 years ago
Collin Winter 828f04ac3f Issue #1066: implement PEP 3109, 2/3 of PEP 3134. 19 years ago
Skip Montanaro 289bc05709 some RiscOS stuff I missed before (was only looking for "RISCOS") 19 years ago
Skip Montanaro 7a98be2efb Remove RISCOS support 19 years ago
Guido van Rossum f5b46850e6 Reduce redundant calls to str() in _Environ class. 19 years ago
Guido van Rossum 67aca9e04e Following an idea by Ron Adam, make sure keys and values in the 19 years ago
Guido van Rossum cd16bf6404 Merged revisions 55817-55961 via svnmerge from 19 years ago