summaryrefslogtreecommitdiffstats
path: root/Lib/os.py
Commit message (Expand)AuthorAgeFilesLines
* 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
* * string.py: added rindex(), rfind(); changed index() to interpretGuido van Rossum1993-11-081-0/+30
* * os.py: _exit doesn't exist in all variations of posixGuido van Rossum1993-01-261-1/+4
* New module regsub contains sub(), gsub() and split() as in nawk.Guido van Rossum1992-09-201-0/+1
* Add separatorGuido van Rossum1992-04-061-0/+3
* Added definition for pardir ('..')Guido van Rossum1992-03-311-2/+9
* Initial revisionGuido van Rossum1992-01-141-0/+26