COMMITS
/ Lib/os.py 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
March 30, 2015
V
Issue #23605: Fix typo in an os.walk() comment
Victor Stinner committed
March 18, 2015
V
Issue #23605: Fix os.walk(topdown=True), don't cache entry.is_symlink() because
Victor Stinner committed
March 12, 2015
V
Issue #23605: os.walk() doesn't need to call entry.is_symlink() if followlinks
Victor Stinner committed
March 10, 2015
V
Issue #23605: os.walk() now calls os.scandir() instead of os.listdir().
Victor Stinner committed
September 26, 2014
Y
os: Include posix functions in os.__all__. Closes issue #18554.
Yury Selivanov committed
June 27, 2014
N
Issue #21875: Remove vestigial references to Classic Mac OS in os module docs.
Ned Deily committed
June 16, 2014
B
clarify when the list of subdirectories is read (closes #13779)
Benjamin Peterson committed
April 1, 2014
B
merge 3.3 (#21082)
Benjamin Peterson committed
B
merge 3.2 (#21082)
Benjamin Peterson committed
B
remove directory mode check from makedirs (closes #21082)
Benjamin Peterson committed
March 20, 2014
Z
Fix parameter name in docs for os.makedirs and os.removedirs.
Zachary Ware committed
October 13, 2013
C
Issue #19218: Rename collections.abc to _collections_abc in order to speed up interpreter start
Christian Heimes committed
October 11, 2013
C
Issue #19209: Remove import of copyreg from the os module to speed up
Christian Heimes committed
August 23, 2013
V
(Merge 3.3) Close #17702: On error, os.environb now removes suppress the except
Victor Stinner committed
V
Close #17702: On error, os.environb now removes suppress the except context
Victor Stinner committed
July 4, 2013
B
Issue #18200: Back out usage of ModuleNotFoundError (8d28d44f3a9a)
Brett Cannon committed
June 14, 2013
B
Issue #18200: Update the stdlib (except tests) to use
Brett Cannon committed
May 7, 2013
R
Correction for 4f82b6cfee46.
Richard Oudkerk committed
R
Fix os.__all__ to is passes test___all__
Richard Oudkerk committed