summaryrefslogtreecommitdiffstats
path: root/Doc/library/os.rst
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add link to sys.path in os lib (#91679)slateny2022-04-201-2/+2
* bpo-40376: slightly improved the wording for os.getgrouplist (GH-19702)Jens Holzkämper2022-04-151-1/+2
* os docs: fix typo (GH-28996)Vitor Buxbaum Orlandi2022-04-021-1/+1
* bpo-30677: [doc] mention that os.mkdir() can raise FileNotFoundError (GH-31548)slateny2022-03-141-1/+2
* bpo-46968: Add os.sysconf_names['SC_MINSIGSTKSZ'] (GH-31824)Victor Stinner2022-03-111-0/+3
* doc: Clarify os.urandom return type (#30282)Florian Bruhin2022-01-191-1/+1
* bpo-46216: remove spurious link to os.system() from os.time() documentation (...Irit Katriel2022-01-071-8/+8
* bpo-46222: posixmodule sendfile FreeBSD's constants updates. (GH-30327)David CARLIER2022-01-031-0/+9
* bpo-46157: fix typo in docs (GH-30237)Kumar Aditya2021-12-231-2/+2
* bpo-45600: Enhanced / clarified the docs for os.environ and os.environb (GH-2...andrei kulakov2021-10-291-7/+8
* bpo-41203: Replace Mac OS X and OS X with macOS (GH-28515)Serhiy Storchaka2021-09-221-1/+1
* docs: replace "Mac OS X" -> "macOS" (GH-27364)partev2021-07-261-6/+6
* bpo-44611: Update docs for os and whatsnew 3.11 (#27314)Dong-hee Na2021-07-241-1/+5
* bpo-44321: Adds `os.EX_OK` for Windows (GH-26559)Samuel Marks2021-06-241-2/+3
* [doc] Fix typo in os module (GH-24464)Rafael Fontenelle2021-05-161-1/+1
* bpo-23750: Document os-system, subprocess. Patch by Martin Panter. (GH-26016)uniocto2021-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