| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
|\ \
| |/ |
|
| * | merge 3.1 | Benjamin Peterson | 2011-05-20 | 1 | -1/+1 |
| |\ |
|
| | * | this should actually be an IOError | Benjamin Peterson | 2011-05-20 | 1 | -1/+1 |
|
|
* | | | merge 3.2 | Benjamin Peterson | 2011-05-20 | 1 | -1/+20 |
|\ \ \
| |/ / |
|
| * | | merge 3.1 | Benjamin Peterson | 2011-05-20 | 1 | -1/+20 |
| |\ \
| | |/ |
|
| | * | add example for not using access | Benjamin Peterson | 2011-05-20 | 1 | -1/+20 |
|
|
* | | | Issue #8407: Add pthread_kill(), sigpending() and sigwait() functions to the | Victor Stinner | 2011-05-07 | 1 | -0/+2 |
|
|
* | | | Issue #10812: Add some extra posix functions to the os module. | Ross Lagerwall | 2011-03-17 | 1 | -0/+238 |
|
|
* | | | Merge #10999 fix. | R David Murray | 2011-03-10 | 1 | -10/+10 |
|\ \ \
| |/ / |
|
| * | | Merge #10999 fix. | R David Murray | 2011-03-10 | 1 | -10/+10 |
| |\ \
| | |/ |
|
| | * | #10999: Add missing documentation for chflags constants to stat module docs | R David Murray | 2011-03-10 | 1 | -10/+10 |
|
|
| | * | Merged revisions 86537,86867-86868,86881,86887,86913-86915,86931-86933,86960,... | Georg Brandl | 2011-02-25 | 1 | -3/+3 |
|
|
| | * | Fix markup problems. | Georg Brandl | 2011-02-12 | 1 | -3/+3 |
|
|
| | * | Merged revisions 87136,87221,87256,87337-87338,87571,87839,88164 via svnmerge... | R. David Murray | 2011-02-11 | 1 | -37/+55 |
|
|
| | * | Merged revisions 86892 via svnmerge from | Éric Araujo | 2010-11-30 | 1 | -1/+1 |
|
|
| | * | Merged revisions 85572-85573,85606,85609-85622,85624,85626-85627,85629,85631,... | Georg Brandl | 2010-11-26 | 1 | -3/+3 |
|
|
| | * | Merged revisions 85450-85455,85460-85465 via svnmerge from | Georg Brandl | 2010-11-26 | 1 | -17/+17 |
|
|
| | * | Merged revisions 84142 via svnmerge from | Georg Brandl | 2010-10-06 | 1 | -13/+12 |
|
|
| | * | Merged revisions 76368-76369,76560 via svnmerge from | Georg Brandl | 2010-10-06 | 1 | -1/+0 |
|
|
| | * | Merged revisions 84827-84829 via svnmerge from | Antoine Pitrou | 2010-09-15 | 1 | -6/+10 |
|
|
| | * | Merged revisions 82301 via svnmerge from | Georg Brandl | 2010-07-11 | 1 | -1/+2 |
|
|
| | * | Merged revisions 81452 via svnmerge from | Georg Brandl | 2010-05-21 | 1 | -2/+2 |
|
|
| | * | Merged revisions 81365,81367 via svnmerge from | Georg Brandl | 2010-05-19 | 1 | -9/+16 |
|
|