Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
| | | | | | os.get_terminal_size (low level) and shutil.get_terminal_size (high level). Patch by Zbigniew Jędrzejewski-Szmek. | ||||
* | 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 |
| | | | | | be consistent with other functions accepting file descriptors (fdlistdir() was added in 3.3, so hasn't been released yet). | ||||
* | Issue #13734: Add os.fwalk(), a directory walking function yielding file | Charles-François Natali | 2012-02-05 | 1 | -0/+51 |
| | | | | descriptors. | ||||
* | Issue #8828: Add new function os.replace(), for cross-platform renaming with ↵ | Antoine Pitrou | 2012-01-30 | 1 | -2/+16 |
| | | | | overwriting. | ||||
* | Issue #13772: In os.symlink() under Windows, do not try to guess the link | Antoine Pitrou | 2012-01-24 | 1 | -6/+3 |
|\ | | | | | | | | | target's type (file or directory). The detection was buggy and made the call non-atomic (therefore prone to race conditions). | ||||
| * | Issue #13772: In os.symlink() under Windows, do not try to guess the link | Antoine Pitrou | 2012-01-24 | 1 | -6/+3 |
| | | | | | | | | | | target's type (file or directory). The detection was buggy and made the call non-atomic (therefore prone to race conditions). | ||||
* | | Issue #13757: Change os.fdlistdir() so that it duplicates the passed file | Charles-François Natali | 2012-01-10 | 1 | -1/+1 |
| | | | | | | | | descriptor (instead of closing it). | ||||
* | | 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 |
|\ \ | |/ | | | | | Patch written by Jérémy Anger. | ||||
| * | Issue #13530: Document os.lseek() result | Victor Stinner | 2011-12-17 | 1 | -1/+1 |
| | | | | | | | | Patch written by Jérémy Anger. | ||||
| * | #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 |
| | | | | | | | | | | | | | | defaulting to None like the other utimes family members. It now accepts keyword arguments because, unlike other other functions in the family, it has a `flags` value at the end of the argument list (which retains its 0 default). | ||||
* | | Fix 13327. Remove explicit None arguments from futimes, futimens, futimesat, | Brian Curtin | 2011-11-07 | 1 | -10/+6 |
| | | | | | | | | and lutimes. | ||||
* | | Fix #13327. Remove the need for an explicit None as the second argument to | Brian Curtin | 2011-11-06 | 1 | -10/+11 |
| | | | | | | | | | | os.utime in order to update to the current time. The second argument is now optional. | ||||
* | | Issue #13226: Add RTLD_xxx constants to the os module. These constants can by | Victor Stinner | 2011-10-25 | 1 | -0/+13 |
| | | | | | | | | used with sys.setdlopenflags(). | ||||
* | | 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 |
| | | | | | | | | also specifying their names. | ||||
* | | 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 ↵ | Antoine Pitrou | 2011-07-18 | 1 | -1/+3 |
|\ \ | |/ | | | | | under Windows. | ||||
| * | Issue #6476: Document that os.spawnle and os.spawnve are not thread-safe ↵ | Antoine Pitrou | 2011-07-18 | 1 | -1/+3 |
| | | | | | | | | under Windows. | ||||
* | | Issue #12326: document the recommended idiom for checking sys.platform on ↵ | Antoine Pitrou | 2011-07-09 | 1 | -0/+7 |
|\ \ | |/ | | | | | | | | | Unix systems. Also, point to the various alternatives. | ||||
| * | Issue #12326: document the recommended idiom for checking sys.platform on ↵ | Antoine Pitrou | 2011-07-09 | 1 | -0/+7 |
| | | | | | | | | | | | | Unix systems. Also, point to the various alternatives. | ||||
* | | (merge 3.2) Issue #12423: Fix os.abort() documentation | Victor Stinner | 2011-07-08 | 1 | -2/+3 |
|\ \ | |/ | | | | | | | The Python signal handler for SIGABRT is not called on os.abort() (only if the signal is raised manually or sent by another process). Patch by Kamil Kisiel. | ||||
| * | Issue #12423: Fix os.abort() documentation | Victor Stinner | 2011-07-08 | 1 | -2/+3 |
| | | | | | | | | | | The Python signal handler for SIGABRT is not called on os.abort() (only if the signal is raised manually or sent by another process). Patch by Kamil Kisiel. | ||||
* | | 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 ↵ | Senthil Kumaran | 2011-07-04 | 1 | -5/+6 |
|\ \ | |/ | | | | | terminology. Initial patch by Adam Woodbeck. | ||||
| * | issue10403 - Let's not use members anymore. Use 'attribute' where it denotes ↵ | Senthil Kumaran | 2011-07-04 | 1 | -5/+6 |
| | | | | | | | | attribute and 'methods' where it denotes methods. Context should clarify usage. | ||||
* | | Issue #8746: Correct faulty configure checks so that os.chflags() and | Ned Deily | 2011-06-28 | 1 | -0/+2 |
|\ \ | |/ | | | | | | | | | | | os.lchflags() are once again built on systems that support these functions (*BSD and OS X). Also add new stat file flags for OS X (UF_HIDDEN and UF_COMPRESSED). Also add additional tests for os.chflags() and os.lchflags(). (Tests by Garrett Cooper) | ||||
| * | Issue #8746: Correct faulty configure checks so that os.chflags() and | Ned Deily | 2011-06-28 | 1 | -0/+2 |
| | | | | | | | | | | | | | | os.lchflags() are once again built on systems that support these functions (*BSD and OS X). Also add new stat file flags for OS X (UF_HIDDEN and UF_COMPRESSED). Also add additional tests for os.chflags() and os.lchflags(). (Tests by Garrett Cooper) | ||||
* | | 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 |
|\ \ | |/ | |||||
| * | merge 3.1 | Benjamin Peterson | 2011-05-20 | 1 | -1/+1 |
| |\ |