| Commit message (Expand) | Author | Age | Files | Lines |
* | Change UserDict to IterableUserDict | Raymond Hettinger | 2002-09-07 | 1 | -1/+1 |
|
|
* | Have os.environ() inherit from the iterable version of UserDict. | Raymond Hettinger | 2002-09-06 | 1 | -1/+1 |
|
|
* | Fix for SF bug 601077 by Zack Weinberg. | Guido van Rossum | 2002-09-03 | 1 | -5/+12 |
|
|
* | SF patch 590294: os._execvpe security fix (Zack Weinberg). | Guido van Rossum | 2002-08-05 | 1 | -21/+6 |
|
|
* | Be consistent with the functions in the posix/nt module: docstrings | Fred Drake | 2002-07-02 | 1 | -3/+3 |
|
|
* | SF 563203. Replaced 'has_key()' with 'in'. | Raymond Hettinger | 2002-06-01 | 1 | -2/+4 |
|
|
* | Patch 550804: Make os.environ.copy() return a copy. | Martin v. Löwis | 2002-05-02 | 1 | -0/+4 |
|
|
* | Convert a pile of obvious "yes/no" functions to return bool. | Tim Peters | 2002-04-04 | 1 | -2/+2 |
|
|
* | .... | Michael W. Hudson | 2002-03-15 | 1 | -1/+1 |
|
|
* | Fix | Michael W. Hudson | 2002-03-15 | 1 | -2/+9 |
|
|
* | Special support for pickling os.stat and os.stat_vfs results portably | Michael W. Hudson | 2002-03-06 | 1 | -0/+20 |
|
|
* | OS/2 EMX port Library and regression test changes: | Andrew MacIntyre | 2002-02-24 | 1 | -4/+15 |
|
|
* | Whitespace normalization. | Tim Peters | 2001-10-30 | 1 | -2/+2 |
|
|
* | SF patch #474590 -- RISC OS support | Guido van Rossum | 2001-10-24 | 1 | -0/+7 |
|
|
* | SF patch #460805 by Chris Gonnerman: Support for unsetenv() | Guido van Rossum | 2001-10-19 | 1 | -2/+26 |
|
|
* | Unify _Environ processing on riscos with other platforms. | Martin v. Löwis | 2001-03-07 | 1 | -11/+12 |
|
|
* | fix typo in extending __all__ for riscos platform - closes bug 406296 | Skip Montanaro | 2001-03-06 | 1 | -1/+1 |
|
|
* | Use r""" instead of """ for the docstring so that backslashes are preserved. | Ka-Ping Yee | 2001-03-02 | 1 | -1/+1 |
|
|
* | Fix by Donn Cave for BeOS (SF #403642): | Guido van Rossum | 2001-03-02 | 1 | -4/+13 |
|
|
* | RISCOS changes by dschwertberger. | Guido van Rossum | 2001-03-02 | 1 | -15/+35 |
|
|
* | added some elements missing from __all__ | Skip Montanaro | 2001-02-28 | 1 | -1/+2 |
|
|
* | added several more __all__ lists | Skip Montanaro | 2001-02-06 | 1 | -0/+56 |
|
|
* | Whitespace normalization. | Tim Peters | 2001-01-15 | 1 | -3/+3 |
|
|
* | popen4(): Added for Unix. | Fred Drake | 2000-09-28 | 1 | -3/+7 |
|
|
* | Only supply popen2, popen3 when fork exists. | Guido van Rossum | 2000-09-19 | 1 | -13/+15 |
|
|
* | Added os.popen2() and os.popen3() for non-Windows platforms. | Fred Drake | 2000-08-28 | 1 | -0/+13 |
|
|
* | makedirs(), removedirs(): If the tail of the path is empty, do a second | Fred Drake | 2000-07-25 | 1 | -0/+4 |
|
|
* | Spelling fixes supplied by Rob W. W. Hooft. All these are fixes in either | Thomas Wouters | 2000-07-16 | 1 | -2/+2 |
|
|
* | Michael Hudson fixes a case where execv() is called (for a test) with | Guido van Rossum | 2000-04-26 | 1 | -1/+1 |
|
|
* | Michael Hudson: | Guido van Rossum | 2000-04-25 | 1 | -1/+29 |
|
|
* | Doc strings for the spawn* functions, by Michael Hudson. | Guido van Rossum | 2000-04-21 | 1 | -0/+56 |
|
|
* | Patch by Fred Gansevles. | Guido van Rossum | 2000-04-04 | 1 | -9/+15 |
|
|
* | Actually, the previous batch's comment should have been different; | Guido van Rossum | 2000-02-04 | 1 | -5/+6 |
|
|
* | More trivial comment -> docstring transformations by Ka-Ping Yee, | Guido van Rossum | 2000-02-04 | 1 | -18/+19 |
|
|
* | Oops. spawnl() and spawnle() should be implemented on Windows too. | Guido van Rossum | 1999-11-02 | 1 | -7/+14 |
|
|
* | Checking in a bunch of spawn functions. These are only defined if we | Guido van Rossum | 1999-11-02 | 1 | -2/+80 |
|
|
* | Mark Hammond: patch for Windows/CE. | Guido van Rossum | 1999-06-11 | 1 | -0/+15 |
|
|
* | The case-insensitive _Environ class was lacking a case-insensitive has_key(). | Guido van Rossum | 1999-05-03 | 1 | -0/+2 |
|
|
* | As Finn Bock points out, _P_WAIT etc. don't have a leading underscore | Guido van Rossum | 1999-02-22 | 1 | -3/+1 |
|
|
* | Special-case _P_WAIT etc. for NT. | Guido van Rossum | 1999-02-01 | 1 | -4/+7 |
|
|
* | Enable os.path as a mostly-normal submodule, including "from os.path | Fred Drake | 1999-01-19 | 1 | -0/+2 |
|
|
* | Support case insensitive treatment of os.environ keys on Windows and | Guido van Rossum | 1998-08-04 | 1 | -8/+7 |
|
|
* | Add makedirs(), removedirs(), renames() -- ESR-inspired super-versions | Guido van Rossum | 1998-07-24 | 1 | -0/+63 |
|
|
* | introduce a new platform-specific variable: os.linesep is the | Guido van Rossum | 1998-05-22 | 1 | -0/+5 |
|
|
* | Reindented according to new standard, without tabs. | Guido van Rossum | 1997-12-05 | 1 | -117/+131 |
|
|
* | _Environ(): Added __getinitargs__() method so os.environ.copy() works, | Barry Warsaw | 1997-12-01 | 1 | -0/+5 |
|
|
* | os2 patch by Jeff Rush | Guido van Rossum | 1997-11-22 | 1 | -0/+12 |
|
|
* | Write out the dynamic OS choice, to avoid exec statements. | Guido van Rossum | 1997-08-29 | 1 | -51/+66 |
|
|
* | Added hook to os.environ to call putenv(), if it exists. | Guido van Rossum | 1996-07-24 | 1 | -0/+19 |
|
|
* | make sure os.environ exists (maybe empty) | Guido van Rossum | 1995-08-07 | 1 | -0/+4 |
|
|