summaryrefslogtreecommitdiffstats
path: root/Doc/library/os.rst
Commit message (Expand)AuthorAgeFilesLines
* Merge #10999 fix.R David Murray2011-03-101-10/+10
|\
| * #10999: Add missing documentation for chflags constants to stat module docsR David Murray2011-03-101-10/+10
| * Merged revisions 86537,86867-86868,86881,86887,86913-86915,86931-86933,86960,...Georg Brandl2011-02-251-3/+3
| * Fix markup problems.Georg Brandl2011-02-121-3/+3
| * Merged revisions 87136,87221,87256,87337-87338,87571,87839,88164 via svnmerge...R. David Murray2011-02-111-37/+55
| * Merged revisions 86892 via svnmerge fromÉric Araujo2010-11-301-1/+1
| * Merged revisions 85572-85573,85606,85609-85622,85624,85626-85627,85629,85631,...Georg Brandl2010-11-261-3/+3
| * Merged revisions 85450-85455,85460-85465 via svnmerge fromGeorg Brandl2010-11-261-17/+17
| * Merged revisions 84142 via svnmerge fromGeorg Brandl2010-10-061-13/+12
| * Merged revisions 76368-76369,76560 via svnmerge fromGeorg Brandl2010-10-061-1/+0
| * Merged revisions 84827-84829 via svnmerge fromAntoine Pitrou2010-09-151-6/+10
| * Merged revisions 82301 via svnmerge fromGeorg Brandl2010-07-111-1/+2
| * Merged revisions 81452 via svnmerge fromGeorg Brandl2010-05-211-2/+2
| * Merged revisions 81365,81367 via svnmerge fromGeorg Brandl2010-05-191-9/+16
| * Merged revisions 80897 via svnmerge fromBenjamin Peterson2010-05-061-123/+319
| * Merged revisions 77520-77521 via svnmerge fromEzio Melotti2010-01-161-2/+2
| * Merged revisions 77167 via svnmerge fromBenjamin Peterson2009-12-311-14/+22
| * Merged revisions 75797 via svnmerge fromGeorg Brandl2009-10-271-3/+3
| * Merged revisions 74986 via svnmerge fromDoug Hellmann2009-09-211-1/+1
| * Merged revisions 74613,74615,74619-74620,74622 via svnmerge fromGeorg Brandl2009-09-011-11/+14
| * Merged revisions 73941-73943,74076,74094,74186,74211-74214,74247,74254,74262,...Georg Brandl2009-08-131-12/+12
| * Merged revisions 74128 via svnmerge fromR. David Murray2009-07-211-19/+19
* | Doc fixups.Raymond Hettinger2011-02-181-2/+4
* | #10960: fix 'stat' links, link to lstat from stat, general tidy of stat doc.R. David Murray2011-01-241-35/+56
* | minor clean-up.Raymond Hettinger2011-01-231-2/+0
* | Minor doc update for #9333. Took out the phrasing about os.symlink notBrian Curtin2010-12-281-6/+9
* | Fix #9333. Expose os.symlink on Windows only when usable.Brian Curtin2010-12-021-1/+9
* | Fix-up documentation of makedirs().Georg Brandl2010-12-021-5/+5
* | Issue 9299 Add exist_ok parameter to os.makedirs to suppress 'File exists' ex...Terry Reedy2010-12-021-5/+11
* | Let’s keep “throw” for the generator method and use “raise” elsewhere.Éric Araujo2010-11-301-1/+1
* | Fix #8879. Add os.link support to Windows.Brian Curtin2010-11-241-1/+4
* | #5962: clarify sys.exit() vs. threads.Georg Brandl2010-10-171-3/+3
* | #7642: update to os.system() docs.Georg Brandl2010-10-141-18/+17
* | Document that the 'strict' error handler is used to encode/decode filenames onVictor Stinner2010-10-091-6/+2
* | Migrate to Sphinx 1.0 C language constructs.Georg Brandl2010-10-061-20/+20
* | Copyedit of os.symlink() docs.Georg Brandl2010-10-061-15/+13
* | Fix typo.Antoine Pitrou2010-09-251-1/+1
* | #9808. Implement os.getlogin for Windows, completed by Jon Anglin.Brian Curtin2010-09-231-3/+3
* | #9911: doc copyedits.Georg Brandl2010-09-211-1/+1
* | Add cross-references to the glossary entry for file objects.Antoine Pitrou2010-09-151-7/+7
* | #6394: Add os.getppid() support for Windows.Amaury Forgeot d'Arc2010-09-071-2/+6
* | #9747: fix copy-paste error in getresgid() doc.Georg Brandl2010-09-051-1/+1
* | Create os.fsdecode(): decode from the filesystem encoding with surrogateescapeVictor Stinner2010-08-191-6/+19
* | #7647: add ST_RDONLY, ST_NOSUID constants to os module.Andrew M. Kuchling2010-08-181-0/+8
* | Consistency check for versionadded/changed directives.Georg Brandl2010-08-171-14/+14
* | Reword paragraphAndrew M. Kuchling2010-07-261-2/+3
* | Put listdir default argument into declaration.Martin v. Löwis2010-07-241-2/+2
* | Issue #6095: Make directory argument to os.listdir optional.Martin v. Löwis2010-07-231-2/+4
* | Fix documentation typo: wprite() -> write().Jeroen Ruigrok van der Werven2010-07-131-1/+1
* | Fix markup.Georg Brandl2010-07-101-3/+6