| Commit message (Expand) | Author | Age | Files | Lines |
* | Issue #25461: Rephrase os.walk() doc | Victor Stinner | 2015-10-23 | 1 | -3/+3 |
|
|
* | getuid() returns real process id not effective (closes #22307) | Benjamin Peterson | 2014-08-31 | 1 | -4/+4 |
|
|
* | Issue #21875: Remove vestigial references to Classic Mac OS in os module docs. | Ned Deily | 2014-06-27 | 1 | -9/+2 |
|
|
* | clarify when the list of subdirectories is read (closes #13779) | Benjamin Peterson | 2014-06-16 | 1 | -3/+5 |
|
|
* | specify that getuid() returns the real uid (closes #10503) | Benjamin Peterson | 2014-06-07 | 1 | -1/+1 |
|
|
* | when an exception is raised in fdopen, never close the fd (changing on my min... | Benjamin Peterson | 2014-04-14 | 1 | -1/+1 |
|
|
* | make sure fdopen always closes the fd in error cases (closes #21191) | Benjamin Peterson | 2014-04-09 | 1 | -2/+3 |
|
|
* | Fix note markup (#16805). | Éric Araujo | 2014-03-12 | 1 | -1/+3 |
|
|
* | #13530: port to 2.7 branch (document what os.lseek returns). | Georg Brandl | 2014-03-11 | 1 | -1/+1 |
|
|
* | Issue #18747: document issue with OpenSSL's CPRNG state and fork | Christian Heimes | 2013-10-29 | 1 | -0/+4 |
|
|
* | Issue #19207: Improved cross-references in the os, os.path, and posix modules | Serhiy Storchaka | 2013-10-13 | 1 | -20/+22 |
|
|
* | Closes #15213: update comment for _PyOS_URandom | Georg Brandl | 2013-10-06 | 1 | -2/+3 |
|
|
* | Closes #12350: clarify blocks/block size members of stat result. | Georg Brandl | 2013-10-06 | 1 | -2/+2 |
|
|
* | os.isatty is not Unix only. Correct the wrong documentation. | Senthil Kumaran | 2013-09-07 | 1 | -2/+0 |
|
|
* | #16530: the "options" arg of os.wait3 is required. | Ezio Melotti | 2012-11-23 | 1 | -1/+1 |
|
|
* | Backport from 3.2: link to mapping glossary entry in docs. | Chris Jerdonek | 2012-11-03 | 1 | -1/+1 |
|
|
* | Issue #15936: Reformat text for os.random to follow Larry Hastings suggestion | Andrew Svetlov | 2012-10-16 | 1 | -2/+2 |
|
|
* | Issue #15936: Add link from os.urandom to random.SystemRandom | Andrew Svetlov | 2012-10-16 | 1 | -1/+3 |
|
|
* | Restore [] where default arguments are not keywords | Hynek Schlawack | 2012-05-22 | 1 | -1/+1 |
|
|
* | #14804: Remove [] around optional arguments with default values | Hynek Schlawack | 2012-05-22 | 1 | -2/+2 |
|
|
* | Issue #10433: Document unique behavior of 'os.getgroups' on Mac OS X. | Ned Deily | 2012-04-30 | 1 | -0/+18 |
|
|
* | update to new C roles and directives | Sandro Tosi | 2012-01-14 | 1 | -23/+23 |
|
|
* | #13233: fix typo. | Ezio Melotti | 2011-10-20 | 1 | -1/+1 |
|
|
* | #12277: add missing comma. | Ezio Melotti | 2011-10-18 | 1 | -1/+1 |
|
|
* | Issue #6476: Document that os.spawnle and os.spawnve are not thread-safe unde... | Antoine Pitrou | 2011-07-18 | 1 | -1/+3 |
|
|
* | Issue #12326: document the recommended idiom for checking sys.platform on Uni... | Antoine Pitrou | 2011-07-09 | 1 | -0/+7 |
|
|
* | Issue #12423: Fix os.abort() documentation | Victor Stinner | 2011-07-08 | 1 | -2/+3 |
|
|
* | Fix closes issue10403 - Let's not use members anymore. | Senthil Kumaran | 2011-07-04 | 1 | -5/+6 |
|
|
* | Issue #8746: Correct faulty configure checks so that os.chflags() and | Ned Deily | 2011-06-28 | 1 | -0/+2 |
|
|
* | this should actually be an IOError | Benjamin Peterson | 2011-05-20 | 1 | -1/+1 |
|
|
* | add example for not using access | Benjamin Peterson | 2011-05-20 | 1 | -1/+20 |
|
|
* | #10999: Add missing documentation for chflags constants to stat module docs | R David Murray | 2011-03-10 | 1 | -10/+10 |
|
|
* | Fix markup problems. | Georg Brandl | 2011-02-12 | 1 | -3/+3 |
|
|
* | Merged revisions 86542,87136,87216,87221,87228,87256,87337-87338,87372,87516,... | R. David Murray | 2011-02-11 | 1 | -39/+61 |
|
|
* | Merged revisions 86892 via svnmerge from | Éric Araujo | 2010-11-30 | 1 | -1/+1 |
|
|
* | Merged revisions 85617-85622,85624,85626-85627,85629,85631,85635-85636,85638-... | Georg Brandl | 2010-11-26 | 1 | -3/+3 |
|
|
* | Merged revisions 84945 via svnmerge from | Georg Brandl | 2010-10-06 | 1 | -1/+1 |
|
|
* | Merged revisions 82798,82805,83659,83977,84015,84018,84141,84264,84326-84327,... | Georg Brandl | 2010-10-06 | 1 | -1/+1 |
|
|
* | Merged revisions 83163 via svnmerge from | Andrew M. Kuchling | 2010-07-26 | 1 | -2/+3 |
|
|
* | Merged revisions 82849 via svnmerge from | Jeroen Ruigrok van der Werven | 2010-07-13 | 1 | -1/+1 |
|
|
* | Document that an existing directory raises in mkdir(). | Georg Brandl | 2010-06-12 | 1 | -1/+2 |
|
|
* | #8709: mention Windows support for os.devnull. | Georg Brandl | 2010-05-21 | 1 | -2/+2 |
|
|
* | ensure that availability information is on its own line at the end of the fun... | Benjamin Peterson | 2010-05-06 | 1 | -133/+341 |
|
|
* | In a number of places code still revers | Ronald Oussoren | 2010-05-05 | 1 | -1/+1 |
|
|
* | Add version info for os.kill and signal changes from #1220212. | Brian Curtin | 2010-04-20 | 1 | -0/+2 |
|
|
* | #8399: add note about Windows and O_BINARY. | Georg Brandl | 2010-04-14 | 1 | -1/+2 |
|
|
* | Add an x-ref to where the O_ constants are documented and move the SEEK_ cons... | Georg Brandl | 2010-04-14 | 1 | -11/+17 |
|
|
* | Implement #1220212. Add os.kill support for Windows. | Brian Curtin | 2010-04-02 | 1 | -1/+8 |
|
|
* | #2768: add a note on how to get a file descriptor. | Georg Brandl | 2010-04-02 | 1 | -0/+4 |
|
|
* | #7479: add note about function availability on Unices. | Georg Brandl | 2009-12-19 | 1 | -13/+18 |
|
|