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
/
Lib
/
os.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
merge 3.4 (#23929)
Benjamin Peterson
2015-04-14
1
-1/+1
|
\
|
*
remove useless word (closes #23929)
Benjamin Peterson
2015-04-14
1
-1/+1
*
|
Issue #23605: Fix typo in an os.walk() comment
Victor Stinner
2015-03-30
1
-1/+1
*
|
Issue #23605: Fix os.walk(topdown=True), don't cache entry.is_symlink() because
Victor Stinner
2015-03-18
1
-29/+51
*
|
Issue #23605: os.walk() doesn't need to call entry.is_symlink() if followlinks
Victor Stinner
2015-03-12
1
-2/+3
*
|
Issue #23605: os.walk() now calls os.scandir() instead of os.listdir().
Victor Stinner
2015-03-10
1
-15/+36
*
|
os: Include posix functions in os.__all__. Closes issue #18554.
Yury Selivanov
2014-09-26
1
-0/+4
|
/
*
Issue #21875: Remove vestigial references to Classic Mac OS in os module docs.
Ned Deily
2014-06-27
1
-1/+1
*
clarify when the list of subdirectories is read (closes #13779)
Benjamin Peterson
2014-06-16
1
-5/+7
*
merge 3.3 (#21082)
Benjamin Peterson
2014-04-01
1
-25/+5
|
\
|
*
merge 3.2 (#21082)
Benjamin Peterson
2014-04-01
1
-25/+5
|
|
\
|
|
*
remove directory mode check from makedirs (closes #21082)
Benjamin Peterson
2014-04-01
1
-23/+5
*
|
|
Fix parameter name in docs for os.makedirs and os.removedirs.
Zachary Ware
2014-03-20
1
-2/+2
*
|
|
Issue #19218: Rename collections.abc to _collections_abc in order to speed up...
Christian Heimes
2013-10-13
1
-1/+1
*
|
|
Issue #19209: Remove import of copyreg from the os module to speed up
Christian Heimes
2013-10-11
1
-27/+0
*
|
|
(Merge 3.3) Close #17702: On error, os.environb now removes suppress the except
Victor Stinner
2013-08-23
1
-2/+2
|
\
\
\
|
|
/
/
|
*
|
Close #17702: On error, os.environb now removes suppress the except context
Victor Stinner
2013-08-23
1
-2/+2
*
|
|
Issue #18200: Back out usage of ModuleNotFoundError (8d28d44f3a9a)
Brett Cannon
2013-07-04
1
-7/+7
*
|
|
Issue #18200: Update the stdlib (except tests) to use
Brett Cannon
2013-06-14
1
-7/+7
*
|
|
Correction for 4f82b6cfee46.
Richard Oudkerk
2013-05-07
1
-1/+6
*
|
|
Fix os.__all__ to is passes test___all__
Richard Oudkerk
2013-05-07
1
-6/+8
*
|
|
(Merge 3.3) Close #17702: os.environ now raises KeyError with the original
Victor Stinner
2013-04-14
1
-4/+12
|
\
\
\
|
|
/
/
|
*
|
Close #17702: os.environ now raises KeyError with the original environment
Victor Stinner
2013-04-14
1
-4/+12
*
|
|
modernize some modules' code by replacing OSError->ENOENT/ENOTDIR/EPERM/EEXIS...
Giampaolo Rodola'
2013-02-12
1
-3/+2
*
|
|
Issue #15845: Fix comparison between bytes and string.
Serhiy Storchaka
2013-01-08
1
-1/+4
|
\
\
\
|
|
/
/
|
*
|
Issue #15845: Fix comparison between bytes and string.
Serhiy Storchaka
2013-01-08
1
-1/+4
|
|
\
\
|
|
|
/
|
|
*
Issue #15845: Fix comparison between bytes and string.
Serhiy Storchaka
2013-01-08
1
-1/+4
|
|
*
Revert the modification of e.strerror in 3.2 as that kind of change could
Gregory P. Smith
2012-06-03
1
-3/+0
*
|
|
fix typo (#16720)
Andrew Svetlov
2012-12-24
1
-1/+1
*
|
|
Use OESeeror instead of os.error (#16720)
Andrew Svetlov
2012-12-24
1
-7/+7
*
|
|
Issue #16706: get rid of os.error
Andrew Svetlov
2012-12-18
1
-1/+1
*
|
|
merge 3.3
Benjamin Peterson
2012-10-09
1
-1/+1
|
\
\
\
|
|
/
/
|
*
|
compare singletons by identity not equality (closes #16712)
Benjamin Peterson
2012-10-09
1
-1/+1
*
|
|
#16135: Removal of OS/2 support (Python code partial cleanup)
Jesus Cea
2012-10-05
1
-28/+4
|
/
/
*
|
Issue #15202: Consistently use the name "follow_symlinks" for
Larry Hastings
2012-07-15
1
-9/+9
*
|
Issue #15177: Added dir_fd parameter to os.fwalk().
Larry Hastings
2012-06-25
1
-7/+11
*
|
Closes #15161: add support for giving path as a fd for truncate() and pathcon...
Georg Brandl
2012-06-24
1
-0/+2
*
|
Issue #15154: Add "dir_fd" parameter to os.rmdir, remove "rmdir"
Larry Hastings
2012-06-23
1
-4/+1
*
|
Issue #14626: Fix buildbot issue on OpenIndiana 3.x machines. (Hopefully.)
Larry Hastings
2012-06-23
1
-10/+21
*
|
Issue #14626: Large refactoring of functions / parameters in the os module.
Larry Hastings
2012-06-22
1
-13/+104
*
|
Closes #10142: Support for SEEK_HOLE/SEEK_DATA
Jesus Cea
2012-06-22
1
-0/+1
*
|
Fixes Issue #14992: os.makedirs(path, exist_ok=True) would raise an OSError
Gregory P. Smith
2012-06-03
1
-2/+14
|
\
\
|
|
/
|
*
Fixes Issue #14992: os.makedirs(path, exist_ok=True) would raise an OSError
Gregory P. Smith
2012-06-03
1
-2/+14
*
|
#14862: Add missing names to os.__all__
Petri Lehtinen
2012-05-23
1
-2/+9
*
|
#14773: Fix os.fwalk() failing on dangling symlinks
Hynek Schlawack
2012-05-15
1
-7/+17
*
|
use yield from
Benjamin Peterson
2012-05-10
1
-6/+3
*
|
Backing out 86dc014cdd74. Not ready yet
Jesus Cea
2012-04-26
1
-1/+0
*
|
Close #10142: Support for SEEK_HOLE/SEEK_DATA
Jesus Cea
2012-04-26
1
-0/+1
*
|
Use os.path.samestat() instead of reinventing the wheel.
Charles-François Natali
2012-04-22
1
-9/+2
*
|
Issue #2377: Make importlib the implementation of __import__().
Brett Cannon
2012-04-14
1
-0/+2
[next]