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
*
gh-118486: Support mkdir(mode=0o700) on Windows (GH-118488)
Steve Dower
2024-05-09
1
-0/+7
*
[3.12] Format None, True, False and NotImplemented as literals (GH-118758) (G...
Serhiy Storchaka
2024-05-08
1
-2/+2
*
[3.12] docs: module page titles should not start with a link to themselves (G...
Miss Islington (bot)
2024-05-08
1
-2/+2
*
[3.12] docs: typo: tiny grammar change: "pointed by" -> "pointed to by" (GH-1...
Jelle Zijlstra
2024-05-02
1
-2/+2
*
[3.12] gh-117977: Amend version changed annotation for os.chmod, os.chown, an...
Miss Islington (bot)
2024-04-17
1
-3/+3
*
[3.12] gh-115664: Fix ordering of more versionadded and versionchanged direct...
Serhiy Storchaka
2024-03-07
1
-21/+17
*
[3.12] Docs: align usage of versionadded/versionchanged with recommended prac...
Erlend E. Aasland
2024-01-23
1
-45/+46
*
[3.12] Doc/library/os.rst: `os.waitid` absent on MacOS (GH-104558) (#113553)
Miss Islington (bot)
2023-12-29
1
-0/+3
*
[3.12] gh-105912: document gotcha with using os.fork on macOS (GH-112871) (#1...
Miss Islington (bot)
2023-12-16
1
-0/+10
*
[3.12] gh-107959: clarify Unix-availability of `os.lchmod()` (GH-107960) (GH-...
Miss Islington (bot)
2023-12-13
1
-1/+4
*
[3.12] gh-101100: Fix Sphinx warning in references with asterisks (GH-113029)...
Miss Islington (bot)
2023-12-13
1
-4/+4
*
[3.12] gh-109649: Enhance os.cpu_count() documentation (#110169)
Victor Stinner
2023-10-02
1
-7/+9
*
[3.12] gh-109634: Use :samp: role (GH-109635) (#109776)
Miss Islington (bot)
2023-09-24
1
-2/+2
*
[3.12] gh-100228: Document the os.fork threads DeprecationWarning. (GH-109767...
Miss Islington (bot)
2023-09-24
1
-4/+32
*
[3.12] gh-107924: re-order os.sendfile() flag documentation (GH-107926) (#109...
Miss Islington (bot)
2023-09-08
1
-19/+20
*
[3.12] Docs: Remove links to external C functions and macros in os.rst (GH-10...
Miss Islington (bot)
2023-08-19
1
-25/+27
*
[3.12] gh-107801: Improve the accuracy of os.lseek docs (#107935) (#108136)
Erlend E. Aasland
2023-08-19
1
-6/+11
*
[3.12] gh-107801: Improve the docs of the SEEK_* constants (#108099) (#108108)
Erlend E. Aasland
2023-08-18
1
-4/+14
*
[3.12] gh-107801: Document SEEK_HOLE and SEEK_DATA (GH-107936) (#108086)
Miss Islington (bot)
2023-08-17
1
-2/+27
*
[3.12] gh-107091: Fix some uses of :const: role (GH-107379) (GH-107384)
Miss Islington (bot)
2023-07-28
1
-2/+2
*
[3.12] Document that `os.link()` is not available on Emscripten (GH-104822) (...
Miss Islington (bot)
2023-07-26
1
-1/+1
*
[3.12] gh-107091: Fix some uses of :c:type: role (GH-107138) (GH-107312)
Miss Islington (bot)
2023-07-26
1
-6/+6
*
[3.12] gh-106948: Docs: Disable links for C standard library functions, OS ut...
Miss Islington (bot)
2023-07-23
1
-3/+3
*
[3.12] gh-106948: Add standard external names to nitpick_ignore (GH-106949) (...
Serhiy Storchaka
2023-07-23
1
-1/+1
*
[3.12] gh-106892: Use roles :data: and :const: for referencing module variabl...
Serhiy Storchaka
2023-07-21
1
-1/+1
*
[3.12] gh-106909: Use role :const: for referencing module constants (GH-10691...
Serhiy Storchaka
2023-07-21
1
-43/+43
*
[3.12] gh-106919: Use role :c:macro: for referencing the C "constants" (GH-10...
Serhiy Storchaka
2023-07-21
1
-7/+7
*
GH-103545: Add macOS specific constants for ``os.setpriority`` to ``os`` (#10...
Ronald Oussoren
2023-05-19
1
-0/+11
*
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
[next]