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
...
*
|
Clarify the os.fspath() documentation.
Brett Cannon
2016-06-09
1
-3/+4
*
|
Merge 3.5 (os.urandom)
Victor Stinner
2016-06-07
1
-3/+10
|
\
\
|
|
/
|
*
os.urandom() doesn't block on Linux anymore
Victor Stinner
2016-06-07
1
-3/+10
*
|
issue27186 -- initial docs, tests, and python version of os.fspath
Ethan Furman
2016-06-02
1
-0/+9
*
|
Issue #27125: Merge typo fixes from 3.5
Martin Panter
2016-05-29
1
-1/+1
|
\
\
|
|
/
|
*
Issue #27125: Fix various errors like “will [be] inherited”
Martin Panter
2016-05-29
1
-1/+1
*
|
Merge with 3.5
Zachary Ware
2016-04-25
1
-2/+2
|
\
\
|
|
/
|
*
FileExistsError is raised by mkdir when dir exists
Zachary Ware
2016-04-25
1
-2/+2
*
|
Issue #15984: Merge PyUnicode doc from 3.5
Martin Panter
2016-04-15
1
-1/+1
|
\
\
|
|
/
|
*
Correct “an” → “a” with “Unicode”, “user”, “UTF”, etc
Martin Panter
2016-04-15
1
-1/+1
*
|
merge with 3.5
Georg Brandl
2016-02-26
1
-3/+3
|
\
\
|
|
/
|
*
Closes #25910: fix dead and permanently redirected links in the docs. Thanks ...
Georg Brandl
2016-02-26
1
-3/+3
*
|
Issue #25994: Added the close() method and the support of the context manager
Serhiy Storchaka
2016-02-11
1
-3/+24
*
|
Merge 3.5 (doc)
Victor Stinner
2016-01-31
1
-35/+38
|
\
\
|
|
/
|
*
Enhance os.scandir() doc
Victor Stinner
2016-01-31
1
-35/+38
*
|
Docs for issue #22570. (Merge 3.5->3.6)
Guido van Rossum
2016-01-06
1
-0/+6
|
\
\
|
|
/
|
*
Cross-reference os.DirEntry and pathlib.Path for issue #22570.
Guido van Rossum
2016-01-06
1
-0/+6
|
*
Backport of fix for issue #25930
Brett Cannon
2015-12-29
1
-5/+5
*
|
Issue #25930: Document that os.unlink and os.remove are *semantically* identi...
Brett Cannon
2015-12-29
1
-5/+5
*
|
Merge 3.4 (Issue #25461)
Victor Stinner
2015-10-23
1
-3/+3
|
\
\
|
|
/
|
*
Merge 3.4 (Issue #25461)
Victor Stinner
2015-10-23
1
-3/+3
|
|
\
|
|
*
Issue #25461: Rephrase os.walk() doc
Victor Stinner
2015-10-23
1
-3/+3
|
|
*
Issue #25063: socket.sendfile() does not exist in 3.4
Martin Panter
2015-09-11
1
-5/+0
*
|
|
Merge sendfile() doc fixes from 3.5
Martin Panter
2015-09-11
1
-1/+1
|
\
\
\
|
|
/
/
|
*
|
socket.sendfile() is a method not a module
Martin Panter
2015-09-11
1
-1/+1
*
|
|
Merge 3.5 into 3.6
Martin Panter
2015-09-09
1
-1/+1
|
\
\
\
|
|
/
/
|
*
|
Merge 3.4 into 3.5
Martin Panter
2015-09-09
1
-1/+1
|
|
\
\
|
|
|
/
|
|
*
os.sendfile(headers=None, trailers=None) arguments are not actually accepted
Martin Panter
2015-09-09
1
-1/+1
*
|
|
Issue #23738: Merge 3.5 into 3.6
Martin Panter
2015-09-09
1
-15/+16
|
\
\
\
|
|
/
/
|
*
|
Issue #23738: Merge 3.4 into 3.5
Martin Panter
2015-09-09
1
-15/+16
|
|
\
\
|
|
|
/
|
|
*
Issue #23738: Document and test actual keyword parameter names
Martin Panter
2015-09-09
1
-15/+16
*
|
|
Merge 3.5 (doc)
Victor Stinner
2015-07-29
1
-0/+6
|
\
\
\
|
|
/
/
|
*
|
What's New in Python 3.5: document os.urandom() changes
Victor Stinner
2015-07-29
1
-0/+6
*
|
|
Issue #23530: Improve os.cpu_count() description.
Charles-François Natali
2015-07-13
1
-0/+5
|
/
/
*
|
Closes #24013: Improve os.scandir() and DirEntry documentation
Victor Stinner
2015-05-15
1
-71/+69
*
|
os module doc: remove availability when useless
Victor Stinner
2015-05-15
1
-58/+0
*
|
Issue #24062: Fix os.stat links. Patch by July Tikhonov.
Berker Peksag
2015-04-27
1
-2/+2
|
\
\
|
|
/
|
*
Issue #24062: Fix os.stat links. Patch by July Tikhonov.
Berker Peksag
2015-04-27
1
-2/+2
*
|
Issue #23668: Adds support for os.truncate and os.ftruncate on Windows
Steve Dower
2015-03-21
1
-2/+6
*
|
Issue #23618: Document EINTR changes in socket documentation
Victor Stinner
2015-04-02
1
-4/+4
*
|
Issue #23648: Document the PEP 475 in the "Porting to Python 3.5" section and
Victor Stinner
2015-03-26
1
-0/+20
*
|
Merge 3.4 (os doc)
Victor Stinner
2015-03-10
1
-2/+3
|
\
\
|
|
/
|
*
Issue #23605: os.walk() doc now mentions shutil.rmtree() in the last example
Victor Stinner
2015-03-10
1
-2/+3
*
|
Issue #23605: os.walk() now calls os.scandir() instead of os.listdir().
Victor Stinner
2015-03-10
1
-0/+5
*
|
Issue #22524: New os.scandir() function, part of the PEP 471: "os.scandir()
Victor Stinner
2015-03-08
1
-0/+177
*
|
Fix typo in os.supports_effective_ids documentation.
Berker Peksag
2015-02-16
1
-1/+2
|
\
\
|
|
/
|
*
Fix typo in os.supports_effective_ids documentation.
Berker Peksag
2015-02-16
1
-1/+2
*
|
Closes #23253: Delay-load ShellExecute
Steve Dower
2015-01-24
1
-0/+4
*
|
MERGE: Docs: 'os.pwrite()' needs bytes, not strings
Jesus Cea
2014-10-20
1
-3/+3
|
\
\
|
|
/
|
*
Docs: 'os.pwrite()' needs bytes, not strings
Jesus Cea
2014-10-20
1
-3/+3
[prev]
[next]