summaryrefslogtreecommitdiff
path: root/Doc/library/os.rst
Commit message (Expand)AuthorAgeFilesLines
* this should actually be an IOErrorBenjamin Peterson2011-05-201-1/+1
* add example for not using accessBenjamin Peterson2011-05-201-1/+20
* #10999: Add missing documentation for chflags constants to stat module docsR David Murray2011-03-101-10/+10
* Fix markup problems.Georg Brandl2011-02-121-3/+3
* Merged revisions 86542,87136,87216,87221,87228,87256,87337-87338,87372,87516,...R. David Murray2011-02-111-39/+61
* Merged revisions 86892 via svnmerge fromÉric Araujo2010-11-301-1/+1
* Merged revisions 85617-85622,85624,85626-85627,85629,85631,85635-85636,85638-...Georg Brandl2010-11-261-3/+3
* Merged revisions 84945 via svnmerge fromGeorg Brandl2010-10-061-1/+1
* Merged revisions 82798,82805,83659,83977,84015,84018,84141,84264,84326-84327,...Georg Brandl2010-10-061-1/+1
* Merged revisions 83163 via svnmerge fromAndrew M. Kuchling2010-07-261-2/+3
* Merged revisions 82849 via svnmerge fromJeroen Ruigrok van der Werven2010-07-131-1/+1
* Document that an existing directory raises in mkdir().Georg Brandl2010-06-121-1/+2
* #8709: mention Windows support for os.devnull.Georg Brandl2010-05-211-2/+2
* ensure that availability information is on its own line at the end of the fun...Benjamin Peterson2010-05-061-133/+341
* In a number of places code still reversRonald Oussoren2010-05-051-1/+1
* Add version info for os.kill and signal changes from #1220212.Brian Curtin2010-04-201-0/+2
* #8399: add note about Windows and O_BINARY.Georg Brandl2010-04-141-1/+2
* Add an x-ref to where the O_ constants are documented and move the SEEK_ cons...Georg Brandl2010-04-141-11/+17
* Implement #1220212. Add os.kill support for Windows.Brian Curtin2010-04-021-1/+8
* #2768: add a note on how to get a file descriptor.Georg Brandl2010-04-021-0/+4
* #7479: add note about function availability on Unices.Georg Brandl2009-12-191-13/+18
* Issue #7333: The `posix` module gains an `initgroups()` function providingAntoine Pitrou2009-12-021-0/+9
* Fix versions and spacing.Georg Brandl2009-11-281-4/+10
* fix typoGregory P. Smith2009-11-271-2/+2
* Issue #6508: Add posix.{getresuid,getresgid,setresuid,setresgid}.Martin v. Löwis2009-11-271-4/+30
* Fix missing word.Georg Brandl2009-10-181-1/+1
* #7126: os.environ changes *do* take effect in subprocesses started with os.sy...Georg Brandl2009-10-141-3/+3
* Fix markup for external links.Doug Hellmann2009-09-201-1/+1
* #6677: note that rmdir only removes empty directories.Georg Brandl2009-08-241-1/+4
* #6677: mention "deleting" as an alias for removing files.Georg Brandl2009-08-241-9/+9
* #6577: fix (hopefully) all links to builtin instead of module/class-specific ...Georg Brandl2009-07-261-8/+8
* Issue 6389: add documentation for the 'mode' flags defined in theR. David Murray2009-07-021-19/+19
* Issue 2947: document how return code handling translates fromR. David Murray2009-06-091-2/+2
* no fdatasync on macosBenjamin Peterson2009-05-301-0/+3
* Fix references to file-related functions and methods (os.* vs file.*).Georg Brandl2009-05-221-15/+15
* #2856: document 2.x os.listdir() behavior for undecodable filenames.Georg Brandl2009-05-161-1/+2
* #1718017: document the relation of os.path and the posixpath, ntpath etc. mod...Georg Brandl2009-04-051-9/+0
* #837577: note cryptic return value of spawn*e on invalid env dicts.Georg Brandl2009-03-311-1/+3
* give os.symlink and os.link() better parameter names #5564Benjamin Peterson2009-03-281-4/+6
* Remove trailing whitespace.Georg Brandl2009-01-031-7/+7
* #4441 followup: Add link to open() docs for Windows.Georg Brandl2008-12-051-2/+2
* #4441: improve doc for os.open() flags.Georg Brandl2008-12-051-12/+10
* #4404: make clear what "path" is.Georg Brandl2008-11-241-4/+4
* Works around issue3863: freebsd4/5/6 and os2emx are known to have OS bugs whenGregory P. Smith2008-09-301-0/+4
* #1579477: mention necessity to flush output before exec'ingAndrew M. Kuchling2008-09-281-3/+10
* Remove things specific to the old Macintosh, and spell "Mac OS X" consistently.Georg Brandl2008-09-131-119/+117
* note how os.utime should be used for emulating touchBenjamin Peterson2008-08-161-9/+10
* document that waitpid raises OSErrorGregory P. Smith2008-08-151-0/+3
* Turn section references into proper cross-references.Georg Brandl2008-06-221-13/+9
* In the deprecated functions I added an alert to reviewFacundo Batista2008-06-211-6/+13