| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix #9333. Expose os.symlink on Windows only when usable. | Brian Curtin | 2010-12-02 | 1 | -1/+9 |
|
|
* | Fix-up documentation of makedirs(). | Georg Brandl | 2010-12-02 | 1 | -5/+5 |
|
|
* | Issue 9299 Add exist_ok parameter to os.makedirs to suppress 'File exists' ex... | Terry Reedy | 2010-12-02 | 1 | -5/+11 |
|
|
* | Let’s keep “throw” for the generator method and use “raise” elsewhere. | Éric Araujo | 2010-11-30 | 1 | -1/+1 |
|
|
* | Fix #8879. Add os.link support to Windows. | Brian Curtin | 2010-11-24 | 1 | -1/+4 |
|
|
* | #5962: clarify sys.exit() vs. threads. | Georg Brandl | 2010-10-17 | 1 | -3/+3 |
|
|
* | #7642: update to os.system() docs. | Georg Brandl | 2010-10-14 | 1 | -18/+17 |
|
|
* | Document that the 'strict' error handler is used to encode/decode filenames on | Victor Stinner | 2010-10-09 | 1 | -6/+2 |
|
|
* | Migrate to Sphinx 1.0 C language constructs. | Georg Brandl | 2010-10-06 | 1 | -20/+20 |
|
|
* | Copyedit of os.symlink() docs. | Georg Brandl | 2010-10-06 | 1 | -15/+13 |
|
|
* | Fix typo. | Antoine Pitrou | 2010-09-25 | 1 | -1/+1 |
|
|
* | #9808. Implement os.getlogin for Windows, completed by Jon Anglin. | Brian Curtin | 2010-09-23 | 1 | -3/+3 |
|
|
* | #9911: doc copyedits. | Georg Brandl | 2010-09-21 | 1 | -1/+1 |
|
|
* | Add cross-references to the glossary entry for file objects. | Antoine Pitrou | 2010-09-15 | 1 | -7/+7 |
|
|
* | #6394: Add os.getppid() support for Windows. | Amaury Forgeot d'Arc | 2010-09-07 | 1 | -2/+6 |
|
|
* | #9747: fix copy-paste error in getresgid() doc. | Georg Brandl | 2010-09-05 | 1 | -1/+1 |
|
|
* | Create os.fsdecode(): decode from the filesystem encoding with surrogateescape | Victor Stinner | 2010-08-19 | 1 | -6/+19 |
|
|
* | #7647: add ST_RDONLY, ST_NOSUID constants to os module. | Andrew M. Kuchling | 2010-08-18 | 1 | -0/+8 |
|
|
* | Consistency check for versionadded/changed directives. | Georg Brandl | 2010-08-17 | 1 | -14/+14 |
|
|
* | Reword paragraph | Andrew M. Kuchling | 2010-07-26 | 1 | -2/+3 |
|
|
* | Put listdir default argument into declaration. | Martin v. Löwis | 2010-07-24 | 1 | -2/+2 |
|
|
* | Issue #6095: Make directory argument to os.listdir optional. | Martin v. Löwis | 2010-07-23 | 1 | -2/+4 |
|
|
* | Fix documentation typo: wprite() -> write(). | Jeroen Ruigrok van der Werven | 2010-07-13 | 1 | -1/+1 |
|
|
* | Fix markup. | Georg Brandl | 2010-07-10 | 1 | -3/+6 |
|
|
* | Adding versionchanged to the various Windows os.symlink additions, along | Brian Curtin | 2010-07-09 | 1 | -6/+12 |
|
|
* | Implement #1578269. Patch by Jason R. Coombs. | Brian Curtin | 2010-07-08 | 1 | -4/+20 |
|
|
* | Merged revisions 80605-80609,80642-80646,80651-80652,80674,80684-80686,80748,... | Benjamin Peterson | 2010-06-27 | 1 | -1/+2 |
|
|
* | Issue #8969: On Windows, use mbcs codec in strict mode to encode and decode | Victor Stinner | 2010-06-11 | 1 | -4/+4 |
|
|
* | Merged revisions 81450 via svnmerge from | Georg Brandl | 2010-05-21 | 1 | -2/+2 |
|
|
* | Merged revisions 80030,80067,80069,80080-80081,80084,80432-80433,80465-80470,... | Georg Brandl | 2010-05-19 | 1 | -9/+16 |
|
|
* | Add versionadded (3.2) tag to os.supports_bytes_environ documentation | Victor Stinner | 2010-05-18 | 1 | -0/+2 |
|
|
* | Issue #8513: os.get_exec_path() supports b'PATH' key and bytes value. | Victor Stinner | 2010-05-18 | 1 | -1/+8 |
|
|
* | Issue #8514: Add os.fsencode() function (Unix only): encode a string to bytes | Victor Stinner | 2010-05-08 | 1 | -0/+11 |
|
|
* | Merged revisions 80894,80896 via svnmerge from | Benjamin Peterson | 2010-05-06 | 1 | -125/+328 |
|
|
* | spacing and another versionadded | Benjamin Peterson | 2010-05-06 | 1 | -0/+3 |
|
|
* | versionadded for environb | Benjamin Peterson | 2010-05-06 | 1 | -0/+2 |
|
|
* | Issue #8603: Create a bytes version of os.environ for Unix | Victor Stinner | 2010-05-06 | 1 | -1/+27 |
|
|
* | Updated version numbers from 2.7 to 3.2 | Brian Curtin | 2010-04-20 | 1 | -0/+2 |
|
|
* | Port #1220212 (os.kill for Win32) to py3k. | Brian Curtin | 2010-04-12 | 1 | -1/+8 |
|
|
* | Merged revisions 79307,79408,79430,79533,79542,79579-79580,79585-79587,79607-... | Benjamin Peterson | 2010-04-11 | 1 | -0/+4 |
|
|
* | Add an os.get_exec_path() function to return the list of directories | Gregory P. Smith | 2010-02-27 | 1 | -0/+11 |
|
|
* | Remove L suffix for integers. | Georg Brandl | 2010-01-16 | 1 | -2/+2 |
|
|
* | Merged revisions 76847,76851,76869,76882,76891-76892,76924,77007,77070,77092,... | Benjamin Peterson | 2009-12-31 | 1 | -14/+22 |
|
|
* | Merged revisions 76636 via svnmerge from | Antoine Pitrou | 2009-12-02 | 1 | -0/+9 |
|
|
* | Merged revisions 76559 via svnmerge from | Georg Brandl | 2009-11-28 | 1 | -4/+10 |
|
|
* | Merged revisions 76556 via svnmerge from | Gregory P. Smith | 2009-11-27 | 1 | -2/+2 |
|
|
* | Merged revisions 76550 via svnmerge from | Martin v. Löwis | 2009-11-27 | 1 | -4/+30 |
|
|
* | Merged revisions 75365,75394,75402-75403,75418,75459,75484,75592-75596,75600,... | Georg Brandl | 2009-10-27 | 1 | -3/+3 |
|
|
* | Merged revisions 74984 via svnmerge from | Doug Hellmann | 2009-09-20 | 1 | -1/+1 |
|
|
* | Switch more function arguments docs to new-style. | Georg Brandl | 2009-09-02 | 1 | -16/+14 |
|
|