| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
|
|
* | | Issue 9299 Add exist_ok parameter to os.makedirs to suppress 'File exists' ex... | Terry Reedy | 2010-12-02 | 1 | -5/+11 |
|
|
* | | Let’s keep “throw” for the generator method and use “raise” elsewhere. | Éric Araujo | 2010-11-30 | 1 | -1/+1 |
|
|
* | | Fix #8879. Add os.link support to Windows. | Brian Curtin | 2010-11-24 | 1 | -1/+4 |
|
|
* | | #5962: clarify sys.exit() vs. threads. | Georg Brandl | 2010-10-17 | 1 | -3/+3 |
|
|
* | | #7642: update to os.system() docs. | Georg Brandl | 2010-10-14 | 1 | -18/+17 |
|
|
* | | Document that the 'strict' error handler is used to encode/decode filenames on | Victor Stinner | 2010-10-09 | 1 | -6/+2 |
|
|
* | | Migrate to Sphinx 1.0 C language constructs. | Georg Brandl | 2010-10-06 | 1 | -20/+20 |
|
|
* | | Copyedit of os.symlink() docs. | Georg Brandl | 2010-10-06 | 1 | -15/+13 |
|
|
* | | Fix typo. | Antoine Pitrou | 2010-09-25 | 1 | -1/+1 |
|
|
* | | #9808. Implement os.getlogin for Windows, completed by Jon Anglin. | Brian Curtin | 2010-09-23 | 1 | -3/+3 |
|
|
* | | #9911: doc copyedits. | Georg Brandl | 2010-09-21 | 1 | -1/+1 |
|
|
* | | Add cross-references to the glossary entry for file objects. | Antoine Pitrou | 2010-09-15 | 1 | -7/+7 |
|
|
* | | #6394: Add os.getppid() support for Windows. | Amaury Forgeot d'Arc | 2010-09-07 | 1 | -2/+6 |
|
|
* | | #9747: fix copy-paste error in getresgid() doc. | Georg Brandl | 2010-09-05 | 1 | -1/+1 |
|
|
* | | Create os.fsdecode(): decode from the filesystem encoding with surrogateescape | Victor Stinner | 2010-08-19 | 1 | -6/+19 |
|
|
* | | #7647: add ST_RDONLY, ST_NOSUID constants to os module. | Andrew M. Kuchling | 2010-08-18 | 1 | -0/+8 |
|
|
* | | Consistency check for versionadded/changed directives. | Georg Brandl | 2010-08-17 | 1 | -14/+14 |
|
|
* | | Reword paragraph | Andrew M. Kuchling | 2010-07-26 | 1 | -2/+3 |
|
|
* | | Put listdir default argument into declaration. | Martin v. Löwis | 2010-07-24 | 1 | -2/+2 |
|
|
* | | Issue #6095: Make directory argument to os.listdir optional. | Martin v. Löwis | 2010-07-23 | 1 | -2/+4 |
|
|
* | | Fix documentation typo: wprite() -> write(). | Jeroen Ruigrok van der Werven | 2010-07-13 | 1 | -1/+1 |
|
|
* | | Fix markup. | Georg Brandl | 2010-07-10 | 1 | -3/+6 |
|
|