| Commit message (Expand) | Author | Age | Files | Lines |
* | Python 3.14.0a2v3.14.0a2 | Hugo van Kemenade | 2024-11-19 | 1 | -1/+1 |
|
|
* | gh-125298: Remove misleading text in os.kill documentation (GH-125749) | RUANG (James Roy) | 2024-11-08 | 1 | -2/+1 |
|
|
* | gh-120057: Add os.reload_environ() function (#126268) | Victor Stinner | 2024-11-05 | 1 | -9/+24 |
|
|
* | gh-126055: Add omitted command (in docs [os.walk]) for code to fulfill `shut... | Victor Wheeler | 2024-10-30 | 1 | -0/+1 |
|
|
* | Doc: Fix pluralization in os.process_cpu_count() documentation (#125678) | Tom Most | 2024-10-20 | 1 | -1/+1 |
|
|
* | gh-123014: Disable pidfd API on older Android versions (#124458) | Malcolm Smith | 2024-09-25 | 1 | -1/+1 |
|
|
* | gh-116622: Complete Android documentation (#124259) | Malcolm Smith | 2024-09-23 | 1 | -43/+43 |
|
|
* | gh-123517: Remove unnecessary ``:meth:`` parentheses (#123518) | Wei-Hsiang (Matt) Wang | 2024-09-01 | 1 | -2/+2 |
|
|
* | gh-123492: Remove unnecessary `:func:` parentheses (#123493) | Wei-Hsiang (Matt) Wang | 2024-08-30 | 1 | -6/+6 |
|
|
* | GH-109975: Copyedit 3.13 What's New: Improved Modules (#123132) | Adam Turner | 2024-08-24 | 1 | -0/+2 |
|
|
* | Docs: spelling and grammar fixes (#122084) | Ville Skyttä | 2024-07-22 | 1 | -3/+3 |
|
|
* | Docs: Add `os.splice` flags argument (#109847) | Amin Alaee | 2024-07-03 | 1 | -1/+20 |
|
|
* | gh-120743: Soft deprecate os.popen() function (#120744) | Victor Stinner | 2024-07-01 | 1 | -1/+9 |
|
|
* | gh-120057: Add os.environ.refresh() method (#120059) | Victor Stinner | 2024-06-10 | 1 | -0/+11 |
|
|
* | Format None, True, False and NotImplemented as literals (GH-118758) | Serhiy Storchaka | 2024-05-08 | 1 | -2/+2 |
|
|
* | docs: module page titles should not start with a link to themselves (#117099) | Ned Batchelder | 2024-05-08 | 1 | -2/+2 |
|
|
* | gh-118486: Support mkdir(mode=0o700) on Windows (GH-118488) | Steve Dower | 2024-05-02 | 1 | -0/+7 |
|
|
* | docs: typo: tiny grammar change: "pointed by" -> "pointed to by" (#118411) | Andrew Zipperer | 2024-05-02 | 1 | -2/+2 |
|
|
* | gh-117977: Amend version changed annotation for os.chmod, os.chown, and os.li... | Nice Zombies | 2024-04-17 | 1 | -3/+3 |
|
|
* | gh-114099: Add documentation for iOS platform (GH-117057) | Russell Keith-Magee | 2024-03-28 | 1 | -126/+125 |
|
|
* | gh-114099: Additions to standard library to support iOS (GH-117052) | Russell Keith-Magee | 2024-03-28 | 1 | -0/+5 |
|
|
* | gh-115664: Fix ordering of more versionadded and versionchanged directives (G... | Serhiy Storchaka | 2024-03-07 | 1 | -23/+17 |
|
|
* | gh-85984: Add POSIX pseudo-terminal functions. (GH-102413) | Soumendra Ganguly | 2024-01-29 | 1 | -0/+59 |
|
|
* | Docs: align usage of versionadded/versionchanged with recommended practice (#... | Erlend E. Aasland | 2024-01-22 | 1 | -45/+46 |
|
|
* | gh-113536: Expose `os.waitid` on macOS (#113542) | Ronald Oussoren | 2024-01-01 | 1 | -3/+3 |
|
|
* | Doc/library/os.rst: `os.waitid` absent on MacOS (#104558) | John Hawkinson | 2023-12-28 | 1 | -0/+3 |
|
|
* | gh-113191: Add support of os.fchmod() on Windows (GH-113192) | Serhiy Storchaka | 2023-12-24 | 1 | -2/+6 |
|
|
* | gh-113117: Support posix_spawn in subprocess.Popen with close_fds=True (#113118) | Jakub Kulík | 2023-12-17 | 1 | -2/+13 |
|
|
* | gh-113119 fix environment handling in subprocess.Popen when posix_spawn is us... | Jakub Kulík | 2023-12-17 | 1 | -1/+5 |
|
|
* | gh-105912: document gotcha with using os.fork on macOS (#112871) | Ronald Oussoren | 2023-12-14 | 1 | -0/+10 |
|
|
* | gh-59616: Support os.chmod(follow_symlinks=True) and os.lchmod() on Windows (... | Serhiy Storchaka | 2023-12-14 | 1 | -1/+8 |
|
|
* | gh-107959: clarify Unix-availability of `os.lchmod()` (GH-107960) | Christoph Anton Mitterer | 2023-12-13 | 1 | -1/+4 |
|
|
* | gh-101100: Fix Sphinx warning in references with asterisks (#113029) | Hugo van Kemenade | 2023-12-13 | 1 | -4/+4 |
|
|
* | gh-110631: Fix reST indentation (#110724) | Ezio Melotti | 2023-10-11 | 1 | -6/+6 |
|
|
* | gh-109595: Add -Xcpu_count=<n> cmdline for container users (#109667) | Donghee Na | 2023-10-10 | 1 | -0/+7 |
|
|
* | gh-108277: Add os.timerfd_create() function (#108382) | Masaru Tsuchiyama | 2023-10-07 | 1 | -0/+211 |
|
|
* | gh-109649: Add os.process_cpu_count() function (#109907) | Victor Stinner | 2023-09-30 | 1 | -7/+24 |
|
|
* | gh-109634: Use :samp: role (GH-109635) | Serhiy Storchaka | 2023-09-23 | 1 | -2/+2 |
|
|
* | gh-100228: Document the os.fork threads DeprecationWarning. (#109767) | Gregory P. Smith | 2023-09-23 | 1 | -4/+32 |
|
|
* | gh-107924: re-order os.sendfile() flag documentation (#107926) | Christoph Anton Mitterer | 2023-09-07 | 1 | -19/+20 |
|
|
* | Docs: Remove links to external C functions and macros in os.rst (#108138) | Erlend E. Aasland | 2023-08-19 | 1 | -25/+27 |
|
|
* | gh-107801: Improve the accuracy of os.lseek docs (#107935) | Erlend E. Aasland | 2023-08-18 | 1 | -6/+11 |
|
|
* | gh-107801: Improve the docs of the SEEK_* constants (#108099) | Erlend E. Aasland | 2023-08-17 | 1 | -4/+14 |
|
|
* | gh-107801: Document SEEK_HOLE and SEEK_DATA (#107936) | Erlend E. Aasland | 2023-08-17 | 1 | -2/+27 |
|
|
* | gh-107091: Fix some uses of :const: role (GH-107379) | Serhiy Storchaka | 2023-07-28 | 1 | -2/+2 |
|
|
* | gh-107091: Fix some uses of :c:type: role (GH-107138) | Serhiy Storchaka | 2023-07-26 | 1 | -6/+6 |
|
|
* | Document that `os.link()` is not available on Emscripten (GH-104822) | Roman Yurchak | 2023-07-26 | 1 | -1/+1 |
|
|
* | gh-106948: Docs: Disable links for C standard library functions, OS utility f... | Erlend E. Aasland | 2023-07-23 | 1 | -3/+3 |
|
|
* | gh-106948: Add standard external names to nitpick_ignore (GH-106949) | Serhiy Storchaka | 2023-07-22 | 1 | -1/+1 |
|
|
* | gh-106909: Use role :const: for referencing module constants (GH-106910) | Serhiy Storchaka | 2023-07-21 | 1 | -43/+43 |
|
|