summaryrefslogtreecommitdiffstats
path: root/Doc/library/os.rst
Commit message (Expand)AuthorAgeFilesLines
* Issue #15177: Added dir_fd parameter to os.fwalk().Larry Hastings2012-06-251-2/+5
* Issue #15176: Clarified behavior, documentation, and implementationLarry Hastings2012-06-251-5/+8
* More doc fixes: made it clear where to start reading when you click on <dir_fd>.Larry Hastings2012-06-251-9/+10
* Some tightening of the documentation for the new kwarg-style os module functi...Georg Brandl2012-06-251-42/+22
* Grammar fix.Georg Brandl2012-06-251-11/+11
* Fix typosÉric Araujo2012-06-241-3/+3
* Fix doc of os.fwalk: example used now non-existing os.fstatat()Hynek Schlawack2012-06-241-1/+1
* Fix use of class markup.Georg Brandl2012-06-241-2/+2
* Issue #15118: Change return value of os.uname() and os.times() fromLarry Hastings2012-06-241-8/+40
* Fix casing of Unix.Georg Brandl2012-06-241-3/+4
* Make the style of the "Availability" sections consistent.Georg Brandl2012-06-241-11/+16
* Actually it is just one function.Georg Brandl2012-06-241-1/+1
* Minor clarification about fdopen().Georg Brandl2012-06-241-9/+10
* Closes #15161: add support for giving path as a fd for truncate() and pathcon...Georg Brandl2012-06-241-2/+10
* Restore mostly-alphabetic sorting of os functions.Georg Brandl2012-06-241-141/+134
* Note that equivalents are valid for 3.3+ only.Georg Brandl2012-06-241-16/+20
* Move Linux-only *xattr() functions to their own subheading.Georg Brandl2012-06-241-84/+75
* Small nits in os doc.Georg Brandl2012-06-241-1/+2
* "Refactor" docs for the new dir_fd, follow_symlinks, path-as-fd APIs: documen...Georg Brandl2012-06-241-269/+151
* Issue #15154: Add "dir_fd" parameter to os.rmdir, remove "rmdir"Larry Hastings2012-06-231-12/+21
* Issue #14626: Large refactoring of functions / parameters in the os module.Larry Hastings2012-06-221-418/+480
* Closes #10142: Support for SEEK_HOLE/SEEK_DATAJesus Cea2012-06-221-0/+4
* Issue #14711: os.stat_float_times() has been deprecated.Victor Stinner2012-06-041-0/+2
* #14863: Update the documentation of os.fdopen()Petri Lehtinen2012-05-241-18/+5
|\
| * #14863: Update the documentation of os.fdopen()Petri Lehtinen2012-05-241-15/+5
* | Restore [] where default arguments are not keywordsHynek Schlawack2012-05-221-1/+1
|\ \ | |/
| * Restore [] where default arguments are not keywordsHynek Schlawack2012-05-221-1/+1
* | #14804: Remove [] around optional arguments with default valuesHynek Schlawack2012-05-211-1/+1
|\ \ | |/
| * #14804: Remove [] around optional arguments with default valuesHynek Schlawack2012-05-211-1/+1
* | Issue #14127: Add ns= parameter to utime, futimes, and lutimes.Larry Hastings2012-05-031-17/+35
* | Issue #10433: mergeNed Deily2012-04-301-0/+18
|\ \ | |/
| * Issue #10433: Document unique behavior of 'os.getgroups' on Mac OS X.Ned Deily2012-04-301-0/+18
* | Backing out 86dc014cdd74. Not ready yetJesus Cea2012-04-261-4/+0
* | Close #10142: Support for SEEK_HOLE/SEEK_DATAJesus Cea2012-04-261-0/+4
* | Issue #14127: Add st_{cma}time_ns fields to os.stat() result object.Larry Hastings2012-04-191-6/+26
* | fix Sphinx error in os.rstEli Bendersky2012-02-111-2/+2
* | Issue #13609: Add two functions to query the terminal size:Antoine Pitrou2012-02-081-0/+37
* | Backout f8409b3d6449: the PEP 410 is not accepted yetVictor Stinner2012-02-081-35/+6
* | PEP 410Victor Stinner2012-02-081-6/+35
* | Following Nick's suggestion, rename posix.fdlistdir() to posix.flistdir(), toCharles-François Natali2012-02-061-1/+1
* | Issue #13734: Add os.fwalk(), a directory walking function yielding fileCharles-François Natali2012-02-051-0/+51
* | Issue #8828: Add new function os.replace(), for cross-platform renaming with ...Antoine Pitrou2012-01-301-2/+16
* | Issue #13772: In os.symlink() under Windows, do not try to guess the linkAntoine Pitrou2012-01-241-6/+3
|\ \ | |/
| * Issue #13772: In os.symlink() under Windows, do not try to guess the linkAntoine Pitrou2012-01-241-6/+3
* | Issue #13757: Change os.fdlistdir() so that it duplicates the passed fileCharles-François Natali2012-01-101-1/+1
* | Issue #12760: Add a create mode to open(). Patch by David Townshend.Charles-François Natali2012-01-091-1/+4
* | Issue #13530: Document os.lseek() resultVictor Stinner2011-12-171-1/+1
|\ \ | |/
| * Issue #13530: Document os.lseek() resultVictor Stinner2011-12-171-1/+1
| * #13233: fix typo.Ezio Melotti2011-10-201-1/+1
* | Refactor functions signatures in the doc.Ezio Melotti2011-11-081-8/+15