summaryrefslogtreecommitdiff
path: root/Doc/library/os.rst
Commit message (Expand)AuthorAgeFilesLines
* Fix doc typo: Window -> Windows (GH-10508)Miss Islington (bot)2018-11-131-1/+1
* [3.7] bpo-35110: Fix unintentional spaces around hyphens and dashes. (GH-1023...Serhiy Storchaka2018-10-311-5/+5
* bpo-35054: Add yet more index entries for symbols. (GH-10121) (GH-10171)Miss Islington (bot)2018-10-281-6/+7
* [3.7] bpo-35054: Add more index entries for symbols. (GH-10064). (GH-10120)Serhiy Storchaka2018-10-261-0/+7
* [3.7] bpo-11233: Create availability directive for documentation (GH-9692) (G...Cheryl Sabella2018-10-151-157/+148
* bpo-31368: Enhance os.preadv() documentation (GH-7254)Miss Islington (bot)2018-05-301-95/+114
* bpo-32878: Adds documentation for st_ino on Windows (GH-5764) (#7189)Miss Islington (bot)2018-05-281-1/+11
* bpo-20104: Remove posix_spawn from 3.7 (GH-6794)Pablo Galindo2018-05-141-41/+0
* bpo-20104: Improve error handling and fix a reference leak in os.posix_spawn(...Miss Islington (bot)2018-05-011-11/+27
* bpo-33314: Fix rendering issues in the documentation for the os module (GH-65...Miss Islington (bot)2018-04-251-4/+16
* closes bpo-33202: fix os.walk mentioning os.listdir instead of os.scandir (GH...Miss Islington (bot)2018-04-021-1/+1
* bpo-20104: Add os.posix_spawn documentation. (GH-6334)Miss Islington (bot)2018-04-011-0/+25
* bpo-32659: Solaris "stat" should support "st_fstype" (#5307)jcea2018-01-281-0/+10
* bpo-31368: Expose preadv and pwritev in the os module (#5239)Pablo Galindo2018-01-271-0/+84
* bpo-32651 Recommend getpass.getuser() (#5301)Barry Warsaw2018-01-241-4/+5
* return the new file descriptor from os.dup2 (closes bpo-32441) (#5041)Benjamin Peterson2017-12-291-3/+7
* bpo-32143: add f_fsid to os.statvfs() (#4571)Giuseppe Scrivano2017-12-141-1/+4
* bpo-31827: Remove os.stat_float_times() (GH-4061)Victor Stinner2017-10-241-29/+0
* bpo-16500: Don't use string constants for os.register_at_fork() behavior (#1834)Gregory P. Smith2017-05-291-8/+16
* bpo-16500: Allow registering at-fork handlers (#1715)Antoine Pitrou2017-05-271-0/+25
* bpo-25996: Added support of file descriptors in os.scandir() on Unix. (#502)Serhiy Storchaka2017-03-301-1/+9
* bpo-19930: The mode argument of os.makedirs() no longer affects the file (#799)Serhiy Storchaka2017-03-241-2/+9
* bpo-28682: Added support for bytes paths in os.fwalk(). (#489)Serhiy Storchaka2017-03-071-0/+3
* Tweak PEP 519 documentation in stdlib (#163)Berker Peksag2017-02-191-1/+1
* Issue #29092: Sync os.stat's doc and docstring on path type.Xiang Zhang2017-01-221-1/+1
|\
| * Issue #29092: Sync os.stat's doc and docstring on path type.Xiang Zhang2017-01-221-1/+1
* | Issue #27998: Documented bytes paths support on Windows.Serhiy Storchaka2016-11-201-12/+11
* | Issue #19795: Mark up None as literal text.Serhiy Storchaka2016-10-191-2/+2
|\ \ | |/
| * Issue #19795: Mark up None as literal text.Serhiy Storchaka2016-10-191-2/+2
* | Merge from 3.5Berker Peksag2016-09-261-0/+2
|\ \ | |/
| * Document that os.mknod() is not available on WindowsBerker Peksag2016-09-261-0/+2
* | Merge from 3.5Berker Peksag2016-09-261-0/+3
|\ \ | |/
| * os.genenvb() is not availabnle under WindowsBerker Peksag2016-09-261-0/+3
* | Closes #23105: Merged update from 3.5.Vinay Sajip2016-09-111-6/+6
|\ \ | |/
| * Issue #23105: Updated documentation on open() flag constants.Vinay Sajip2016-09-111-6/+6
* | os.urandom() now blocks on LinuxVictor Stinner2016-09-061-8/+21
* | Add os.getrandom()Victor Stinner2016-09-061-8/+49
* | Issue #26027, #27524: Document the support for path-like objects in os and os...Brett Cannon2016-09-061-16/+142
* | Issue #27355: Removed support for Windows CE. It was never finished,Larry Hastings2016-09-051-1/+1
* | Issue #27626: Merge spelling fixes from 3.5Martin Panter2016-07-281-1/+1
|\ \ | |/
| * Issue #27626: Spelling fixes in docs, comments and internal namesMartin Panter2016-07-281-1/+1
| * Remove a stale reference to pathlib.PurePath.pathBrett Cannon2016-06-241-3/+2
* | Issue #27038: Expose DirEntry as os.DirEntry.Brett Cannon2016-06-241-24/+26
* | Issue #27186: Define what a "path-like object" is.Brett Cannon2016-06-241-7/+9
* | Issue #27186: Update os.fspath()/PyOS_FSPath() to check the returnBrett Cannon2016-06-241-6/+8
* | [merge from 3.5] - issue27021 - Document SC_IOV_MAX limitation imposed by OS ...Senthil Kumaran2016-06-181-1/+5
|\ \ | |/
| * issue27021 - Document SC_IOV_MAX limitation imposed by OS on os.writev.Senthil Kumaran2016-06-181-1/+5
* | Merge Issue #22558.Terry Jan Reedy2016-06-111-0/+3
|\ \ | |/
| * Issue #22558: Add remaining doc links to source code for Python-coded modules.Terry Jan Reedy2016-06-111-0/+3
* | Issue #27186: Add os.PathLike support to DirEntryBrett Cannon2016-06-101-0/+6