summaryrefslogtreecommitdiffstats
path: root/Doc/library/os.rst
Commit message (Expand)AuthorAgeFilesLines
* Issue #24062: Fix os.stat links. Patch by July Tikhonov.Berker Peksag2015-04-271-2/+2
* Issue #23605: os.walk() doc now mentions shutil.rmtree() in the last exampleVictor Stinner2015-03-101-2/+3
* Fix typo in os.supports_effective_ids documentation.Berker Peksag2015-02-161-1/+2
* Docs: 'os.pwrite()' needs bytes, not stringsJesus Cea2014-10-201-3/+3
* Revert #22251Berker Peksag2014-09-271-1/+0
* Issue #22251: Fix ReST markup to avoid errors building docs.Berker Peksag2014-09-271-0/+1
* getuid() returns real process id not effective (closes #22307)Benjamin Peterson2014-08-311-4/+4
* 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
* Closes #21758: asyncio doc: mention explicitly that subprocess parameters areVictor Stinner2014-06-191-0/+1
* clarify when the list of subdirectories is read (closes #13779)Benjamin Peterson2014-06-161-3/+5
* specify that getuid() returns the real uid (closes #10503)Benjamin Peterson2014-06-071-1/+1
* update version changedBenjamin Peterson2014-04-011-3/+3
* merge 3.3 (#21082)Benjamin Peterson2014-04-011-5/+9
|\
| * merge 3.2 (#21082)Benjamin Peterson2014-04-011-5/+9
| |\
| | * remove directory mode check from makedirs (closes #21082)Benjamin Peterson2014-04-011-5/+9
| * | Fix note markup (#16805).Éric Araujo2014-03-121-1/+3
* | | Fix parameter name in docs for os.makedirs and os.removedirs.Zachary Ware2014-03-201-2/+2
* | | Merge in all documentation changes since branching 3.4.0rc1.Larry Hastings2014-03-161-5/+7
* | | merge 3.3 (#17811)Benjamin Peterson2014-01-191-6/+10
|\ \ \ | |/ /
| * | improve description of buffers argument for readv/writev (closes #17811)Benjamin Peterson2014-01-191-8/+12
* | | - Issue #19736: Add module-level statvfs constants defined for GNU/glibcdoko@ubuntu.com2013-12-081-0/+15
* | | Issue #19795: Improved markup of True/False constants.Serhiy Storchaka2013-11-291-1/+1
|\ \ \ | |/ /
| * | Issue #19795: Improved markup of True/False constants.Serhiy Storchaka2013-11-291-1/+1
* | | doc: fix typoVictor Stinner2013-11-061-1/+1
* | | Issue #19227 / Issue #18747: Remove pthread_atfork() handler to remove OpenSS...Christian Heimes2013-10-291-0/+4
|\ \ \ | |/ /
| * | Issue #18747: document issue with OpenSSL's CPRNG state and forkChristian Heimes2013-10-291-0/+4
* | | Issue #19207: Improved cross-references in the os, os.path, and posix modulesSerhiy Storchaka2013-10-131-28/+29
|\ \ \ | |/ /
| * | Issue #19207: Improved cross-references in the os, os.path, and posix modulesSerhiy Storchaka2013-10-131-27/+28
* | | merge with 3.3Georg Brandl2013-10-061-2/+2
|\ \ \ | |/ /
| * | Fix name of the "exist_ok" argument. Found by Neil Bushong on docs@.Georg Brandl2013-10-061-2/+2
* | | merge with 3.3Georg Brandl2013-10-061-2/+0
|\ \ \ | |/ /
| * | Closes #15228: remove reference to Unix "touch"; it is confusing since the pa...Georg Brandl2013-10-061-2/+0
* | | merge with 3.3Georg Brandl2013-10-061-2/+3
|\ \ \ | |/ /
| * | Closes #15213: update comment for _PyOS_URandomGeorg Brandl2013-10-061-2/+3
* | | merge with 3.3Georg Brandl2013-10-061-2/+2
|\ \ \ | |/ /
| * | Closes #12350: clarify blocks/block size members of stat result.Georg Brandl2013-10-061-2/+2
* | | Correcting the mistake in 678e3c0d2d99Senthil Kumaran2013-09-191-2/+2
|\ \ \ | |/ /
| * | Correcting the mistake in 14ba90816930Senthil Kumaran2013-09-191-2/+2
* | | Fixup reST syntax errors and streamline docs of PEP 446.Georg Brandl2013-09-151-13/+12
* | | merge from 3.3Senthil Kumaran2013-09-071-2/+0
|\ \ \ | |/ /
| * | Removing the mention of os.isatty mention as Unix onlySenthil Kumaran2013-09-071-2/+0
* | | Issue #18571: Implementation of the PEP 446: file descriptors and file handlesVictor Stinner2013-08-271-7/+76
* | | Issue #18673: Add versionchanged to docsChristian Heimes2013-08-161-0/+4
* | | Issue #18673: Add O_TMPFILE to os module. O_TMPFILE requires Linux kernelChristian Heimes2013-08-161-0/+1
* | | #12716: reorganize docs for os module a bitAndrew Kuchling2013-06-211-76/+70
* | | Merge with 3.3Jason R. Coombs2013-05-281-3/+5
|\ \ \ | |/ /
| * | Issue #13772: Restored directory detection of targets in `os.symlink` on Wind...Jason R. Coombs2013-05-281-3/+5
* | | Issue #17914: Add os.cpu_count(). Patch by Yogesh Chaudhari, based on anCharles-Francois Natali2013-05-201-4/+7