summaryrefslogtreecommitdiffstats
path: root/Lib/os.py
Commit message (Expand)AuthorAgeFilesLines
* Feature request #935915: Add os.path.devnull.Martin v. Löwis2004-06-081-2/+4
* OS/2 has support for spawnvp() and spawnvpe() in the C libraries suppliedAndrew MacIntyre2004-04-041-2/+5
* SF #904720: dict.update should take a 2-tuple sequence like dict.__init_Raymond Hettinger2004-03-041-6/+0
* [Bug #829532] Invoking os.makedirs() with an argument that contains aAndrew M. Kuchling2003-12-231-0/+2
* OS/2+EMX: make the link() emulation available as os.link()Andrew MacIntyre2003-12-021-0/+1
* SF #764121, docstring for spawnlp incorrectNeal Norwitz2003-07-021-1/+1
* Add optional 'onerror' argument to os.walk(), to control errorGuido van Rossum2003-05-131-3/+12
* New generator os.walk() does a bit more than os.path.walk() does, andTim Peters2003-04-251-1/+80
* Get rid of many apply() calls.Guido van Rossum2003-02-271-2/+2
* Whitespace normalization.Tim Peters2003-02-191-6/+6
* Migrate definitions of several platform-dependent path-related variablesSkip Montanaro2003-02-141-57/+16
* Whitespace normalization.Tim Peters2003-01-291-3/+3
* SF patch 661583: Remove old code from lib\os.pyTim Peters2003-01-081-10/+8
* Always define getenv(), as suggested by Guido. This means that os.getenv() is...Jack Jansen2003-01-081-5/+5
* Remove more DOS support.Martin v. Löwis2002-10-091-24/+6
* Change UserDict to IterableUserDictRaymond Hettinger2002-09-071-1/+1
* Have os.environ() inherit from the iterable version of UserDict.Raymond Hettinger2002-09-061-1/+1
* Fix for SF bug 601077 by Zack Weinberg.Guido van Rossum2002-09-031-5/+12
* SF patch 590294: os._execvpe security fix (Zack Weinberg).Guido van Rossum2002-08-051-21/+6
* Be consistent with the functions in the posix/nt module: docstringsFred Drake2002-07-021-3/+3
* SF 563203. Replaced 'has_key()' with 'in'.Raymond Hettinger2002-06-011-2/+4
* Patch 550804: Make os.environ.copy() return a copy.Martin v. Löwis2002-05-021-0/+4
* Convert a pile of obvious "yes/no" functions to return bool.Tim Peters2002-04-041-2/+2
* ....Michael W. Hudson2002-03-151-1/+1
* FixMichael W. Hudson2002-03-151-2/+9
* Special support for pickling os.stat and os.stat_vfs results portablyMichael W. Hudson2002-03-061-0/+20
* OS/2 EMX port Library and regression test changes:Andrew MacIntyre2002-02-241-4/+15
* Whitespace normalization.Tim Peters2001-10-301-2/+2
* SF patch #474590 -- RISC OS supportGuido van Rossum2001-10-241-0/+7
* SF patch #460805 by Chris Gonnerman: Support for unsetenv()Guido van Rossum2001-10-191-2/+26
* Unify _Environ processing on riscos with other platforms.Martin v. Löwis2001-03-071-11/+12
* fix typo in extending __all__ for riscos platform - closes bug 406296Skip Montanaro2001-03-061-1/+1
* Use r""" instead of """ for the docstring so that backslashes are preserved.Ka-Ping Yee2001-03-021-1/+1
* Fix by Donn Cave for BeOS (SF #403642):Guido van Rossum2001-03-021-4/+13
* RISCOS changes by dschwertberger.Guido van Rossum2001-03-021-15/+35
* added some elements missing from __all__Skip Montanaro2001-02-281-1/+2
* added several more __all__ listsSkip Montanaro2001-02-061-0/+56
* Whitespace normalization.Tim Peters2001-01-151-3/+3
* popen4(): Added for Unix.Fred Drake2000-09-281-3/+7
* Only supply popen2, popen3 when fork exists.Guido van Rossum2000-09-191-13/+15
* Added os.popen2() and os.popen3() for non-Windows platforms.Fred Drake2000-08-281-0/+13
* makedirs(), removedirs(): If the tail of the path is empty, do a secondFred Drake2000-07-251-0/+4
* Spelling fixes supplied by Rob W. W. Hooft. All these are fixes in eitherThomas Wouters2000-07-161-2/+2
* Michael Hudson fixes a case where execv() is called (for a test) withGuido van Rossum2000-04-261-1/+1
* Michael Hudson:Guido van Rossum2000-04-251-1/+29
* Doc strings for the spawn* functions, by Michael Hudson.Guido van Rossum2000-04-211-0/+56
* Patch by Fred Gansevles.Guido van Rossum2000-04-041-9/+15
* Actually, the previous batch's comment should have been different;Guido van Rossum2000-02-041-5/+6
* More trivial comment -> docstring transformations by Ka-Ping Yee,Guido van Rossum2000-02-041-18/+19
* Oops. spawnl() and spawnle() should be implemented on Windows too.Guido van Rossum1999-11-021-7/+14