summaryrefslogtreecommitdiffstats
path: root/Doc/library/os.rst
Commit message (Expand)AuthorAgeFilesLines
* [3.12] gh-109649: Enhance os.cpu_count() documentation (#110169)Victor Stinner2023-10-021-7/+9
* [3.12] gh-109634: Use :samp: role (GH-109635) (#109776)Miss Islington (bot)2023-09-241-2/+2
* [3.12] gh-100228: Document the os.fork threads DeprecationWarning. (GH-109767...Miss Islington (bot)2023-09-241-4/+32
* [3.12] gh-107924: re-order os.sendfile() flag documentation (GH-107926) (#109...Miss Islington (bot)2023-09-081-19/+20
* [3.12] Docs: Remove links to external C functions and macros in os.rst (GH-10...Miss Islington (bot)2023-08-191-25/+27
* [3.12] gh-107801: Improve the accuracy of os.lseek docs (#107935) (#108136)Erlend E. Aasland2023-08-191-6/+11
* [3.12] gh-107801: Improve the docs of the SEEK_* constants (#108099) (#108108)Erlend E. Aasland2023-08-181-4/+14
* [3.12] gh-107801: Document SEEK_HOLE and SEEK_DATA (GH-107936) (#108086)Miss Islington (bot)2023-08-171-2/+27
* [3.12] gh-107091: Fix some uses of :const: role (GH-107379) (GH-107384)Miss Islington (bot)2023-07-281-2/+2
* [3.12] Document that `os.link()` is not available on Emscripten (GH-104822) (...Miss Islington (bot)2023-07-261-1/+1
* [3.12] gh-107091: Fix some uses of :c:type: role (GH-107138) (GH-107312)Miss Islington (bot)2023-07-261-6/+6
* [3.12] gh-106948: Docs: Disable links for C standard library functions, OS ut...Miss Islington (bot)2023-07-231-3/+3
* [3.12] gh-106948: Add standard external names to nitpick_ignore (GH-106949) (...Serhiy Storchaka2023-07-231-1/+1
* [3.12] gh-106892: Use roles :data: and :const: for referencing module variabl...Serhiy Storchaka2023-07-211-1/+1
* [3.12] gh-106909: Use role :const: for referencing module constants (GH-10691...Serhiy Storchaka2023-07-211-43/+43
* [3.12] gh-106919: Use role :c:macro: for referencing the C "constants" (GH-10...Serhiy Storchaka2023-07-211-7/+7
* GH-103545: Add macOS specific constants for ``os.setpriority`` to ``os`` (#10...Ronald Oussoren2023-05-191-0/+11
* GH-97950: Use new-style index directive ('module') (#103996)Adam Turner2023-05-041-2/+2
* GH-103484: Fix redirected permanently URLs (#104001)Rafael Fontenelle2023-05-021-1/+1
* gh-44123: Add note on relative path for os.exec* (GH-93826)Stanley2023-04-241-1/+2
* Add link to `sys.exit` function documentation (#102805)David Poirier2023-03-211-1/+1
* gh-99726: Improves correctness of stat results for Windows, and uses faster A...Steve Dower2023-03-161-23/+65
* gh-102519: Add doc updates for os.listdrives, listvolumes and listmounts (GH-...Steve Dower2023-03-101-0/+63
* gh-101754: Document that Windows converts keys in `os.environ` to uppercase (...Owain Davies2023-03-031-0/+5
* gh-101881: Support (non-)blocking read/write functions on Windows pipes (GH-1...Rayyan Ansari2023-02-161-2/+10
* bpo-28356: Document os.rename() behavior on Windows for differing volumes (GH...Ryan Ozawa2023-01-091-0/+2
* bpo-41825: restructure docs for the os.wait*() family (GH-22356)Georg Brandl2022-11-281-93/+142
* gh-99547: Add isjunction methods for checking if a path is a junction (GH-99548)Charles Machalow2022-11-221-2/+13
* GH-95815: Document less specific error for os.remove (#99571)Ronald Oussoren2022-11-211-1/+1
* gh-95023: Added os.setns and os.unshare functions (#95046)Noam Cohen2022-10-201-0/+81
* gh-83940: os docs: Improve wording for getenv/getenvb (#98113)Stanley2022-10-101-4/+4
* gh-57179: Add note on symlinks for os.walk (#94799)Stanley2022-10-071-1/+2
* Docs: Fix backtick errors found by sphinx-lint (#97998)Hugo van Kemenade2022-10-071-2/+2
* gh-90301: Doc: Add references to PEP 686 (#96816)Inada Naoki2022-10-041-0/+5
* gh-52597: Add position-only markers for os functions (#94735)Stanley2022-09-291-67/+67
* gh-91838: Use HTTPS links in docs for resources which redirect to HTTPS (GH-9...Serhiy Storchaka2022-08-041-3/+3
* gh-95451: Update docs for wasm32-emscripten and -wasi platforms (GH-95452)Christian Heimes2022-08-021-87/+142
* gh-94302: Clarify use of the 'open' operation in os.startfile (GH-95441)Steve Dower2022-07-291-2/+2
* gh-95415: Make availability directive consistent (GH-95416)Christian Heimes2022-07-291-35/+42
* Docs: remove redundant "adverb-adjective" hyphens from compound modifiers (GH...Ned Batchelder2022-07-051-2/+2
* gh-93851: Fix all broken links in Doc/ (GH-93853)Oleg Iarygin2022-06-211-1/+1
* gh-93180: Update os.copy_file_range() documentation (#93182)Illia Volochii2022-06-081-3/+17
* gh-93372: Fix typo in os.rename documentation (GH-93401)Wei-Ting Yang2022-06-011-1/+1
* GH-93312: Add os.PIDFD_NONBLOCK flag (#93313)Kumar Aditya2022-05-311-4/+13
* gh-87901: Remove the encoding argument from os.popen (GH-92836)Inada Naoki2022-05-191-4/+9
* gh-87901: Add encoding to os.popen (GH-92374)Inada Naoki2022-05-061-2/+6
* bpo-41818: Add os.login_tty() for *nix. (#29658)Soumendra Ganguly2022-05-051-0/+11
* gh-85133: os docs: Add that getenv uses os.environ (#91874)slateny2022-05-021-13/+21
* gh-84459: Make wording more specific for Path.replace (GH-91853)slateny2022-04-271-1/+1
* gh-91156: Use `locale.getencoding()` instead of getpreferredencoding (GH-91732)Inada Naoki2022-04-221-3/+3