summaryrefslogtreecommitdiffstats
path: root/Lib/os.py
Commit message (Expand)AuthorAgeFilesLines
* Issue 9299 Add exist_ok parameter to os.makedirs to suppress 'File exists' ex...Terry Reedy2010-12-021-6/+20
* os module: remove nonbreaking space in a commentVictor Stinner2010-11-071-2/+2
* os.get_exec_path() ignores BytesWarning instead of recoding themVictor Stinner2010-11-061-28/+24
* Issue #10210: os.get_exec_path() ignores BytesWarning warningsVictor Stinner2010-10-291-2/+16
* str.encode() doesn't accept None as errors: use 'strict' insteadVictor Stinner2010-10-241-1/+1
* os: fsencode(), fsdecode() and os.environ(b) internal encode-decode methodsVictor Stinner2010-10-241-32/+37
* Issue #8603: Environ.data is now protected -> Environ._dataVictor Stinner2010-09-101-8/+8
* Fix os.get_exec_path() (code and tests) for python -bbVictor Stinner2010-08-191-2/+2
* Create os.fsdecode(): decode from the filesystem encoding with surrogateescapeVictor Stinner2010-08-191-11/+30
* #8603: Add environb to os.__all__Victor Stinner2010-07-291-1/+2
* Issue #9283: Oops, add missing { and } to repr(os.environ)Victor Stinner2010-07-281-1/+1
* #9283: Fix repr(os.environ), display unicode keys and values on POSIX systemsVictor Stinner2010-07-281-1/+3
* Issue #8969: On Windows, use mbcs codec in strict mode to encode and decodeVictor Stinner2010-06-111-9/+12
* Issue #8513: os.get_exec_path() supports b'PATH' key and bytes value.Victor Stinner2010-05-181-4/+33
* Issue #8514: Add os.fsencode() function (Unix only): encode a string to bytesVictor Stinner2010-05-081-0/+11
* Issue #8603: Create a bytes version of os.environ for UnixVictor Stinner2010-05-061-19/+68
* Issue #8391: os.execvpe() and os.getenv() supports unicode with surrogates andVictor Stinner2010-04-231-0/+2
* Add an os.get_exec_path() function to return the list of directoriesGregory P. Smith2010-02-271-10/+17
* #7310: fix the repr() of os.environEzio Melotti2010-02-221-0/+10
* Merged revisions 77879 via svnmerge fromMatthias Klose2010-01-311-1/+1
* Issue #7461: objects returned by os.popen() should support the context manage...Antoine Pitrou2009-12-091-0/+4
* Merged revisions 75264,75268,75293,75318,75391-75392,75436,75478,75971,76003,...Benjamin Peterson2009-11-251-4/+4
* #6358: Merge r73933: Add basic tests for the return value of os.popen().close().Amaury Forgeot d'Arc2009-07-111-1/+7
* Merged revisions 73196,73278-73280,73299,73308,73312-73313,73317-73318,73321,...Benjamin Peterson2009-06-111-5/+1
* fix None errno #5312Benjamin Peterson2009-02-201-2/+2
* #4401: Re-add os.extsep.Georg Brandl2008-12-051-1/+3
* Partially revert r65795 by undoing change to 'os'.Brett Cannon2008-08-181-1/+1
* Merged revisions 65795 via svnmerge fromBrett Cannon2008-08-181-1/+1
* #2491: os.fdopen() is now almost an alias to the builtin open(), and accepts ...Amaury Forgeot d'Arc2008-08-011-3/+3
* Merged revisions 63119-63128,63130-63131,63133,63135-63144,63146-63148,63151-...Alexandre Vassalotti2008-05-161-17/+3
* Convert a lot of print statements to print functions in docstrings,Neal Norwitz2008-05-131-3/+3
* Rename copy_reg module to copyreg.Alexandre Vassalotti2008-05-111-3/+3
* Removed remnants of os.path.walk().Alexandre Vassalotti2008-05-091-1/+1
* Merged revisions 62713,62715,62728,62737,62740,62744,62749,62756 via svnmerge...Christian Heimes2008-05-061-1/+2
* Merged revisions 59193-59201 via svnmerge fromChristian Heimes2007-11-271-6/+3
* Patch# 1258 by Christian Heimes: kill basestring.Guido van Rossum2007-10-161-1/+1
* Make the _wrap_close type (which is returned by os.popen) iterable.Thomas Heller2007-09-041-0/+2
* Issue #1066: implement PEP 3109, 2/3 of PEP 3134.Collin Winter2007-08-311-4/+4
* some RiscOS stuff I missed before (was only looking for "RISCOS")Skip Montanaro2007-08-171-67/+49
* Remove RISCOS supportSkip Montanaro2007-08-161-3/+1
* Reduce redundant calls to str() in _Environ class.Guido van Rossum2007-06-131-3/+4
* Following an idea by Ron Adam, make sure keys and values in theGuido van Rossum2007-06-131-7/+7
* Merged revisions 55817-55961 via svnmerge fromGuido van Rossum2007-06-131-101/+56
* Merged revisions 55631-55794 via svnmerge fromGuido van Rossum2007-06-061-2/+3
* Remove native popen() and fdopen(), replacing them with subprocess calls.Guido van Rossum2007-05-241-0/+38
* Merged revisions 55328-55341 via svnmerge fromGuido van Rossum2007-05-151-62/+0
* Merged revisions 55325-55327 via svnmerge fromGuido van Rossum2007-05-141-9/+29
* Checkpoint. Manipulated things so that string literals are alwaysGuido van Rossum2007-04-271-4/+4
* Merged revisions 53952-54987 via svnmerge fromGuido van Rossum2007-04-271-3/+7
* SF patch 1631942 by Collin Winter:Guido van Rossum2007-01-101-3/+3