summaryrefslogtreecommitdiffstats
path: root/Doc/library/os.rst
Commit message (Expand)AuthorAgeFilesLines
* Issue #25461: Rephrase os.walk() docVictor Stinner2015-10-231-3/+3
* getuid() returns real process id not effective (closes #22307)Benjamin Peterson2014-08-311-4/+4
* Issue #21875: Remove vestigial references to Classic Mac OS in os module docs.Ned Deily2014-06-271-9/+2
* clarify when the list of subdirectories is read (closes #13779)Benjamin Peterson2014-06-161-3/+5
* specify that getuid() returns the real uid (closes #10503)Benjamin Peterson2014-06-071-1/+1
* when an exception is raised in fdopen, never close the fd (changing on my min...Benjamin Peterson2014-04-141-1/+1
* make sure fdopen always closes the fd in error cases (closes #21191)Benjamin Peterson2014-04-091-2/+3
* Fix note markup (#16805).Éric Araujo2014-03-121-1/+3
* #13530: port to 2.7 branch (document what os.lseek returns).Georg Brandl2014-03-111-1/+1
* Issue #18747: document issue with OpenSSL's CPRNG state and forkChristian Heimes2013-10-291-0/+4
* Issue #19207: Improved cross-references in the os, os.path, and posix modulesSerhiy Storchaka2013-10-131-20/+22
* Closes #15213: update comment for _PyOS_URandomGeorg Brandl2013-10-061-2/+3
* Closes #12350: clarify blocks/block size members of stat result.Georg Brandl2013-10-061-2/+2
* os.isatty is not Unix only. Correct the wrong documentation.Senthil Kumaran2013-09-071-2/+0
* #16530: the "options" arg of os.wait3 is required.Ezio Melotti2012-11-231-1/+1
* Backport from 3.2: link to mapping glossary entry in docs.Chris Jerdonek2012-11-031-1/+1
* Issue #15936: Reformat text for os.random to follow Larry Hastings suggestionAndrew Svetlov2012-10-161-2/+2
* Issue #15936: Add link from os.urandom to random.SystemRandomAndrew Svetlov2012-10-161-1/+3
* Restore [] where default arguments are not keywordsHynek Schlawack2012-05-221-1/+1
* #14804: Remove [] around optional arguments with default valuesHynek Schlawack2012-05-221-2/+2
* Issue #10433: Document unique behavior of 'os.getgroups' on Mac OS X.Ned Deily2012-04-301-0/+18
* update to new C roles and directivesSandro Tosi2012-01-141-23/+23
* #13233: fix typo.Ezio Melotti2011-10-201-1/+1
* #12277: add missing comma.Ezio Melotti2011-10-181-1/+1
* 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 closes issue10403 - Let's not use members anymore.Senthil Kumaran2011-07-041-5/+6
* Issue #8746: Correct faulty configure checks so that os.chflags() andNed Deily2011-06-281-0/+2
* 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