summaryrefslogtreecommitdiffstats
path: root/Doc/library/os.rst
Commit message (Expand)AuthorAgeFilesLines
* gh-127688: Add `SCHED_DEADLINE` and `SCHED_NORMAL` constants to `os` module (...RUANG (James Roy)2024-12-191-0/+12
* Python 3.14.0a2v3.14.0a2Hugo van Kemenade2024-11-191-1/+1
* gh-125298: Remove misleading text in os.kill documentation (GH-125749)RUANG (James Roy)2024-11-081-2/+1
* gh-120057: Add os.reload_environ() function (#126268)Victor Stinner2024-11-051-9/+24
* gh-126055: Add omitted command (in docs [os.walk]) for code to fulfill `shut...Victor Wheeler2024-10-301-0/+1
* Doc: Fix pluralization in os.process_cpu_count() documentation (#125678)Tom Most2024-10-201-1/+1
* gh-123014: Disable pidfd API on older Android versions (#124458)Malcolm Smith2024-09-251-1/+1
* gh-116622: Complete Android documentation (#124259)Malcolm Smith2024-09-231-43/+43
* gh-123517: Remove unnecessary ``:meth:`` parentheses (#123518)Wei-Hsiang (Matt) Wang2024-09-011-2/+2
* gh-123492: Remove unnecessary `:func:` parentheses (#123493)Wei-Hsiang (Matt) Wang2024-08-301-6/+6
* GH-109975: Copyedit 3.13 What's New: Improved Modules (#123132)Adam Turner2024-08-241-0/+2
* Docs: spelling and grammar fixes (#122084)Ville Skyttä2024-07-221-3/+3
* Docs: Add `os.splice` flags argument (#109847)Amin Alaee2024-07-031-1/+20
* gh-120743: Soft deprecate os.popen() function (#120744)Victor Stinner2024-07-011-1/+9
* gh-120057: Add os.environ.refresh() method (#120059)Victor Stinner2024-06-101-0/+11
* Format None, True, False and NotImplemented as literals (GH-118758)Serhiy Storchaka2024-05-081-2/+2
* docs: module page titles should not start with a link to themselves (#117099)Ned Batchelder2024-05-081-2/+2
* gh-118486: Support mkdir(mode=0o700) on Windows (GH-118488)Steve Dower2024-05-021-0/+7
* docs: typo: tiny grammar change: "pointed by" -> "pointed to by" (#118411)Andrew Zipperer2024-05-021-2/+2
* gh-117977: Amend version changed annotation for os.chmod, os.chown, and os.li...Nice Zombies2024-04-171-3/+3
* gh-114099: Add documentation for iOS platform (GH-117057)Russell Keith-Magee2024-03-281-126/+125
* gh-114099: Additions to standard library to support iOS (GH-117052)Russell Keith-Magee2024-03-281-0/+5
* gh-115664: Fix ordering of more versionadded and versionchanged directives (G...Serhiy Storchaka2024-03-071-23/+17
* gh-85984: Add POSIX pseudo-terminal functions. (GH-102413)Soumendra Ganguly2024-01-291-0/+59
* Docs: align usage of versionadded/versionchanged with recommended practice (#...Erlend E. Aasland2024-01-221-45/+46
* gh-113536: Expose `os.waitid` on macOS (#113542)Ronald Oussoren2024-01-011-3/+3
* Doc/library/os.rst: `os.waitid` absent on MacOS (#104558)John Hawkinson2023-12-281-0/+3
* gh-113191: Add support of os.fchmod() on Windows (GH-113192)Serhiy Storchaka2023-12-241-2/+6
* gh-113117: Support posix_spawn in subprocess.Popen with close_fds=True (#113118)Jakub Kulík2023-12-171-2/+13
* gh-113119 fix environment handling in subprocess.Popen when posix_spawn is us...Jakub Kulík2023-12-171-1/+5
* gh-105912: document gotcha with using os.fork on macOS (#112871)Ronald Oussoren2023-12-141-0/+10
* gh-59616: Support os.chmod(follow_symlinks=True) and os.lchmod() on Windows (...Serhiy Storchaka2023-12-141-1/+8
* gh-107959: clarify Unix-availability of `os.lchmod()` (GH-107960)Christoph Anton Mitterer2023-12-131-1/+4
* gh-101100: Fix Sphinx warning in references with asterisks (#113029)Hugo van Kemenade2023-12-131-4/+4
* gh-110631: Fix reST indentation (#110724)Ezio Melotti2023-10-111-6/+6
* gh-109595: Add -Xcpu_count=<n> cmdline for container users (#109667)Donghee Na2023-10-101-0/+7
* gh-108277: Add os.timerfd_create() function (#108382)Masaru Tsuchiyama2023-10-071-0/+211
* gh-109649: Add os.process_cpu_count() function (#109907)Victor Stinner2023-09-301-7/+24
* gh-109634: Use :samp: role (GH-109635)Serhiy Storchaka2023-09-231-2/+2
* gh-100228: Document the os.fork threads DeprecationWarning. (#109767)Gregory P. Smith2023-09-231-4/+32
* gh-107924: re-order os.sendfile() flag documentation (#107926)Christoph Anton Mitterer2023-09-071-19/+20
* Docs: Remove links to external C functions and macros in os.rst (#108138)Erlend E. Aasland2023-08-191-25/+27
* gh-107801: Improve the accuracy of os.lseek docs (#107935)Erlend E. Aasland2023-08-181-6/+11
* gh-107801: Improve the docs of the SEEK_* constants (#108099)Erlend E. Aasland2023-08-171-4/+14
* gh-107801: Document SEEK_HOLE and SEEK_DATA (#107936)Erlend E. Aasland2023-08-171-2/+27
* gh-107091: Fix some uses of :const: role (GH-107379)Serhiy Storchaka2023-07-281-2/+2
* gh-107091: Fix some uses of :c:type: role (GH-107138)Serhiy Storchaka2023-07-261-6/+6
* Document that `os.link()` is not available on Emscripten (GH-104822)Roman Yurchak2023-07-261-1/+1
* gh-106948: Docs: Disable links for C standard library functions, OS utility f...Erlend E. Aasland2023-07-231-3/+3
* gh-106948: Add standard external names to nitpick_ignore (GH-106949)Serhiy Storchaka2023-07-221-1/+1