160 Commits (6dbca367dceda3999979bdc3cdcfdb201f40d044)

Author SHA1 Message Date
Jesus Cea 990eff0776 Backing out 86dc014cdd74. Not ready yet 14 years ago
Jesus Cea 2b47f0a23f Close #10142: Support for SEEK_HOLE/SEEK_DATA 14 years ago
Charles-François Natali 84c0ca06d2 Use os.path.samestat() instead of reinventing the wheel. 14 years ago
Brett Cannon fd0741555b Issue #2377: Make importlib the implementation of __import__(). 14 years ago
Georg Brandl 2daf6ae249 Issue #13703: add a way to randomize the hash values of basic types (str, bytes, datetime) 14 years ago
Charles-François Natali 7794090251 Following Nick's suggestion, rename posix.fdlistdir() to posix.flistdir(), to 14 years ago
Charles-François Natali 7372b06cd7 Issue #13734: Add os.fwalk(), a directory walking function yielding file 14 years ago
Antoine Pitrou 877766dee8 Issue #11459: A `bufsize` value of 0 in subprocess.Popen() really creates 15 years ago
Raymond Hettinger 158c9c26fc Issue #11085: Moved collections abstract base classes into a separate module 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 16 years ago
Victor Stinner 6f35eda4d9 Issue #10210: os.get_exec_path() ignores BytesWarning warnings 16 years ago
Victor Stinner e882aac16d str.encode() doesn't accept None as errors: use 'strict' instead 16 years ago
Victor Stinner df6d6cb0fa os: fsencode(), fsdecode() and os.environ(b) internal encode-decode methods 16 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