| Commit message (Expand) | Author | Age | Files | Lines |
* | GH-97950: Use new-style index directive ('module') (#103996) | Adam Turner | 2023-05-04 | 1 | -2/+2 |
|
|
* | GH-103484: Fix redirected permanently URLs (#104001) | Rafael Fontenelle | 2023-05-02 | 1 | -1/+1 |
|
|
* | gh-44123: Add note on relative path for os.exec* (GH-93826) | Stanley | 2023-04-24 | 1 | -1/+2 |
|
|
* | Add link to `sys.exit` function documentation (#102805) | David Poirier | 2023-03-21 | 1 | -1/+1 |
|
|
* | gh-99726: Improves correctness of stat results for Windows, and uses faster A... | Steve Dower | 2023-03-16 | 1 | -23/+65 |
|
|
* | gh-102519: Add doc updates for os.listdrives, listvolumes and listmounts (GH-... | Steve Dower | 2023-03-10 | 1 | -0/+63 |
|
|
* | gh-101754: Document that Windows converts keys in `os.environ` to uppercase (... | Owain Davies | 2023-03-03 | 1 | -0/+5 |
|
|
* | gh-101881: Support (non-)blocking read/write functions on Windows pipes (GH-1... | Rayyan Ansari | 2023-02-16 | 1 | -2/+10 |
|
|
* | bpo-28356: Document os.rename() behavior on Windows for differing volumes (GH... | Ryan Ozawa | 2023-01-09 | 1 | -0/+2 |
|
|
* | bpo-41825: restructure docs for the os.wait*() family (GH-22356) | Georg Brandl | 2022-11-28 | 1 | -93/+142 |
|
|
* | gh-99547: Add isjunction methods for checking if a path is a junction (GH-99548) | Charles Machalow | 2022-11-22 | 1 | -2/+13 |
|
|
* | GH-95815: Document less specific error for os.remove (#99571) | Ronald Oussoren | 2022-11-21 | 1 | -1/+1 |
|
|
* | gh-95023: Added os.setns and os.unshare functions (#95046) | Noam Cohen | 2022-10-20 | 1 | -0/+81 |
|
|
* | gh-83940: os docs: Improve wording for getenv/getenvb (#98113) | Stanley | 2022-10-10 | 1 | -4/+4 |
|
|
* | gh-57179: Add note on symlinks for os.walk (#94799) | Stanley | 2022-10-07 | 1 | -1/+2 |
|
|
* | Docs: Fix backtick errors found by sphinx-lint (#97998) | Hugo van Kemenade | 2022-10-07 | 1 | -2/+2 |
|
|
* | gh-90301: Doc: Add references to PEP 686 (#96816) | Inada Naoki | 2022-10-04 | 1 | -0/+5 |
|
|
* | gh-52597: Add position-only markers for os functions (#94735) | Stanley | 2022-09-29 | 1 | -67/+67 |
|
|
* | gh-91838: Use HTTPS links in docs for resources which redirect to HTTPS (GH-9... | Serhiy Storchaka | 2022-08-04 | 1 | -3/+3 |
|
|
* | gh-95451: Update docs for wasm32-emscripten and -wasi platforms (GH-95452) | Christian Heimes | 2022-08-02 | 1 | -87/+142 |
|
|
* | gh-94302: Clarify use of the 'open' operation in os.startfile (GH-95441) | Steve Dower | 2022-07-29 | 1 | -2/+2 |
|
|
* | gh-95415: Make availability directive consistent (GH-95416) | Christian Heimes | 2022-07-29 | 1 | -35/+42 |
|
|
* | Docs: remove redundant "adverb-adjective" hyphens from compound modifiers (GH... | Ned Batchelder | 2022-07-05 | 1 | -2/+2 |
|
|
* | gh-93851: Fix all broken links in Doc/ (GH-93853) | Oleg Iarygin | 2022-06-21 | 1 | -1/+1 |
|
|
* | gh-93180: Update os.copy_file_range() documentation (#93182) | Illia Volochii | 2022-06-08 | 1 | -3/+17 |
|
|
* | gh-93372: Fix typo in os.rename documentation (GH-93401) | Wei-Ting Yang | 2022-06-01 | 1 | -1/+1 |
|
|
* | GH-93312: Add os.PIDFD_NONBLOCK flag (#93313) | Kumar Aditya | 2022-05-31 | 1 | -4/+13 |
|
|
* | gh-87901: Remove the encoding argument from os.popen (GH-92836) | Inada Naoki | 2022-05-19 | 1 | -4/+9 |
|
|
* | gh-87901: Add encoding to os.popen (GH-92374) | Inada Naoki | 2022-05-06 | 1 | -2/+6 |
|
|
* | bpo-41818: Add os.login_tty() for *nix. (#29658) | Soumendra Ganguly | 2022-05-05 | 1 | -0/+11 |
|
|
* | gh-85133: os docs: Add that getenv uses os.environ (#91874) | slateny | 2022-05-02 | 1 | -13/+21 |
|
|
* | gh-84459: Make wording more specific for Path.replace (GH-91853) | slateny | 2022-04-27 | 1 | -1/+1 |
|
|
* | gh-91156: Use `locale.getencoding()` instead of getpreferredencoding (GH-91732) | Inada Naoki | 2022-04-22 | 1 | -3/+3 |
|
|
* | Add link to sys.path in os lib (#91679) | slateny | 2022-04-20 | 1 | -2/+2 |
|
|
* | bpo-40376: slightly improved the wording for os.getgrouplist (GH-19702) | Jens Holzkämper | 2022-04-15 | 1 | -1/+2 |
|
|
* | os docs: fix typo (GH-28996) | Vitor Buxbaum Orlandi | 2022-04-02 | 1 | -1/+1 |
|
|
* | bpo-30677: [doc] mention that os.mkdir() can raise FileNotFoundError (GH-31548) | slateny | 2022-03-14 | 1 | -1/+2 |
|
|
* | bpo-46968: Add os.sysconf_names['SC_MINSIGSTKSZ'] (GH-31824) | Victor Stinner | 2022-03-11 | 1 | -0/+3 |
|
|
* | doc: Clarify os.urandom return type (#30282) | Florian Bruhin | 2022-01-19 | 1 | -1/+1 |
|
|
* | bpo-46216: remove spurious link to os.system() from os.time() documentation (... | Irit Katriel | 2022-01-07 | 1 | -8/+8 |
|
|
* | bpo-46222: posixmodule sendfile FreeBSD's constants updates. (GH-30327) | David CARLIER | 2022-01-03 | 1 | -0/+9 |
|
|
* | bpo-46157: fix typo in docs (GH-30237) | Kumar Aditya | 2021-12-23 | 1 | -2/+2 |
|
|
* | bpo-45600: Enhanced / clarified the docs for os.environ and os.environb (GH-2... | andrei kulakov | 2021-10-29 | 1 | -7/+8 |
|
|
* | bpo-41203: Replace Mac OS X and OS X with macOS (GH-28515) | Serhiy Storchaka | 2021-09-22 | 1 | -1/+1 |
|
|
* | docs: replace "Mac OS X" -> "macOS" (GH-27364) | partev | 2021-07-26 | 1 | -6/+6 |
|
|
* | bpo-44611: Update docs for os and whatsnew 3.11 (#27314) | Dong-hee Na | 2021-07-24 | 1 | -1/+5 |
|
|
* | bpo-44321: Adds `os.EX_OK` for Windows (GH-26559) | Samuel Marks | 2021-06-24 | 1 | -2/+3 |
|
|
* | [doc] Fix typo in os module (GH-24464) | Rafael Fontenelle | 2021-05-16 | 1 | -1/+1 |
|
|
* | bpo-23750: Document os-system, subprocess. Patch by Martin Panter. (GH-26016) | uniocto | 2021-05-11 | 1 | -4/+4 |
|
|
* | Fix exceptions mentioned in os.setxattr() docs (GH-25742) | Shreyash Sharma | 2021-05-01 | 1 | -2/+2 |
|
|