index
:
cpython.git
2.7
3.3
3.4
3.5
3.6
benjamin-clang
benjamin-iteration-torture
buildbot-custom
master
https://github.com/python/cpython.git
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Doc
/
library
/
os.rst
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix missing word.
Georg Brandl
2009-10-18
1
-1/+1
*
#7126: os.environ changes *do* take effect in subprocesses started with os.sy...
Georg Brandl
2009-10-14
1
-3/+3
*
Fix markup for external links.
Doug Hellmann
2009-09-20
1
-1/+1
*
#6677: note that rmdir only removes empty directories.
Georg Brandl
2009-08-24
1
-1/+4
*
#6677: mention "deleting" as an alias for removing files.
Georg Brandl
2009-08-24
1
-9/+9
*
#6577: fix (hopefully) all links to builtin instead of module/class-specific ...
Georg Brandl
2009-07-26
1
-8/+8
*
Issue 6389: add documentation for the 'mode' flags defined in the
R. David Murray
2009-07-02
1
-19/+19
*
Issue 2947: document how return code handling translates from
R. David Murray
2009-06-09
1
-2/+2
*
no fdatasync on macos
Benjamin Peterson
2009-05-30
1
-0/+3
*
Fix references to file-related functions and methods (os.* vs file.*).
Georg Brandl
2009-05-22
1
-15/+15
*
#2856: document 2.x os.listdir() behavior for undecodable filenames.
Georg Brandl
2009-05-16
1
-1/+2
*
#1718017: document the relation of os.path and the posixpath, ntpath etc. mod...
Georg Brandl
2009-04-05
1
-9/+0
*
#837577: note cryptic return value of spawn*e on invalid env dicts.
Georg Brandl
2009-03-31
1
-1/+3
*
give os.symlink and os.link() better parameter names #5564
Benjamin Peterson
2009-03-28
1
-4/+6
*
Remove trailing whitespace.
Georg Brandl
2009-01-03
1
-7/+7
*
#4441 followup: Add link to open() docs for Windows.
Georg Brandl
2008-12-05
1
-2/+2
*
#4441: improve doc for os.open() flags.
Georg Brandl
2008-12-05
1
-12/+10
*
#4404: make clear what "path" is.
Georg Brandl
2008-11-24
1
-4/+4
*
Works around issue3863: freebsd4/5/6 and os2emx are known to have OS bugs when
Gregory P. Smith
2008-09-30
1
-0/+4
*
#1579477: mention necessity to flush output before exec'ing
Andrew M. Kuchling
2008-09-28
1
-3/+10
*
Remove things specific to the old Macintosh, and spell "Mac OS X" consistently.
Georg Brandl
2008-09-13
1
-119/+117
*
note how os.utime should be used for emulating touch
Benjamin Peterson
2008-08-16
1
-9/+10
*
document that waitpid raises OSError
Gregory P. Smith
2008-08-15
1
-0/+3
*
Turn section references into proper cross-references.
Georg Brandl
2008-06-22
1
-13/+9
*
In the deprecated functions I added an alert to review
Facundo Batista
2008-06-21
1
-6/+13
*
getloadavg() is not available on Windows.
Georg Brandl
2008-05-30
1
-1/+1
*
Document O_ASYNC addition.
Georg Brandl
2008-05-16
1
-1/+2
*
Clarify os.strerror()s exception behavior.
Georg Brandl
2008-05-11
1
-1/+2
*
#2634: clarify meaning of env parameter to spawn/exec*e.
Georg Brandl
2008-04-19
1
-2/+4
*
note that fork and forkpty raise OSError on failure
Skip Montanaro
2008-03-15
1
-2/+4
*
#2063: correct order of utime and stime in os.times()
Georg Brandl
2008-02-13
1
-1/+1
*
#1663329: add os.closerange() to close a range of fds,
Georg Brandl
2008-01-19
1
-0/+14
*
Move OSError docs to exceptions doc, remove obsolete descriptions
Georg Brandl
2008-01-12
1
-42/+19
*
Doc patch #1730 from Robin Stocker; minor corrections mostly to os.rst.
Georg Brandl
2008-01-05
1
-76/+77
*
Some cleanup in the docs.
Georg Brandl
2007-12-29
1
-9/+1
*
Move lchmod() docs to correct place, and add versionadded tags.
Georg Brandl
2007-11-30
1
-7/+13
*
Fix for feature request #1528 Add os.fchmod
Christian Heimes
2007-11-30
1
-0/+20
*
#1735632: add O_NOATIME constant to os module.
Georg Brandl
2007-11-24
1
-8/+10
*
Added more file-handling related cross-references.
Mark Summerfield
2007-11-02
1
-1/+6
*
#1364: os.lstat is available on Windows too, as an alias to os.stat.
Georg Brandl
2007-11-01
1
-2/+3
*
Bug #1287: make os.environ.pop() work as expected.
Georg Brandl
2007-10-24
1
-2/+3
*
Unify "file-descriptor" to "file descriptor".
Georg Brandl
2007-10-21
1
-1/+1
*
Patch #1181: add os.environ.clear() method.
Georg Brandl
2007-09-20
1
-2/+6
*
Replaced variable o with obj in operator.rst because o is easy to
Mark Summerfield
2007-09-13
1
-3/+4
*
Move the 2.6 reST doc tree in place.
Georg Brandl
2007-08-15
1
-0/+2116