summaryrefslogtreecommitdiffstats
path: root/Doc/library/os.rst
Commit message (Collapse)AuthorAgeFilesLines
* 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
| | | | result on Windows.
* #1663329: add os.closerange() to close a range of fds,Georg Brandl2008-01-191-0/+14
| | | | | ignoring errors, and use this in subprocess to speed up subprocess creation in close_fds mode. Patch by Mike Klaas.
* Move OSError docs to exceptions doc, remove obsolete descriptionsGeorg Brandl2008-01-121-42/+19
| | | | from os docs, rework posix docs.
* 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
| | | | | Georg Brandl has added fchmod() and fchown(). I've contributed lchown but I'm not able to test it on Linux. However it should be available on Mac and some other flavors of Unix. I've made a quick test of fchmod() and fchown() on my system. They are working as expected.
* #1735632: add O_NOATIME constant to os module.Georg Brandl2007-11-241-8/+10
| | | | Also document a few other O_ constants that were missing from documentation.
* 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
| | | | | | | | | confuse. Added a note about Python 3's collections.Mapping etc., above section that describes isMappingType() etc. Added xrefs between os, os.path, fileinput, and open().
* Move the 2.6 reST doc tree in place.Georg Brandl2007-08-151-0/+2116