summaryrefslogtreecommitdiffstats
path: root/Doc/library/os.rst
Commit message (Expand)AuthorAgeFilesLines
* #16530: the "options" arg of os.wait3 is required.Ezio Melotti2012-11-231-1/+1
* Link to mapping glossary entry in "Mapping Types - dict" and os.environ docs.Chris Jerdonek2012-11-031-2/+2
* #13498: Clarify docs of os.makedirs()'s exist_ok argument.Hynek Schlawack2012-10-071-8/+11
* #14863: Update the documentation of os.fdopen()Petri Lehtinen2012-05-241-15/+5
* Restore [] where default arguments are not keywordsHynek Schlawack2012-05-221-1/+1
* #14804: Remove [] around optional arguments with default valuesHynek Schlawack2012-05-211-1/+1
* Issue #10433: Document unique behavior of 'os.getgroups' on Mac OS X.Ned Deily2012-04-301-0/+18
* Issue #13772: In os.symlink() under Windows, do not try to guess the linkAntoine Pitrou2012-01-241-6/+3
* Issue #13530: Document os.lseek() resultVictor Stinner2011-12-171-1/+1
* #13233: fix typo.Ezio Melotti2011-10-201-1/+1
* #12277: add missing comma.Ezio Melotti2011-10-181-1/+1
* 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