summaryrefslogtreecommitdiffstats
path: root/Doc/library/os.rst
Commit message (Expand)AuthorAgeFilesLines
* 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
* | Issue #17529: Fix os.sendfile() documentation regarding the type of fileCharles-Francois Natali2013-05-011-3/+2
|\ \ | |/
| * Issue #17529: Fix os.sendfile() documentation regarding the type of fileCharles-Francois Natali2013-05-011-3/+2
* | expose O_PATH if possibleBenjamin Peterson2013-03-131-0/+1
* | Issue #17193: Use binary prefixes (KiB, MiB, GiB) for memory units.Serhiy Storchaka2013-02-161-1/+1
|\ \ | |/
| * Issue #17193: Use binary prefixes (KiB, MiB, GiB) for memory units.Serhiy Storchaka2013-02-161-1/+1
* | Issue #16714: use 'raise' exceptions, don't 'throw'.Andrew Svetlov2012-12-181-4/+4
|\ \ | |/
| * Issue #16714: use 'raise' exceptions, don't 'throw'.Andrew Svetlov2012-12-181-4/+4
| |\
* | \ #16530: merge with 3.3.Ezio Melotti2012-11-231-1/+1
|\ \ \ | |/ /
| * | #16530: merge with 3.2.Ezio Melotti2012-11-231-1/+1
| |\ \ | | |/
| | * #16530: the "options" arg of os.wait3 is required.Ezio Melotti2012-11-231-1/+1
* | | Merge from 3.3: link to mapping glossary entry in docs.Chris Jerdonek2012-11-031-2/+2
|\ \ \ | |/ /
| * | Merge from 3.2: link to mapping glossary entry in docs.Chris Jerdonek2012-11-031-2/+2
| |\ \ | | |/
| | * Link to mapping glossary entry in "Mapping Types - dict" and os.environ docs.Chris Jerdonek2012-11-031-2/+2
* | | Merge issue #15936: Reformat text for os.random to follow Larry Hastings sugg...Andrew Svetlov2012-10-161-2/+2
|\ \ \ | |/ /
| * | Issue #15936: Reformat text for os.random to follow Larry Hastings suggestionAndrew Svetlov2012-10-161-2/+2
* | | Merge issue #15936: Add link from os.urandom to random.SystemRandomAndrew Svetlov2012-10-161-0/+3
|\ \ \ | |/ /
| * | Issue #15936: Add link from os.urandom to random.SystemRandomAndrew Svetlov2012-10-161-0/+3
* | | Merge 3.3Hynek Schlawack2012-10-081-8/+11
|\ \ \ | |/ /
| * | Merge 3.2Hynek Schlawack2012-10-081-8/+11
| |\ \ | | |/
| | * #13498: Clarify docs of os.makedirs()'s exist_ok argument.Hynek Schlawack2012-10-071-8/+11
* | | #16135: Removal of OS/2 support (Docs)Jesus Cea2012-10-041-1/+1
|/ /
* | #15886: remove redundant phraseR David Murray2012-09-111-3/+2
* | Issue #15527: fix docs, remove double parens by changing markup.Andrew Svetlov2012-08-111-1/+1
* | os.unlinkat() has been removed, update os.fwalk() docVictor Stinner2012-08-051-3/+3
* | Issue #12655: Mention multiprocessing.cpu_count() in os.sched_getaffinity() docVictor Stinner2012-08-041-0/+4
* | Issue #12655: Instead of requiring a custom type, os.sched_getaffinity andAntoine Pitrou2012-08-041-36/+6
* | Doc fix: the text role is called "func", not "funk".Larry Hastings2012-07-161-1/+1
* | Issue #15202: Consistently use the name "follow_symlinks" forLarry Hastings2012-07-151-2/+4
* | Issue #15177: Added dir_fd parameter to os.fwalk().Larry Hastings2012-06-251-2/+5
* | Issue #15176: Clarified behavior, documentation, and implementationLarry Hastings2012-06-251-5/+8
* | More doc fixes: made it clear where to start reading when you click on <dir_fd>.Larry Hastings2012-06-251-9/+10
* | Some tightening of the documentation for the new kwarg-style os module functi...Georg Brandl2012-06-251-42/+22
* | Grammar fix.Georg Brandl2012-06-251-11/+11
* | Fix typosÉric Araujo2012-06-241-3/+3
* | Fix doc of os.fwalk: example used now non-existing os.fstatat()Hynek Schlawack2012-06-241-1/+1
* | Fix use of class markup.Georg Brandl2012-06-241-2/+2
* | Issue #15118: Change return value of os.uname() and os.times() fromLarry Hastings2012-06-241-8/+40
* | Fix casing of Unix.Georg Brandl2012-06-241-3/+4