summaryrefslogtreecommitdiff
path: root/Lib/os.py
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Four months of trunk changes (including a few releases...)Thomas Wouters2006-12-131-1/+7
* Get rid of dict.has_key(). Boy this has a lot of repercussions!Guido van Rossum2006-08-181-2/+0
* Merged revisions 46753-51188 via svnmerge fromThomas Wouters2006-08-111-1/+1
* Patch #1410998: remove "DOS" from os.py docstringGeorg Brandl2006-01-201-1/+1
* SF#1343671.Fredrik Lundh2005-11-121-1/+1
* bug #1177468: don't cache /dev/urandom file descriptor in os.urandomGeorg Brandl2005-07-041-8/+4
* Avoid using items() in environ.update(). Fixes #1124513.Martin v. Löwis2005-02-171-8/+18
* Revert os.py 1.75, and directly implement update.Martin v. Löwis2005-01-291-0/+22
* Added SEEK_* constants. Fixes #711830.Martin v. Löwis2005-01-161-1/+8
* Document that on Unix, the 'cmd' argument to the os.popen2/3/4 andJohannes Gijsbers2004-10-111-0/+18
* Patch #1021596: Check for None to determine whether _urandomfd isMartin v. Löwis2004-09-181-1/+1
* Whitespace normalization.Tim Peters2004-09-011-1/+1
* Use multi-line importAndrew M. Kuchling2004-08-311-2/+2
* Whitespace normalization.Tim Peters2004-08-291-4/+4
* Patch #934711: Expose platform-specific entropy.Martin v. Löwis2004-08-291-0/+21
* 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