Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
| | | | | | | | | add a version changed note in modified functions. | ||||
* | | 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 |
| | | | | | | | | | | The usage of os.scandir() reduces the number of calls to os.stat(). Initial patch written by Ben Hoyt. | ||||
* | | Issue #22524: New os.scandir() function, part of the PEP 471: "os.scandir() | Victor Stinner | 2015-03-08 | 1 | -0/+177 |
| | | | | | | | | | | function -- a better and faster directory iterator". Patch written by Ben Hoyt. | ||||
* | | 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 |
| | | |||||
* | | Revert #22251 | Berker Peksag | 2014-09-27 | 1 | -1/+0 |
|\ \ | |/ | |||||
| * | Revert #22251 | Berker Peksag | 2014-09-27 | 1 | -1/+0 |
| | | |||||
* | | Issue #22251: Fix ReST markup to avoid errors building docs. | Berker Peksag | 2014-09-27 | 1 | -0/+1 |
|\ \ | |/ | |||||
| * | Issue #22251: Fix ReST markup to avoid errors building docs. | Berker Peksag | 2014-09-27 | 1 | -0/+1 |
| | | |||||
* | | merge 3.4 (closes #22307) | Benjamin Peterson | 2014-08-31 | 1 | -4/+4 |
|\ \ | |/ | |||||
| * | getuid() returns real process id not effective (closes #22307) | Benjamin Peterson | 2014-08-31 | 1 | -4/+4 |
| | | |||||
* | | Issue #18395: Rename ``_Py_char2wchar()`` to :c:func:`Py_DecodeLocale`, rename | Victor Stinner | 2014-08-01 | 1 | -3/+4 |
| | | | | | | | | | | ``_Py_wchar2char()`` to :c:func:`Py_EncodeLocale`, and document these functions. | ||||
* | | Issue #22054: Add os.get_blocking() and os.set_blocking() functions to get and | Victor Stinner | 2014-07-29 | 1 | -0/+23 |
| | | | | | | | | | | set the blocking mode of a file descriptor (False if the O_NONBLOCK flag is set, True otherwise). These functions are not available on Windows. | ||||
* | | Issue #21813: Enhance documentation of the os.stat_result class. | Victor Stinner | 2014-07-24 | 1 | -76/+189 |
|\ \ | |/ | |||||
| * | Backport os.rst documentation from Python 3.5. | Victor Stinner | 2014-07-24 | 1 | -3/+28 |
| | | |||||
| * | Issue #21813: Enhance documentation of the os.stat_result class. | Victor Stinner | 2014-07-24 | 1 | -73/+182 |
| | | |||||
* | | Issue #21875: Remove vestigial references to Classic Mac OS in os module docs. | Ned Deily | 2014-06-27 | 1 | -7/+1 |
|\ \ | |/ | |||||
| * | Issue #21875: Remove vestigial references to Classic Mac OS in os module docs. | Ned Deily | 2014-06-27 | 1 | -7/+1 |
| | | |||||
* | | Issue #21741: Add st_file_attributes to os.stat_result on Windows. | Zachary Ware | 2014-06-19 | 1 | -0/+8 |
| | | | | | | | | Patch by Ben Hoyt. | ||||
* | | (Merge 3.4) Closes #21758: asyncio doc: mention explicitly that subprocess | Victor Stinner | 2014-06-19 | 1 | -0/+1 |
|\ \ | |/ | | | | | parameters are bytes or character strings | ||||
| * | Closes #21758: asyncio doc: mention explicitly that subprocess parameters are | Victor Stinner | 2014-06-19 | 1 | -0/+1 |
| | | | | | | | | bytes or character strings | ||||
* | | merge 3.4 (#13779) | Benjamin Peterson | 2014-06-16 | 1 | -3/+5 |
|\ \ | |/ | |||||
| * | clarify when the list of subdirectories is read (closes #13779) | Benjamin Peterson | 2014-06-16 | 1 | -3/+5 |
| | | |||||
* | | improve note | Benjamin Peterson | 2014-06-16 | 1 | -1/+2 |
| | | |||||
* | | fix issue #17552: add socket.sendfile() method allowing to send a file over ↵ | Giampaolo Rodola' | 2014-06-11 | 1 | -0/+4 |
| | | | | | | | | a socket by using high-performance os.sendfile() on UNIX. Patch by Giampaolo Rodola'· | ||||
* | | merge 3.4 (#10503) | Benjamin Peterson | 2014-06-07 | 1 | -1/+1 |
|\ \ | |/ | |||||
| * | specify that getuid() returns the real uid (closes #10503) | Benjamin Peterson | 2014-06-07 | 1 | -1/+1 |
| | | | | | | | | Patch by εσχατοκυριος. | ||||
* | | update os.sendfile() doc signaling that cross-platform apps should not use ↵ | Giampaolo Rodola' | 2014-04-24 | 1 | -0/+3 |
| | | | | | | | | headers, trailers and flags arguments | ||||
* | | #6490: Expand documentation for os.popen(). | Andrew Kuchling | 2014-04-16 | 1 | -4/+21 |
|/ | | | | Patch by Sam Kimbrel. | ||||
* | update version changed | Benjamin Peterson | 2014-04-01 | 1 | -3/+3 |
| | |||||
* | merge 3.3 (#21082) | Benjamin Peterson | 2014-04-01 | 1 | -5/+9 |
|\ | |||||
| * | merge 3.2 (#21082) | Benjamin Peterson | 2014-04-01 | 1 | -5/+9 |
| |\ | |||||
| | * | remove directory mode check from makedirs (closes #21082) | Benjamin Peterson | 2014-04-01 | 1 | -5/+9 |
| | | | |||||
| * | | Fix note markup (#16805). | Éric Araujo | 2014-03-12 | 1 | -1/+3 |
| | | | | | | | | | | | | Patch by Tshepang Lekhonkhobe, reviewed by Georg Brandl. | ||||
* | | | Fix parameter name in docs for os.makedirs and os.removedirs. | Zachary Ware | 2014-03-20 | 1 | -2/+2 |
| | | | | | | | | | | | | Pointed out by Colin Davis on docs@. | ||||
* | | | Merge in all documentation changes since branching 3.4.0rc1. | Larry Hastings | 2014-03-16 | 1 | -5/+7 |
| | | | |||||
* | | | merge 3.3 (#17811) | Benjamin Peterson | 2014-01-19 | 1 | -6/+10 |
|\ \ \ | |/ / | |||||
| * | | improve description of buffers argument for readv/writev (closes #17811) | Benjamin Peterson | 2014-01-19 | 1 | -8/+12 |
| | | | | | | | | | | | | Patch by Nikolaus Rath. | ||||
* | | | - Issue #19736: Add module-level statvfs constants defined for GNU/glibc | doko@ubuntu.com | 2013-12-08 | 1 | -0/+15 |
| | | | | | | | | | | | | based systems. | ||||
* | | | Issue #19795: Improved markup of True/False constants. | Serhiy Storchaka | 2013-11-29 | 1 | -1/+1 |
|\ \ \ | |/ / | |||||
| * | | Issue #19795: Improved markup of True/False constants. | Serhiy Storchaka | 2013-11-29 | 1 | -1/+1 |
| | | |