| Commit message (Expand) | Author | Age | Files | Lines |
* | #16530: the "options" arg of os.wait3 is required. | Ezio Melotti | 2012-11-23 | 1 | -1/+1 |
|
|
* | Link to mapping glossary entry in "Mapping Types - dict" and os.environ docs. | Chris Jerdonek | 2012-11-03 | 1 | -2/+2 |
|
|
* | #13498: Clarify docs of os.makedirs()'s exist_ok argument. | Hynek Schlawack | 2012-10-07 | 1 | -8/+11 |
|
|
* | #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 |
|
|
* | #14804: Remove [] around optional arguments with default values | Hynek Schlawack | 2012-05-21 | 1 | -1/+1 |
|
|
* | Issue #10433: Document unique behavior of 'os.getgroups' on Mac OS X. | Ned Deily | 2012-04-30 | 1 | -0/+18 |
|
|
* | Issue #13772: In os.symlink() under Windows, do not try to guess the link | Antoine Pitrou | 2012-01-24 | 1 | -6/+3 |
|
|
* | 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 |
|
|
* | #12277: add missing comma. | Ezio Melotti | 2011-10-18 | 1 | -1/+1 |
|
|
* | Remove duplicate text in os documentation. | Ross Lagerwall | 2011-09-01 | 1 | -5/+0 |
|
|
* | 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 #12423: Fix os.abort() documentation | Victor Stinner | 2011-07-08 | 1 | -2/+3 |
|
|
* | Fix whitespace nit in datetime and os rst files. | Senthil Kumaran | 2011-07-04 | 1 | -1/+1 |
|
|
* | 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 |
|
|
* | 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.1 | Benjamin Peterson | 2011-05-20 | 1 | -1/+20 |
|\ \
| |/ |
|
| * | add example for not using access | Benjamin Peterson | 2011-05-20 | 1 | -1/+20 |
|
|
* | | 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 |
|
|
| * | Merged revisions 80897 via svnmerge from | Benjamin Peterson | 2010-05-06 | 1 | -123/+319 |
|
|
| * | Merged revisions 77520-77521 via svnmerge from | Ezio Melotti | 2010-01-16 | 1 | -2/+2 |
|
|
| * | Merged revisions 77167 via svnmerge from | Benjamin Peterson | 2009-12-31 | 1 | -14/+22 |
|
|
| * | Merged revisions 75797 via svnmerge from | Georg Brandl | 2009-10-27 | 1 | -3/+3 |
|
|
| * | Merged revisions 74986 via svnmerge from | Doug Hellmann | 2009-09-21 | 1 | -1/+1 |
|
|
| * | Merged revisions 74613,74615,74619-74620,74622 via svnmerge from | Georg Brandl | 2009-09-01 | 1 | -11/+14 |
|
|
| * | Merged revisions 73941-73943,74076,74094,74186,74211-74214,74247,74254,74262,... | Georg Brandl | 2009-08-13 | 1 | -12/+12 |
|
|
| * | Merged revisions 74128 via svnmerge from | R. David Murray | 2009-07-21 | 1 | -19/+19 |
|
|
* | | Doc fixups. | Raymond Hettinger | 2011-02-18 | 1 | -2/+4 |
|
|
* | | #10960: fix 'stat' links, link to lstat from stat, general tidy of stat doc. | R. David Murray | 2011-01-24 | 1 | -35/+56 |
|
|
* | | minor clean-up. | Raymond Hettinger | 2011-01-23 | 1 | -2/+0 |
|
|
* | | Minor doc update for #9333. Took out the phrasing about os.symlink not | Brian Curtin | 2010-12-28 | 1 | -6/+9 |
|
|
* | | Fix #9333. Expose os.symlink on Windows only when usable. | Brian Curtin | 2010-12-02 | 1 | -1/+9 |
|
|
* | | Fix-up documentation of makedirs(). | Georg Brandl | 2010-12-02 | 1 | -5/+5 |
|
|