summaryrefslogtreecommitdiffstats
path: root/Doc/library/os.rst
Commit message (Expand)AuthorAgeFilesLines
* 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
* | socket.sendfile() is a method not a moduleMartin Panter2015-09-111-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.4 into 3.5Martin Panter2015-09-091-15/+16
|\ \ | |/
| * Issue #23738: Document and test actual keyword parameter namesMartin Panter2015-09-091-15/+16
* | What's New in Python 3.5: document os.urandom() changesVictor Stinner2015-07-291-0/+6
* | 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
* | Revert #22251Berker Peksag2014-09-271-1/+0
|\ \ | |/
| * Revert #22251Berker Peksag2014-09-271-1/+0
* | Issue #22251: Fix ReST markup to avoid errors building docs.Berker Peksag2014-09-271-0/+1
|\ \ | |/
| * Issue #22251: Fix ReST markup to avoid errors building docs.Berker Peksag2014-09-271-0/+1
* | merge 3.4 (closes #22307)Benjamin Peterson2014-08-311-4/+4
|\ \ | |/
| * getuid() returns real process id not effective (closes #22307)Benjamin Peterson2014-08-311-4/+4
* | Issue #18395: Rename ``_Py_char2wchar()`` to :c:func:`Py_DecodeLocale`, renameVictor Stinner2014-08-011-3/+4
* | Issue #22054: Add os.get_blocking() and os.set_blocking() functions to get andVictor Stinner2014-07-291-0/+23
* | Issue #21813: Enhance documentation of the os.stat_result class.Victor Stinner2014-07-241-76/+189
|\ \ | |/
| * Backport os.rst documentation from Python 3.5.Victor Stinner2014-07-241-3/+28
| * Issue #21813: Enhance documentation of the os.stat_result class.Victor Stinner2014-07-241-73/+182
* | Issue #21875: Remove vestigial references to Classic Mac OS in os module docs.Ned Deily2014-06-271-7/+1
|\ \ | |/
| * Issue #21875: Remove vestigial references to Classic Mac OS in os module docs.Ned Deily2014-06-271-7/+1
* | Issue #21741: Add st_file_attributes to os.stat_result on Windows.Zachary Ware2014-06-191-0/+8
* | (Merge 3.4) Closes #21758: asyncio doc: mention explicitly that subprocessVictor Stinner2014-06-191-0/+1
|\ \ | |/
| * Closes #21758: asyncio doc: mention explicitly that subprocess parameters areVictor Stinner2014-06-191-0/+1
* | merge 3.4 (#13779)Benjamin Peterson2014-06-161-3/+5
|\ \ | |/
| * clarify when the list of subdirectories is read (closes #13779)Benjamin Peterson2014-06-161-3/+5
* | improve noteBenjamin Peterson2014-06-161-1/+2
* | fix issue #17552: add socket.sendfile() method allowing to send a file over a...Giampaolo Rodola'2014-06-111-0/+4
* | merge 3.4 (#10503)Benjamin Peterson2014-06-071-1/+1
|\ \ | |/
| * specify that getuid() returns the real uid (closes #10503)Benjamin Peterson2014-06-071-1/+1
* | update os.sendfile() doc signaling that cross-platform apps should not use he...Giampaolo Rodola'2014-04-241-0/+3
* | #6490: Expand documentation for os.popen().Andrew Kuchling2014-04-161-4/+21
|/
* update version changedBenjamin Peterson2014-04-011-3/+3