summaryrefslogtreecommitdiffstats
path: root/Lib/os.py
Commit message (Expand)AuthorAgeFilesLines
* 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
* Checking in a bunch of spawn functions. These are only defined if weGuido van Rossum1999-11-021-2/+80
* Mark Hammond: patch for Windows/CE.Guido van Rossum1999-06-111-0/+15
* The case-insensitive _Environ class was lacking a case-insensitive has_key().Guido van Rossum1999-05-031-0/+2
* As Finn Bock points out, _P_WAIT etc. don't have a leading underscoreGuido van Rossum1999-02-221-3/+1
* Special-case _P_WAIT etc. for NT.Guido van Rossum1999-02-011-4/+7
* Enable os.path as a mostly-normal submodule, including "from os.pathFred Drake1999-01-191-0/+2
* Support case insensitive treatment of os.environ keys on Windows andGuido van Rossum1998-08-041-8/+7
* Add makedirs(), removedirs(), renames() -- ESR-inspired super-versionsGuido van Rossum1998-07-241-0/+63
* introduce a new platform-specific variable: os.linesep is theGuido van Rossum1998-05-221-0/+5
* Reindented according to new standard, without tabs.Guido van Rossum1997-12-051-117/+131
* _Environ(): Added __getinitargs__() method so os.environ.copy() works,Barry Warsaw1997-12-011-0/+5
* os2 patch by Jeff RushGuido van Rossum1997-11-221-0/+12
* Write out the dynamic OS choice, to avoid exec statements.Guido van Rossum1997-08-291-51/+66
* Added hook to os.environ to call putenv(), if it exists.Guido van Rossum1996-07-241-0/+19
* make sure os.environ exists (maybe empty)Guido van Rossum1995-08-071-0/+4
* set mac path separator to newlineGuido van Rossum1995-03-141-1/+1
* add execvpe -- mix of execvp and execveGuido van Rossum1995-03-141-6/+22
* Import posixpath for freeze scriptGuido van Rossum1994-10-051-0/+1
* do fake "import posix" for freeze.py scriptGuido van Rossum1994-08-171-0/+4
* Merge changesGuido van Rossum1994-08-011-39/+57
* Some minute changes.Guido van Rossum1993-12-291-10/+20