Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Issue #23605: os.walk() doc now mentions shutil.rmtree() in the last example | Victor Stinner | 2015-03-10 | 1 | -2/+3 |
| | |||||
* | Fix typo in os.supports_effective_ids documentation. | Berker Peksag | 2015-02-16 | 1 | -1/+2 |
| | |||||
* | 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 |
| | |||||
* | Issue #22251: Fix ReST markup to avoid errors building docs. | Berker Peksag | 2014-09-27 | 1 | -0/+1 |
| | |||||
* | getuid() returns real process id not effective (closes #22307) | Benjamin Peterson | 2014-08-31 | 1 | -4/+4 |
| | |||||
* | 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 |
| | |||||
* | Closes #21758: asyncio doc: mention explicitly that subprocess parameters are | Victor Stinner | 2014-06-19 | 1 | -0/+1 |
| | | | | bytes or character strings | ||||
* | clarify when the list of subdirectories is read (closes #13779) | Benjamin Peterson | 2014-06-16 | 1 | -3/+5 |
| | |||||
* | specify that getuid() returns the real uid (closes #10503) | Benjamin Peterson | 2014-06-07 | 1 | -1/+1 |
| | | | | Patch by εσχατοκυριος. | ||||
* | 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 |
| | | | |||||
* | | | doc: fix typo | Victor Stinner | 2013-11-06 | 1 | -1/+1 |
| | | | |||||
* | | | Issue #19227 / Issue #18747: Remove pthread_atfork() handler to remove ↵ | Christian Heimes | 2013-10-29 | 1 | -0/+4 |
|\ \ \ | |/ / | | | | | | | | | | | | | OpenSSL re-seeding It is causing trouble like e.g. hanging processes. | ||||
| * | | Issue #18747: document issue with OpenSSL's CPRNG state and fork | Christian Heimes | 2013-10-29 | 1 | -0/+4 |
| | | | |||||
* | | | Issue #19207: Improved cross-references in the os, os.path, and posix modules | Serhiy Storchaka | 2013-10-13 | 1 | -28/+29 |
|\ \ \ | |/ / | | | | | | | documentation. | ||||
| * | | Issue #19207: Improved cross-references in the os, os.path, and posix modules | Serhiy Storchaka | 2013-10-13 | 1 | -27/+28 |
| | | | | | | | | | | | | documentation. | ||||
* | | | merge with 3.3 | Georg Brandl | 2013-10-06 | 1 | -2/+2 |
|\ \ \ | |/ / | |||||
| * | | Fix name of the "exist_ok" argument. Found by Neil Bushong on docs@. | Georg Brandl | 2013-10-06 | 1 | -2/+2 |
| | | | |||||
* | | | merge with 3.3 | Georg Brandl | 2013-10-06 | 1 | -2/+0 |
|\ \ \ | |/ / | |||||
| * | | Closes #15228: remove reference to Unix "touch"; it is confusing since the ↵ | Georg Brandl | 2013-10-06 | 1 | -2/+0 |
| | | | | | | | | | | | | path needs to exist for os.utime() to succeed | ||||
* | | | merge with 3.3 | Georg Brandl | 2013-10-06 | 1 | -2/+3 |
|\ \ \ | |/ / | |||||
| * | | Closes #15213: update comment for _PyOS_URandom | Georg Brandl | 2013-10-06 | 1 | -2/+3 |
| | | | |||||
* | | | merge with 3.3 | Georg Brandl | 2013-10-06 | 1 | -2/+2 |
|\ \ \ | |/ / | |||||
| * | | Closes #12350: clarify blocks/block size members of stat result. | Georg Brandl | 2013-10-06 | 1 | -2/+2 |
| | | | |||||
* | | | Correcting the mistake in 678e3c0d2d99 | Senthil Kumaran | 2013-09-19 | 1 | -2/+2 |
|\ \ \ | |/ / | | | | | | | | | | Merge from 3.3 Addresses Issue #18553: isatty is not Unix only. | ||||
| * | | Correcting the mistake in 14ba90816930 | Senthil Kumaran | 2013-09-19 | 1 | -2/+2 |
| | | | | | | | | | | | | Addresses Issue #18553: isatty is not Unix only. | ||||
* | | | Fixup reST syntax errors and streamline docs of PEP 446. | Georg Brandl | 2013-09-15 | 1 | -13/+12 |
| | | | |||||
* | | | merge from 3.3 | Senthil Kumaran | 2013-09-07 | 1 | -2/+0 |
|\ \ \ | |/ / | | | | | | | | | | Removing the mention of os.isatty mention as Unix only Correct the wrong documentation. | ||||
| * | | Removing the mention of os.isatty mention as Unix only | Senthil Kumaran | 2013-09-07 | 1 | -2/+0 |
| | | | | | | | | | | | | Correct the wrong documentation. | ||||
* | | | Issue #18571: Implementation of the PEP 446: file descriptors and file handles | Victor Stinner | 2013-08-27 | 1 | -7/+76 |
| | | | | | | | | | | | | | | | are now created non-inheritable; add functions os.get/set_inheritable(), os.get/set_handle_inheritable() and socket.socket.get/set_inheritable(). | ||||
* | | | Issue #18673: Add versionchanged to docs | Christian Heimes | 2013-08-16 | 1 | -0/+4 |
| | | | |||||
* | | | Issue #18673: Add O_TMPFILE to os module. O_TMPFILE requires Linux kernel | Christian Heimes | 2013-08-16 | 1 | -0/+1 |
| | | | | | | | | | | | | 3.11 or newer. It's only defined on system with 3.11 uapi headers, too. | ||||
* | | | #12716: reorganize docs for os module a bit | Andrew Kuchling | 2013-06-21 | 1 | -76/+70 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Move the constants used by os.open() to after the description of os.open(), instead of putting them in their own section. * Move RTLD_* constants to "Miscellaneous System Information" section, and mention the sys functions they're used with. * Mention dir_fd parameter in os.open() text. * Typo fix ("are a supported by"). | ||||
* | | | Merge with 3.3 | Jason R. Coombs | 2013-05-28 | 1 | -3/+5 |
|\ \ \ | |/ / | |||||
| * | | Issue #13772: Restored directory detection of targets in `os.symlink` on ↵ | Jason R. Coombs | 2013-05-28 | 1 | -3/+5 |
| | | | | | | | | | | | | Windows, which was temporarily removed in Python 3.2.3 due to an incomplete implementation. The implementation now works even if the symlink is created in a location other than the current directory. | ||||
* | | | Issue #17914: Add os.cpu_count(). Patch by Yogesh Chaudhari, based on an | Charles-Francois Natali | 2013-05-20 | 1 | -4/+7 |
| | | | | | | | | | | | | initial patch by Trent Nelson. | ||||
* | | | Issue #17529: Fix os.sendfile() documentation regarding the type of file | Charles-Francois Natali | 2013-05-01 | 1 | -3/+2 |
|\ \ \ | |/ / | | | | | | | descriptor supported. |