summaryrefslogtreecommitdiffstats
path: root/Doc/library/os.rst
Commit message (Expand)AuthorAgeFilesLines
* [3.10] gh-91838: Use HTTPS links in docs for resources which redirect to HTTP...Serhiy Storchaka2022-08-041-3/+3
* [3.10] Docs: remove redundant "adverb-adjective" hyphens from compound modifi...Łukasz Langa2022-07-051-2/+2
* [3.10] gh-93851: Fix all broken links in Doc/ (GH-93853) (GH-94078)Łukasz Langa2022-06-211-1/+1
* gh-93372: Fix typo in os.rename documentation (GH-93401) (GH-93404)Miss Islington (bot)2022-06-061-1/+1
* gh-85133: os docs: Add that getenv uses os.environ (GH-91874)Miss Islington (bot)2022-05-021-13/+21
* gh-84459: Make wording more specific for Path.replace (GH-91853)Miss Islington (bot)2022-04-271-1/+1
* Add link to sys.path in os lib (GH-91679)Miss Islington (bot)2022-04-201-2/+2
* os docs: fix typo (GH-28996)Miss Islington (bot)2022-04-021-1/+1
* [3.10] bpo-30677: [doc] mention that os.mkdir() can raise FileNotFoundError (...Miss Islington (bot)2022-03-141-1/+2
* doc: Clarify os.urandom return type (GH-30282)Miss Islington (bot)2022-01-191-1/+1
* bpo-46216: remove spurious link to os.system() from os.time() documentation (...Miss Islington (bot)2022-01-071-8/+8
* bpo-45600: Enhanced / clarified the docs for os.environ and os.environb (GH-2...Miss Islington (bot)2021-10-291-7/+8
* bpo-41203: Replace Mac OS X and OS X with macOS (GH-28515) (GH-28523)Miss Islington (bot)2021-09-231-1/+1
* docs: replace "Mac OS X" -> "macOS" (GH-27364) (GH-27374)Miss Islington (bot)2021-07-261-6/+6
* [doc] Fix typo in os module (GH-24464)Miss Islington (bot)2021-05-161-1/+1
* bpo-23750: Document os-system, subprocess. Patch by Martin Panter. (GH-26016)...Miss Islington (bot)2021-05-111-4/+4
* Fix exceptions mentioned in os.setxattr() docs (GH-25742)Shreyash Sharma2021-05-011-2/+2
* documentation: clarification about the function remove in os library (GH-19024)Etienne Gautier2021-04-261-0/+1
* Remove mention of dst parameter from description of os.lstat() (GH-24704)Sergey Fedoseev2021-04-251-1/+1
* bpo-43538: Add extra arguments to os.startfile (GH-25538)Steve Dower2021-04-231-5/+23
* bpo-43106: Add os.O_EVTONLY/O_FSYNC/O_SYMLINK/O_NOFOLLOW_ANY (GH-24428)Dong-hee Na2021-02-031-0/+10
* [doc] Fix a few margins due to bad markup (GH-23619)Andre Delfino2020-12-171-6/+6
* [doc] Fix erroneous backslashes in signatures and names (GH-23658)Andre Delfino2020-12-171-5/+5
* bpo-31904: Disable os.popen and popen test cases on VxWorks (GH-21687)pxinwr2020-12-151-1/+1
* bpo-41625: Specify that Linux >= 2.6.17 *and* glibc >= 2.5 are requir… (GH-...Pablo Galindo2020-11-171-1/+1
* bpo-41625: Add versionadded to os.splice() constants (GH-23340)Pablo Galindo2020-11-171-0/+1
* bpo-41625: Expose the splice() system call in the os module (GH-21947)Pablo Galindo2020-11-171-0/+32
* bpo-41001: Add os.eventfd() (#20930)Christian Heimes2020-11-131-0/+96
* bpo-42236: os.device_encoding() respects UTF-8 Mode (GH-23119)Victor Stinner2020-11-041-0/+8
* bpo-42236: Enhance init and encoding documentation (GH-23109)Victor Stinner2020-11-021-12/+78
* Doc: Add missing spaces after period for `posix_spawn` (GH-22730)Tomer Cohen2020-10-201-2/+2
* bpo-40486: Specify what happens if directory content change diring iteration ...Serhiy Storchaka2020-09-041-2/+9
* bpo-37129: Add os.RWF_APPEND flag for os.pwritev() (GH-20336)YoSTEALTH2020-05-271-4/+19
* bpo-40211: Clarify os.preadv and os.pwritev are supported on AIX 7.1+ (GH-19401)Batuhan Taskaya2020-05-161-2/+4
* bpo-40178: Convert the remaining os functions to Argument Clinic. (GH-19360)Serhiy Storchaka2020-04-181-1/+1
* bpo-40094: Add os.waitstatus_to_exitcode() (GH-19201)Victor Stinner2020-04-011-0/+56
* bpo-40094: Enhance os.WIFEXITED documentation (GH-19244)Victor Stinner2020-04-011-10/+24
* bpo-36144: Update os.environ and os.environb for PEP 584 (#18911)Charles Burkland2020-03-131-0/+6
* bpo-39567: Document audit for os.walk, os.fwalk, Path.glob and Path.rglob. (G...Serhiy Storchaka2020-03-081-0/+4
* bpo-39184: Add audit events to functions in `fcntl`, `msvcrt`, `os`, `resourc...Saiyang Gou2020-02-131-0/+68
* bpo-39594: Fix typo in os.times documentation (GH-18443)Roger Hurwitz2020-02-101-4/+2
* bpo-39184: Add audit events to command execution functions in os and pty modu...Saiyang Gou2020-02-051-0/+10
* bpo-39395: putenv() and unsetenv() always available (GH-18135)Victor Stinner2020-01-241-24/+19
* bpo-39413: Implement os.unsetenv() on Windows (GH-18163)Victor Stinner2020-01-241-0/+3
* Revert "bpo-39413: Implement os.unsetenv() on Windows (GH-18104)" (GH-18124)Victor Stinner2020-01-221-3/+0
* bpo-39413: Implement os.unsetenv() on Windows (GH-18104)Victor Stinner2020-01-211-0/+3
* bpo-38778: Document that os.fork is not allowed in subinterpreters (GH-17123)Phil Connell2019-11-151-1/+9
* bpo-38738: Fix formatting of True and False. (GH-17083)Serhiy Storchaka2019-11-121-2/+2
* closes bpo-38713: Expose P_PIDFD in os if it's defined. (GH-17071)Benjamin Peterson2019-11-061-1/+11
* bpo-38692: Add os.pidfd_open. (GH-17063)Benjamin Peterson2019-11-061-0/+13