| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge 3.2: Issue #13703 plus some related test suite fixes. | Georg Brandl | 2012-02-20 | 1 | -8/+28 |
|\ |
|
| * | Merge from 3.1: Issue #13703: add a way to randomize the hash values of basic... | Georg Brandl | 2012-02-20 | 1 | -8/+28 |
| |\ |
|
| | * | Issue #13703: add a way to randomize the hash values of basic types (str, byt... | Georg Brandl | 2012-02-20 | 1 | -8/+28 |
|
|
* | | | get_terminal_size() can also fail with ENOTTY if the fd is not connected to a... | Antoine Pitrou | 2012-02-08 | 1 | -2/+9 |
|
|
* | | | Relax tests to fix buildbot failure | Antoine Pitrou | 2012-02-08 | 1 | -2/+2 |
|
|
* | | | Issue #13609: Add two functions to query the terminal size: | Antoine Pitrou | 2012-02-08 | 1 | -0/+38 |
|
|
* | | | Backout f8409b3d6449: the PEP 410 is not accepted yet | Victor Stinner | 2012-02-08 | 1 | -31/+0 |
|
|
* | | | PEP 410 | Victor Stinner | 2012-02-08 | 1 | -0/+31 |
|
|
* | | | Issue #13964: Skip os.*utime*() tests if os.stat() doesn't support timestamp | Victor Stinner | 2012-02-08 | 1 | -0/+11 |
|
|
* | | | Issue #13964: Split os.*utime*() subsecond tests into multiple tests to help | Victor Stinner | 2012-02-08 | 1 | -38/+75 |
|
|
* | | | Issue #13964: Test also os.futimesat() | Victor Stinner | 2012-02-08 | 1 | -1/+8 |
|
|
* | | | Issue #13964: Write tests for new os.*utime*() functions | Victor Stinner | 2012-02-08 | 1 | -0/+37 |
|
|
* | | | Following Nick's suggestion, rename posix.fdlistdir() to posix.flistdir(), to | Charles-François Natali | 2012-02-06 | 1 | -2/+2 |
|
|
* | | | Issue #13734: Add os.fwalk(), a directory walking function yielding file | Charles-François Natali | 2012-02-05 | 1 | -2/+58 |
|
|
* | | | Issue #8828: Add new function os.replace(), for cross-platform renaming with ... | Antoine Pitrou | 2012-01-30 | 1 | -0/+12 |
|
|
* | | | Issue #13772: In os.symlink() under Windows, do not try to guess the link | Antoine Pitrou | 2012-01-24 | 1 | -2/+7 |
|\ \ \
| |/ / |
|
| * | | Issue #13772: In os.symlink() under Windows, do not try to guess the link | Antoine Pitrou | 2012-01-24 | 1 | -2/+7 |
|
|
| * | | Issue #13415: Skip test_os.test_unset_error on FreeBSD and OS X. | Charles-François Natali | 2011-11-27 | 1 | -0/+4 |
|
|
* | | | Issue #13415: Skip test_os.test_unset_error on FreeBSD < 7 and OS X < 10.6 | Charles-François Natali | 2011-11-26 | 1 | -0/+4 |
|
|
* | | | (Merge 3.2) Issue #13436: Fix unsetenv() test on Windows | Victor Stinner | 2011-11-22 | 1 | -1/+2 |
|\ \ \
| |/ / |
|
| * | | Issue #13436: Fix unsetenv() test on Windows | Victor Stinner | 2011-11-22 | 1 | -1/+2 |
|
|
* | | | (Merge 3.2) Issue #13415: os.unsetenv() doesn't ignore errors anymore. | Victor Stinner | 2011-11-22 | 1 | -0/+9 |
|\ \ \
| |/ / |
|
| * | | Issue #13415: os.unsetenv() doesn't ignore errors anymore. | Victor Stinner | 2011-11-22 | 1 | -0/+9 |
|
|
* | | | Issue #13374: Deprecate os.getcwdb() on Windows | Victor Stinner | 2011-11-16 | 1 | -0/+1 |
|
|
* | | | Issue #13374: Skip deprecation tests for os.symlink() on Windows XP | Victor Stinner | 2011-11-15 | 1 | -1/+8 |
|
|
* | | | Issue #13374: The Windows bytes API has been deprecated in the os module. Use | Victor Stinner | 2011-11-15 | 1 | -4/+40 |
|
|
* | | | Oops. Update a placeholder comment with the issue number. | Brian Curtin | 2011-11-06 | 1 | -1/+1 |
|
|
* | | | Fix #13327. Remove the need for an explicit None as the second argument to | Brian Curtin | 2011-11-06 | 1 | -0/+15 |
|
|
* | | | Close #13174: Fix extended attributes tests in test_os for SELinux | Victor Stinner | 2011-10-16 | 1 | -5/+10 |
|
|
* | | | expose linux extended file system attributes (closes #12720) | Benjamin Peterson | 2011-09-01 | 1 | -0/+94 |
|
|
* | | | test_os needs to reap threads | Antoine Pitrou | 2011-07-15 | 1 | -0/+1 |
|
|
* | | | (merge 3.2) test_os: remove now useless TemporaryFileTests testcase | Victor Stinner | 2011-07-01 | 1 | -111/+6 |
|\ \ \
| |/ / |
|
| * | | test_os: remove now useless TemporaryFileTests testcase | Victor Stinner | 2011-07-01 | 1 | -111/+6 |
|
|
* | | | (merge 3.2) test_os: add TemporaryFileTests to the testcase list | Victor Stinner | 2011-07-01 | 1 | -0/+1 |
|\ \ \
| |/ / |
|
| * | | test_os: add TemporaryFileTests to the testcase list | Victor Stinner | 2011-07-01 | 1 | -0/+1 |
|
|
* | | | Issue #12451: Add support.create_empty_file() | Victor Stinner | 2011-06-30 | 1 | -2/+1 |
|
|
* | | | (merge 3.2) Issue #12451: Open files in binary mode in some tests when the text | Victor Stinner | 2011-06-30 | 1 | -7/+6 |
|\ \ \
| |/ / |
|
| * | | Issue #12451: Open files in binary mode in some tests when the text file is not | Victor Stinner | 2011-06-30 | 1 | -7/+6 |
|
|
* | | | Issue #12400: oops, remove debug code... | Victor Stinner | 2011-06-29 | 1 | -1/+0 |
|
|
* | | | (merge 3.2) Issue #12400: regrtest -W doesn't rerun the tests twice anymore, | Victor Stinner | 2011-06-29 | 1 | -0/+1 |
|\ \ \
| |/ / |
|
* | | | Merge from 3.2 for Issue #12084. | Brian Curtin | 2011-06-13 | 1 | -0/+45 |
|\ \ \
| |/ / |
|
| * | | Fix #12084. os.stat on Windows wasn't working properly with relative symlinks. | Brian Curtin | 2011-06-13 | 1 | -0/+45 |
|
|
* | | | os.sendfile() test: fix "AttributeError: 'NoneType' object has no attribute '... | Giampaolo Rodola' | 2011-05-18 | 1 | -73/+74 |
|
|
* | | | Issue #11223: Replace threading._info() by sys.thread_info | Victor Stinner | 2011-04-30 | 1 | -9/+4 |
|
|
* | | | Issue #11223: Add threading._info() function providing informations about the | Victor Stinner | 2011-04-19 | 1 | -6/+9 |
|
|
* | | | (merge) Issue #11395: io.FileIO().write() clamps the data length to 32,767 | Victor Stinner | 2011-03-20 | 1 | -0/+19 |
|\ \ \
| |/ / |
|
| * | | Issue #11395: io.FileIO().write() clamps the data length to 32,767 bytes on | Victor Stinner | 2011-03-20 | 1 | -0/+19 |
|
|
* | | | Properly close a file in test_os. | Brett Cannon | 2011-03-15 | 1 | -8/+6 |
|
|
* | | | #11515: Merge with 3.2. | Ezio Melotti | 2011-03-15 | 1 | -2/+2 |
|\ \ \
| |/ / |
|
| * | | #11515: Merge with 3.1. | Ezio Melotti | 2011-03-15 | 1 | -2/+2 |
| |\ \
| | |/ |
|