summaryrefslogtreecommitdiffstats
path: root/Doc/library/os.rst
Commit message (Expand)AuthorAgeFilesLines
* Remove duplicate text in os documentation.Ross Lagerwall2011-09-011-5/+0
* Issue #6476: Document that os.spawnle and os.spawnve are not thread-safe unde...Antoine Pitrou2011-07-181-1/+3
* Issue #12326: document the recommended idiom for checking sys.platform on Uni...Antoine Pitrou2011-07-091-0/+7
* Issue #12423: Fix os.abort() documentationVictor Stinner2011-07-081-2/+3
* Fix whitespace nit in datetime and os rst files.Senthil Kumaran2011-07-041-1/+1
* issue10403 - Let's not use members anymore. Use 'attribute' where it denotes ...Senthil Kumaran2011-07-041-5/+6
* Issue #8746: Correct faulty configure checks so that os.chflags() andNed Deily2011-06-281-0/+2
* merge 3.1Benjamin Peterson2011-05-201-1/+1
|\
| * this should actually be an IOErrorBenjamin Peterson2011-05-201-1/+1
* | merge 3.1Benjamin Peterson2011-05-201-1/+20
|\ \ | |/
| * add example for not using accessBenjamin Peterson2011-05-201-1/+20
* | 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