| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | | Issue #14127: Add st_{cma}time_ns fields to os.stat() result object. | Larry Hastings | 2012-04-19 | 1 | -6/+26 |
|
|
* | | fix Sphinx error in os.rst | Eli Bendersky | 2012-02-11 | 1 | -2/+2 |
|
|
* | | Issue #13609: Add two functions to query the terminal size: | Antoine Pitrou | 2012-02-08 | 1 | -0/+37 |
|
|
* | | Backout f8409b3d6449: the PEP 410 is not accepted yet | Victor Stinner | 2012-02-08 | 1 | -35/+6 |
|
|
* | | PEP 410 | Victor Stinner | 2012-02-08 | 1 | -6/+35 |
|
|
* | | Following Nick's suggestion, rename posix.fdlistdir() to posix.flistdir(), to | Charles-François Natali | 2012-02-06 | 1 | -1/+1 |
|
|
* | | Issue #13734: Add os.fwalk(), a directory walking function yielding file | Charles-François Natali | 2012-02-05 | 1 | -0/+51 |
|
|
* | | Issue #8828: Add new function os.replace(), for cross-platform renaming with ... | Antoine Pitrou | 2012-01-30 | 1 | -2/+16 |
|
|
* | | Issue #13772: In os.symlink() under Windows, do not try to guess the link | Antoine Pitrou | 2012-01-24 | 1 | -6/+3 |
|\ \
| |/ |
|
| * | Issue #13772: In os.symlink() under Windows, do not try to guess the link | Antoine Pitrou | 2012-01-24 | 1 | -6/+3 |
|
|
* | | Issue #13757: Change os.fdlistdir() so that it duplicates the passed file | Charles-François Natali | 2012-01-10 | 1 | -1/+1 |
|
|
* | | Issue #12760: Add a create mode to open(). Patch by David Townshend. | Charles-François Natali | 2012-01-09 | 1 | -1/+4 |
|
|
* | | Issue #13530: Document os.lseek() result | Victor Stinner | 2011-12-17 | 1 | -1/+1 |
|\ \
| |/ |
|
| * | Issue #13530: Document os.lseek() result | Victor Stinner | 2011-12-17 | 1 | -1/+1 |
|
|
| * | #13233: fix typo. | Ezio Melotti | 2011-10-20 | 1 | -1/+1 |
|
|
* | | Refactor functions signatures in the doc. | Ezio Melotti | 2011-11-08 | 1 | -8/+15 |
|
|
* | | Backed out changeset 60ae7979fec8 | Brian Curtin | 2011-11-08 | 1 | -6/+6 |
|
|
* | | Remove the old style [...] to denote optional args and show the defaults. | Brian Curtin | 2011-11-08 | 1 | -6/+6 |
|
|
* | | Fix #13327. utimensat now has the atime and mtime arguments set as optional, | Brian Curtin | 2011-11-07 | 1 | -4/+4 |
|
|
* | | Fix 13327. Remove explicit None arguments from futimes, futimens, futimesat, | Brian Curtin | 2011-11-07 | 1 | -10/+6 |
|
|
* | | Fix #13327. Remove the need for an explicit None as the second argument to | Brian Curtin | 2011-11-06 | 1 | -10/+11 |
|
|
* | | Issue #13226: Add RTLD_xxx constants to the os module. These constants can by | Victor Stinner | 2011-10-25 | 1 | -0/+13 |
|
|
* | | Mention that os.O_CLOEXEC was added to Python 3.3 | Victor Stinner | 2011-10-19 | 1 | -0/+2 |
|
|
* | | Merge with 3.2. | Ezio Melotti | 2011-10-19 | 1 | -1/+1 |
|\ \
| |/ |
|
* | | #12277: merge with 3.2. | Ezio Melotti | 2011-10-18 | 1 | -1/+1 |
|\ \
| |/ |
|
| * | #12277: add missing comma. | Ezio Melotti | 2011-10-18 | 1 | -1/+1 |
|
|
* | | Fix typo in the os doc: lremoveattr => lremovexattr | Victor Stinner | 2011-10-13 | 1 | -2/+2 |
|
|
* | | Replace mentions of IOError | Antoine Pitrou | 2011-10-12 | 1 | -5/+2 |
|
|
* | | Merge with 3.2. | Ross Lagerwall | 2011-09-01 | 1 | -5/+0 |
|\ \
| |/ |
|
| * | Remove duplicate text in os documentation. | Ross Lagerwall | 2011-09-01 | 1 | -5/+0 |
|
|
* | | expose linux extended file system attributes (closes #12720) | Benjamin Peterson | 2011-09-01 | 1 | -0/+148 |
|
|
* | | #12191: add shutil.chown() to change user and/or group owner of a given path ... | Sandro Tosi | 2011-08-22 | 1 | -0/+3 |
|
|
* | | expose sched.h functions (closes #12655) | Benjamin Peterson | 2011-08-02 | 1 | -0/+149 |
|
|
* | | Issue #6476: Document that os.spawnle and os.spawnve are not thread-safe unde... | Antoine Pitrou | 2011-07-18 | 1 | -1/+3 |
|\ \
| |/ |
|
| * | Issue #6476: Document that os.spawnle and os.spawnve are not thread-safe unde... | Antoine Pitrou | 2011-07-18 | 1 | -1/+3 |
|
|
* | | Issue #12326: document the recommended idiom for checking sys.platform on Uni... | Antoine Pitrou | 2011-07-09 | 1 | -0/+7 |
|\ \
| |/ |
|
| * | Issue #12326: document the recommended idiom for checking sys.platform on Uni... | Antoine Pitrou | 2011-07-09 | 1 | -0/+7 |
|
|
* | | (merge 3.2) Issue #12423: Fix os.abort() documentation | Victor Stinner | 2011-07-08 | 1 | -2/+3 |
|\ \
| |/ |
|
| * | Issue #12423: Fix os.abort() documentation | Victor Stinner | 2011-07-08 | 1 | -2/+3 |
|
|
* | | merge from 3.2 | Senthil Kumaran | 2011-07-04 | 1 | -1/+1 |
|\ \
| |/ |
|
| * | Fix whitespace nit in datetime and os rst files. | Senthil Kumaran | 2011-07-04 | 1 | -1/+1 |
|
|
* | | Merge from 3.2 . Replace the term members with correct and appropriate termi... | Senthil Kumaran | 2011-07-04 | 1 | -5/+6 |
|\ \
| |/ |
|
| * | issue10403 - Let's not use members anymore. Use 'attribute' where it denotes ... | Senthil Kumaran | 2011-07-04 | 1 | -5/+6 |
|
|
* | | Issue #8746: Correct faulty configure checks so that os.chflags() and | Ned Deily | 2011-06-28 | 1 | -0/+2 |
|\ \
| |/ |
|
| * | Issue #8746: Correct faulty configure checks so that os.chflags() and | Ned Deily | 2011-06-28 | 1 | -0/+2 |
|
|
* | | Issue #9344: Add os.getgrouplist(). | Ross Lagerwall | 2011-06-10 | 1 | -0/+11 |
|
|
* | | Issue #12196: Make os.pipe2() flags argument mandatory. | Charles-François Natali | 2011-06-06 | 1 | -3/+3 |
|
|
* | | Issue #12196: Add pipe2() to the os module. | Charles-François Natali | 2011-05-29 | 1 | -0/+13 |
|
|
* | | Issue #12105: Add O_CLOEXEC to the os module. | Charles-François Natali | 2011-05-22 | 1 | -0/+1 |
|
|
* | | merge 3.2 | Benjamin Peterson | 2011-05-20 | 1 | -1/+1 |
|\ \
| |/ |
|