index
:
cpython.git
2.7
3.3
3.4
3.5
3.6
benjamin-clang
benjamin-iteration-torture
buildbot-custom
master
https://github.com/python/cpython.git
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Doc
/
library
/
os.rst
Commit message (
Expand
)
Author
Age
Files
Lines
*
[3.11] Doc/library/os.rst: `os.waitid` absent on MacOS (GH-104558) (#113554)
Miss Islington (bot)
2023-12-29
1
-0/+3
*
[3.11] gh-105912: document gotcha with using os.fork on macOS (GH-112871) (#1...
Ronald Oussoren
2023-12-16
1
-0/+10
*
[3.11] gh-107959: clarify Unix-availability of `os.lchmod()` (GH-107960) (GH-...
Miss Islington (bot)
2023-12-13
1
-1/+4
*
[3.11] gh-101100: Fix Sphinx warning in references with asterisks (GH-113029)...
Hugo van Kemenade
2023-12-13
1
-4/+4
*
[3.11] [3.12] gh-109649: Enhance os.cpu_count() documentation (GH-110169) (#1...
Miss Islington (bot)
2023-10-03
1
-7/+9
*
[3.11] gh-109634: Use :samp: role (GH-109635) (GH-109778)
Serhiy Storchaka
2023-09-29
1
-2/+2
*
[3.11] gh-107924: re-order os.sendfile() flag documentation (#107926) (#109178)
Hugo van Kemenade
2023-09-09
1
-15/+15
*
[3.11] Docs: Remove links to external C functions and macros in os.rst (GH-10...
Miss Islington (bot)
2023-08-19
1
-25/+27
*
[3.11] gh-107801: Improve the accuracy of os.lseek docs (#107935) (#108137)
Erlend E. Aasland
2023-08-19
1
-6/+11
*
[3.11] gh-107801: Improve the docs of the SEEK_* constants (GH-108099) (#108100)
Miss Islington (bot)
2023-08-17
1
-4/+14
*
[3.11] gh-107801: Document SEEK_HOLE and SEEK_DATA (GH-107936) (#108087)
Miss Islington (bot)
2023-08-17
1
-2/+27
*
[3.11] gh-107091: Fix some uses of :const: role (GH-107379) (GH-107385)
Miss Islington (bot)
2023-07-28
1
-2/+2
*
[3.11] gh-107091: Fix some uses of :c:type: role (GH-107138) (GH-107313)
Miss Islington (bot)
2023-07-26
1
-6/+6
*
[3.11] Document that `os.link()` is not available on Emscripten (GH-104822) (...
Miss Islington (bot)
2023-07-26
1
-1/+1
*
[3.11] gh-106948: Docs: Disable links for C standard library functions, OS ut...
Erlend E. Aasland
2023-07-23
1
-3/+3
*
[3.11] gh-106948: Add standard external names to nitpick_ignore (GH-106949) (...
Serhiy Storchaka
2023-07-23
1
-1/+1
*
[3.11] gh-106909: Use role :const: for referencing module constants (GH-10691...
Serhiy Storchaka
2023-07-21
1
-42/+42
*
[3.11] gh-106892: Use roles :data: and :const: for referencing module variabl...
Serhiy Storchaka
2023-07-21
1
-1/+1
*
[3.11] gh-106919: Use role :c:macro: for referencing the C "constants" (GH-10...
Serhiy Storchaka
2023-07-21
1
-7/+7
*
[3.11] GH-97950: Use new-style index directive ('module') (GH-103996) (#104154)
Adam Turner
2023-05-04
1
-2/+2
*
[3.11] GH-103484: Fix redirected permanently URLs (GH-104001) (#104088)
Rafael Fontenelle
2023-05-02
1
-1/+1
*
Add link to `sys.exit` function documentation (GH-102805)
Miss Islington (bot)
2023-03-21
1
-1/+1
*
gh-101754: Document that Windows converts keys in `os.environ` to uppercase (...
Miss Islington (bot)
2023-03-03
1
-0/+5
*
bpo-28356: Document os.rename() behavior on Windows for differing volumes (GH...
Miss Islington (bot)
2023-01-09
1
-0/+2
*
bpo-41825: restructure docs for the os.wait*() family (GH-22356)
Miss Islington (bot)
2022-11-28
1
-93/+142
*
[3.11] GH-95815: Document less specific error for os.remove (GH-99571) (#99641)
Miss Islington (bot)
2022-11-21
1
-1/+1
*
[3.11] Docs: Fix backtick errors found by sphinx-lint (GH-97998) (#98371)
C.A.M. Gerlach
2022-10-17
1
-2/+2
*
gh-83940: os docs: Improve wording for getenv/getenvb (GH-98113)
Miss Islington (bot)
2022-10-10
1
-4/+4
*
gh-57179: Add note on symlinks for os.walk (GH-94799)
Miss Islington (bot)
2022-10-08
1
-1/+2
*
gh-90301: Doc: Add references to PEP 686 (GH-96816)
Miss Islington (bot)
2022-10-04
1
-0/+5
*
gh-52597: Add position-only markers for os functions (GH-94735)
Miss Islington (bot)
2022-09-29
1
-67/+67
*
[3.11] gh-91838: Use HTTPS links in docs for resources which redirect to HTTP...
Serhiy Storchaka
2022-08-04
1
-3/+3
*
gh-95451: Update docs for wasm32-emscripten and -wasi platforms (GH-95452)
Miss Islington (bot)
2022-08-02
1
-87/+142
*
[3.11] gh-95415: Make availability directive consistent (GH-95416) (GH-95438)
Christian Heimes
2022-08-01
1
-34/+41
*
Docs: remove redundant "adverb-adjective" hyphens from compound modifiers (GH...
Miss Islington (bot)
2022-07-05
1
-2/+2
*
gh-93851: Fix all broken links in Doc/ (GH-93853) (GH-94076)
Miss Islington (bot)
2022-06-21
1
-1/+1
*
gh-93372: Fix typo in os.rename documentation (GH-93401) (GH-93403)
Miss Islington (bot)
2022-06-10
1
-1/+1
*
gh-87901: Remove the encoding argument from os.popen (GH-92836)
Miss Islington (bot)
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
[next]