| Commit message (Expand) | Author | Age | Files | Lines |
* | Issue #16714: use 'raise' exceptions, don't 'throw'. | Andrew Svetlov | 2012-12-18 | 1 | -4/+4 |
|\ |
|
* \ | #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.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 |
|
|
* | | Issue #15936: Reformat text for os.random to follow Larry Hastings suggestion | Andrew Svetlov | 2012-10-16 | 1 | -2/+2 |
|
|
* | | Issue #15936: Add link from os.urandom to random.SystemRandom | Andrew Svetlov | 2012-10-16 | 1 | -0/+3 |
|
|
* | | 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 |
|
|
* | | #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 |
|
|
* | | More doc fixes: made it clear where to start reading when you click on <dir_fd>. | Larry Hastings | 2012-06-25 | 1 | -9/+10 |
|
|
* | | Some tightening of the documentation for the new kwarg-style os module functi... | Georg Brandl | 2012-06-25 | 1 | -42/+22 |
|
|
* | | Grammar fix. | Georg Brandl | 2012-06-25 | 1 | -11/+11 |
|
|
* | | Fix typos | Éric Araujo | 2012-06-24 | 1 | -3/+3 |
|
|
* | | Fix doc of os.fwalk: example used now non-existing os.fstatat() | Hynek Schlawack | 2012-06-24 | 1 | -1/+1 |
|
|
* | | Fix use of class markup. | Georg Brandl | 2012-06-24 | 1 | -2/+2 |
|
|
* | | Issue #15118: Change return value of os.uname() and os.times() from | Larry Hastings | 2012-06-24 | 1 | -8/+40 |
|
|
* | | Fix casing of Unix. | Georg Brandl | 2012-06-24 | 1 | -3/+4 |
|
|
* | | Make the style of the "Availability" sections consistent. | Georg Brandl | 2012-06-24 | 1 | -11/+16 |
|
|
* | | Actually it is just one function. | Georg Brandl | 2012-06-24 | 1 | -1/+1 |
|
|
* | | Minor clarification about fdopen(). | Georg Brandl | 2012-06-24 | 1 | -9/+10 |
|
|
* | | Closes #15161: add support for giving path as a fd for truncate() and pathcon... | Georg Brandl | 2012-06-24 | 1 | -2/+10 |
|
|
* | | Restore mostly-alphabetic sorting of os functions. | Georg Brandl | 2012-06-24 | 1 | -141/+134 |
|
|
* | | Note that equivalents are valid for 3.3+ only. | Georg Brandl | 2012-06-24 | 1 | -16/+20 |
|
|
* | | Move Linux-only *xattr() functions to their own subheading. | Georg Brandl | 2012-06-24 | 1 | -84/+75 |
|
|
* | | Small nits in os doc. | Georg Brandl | 2012-06-24 | 1 | -1/+2 |
|
|
* | | "Refactor" docs for the new dir_fd, follow_symlinks, path-as-fd APIs: documen... | Georg Brandl | 2012-06-24 | 1 | -269/+151 |
|
|
* | | Issue #15154: Add "dir_fd" parameter to os.rmdir, remove "rmdir" | Larry Hastings | 2012-06-23 | 1 | -12/+21 |
|
|
* | | Issue #14626: Large refactoring of functions / parameters in the os module. | Larry Hastings | 2012-06-22 | 1 | -418/+480 |
|
|
* | | Closes #10142: Support for SEEK_HOLE/SEEK_DATA | Jesus Cea | 2012-06-22 | 1 | -0/+4 |
|
|
* | | Issue #14711: os.stat_float_times() has been deprecated. | Victor Stinner | 2012-06-04 | 1 | -0/+2 |
|
|
* | | #14863: Update the documentation of os.fdopen() | Petri Lehtinen | 2012-05-24 | 1 | -18/+5 |
|\ \
| |/ |
|
| * | #14863: Update the documentation of os.fdopen() | Petri Lehtinen | 2012-05-24 | 1 | -15/+5 |
|
|
* | | Restore [] where default arguments are not keywords | Hynek Schlawack | 2012-05-22 | 1 | -1/+1 |
|\ \
| |/ |
|
| * | Restore [] where default arguments are not keywords | Hynek Schlawack | 2012-05-22 | 1 | -1/+1 |
|
|
* | | #14804: Remove [] around optional arguments with default values | Hynek Schlawack | 2012-05-21 | 1 | -1/+1 |
|\ \
| |/ |
|
| * | #14804: Remove [] around optional arguments with default values | Hynek Schlawack | 2012-05-21 | 1 | -1/+1 |
|
|
* | | Issue #14127: Add ns= parameter to utime, futimes, and lutimes. | Larry Hastings | 2012-05-03 | 1 | -17/+35 |
|
|
* | | Issue #10433: merge | Ned Deily | 2012-04-30 | 1 | -0/+18 |
|\ \
| |/ |
|
| * | Issue #10433: Document unique behavior of 'os.getgroups' on Mac OS X. | Ned Deily | 2012-04-30 | 1 | -0/+18 |
|
|
* | | Backing out 86dc014cdd74. Not ready yet | Jesus Cea | 2012-04-26 | 1 | -4/+0 |
|
|
* | | Close #10142: Support for SEEK_HOLE/SEEK_DATA | Jesus Cea | 2012-04-26 | 1 | -0/+4 |
|
|