| Commit message (Expand) | Author | Age | Files | Lines |
* | Issue #15261: Stop os.stat(fd) crashing on Windows when fd not open. | Richard Oudkerk | 2012-07-06 | 1 | -3/+4 |
|
|
* | Remove dead code | Victor Stinner | 2012-06-27 | 1 | -36/+0 |
|
|
* | Use ValueError, not RuntimeError for a utime flag combination illegal on some... | Georg Brandl | 2012-06-26 | 1 | -1/+1 |
|
|
* | Issue #15176: Clarified behavior, documentation, and implementation | Larry Hastings | 2012-06-25 | 1 | -13/+22 |
|
|
* | Whitespace cleanup. | Georg Brandl | 2012-06-24 | 1 | -6/+6 |
|
|
* | Issue #15118: Change return value of os.uname() and os.times() from | Larry Hastings | 2012-06-24 | 1 | -24/+138 |
|
|
* | Closes #15161: add support for giving path as a fd for truncate() and pathcon... | Georg Brandl | 2012-06-24 | 1 | -20/+62 |
|
|
* | Issue #15154: Add "dir_fd" parameter to os.rmdir, remove "rmdir" | Larry Hastings | 2012-06-23 | 1 | -34/+67 |
|
|
* | Try to fix shutil.which() tests on Windows by fixing a typo introduced in 27f... | Georg Brandl | 2012-06-23 | 1 | -1/+1 |
|
|
* | Issue #14626: Fix buildbot issue on OpenIndiana 3.x machines. (Hopefully.) | Larry Hastings | 2012-06-23 | 1 | -2/+5 |
|
|
* | Issue #14626: Fix buildbot issue on x86 Tiger 3.x. | Larry Hastings | 2012-06-23 | 1 | -1/+1 |
|
|
* | Issue #14626: Large refactoring of functions / parameters in the os module. | Larry Hastings | 2012-06-22 | 1 | -2318/+2528 |
|
|
* | Closes #10142: Support for SEEK_HOLE/SEEK_DATA | Jesus Cea | 2012-06-22 | 1 | -0/+7 |
|
|
* | Issue #14711: os.stat_float_times() has been deprecated. | Victor Stinner | 2012-06-04 | 1 | -2/+6 |
|
|
* | capitialize utime statuses | Benjamin Peterson | 2012-05-25 | 1 | -20/+20 |
|
|
* | Backed out changeset 709850f1ec67 | Benjamin Peterson | 2012-05-06 | 1 | -333/+31 |
|
|
* | Update Misc/NEWS for issues #14127 and #14705. (And, technically, #10148.) | Larry Hastings | 2012-05-06 | 1 | -31/+333 |
|
|
* | Fix typo in exception message. | Stefan Krah | 2012-05-05 | 1 | -1/+1 |
|
|
* | initialization not needed | Benjamin Peterson | 2012-05-04 | 1 | -1/+1 |
|
|
* | Fix for fatal errors in os.*utime*() | Richard Oudkerk | 2012-05-04 | 1 | -1/+1 |
|
|
* | Issue #14127: Fix two bugs with the Windows implementation. | Larry Hastings | 2012-05-04 | 1 | -19/+42 |
|
|
* | what is a invalid tuple? | Benjamin Peterson | 2012-05-04 | 1 | -2/+2 |
|
|
* | clean up converted path on error | Benjamin Peterson | 2012-05-04 | 1 | -11/+20 |
|
|
* | avoid unitialized memory | Benjamin Peterson | 2012-05-04 | 1 | -1/+1 |
|
|
* | check correct variable for error | Benjamin Peterson | 2012-05-04 | 1 | -1/+1 |
|
|
* | Issue #14127: Add ns= parameter to utime, futimes, and lutimes. | Larry Hastings | 2012-05-03 | 1 | -204/+233 |
|
|
* | Backing out 86dc014cdd74. Not ready yet | Jesus Cea | 2012-04-26 | 1 | -7/+0 |
|
|
* | Close #10142: Support for SEEK_HOLE/SEEK_DATA | Jesus Cea | 2012-04-26 | 1 | -0/+7 |
|
|
* | Closes Issue #14661: posix module: add O_EXEC, O_SEARCH, O_TTY_INIT (I add so... | Jesus Cea | 2012-04-24 | 1 | -0/+10 |
|
|
* | Issue #14661: posix module: add O_EXEC, O_SEARCH, O_TTY_INIT | Jesus Cea | 2012-04-24 | 1 | -0/+9 |
|
|
* | Issue #14127: Add st_{cma}time_ns fields to os.stat() result object. | Larry Hastings | 2012-04-19 | 1 | -16/+48 |
|
|
* | fix condition (#14296) | Benjamin Peterson | 2012-03-16 | 1 | -1/+1 |
|
|
* | try to fix compilation on glibc's with cpu sets (#14296) | Benjamin Peterson | 2012-03-15 | 1 | -0/+4 |
|
|
* | Close #14180: Factorize code to convert a number of seconds to time_t, timeva... | Victor Stinner | 2012-03-13 | 1 | -45/+20 |
|
|
* | Issue #14153 Create _Py_device_encoding() to prevent _io from having to import | Brett Cannon | 2012-02-29 | 1 | -27/+3 |
|
|
* | Merge 3.2: Issue #13703 plus some related test suite fixes. | Georg Brandl | 2012-02-20 | 1 | -82/+31 |
|\ |
|
| * | Merge from 3.1: Issue #13703: add a way to randomize the hash values of basic... | Georg Brandl | 2012-02-20 | 1 | -106/+18 |
| |\ |
|
| | * | Issue #13703: add a way to randomize the hash values of basic types (str, byt... | Georg Brandl | 2012-02-20 | 1 | -106/+19 |
|
|
* | | | Issue #13609: Add two functions to query the terminal size: | Antoine Pitrou | 2012-02-08 | 1 | -0/+130 |
|
|
* | | | Backout f8409b3d6449: the PEP 410 is not accepted yet | Victor Stinner | 2012-02-08 | 1 | -124/+61 |
|
|
* | | | PEP 410 | Victor Stinner | 2012-02-08 | 1 | -61/+124 |
|
|
* | | | Issue #13964: Skip os.*utime*() tests if os.stat() doesn't support timestamp | Victor Stinner | 2012-02-08 | 1 | -1/+0 |
|
|
* | | | Issue #13964: Split os.*utime*() subsecond tests into multiple tests to help | Victor Stinner | 2012-02-08 | 1 | -77/+45 |
|
|
* | | | Following Nick's suggestion, rename posix.fdlistdir() to posix.flistdir(), to | Charles-François Natali | 2012-02-06 | 1 | -5/+5 |
|
|
* | | | Issue #8828: Add new function os.replace(), for cross-platform renaming with ... | Antoine Pitrou | 2012-01-30 | 1 | -13/+34 |
|
|
* | | | Issue #13772: In os.symlink() under Windows, do not try to guess the link | Antoine Pitrou | 2012-01-24 | 1 | -11/+0 |
|\ \ \
| |/ / |
|
| * | | Issue #13772: In os.symlink() under Windows, do not try to guess the link | Antoine Pitrou | 2012-01-24 | 1 | -11/+0 |
|
|
* | | | Use GetModuleHandleW to avoid *A functions where possible. | Martin v. Löwis | 2012-01-14 | 1 | -3/+3 |
|
|
* | | | Issue #13757: Change os.fdlistdir() so that it duplicates the passed file | Charles-François Natali | 2012-01-10 | 1 | -2/+5 |
|
|
* | | | Backed out changeset 36f2e236c601: For some reason, rewinddir() doesn't work as | Charles-François Natali | 2012-01-08 | 1 | -1/+2 |
|
|