summaryrefslogtreecommitdiffstats
path: root/Doc/library/os.rst
Commit message (Expand)AuthorAgeFilesLines
* #837577: note cryptic return value of spawn*e on invalid env dicts.Georg Brandl2009-03-311-1/+3
* give os.symlink and os.link() better parameter names #5564Benjamin Peterson2009-03-281-4/+6
* Remove trailing whitespace.Georg Brandl2009-01-031-7/+7
* #4441 followup: Add link to open() docs for Windows.Georg Brandl2008-12-051-2/+2
* #4441: improve doc for os.open() flags.Georg Brandl2008-12-051-12/+10
* #4404: make clear what "path" is.Georg Brandl2008-11-241-4/+4
* Works around issue3863: freebsd4/5/6 and os2emx are known to have OS bugs whenGregory P. Smith2008-09-301-0/+4
* #1579477: mention necessity to flush output before exec'ingAndrew M. Kuchling2008-09-281-3/+10
* Remove things specific to the old Macintosh, and spell "Mac OS X" consistently.Georg Brandl2008-09-131-119/+117
* note how os.utime should be used for emulating touchBenjamin Peterson2008-08-161-9/+10
* document that waitpid raises OSErrorGregory P. Smith2008-08-151-0/+3
* Turn section references into proper cross-references.Georg Brandl2008-06-221-13/+9
* In the deprecated functions I added an alert to reviewFacundo Batista2008-06-211-6/+13
* getloadavg() is not available on Windows.Georg Brandl2008-05-301-1/+1
* Document O_ASYNC addition.Georg Brandl2008-05-161-1/+2
* Clarify os.strerror()s exception behavior.Georg Brandl2008-05-111-1/+2
* #2634: clarify meaning of env parameter to spawn/exec*e.Georg Brandl2008-04-191-2/+4
* note that fork and forkpty raise OSError on failureSkip Montanaro2008-03-151-2/+4
* #2063: correct order of utime and stime in os.times()Georg Brandl2008-02-131-1/+1
* #1663329: add os.closerange() to close a range of fds,Georg Brandl2008-01-191-0/+14
* Move OSError docs to exceptions doc, remove obsolete descriptionsGeorg Brandl2008-01-121-42/+19
* Doc patch #1730 from Robin Stocker; minor corrections mostly to os.rst.Georg Brandl2008-01-051-76/+77
* Some cleanup in the docs.Georg Brandl2007-12-291-9/+1
* Move lchmod() docs to correct place, and add versionadded tags.Georg Brandl2007-11-301-7/+13
* Fix for feature request #1528 Add os.fchmodChristian Heimes2007-11-301-0/+20
* #1735632: add O_NOATIME constant to os module.Georg Brandl2007-11-241-8/+10
* Added more file-handling related cross-references.Mark Summerfield2007-11-021-1/+6
* #1364: os.lstat is available on Windows too, as an alias to os.stat.Georg Brandl2007-11-011-2/+3
* Bug #1287: make os.environ.pop() work as expected.Georg Brandl2007-10-241-2/+3
* Unify "file-descriptor" to "file descriptor".Georg Brandl2007-10-211-1/+1
* Patch #1181: add os.environ.clear() method.Georg Brandl2007-09-201-2/+6
* Replaced variable o with obj in operator.rst because o is easy toMark Summerfield2007-09-131-3/+4
* Move the 2.6 reST doc tree in place.Georg Brandl2007-08-151-0/+2116