summaryrefslogtreecommitdiffstats
path: root/Doc/library/os.rst
Commit message (Expand)AuthorAgeFilesLines
...
* | Clarify the os.fspath() documentation.Brett Cannon2016-06-091-3/+4
* | Merge 3.5 (os.urandom)Victor Stinner2016-06-071-3/+10
|\ \ | |/
| * os.urandom() doesn't block on Linux anymoreVictor Stinner2016-06-071-3/+10
* | issue27186 -- initial docs, tests, and python version of os.fspathEthan Furman2016-06-021-0/+9
* | Issue #27125: Merge typo fixes from 3.5Martin Panter2016-05-291-1/+1
|\ \ | |/
| * Issue #27125: Fix various errors like “will [be] inherited”Martin Panter2016-05-291-1/+1
* | Merge with 3.5Zachary Ware2016-04-251-2/+2
|\ \ | |/
| * FileExistsError is raised by mkdir when dir existsZachary Ware2016-04-251-2/+2
* | Issue #15984: Merge PyUnicode doc from 3.5Martin Panter2016-04-151-1/+1
|\ \ | |/
| * Correct “an” → “a” with “Unicode”, “user”, “UTF”, etcMartin Panter2016-04-151-1/+1
* | merge with 3.5Georg Brandl2016-02-261-3/+3
|\ \ | |/
| * Closes #25910: fix dead and permanently redirected links in the docs. Thanks ...Georg Brandl2016-02-261-3/+3
* | Issue #25994: Added the close() method and the support of the context managerSerhiy Storchaka2016-02-111-3/+24
* | Merge 3.5 (doc)Victor Stinner2016-01-311-35/+38
|\ \ | |/
| * Enhance os.scandir() docVictor Stinner2016-01-311-35/+38
* | Docs for issue #22570. (Merge 3.5->3.6)Guido van Rossum2016-01-061-0/+6
|\ \ | |/
| * Cross-reference os.DirEntry and pathlib.Path for issue #22570.Guido van Rossum2016-01-061-0/+6
| * Backport of fix for issue #25930Brett Cannon2015-12-291-5/+5
* | Issue #25930: Document that os.unlink and os.remove are *semantically* identi...Brett Cannon2015-12-291-5/+5
* | Merge 3.4 (Issue #25461)Victor Stinner2015-10-231-3/+3
|\ \ | |/
| * Merge 3.4 (Issue #25461)Victor Stinner2015-10-231-3/+3
| |\
| | * Issue #25461: Rephrase os.walk() docVictor Stinner2015-10-231-3/+3
| | * Issue #25063: socket.sendfile() does not exist in 3.4Martin Panter2015-09-111-5/+0
* | | Merge sendfile() doc fixes from 3.5Martin Panter2015-09-111-1/+1
|\ \ \ | |/ /
| * | socket.sendfile() is a method not a moduleMartin Panter2015-09-111-1/+1
* | | Merge 3.5 into 3.6Martin Panter2015-09-091-1/+1
|\ \ \ | |/ /
| * | Merge 3.4 into 3.5Martin Panter2015-09-091-1/+1
| |\ \ | | |/
| | * os.sendfile(headers=None, trailers=None) arguments are not actually acceptedMartin Panter2015-09-091-1/+1
* | | Issue #23738: Merge 3.5 into 3.6Martin Panter2015-09-091-15/+16
|\ \ \ | |/ /
| * | Issue #23738: Merge 3.4 into 3.5Martin Panter2015-09-091-15/+16
| |\ \ | | |/
| | * Issue #23738: Document and test actual keyword parameter namesMartin Panter2015-09-091-15/+16
* | | Merge 3.5 (doc)Victor Stinner2015-07-291-0/+6
|\ \ \ | |/ /
| * | What's New in Python 3.5: document os.urandom() changesVictor Stinner2015-07-291-0/+6
* | | Issue #23530: Improve os.cpu_count() description.Charles-François Natali2015-07-131-0/+5
|/ /
* | Closes #24013: Improve os.scandir() and DirEntry documentationVictor Stinner2015-05-151-71/+69
* | os module doc: remove availability when uselessVictor Stinner2015-05-151-58/+0
* | Issue #24062: Fix os.stat links. Patch by July Tikhonov.Berker Peksag2015-04-271-2/+2
|\ \ | |/
| * Issue #24062: Fix os.stat links. Patch by July Tikhonov.Berker Peksag2015-04-271-2/+2
* | Issue #23668: Adds support for os.truncate and os.ftruncate on WindowsSteve Dower2015-03-211-2/+6
* | Issue #23618: Document EINTR changes in socket documentationVictor Stinner2015-04-021-4/+4
* | Issue #23648: Document the PEP 475 in the "Porting to Python 3.5" section andVictor Stinner2015-03-261-0/+20
* | Merge 3.4 (os doc)Victor Stinner2015-03-101-2/+3
|\ \ | |/
| * Issue #23605: os.walk() doc now mentions shutil.rmtree() in the last exampleVictor Stinner2015-03-101-2/+3
* | Issue #23605: os.walk() now calls os.scandir() instead of os.listdir().Victor Stinner2015-03-101-0/+5
* | Issue #22524: New os.scandir() function, part of the PEP 471: "os.scandir()Victor Stinner2015-03-081-0/+177
* | Fix typo in os.supports_effective_ids documentation.Berker Peksag2015-02-161-1/+2
|\ \ | |/
| * Fix typo in os.supports_effective_ids documentation.Berker Peksag2015-02-161-1/+2
* | Closes #23253: Delay-load ShellExecuteSteve Dower2015-01-241-0/+4
* | MERGE: Docs: 'os.pwrite()' needs bytes, not stringsJesus Cea2014-10-201-3/+3
|\ \ | |/
| * Docs: 'os.pwrite()' needs bytes, not stringsJesus Cea2014-10-201-3/+3