| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
|
|
* | Issue #7333: The `posix` module gains an `initgroups()` function providing | Antoine Pitrou | 2009-12-02 | 1 | -0/+9 |
|
|
* | Fix versions and spacing. | Georg Brandl | 2009-11-28 | 1 | -4/+10 |
|
|
* | fix typo | Gregory P. Smith | 2009-11-27 | 1 | -2/+2 |
|
|
* | Issue #6508: Add posix.{getresuid,getresgid,setresuid,setresgid}. | Martin v. Löwis | 2009-11-27 | 1 | -4/+30 |
|
|
* | Fix missing word. | Georg Brandl | 2009-10-18 | 1 | -1/+1 |
|
|
* | #7126: os.environ changes *do* take effect in subprocesses started with os.sy... | Georg Brandl | 2009-10-14 | 1 | -3/+3 |
|
|
* | Fix markup for external links. | Doug Hellmann | 2009-09-20 | 1 | -1/+1 |
|
|
* | #6677: note that rmdir only removes empty directories. | Georg Brandl | 2009-08-24 | 1 | -1/+4 |
|
|
* | #6677: mention "deleting" as an alias for removing files. | Georg Brandl | 2009-08-24 | 1 | -9/+9 |
|
|
* | #6577: fix (hopefully) all links to builtin instead of module/class-specific ... | Georg Brandl | 2009-07-26 | 1 | -8/+8 |
|
|
* | Issue 6389: add documentation for the 'mode' flags defined in the | R. David Murray | 2009-07-02 | 1 | -19/+19 |
|
|
* | Issue 2947: document how return code handling translates from | R. David Murray | 2009-06-09 | 1 | -2/+2 |
|
|
* | no fdatasync on macos | Benjamin Peterson | 2009-05-30 | 1 | -0/+3 |
|
|
* | Fix references to file-related functions and methods (os.* vs file.*). | Georg Brandl | 2009-05-22 | 1 | -15/+15 |
|
|
* | #2856: document 2.x os.listdir() behavior for undecodable filenames. | Georg Brandl | 2009-05-16 | 1 | -1/+2 |
|
|
* | #1718017: document the relation of os.path and the posixpath, ntpath etc. mod... | Georg Brandl | 2009-04-05 | 1 | -9/+0 |
|
|
* | #837577: note cryptic return value of spawn*e on invalid env dicts. | Georg Brandl | 2009-03-31 | 1 | -1/+3 |
|
|
* | give os.symlink and os.link() better parameter names #5564 | Benjamin Peterson | 2009-03-28 | 1 | -4/+6 |
|
|
* | Remove trailing whitespace. | Georg Brandl | 2009-01-03 | 1 | -7/+7 |
|
|
* | #4441 followup: Add link to open() docs for Windows. | Georg Brandl | 2008-12-05 | 1 | -2/+2 |
|
|
* | #4441: improve doc for os.open() flags. | Georg Brandl | 2008-12-05 | 1 | -12/+10 |
|
|