| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | | | 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 pa... | Georg Brandl | 2013-10-06 | 1 | -2/+0 |
|
|
* | | | 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 |
|\ \ \
| |/ / |
|
| * | | Correcting the mistake in 14ba90816930 | Senthil Kumaran | 2013-09-19 | 1 | -2/+2 |
|
|
* | | | 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 | Senthil Kumaran | 2013-09-07 | 1 | -2/+0 |
|
|
* | | | Issue #18571: Implementation of the PEP 446: file descriptors and file handles | Victor Stinner | 2013-08-27 | 1 | -7/+76 |
|
|
* | | | 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 |
|
|
* | | | #12716: reorganize docs for os module a bit | Andrew Kuchling | 2013-06-21 | 1 | -76/+70 |
|
|
* | | | Merge with 3.3 | Jason R. Coombs | 2013-05-28 | 1 | -3/+5 |
|\ \ \
| |/ / |
|
| * | | Issue #13772: Restored directory detection of targets in `os.symlink` on Wind... | Jason R. Coombs | 2013-05-28 | 1 | -3/+5 |
|
|
* | | | Issue #17914: Add os.cpu_count(). Patch by Yogesh Chaudhari, based on an | Charles-Francois Natali | 2013-05-20 | 1 | -4/+7 |
|
|
* | | | Issue #17529: Fix os.sendfile() documentation regarding the type of file | Charles-Francois Natali | 2013-05-01 | 1 | -3/+2 |
|\ \ \
| |/ / |
|
| * | | Issue #17529: Fix os.sendfile() documentation regarding the type of file | Charles-Francois Natali | 2013-05-01 | 1 | -3/+2 |
|
|
* | | | expose O_PATH if possible | Benjamin Peterson | 2013-03-13 | 1 | -0/+1 |
|
|
* | | | Issue #17193: Use binary prefixes (KiB, MiB, GiB) for memory units. | Serhiy Storchaka | 2013-02-16 | 1 | -1/+1 |
|\ \ \
| |/ / |
|
| * | | Issue #17193: Use binary prefixes (KiB, MiB, GiB) for memory units. | Serhiy Storchaka | 2013-02-16 | 1 | -1/+1 |
|
|
* | | | Issue #16714: use 'raise' exceptions, don't 'throw'. | Andrew Svetlov | 2012-12-18 | 1 | -4/+4 |
|\ \ \
| |/ / |
|
| * | | Issue #16714: use 'raise' exceptions, don't 'throw'. | Andrew Svetlov | 2012-12-18 | 1 | -4/+4 |
| |\ \
| | |/ |
|
* | | | #16530: merge with 3.3. | Ezio Melotti | 2012-11-23 | 1 | -1/+1 |
|\ \ \
| |/ / |
|
| * | | #16530: merge with 3.2. | Ezio Melotti | 2012-11-23 | 1 | -1/+1 |
| |\ \
| | |/ |
|
| | * | #16530: the "options" arg of os.wait3 is required. | Ezio Melotti | 2012-11-23 | 1 | -1/+1 |
|
|
* | | | Merge from 3.3: link to mapping glossary entry in docs. | Chris Jerdonek | 2012-11-03 | 1 | -2/+2 |
|\ \ \
| |/ / |
|
| * | | Merge from 3.2: link to mapping glossary entry in docs. | Chris Jerdonek | 2012-11-03 | 1 | -2/+2 |
| |\ \
| | |/ |
|
| | * | Link to mapping glossary entry in "Mapping Types - dict" and os.environ docs. | Chris Jerdonek | 2012-11-03 | 1 | -2/+2 |
|
|
* | | | Merge issue #15936: Reformat text for os.random to follow Larry Hastings sugg... | Andrew Svetlov | 2012-10-16 | 1 | -2/+2 |
|\ \ \
| |/ / |
|
| * | | Issue #15936: Reformat text for os.random to follow Larry Hastings suggestion | Andrew Svetlov | 2012-10-16 | 1 | -2/+2 |
|
|
* | | | Merge issue #15936: Add link from os.urandom to random.SystemRandom | Andrew Svetlov | 2012-10-16 | 1 | -0/+3 |
|\ \ \
| |/ / |
|
| * | | Issue #15936: Add link from os.urandom to random.SystemRandom | Andrew Svetlov | 2012-10-16 | 1 | -0/+3 |
|
|
* | | | Merge 3.3 | Hynek Schlawack | 2012-10-08 | 1 | -8/+11 |
|\ \ \
| |/ / |
|
| * | | Merge 3.2 | Hynek Schlawack | 2012-10-08 | 1 | -8/+11 |
| |\ \
| | |/ |
|
| | * | #13498: Clarify docs of os.makedirs()'s exist_ok argument. | Hynek Schlawack | 2012-10-07 | 1 | -8/+11 |
|
|
* | | | #16135: Removal of OS/2 support (Docs) | Jesus Cea | 2012-10-04 | 1 | -1/+1 |
|/ / |
|
* | | #15886: remove redundant phrase | R David Murray | 2012-09-11 | 1 | -3/+2 |
|
|
* | | Issue #15527: fix docs, remove double parens by changing markup. | Andrew Svetlov | 2012-08-11 | 1 | -1/+1 |
|
|
* | | os.unlinkat() has been removed, update os.fwalk() doc | Victor Stinner | 2012-08-05 | 1 | -3/+3 |
|
|
* | | Issue #12655: Mention multiprocessing.cpu_count() in os.sched_getaffinity() doc | Victor Stinner | 2012-08-04 | 1 | -0/+4 |
|
|
* | | Issue #12655: Instead of requiring a custom type, os.sched_getaffinity and | Antoine Pitrou | 2012-08-04 | 1 | -36/+6 |
|
|
* | | Doc fix: the text role is called "func", not "funk". | Larry Hastings | 2012-07-16 | 1 | -1/+1 |
|
|
* | | Issue #15202: Consistently use the name "follow_symlinks" for | Larry Hastings | 2012-07-15 | 1 | -2/+4 |
|
|
* | | Issue #15177: Added dir_fd parameter to os.fwalk(). | Larry Hastings | 2012-06-25 | 1 | -2/+5 |
|
|
* | | Issue #15176: Clarified behavior, documentation, and implementation | Larry Hastings | 2012-06-25 | 1 | -5/+8 |
|
|