COMMITS
/ Lib/os.py August 8, 2021
S
bpo-42053: Remove misleading check in os.fwalk() (GH-27669)
Serhiy Storchaka committed
July 20, 2021
L
bpo-44631: Make the repr() of the _Environ class more readable. (#27128)
Leonardo Freua committed
April 29, 2021
I
bpo-43651: Fix EncodingWarning in `os.fdopen()` and test_os (GH-25654)
Inada Naoki committed
April 4, 2021
I
bpo-43651: PEP 597: Fix EncodingWarning in some tests (GH-25145)
Inada Naoki committed
December 15, 2020
P
April 7, 2020
G
bpo-39481: Implementation for PEP 585 (#18239)
Guido van Rossum committed
April 1, 2020
V
bpo-40094: Add os.waitstatus_to_exitcode() (GH-19201)
Victor Stinner committed
March 13, 2020
C
bpo-36144: Update os.environ and os.environb for PEP 584 (#18911)
Charles Burkland committed
February 12, 2020
S
bpo-39567: Add audit for os.walk(), os.fwalk(), Path.glob() and Path.rglob(). (GH-18372)
Serhiy Storchaka committed
January 24, 2020
V
bpo-39395: putenv() and unsetenv() always available (GH-18135)
Victor Stinner committed
December 22, 2019
B
bpo-38878: Fix os.PathLike __subclasshook__ (GH-17336)
Bar Harel committed
December 8, 2019
B
bpo-38994: Implement __class_getitem__ for PathLike (GH-17498)
Batuhan Taşkaya committed
September 10, 2019
B
closes bpo-25461: Update os.walk() docstring to match the online docs. (GH-11836)
Bernt Røskar Brenna committed
September 9, 2019
H
Fix punctuation in `os.execvpe` docstring. (GH-15051)
Hasan Ramezani committed
March 29, 2019
S
bpo-36085: Enable better DLL resolution on Windows (GH-12302)
Steve Dower committed
December 23, 2018
R
Use generator instead of list in code examples (GH-11203)
Recursing committed
August 8, 2018
B
Assume the raw environ is always declared. (GH-8707)
Benjamin Peterson committed
December 14, 2017
September 25, 2017
S
bpo-30152: Reduce the number of imports for argparse. (#1269)
Serhiy Storchaka committed
July 1, 2017
O
bpo-30441: Fix bug when modifying os.environ while iterating over it (#2409)
Osvaldo Santana Neto committed
March 30, 2017
S
bpo-25996: Added support of file descriptors in os.scandir() on Unix. (#502)
Serhiy Storchaka committed
March 24, 2017
S
bpo-19930: The mode argument of os.makedirs() no longer affects the file (#799)
Serhiy Storchaka committed
March 7, 2017
S
bpo-28682: Added support for bytes paths in os.fwalk(). (#489)
Serhiy Storchaka committed
November 20, 2016
S
Fixes empty tuple case.
Steve Dower committed
S
October 25, 2016
S
Issue #28353: os.fwalk() no longer fails on broken links.
Serhiy Storchaka committed
S
Issue #28353: os.fwalk() no longer fails on broken links.
Serhiy Storchaka committed
October 5, 2016
S
Issue #27998: Removed workarounds for supporting bytes paths on Windows in
Serhiy Storchaka committed
October 2, 2016
N
Issue #28324: Remove vestigal MacOS 9 references in os.py docstring.
Ned Deily committed
September 8, 2016
S
Issue #27781: Change file system encoding on Windows to UTF-8 (PEP 529)
Steve Dower committed
September 5, 2016
L
Issue #27355: Removed support for Windows CE. It was never finished,
Larry Hastings committed
August 26, 2016
B
Issue #26027, #27524: Add PEP 519/__fspath__() support to os and
Brett Cannon committed
June 24, 2016
B
Issue #27186: Update os.fspath()/PyOS_FSPath() to check the return
Brett Cannon committed
June 9, 2016
B
Fix some PEP 8 violations.
Brett Cannon committed
June 4, 2016
E
issue27186: fix fsencode/fsdecode and update tests; patch by Jelle Zijlstra
Ethan Furman committed
E
issue27186: add PathLike ABC
Ethan Furman committed
E
issue27186: add C version of os.fspath(); patch by Jelle Zijlstra
Ethan Furman committed
E
issue27182: update fsencode and fsdecode for os.path(); patch by Dusty Phillips
Ethan Furman committed
June 2, 2016
E
issue27186 -- initial docs, tests, and python version of os.fspath
Ethan Furman committed
March 29, 2016
V
Issue #25911: Backport os._DummyDirEntry fixes
Victor Stinner committed
V
Fix os._DummyDirEntry.is_symlink()
Victor Stinner committed
March 24, 2016
V
Enhance os._DummyDirEntry
Victor Stinner committed
February 11, 2016
S
Issue #25995: os.walk() no longer uses FDs proportional to the tree depth.
Serhiy Storchaka committed
S
Issue #25994: Added the close() method and the support of the context manager
Serhiy Storchaka committed
February 8, 2016
S
Issue #25911: Restored support of bytes paths in os.walk() on Windows.
Serhiy Storchaka committed
December 22, 2015
S
Issue #25860: os.fwalk() no longer skips remaining directories when error occurs.
Serhiy Storchaka committed
November 20, 2015
M
Issue #25583: Merge makedirs fix from 3.4 into 3.5
Martin Panter committed
November 19, 2015
M
Issue #25583: Avoid incorrect errors raised by os.makedirs(exist_ok=True)
Martin Panter committed
April 14, 2015
B
merge 3.4 (#23929)
Benjamin Peterson committed
B
remove useless word (closes #23929)
Benjamin Peterson committed