| Commit message (Expand) | Author | Age | Files | Lines |
* | Issue #16218, #16414, #16444: Backport FS_NONASCII, TESTFN_UNDECODABLE, | Victor Stinner | 2013-01-03 | 1 | -0/+4 |
|
|
* | Issue #9644: Fix the encoding used by os.statvfs(): use the filesystem encoding | Victor Stinner | 2013-01-01 | 1 | -0/+9 |
|
|
* | Add test coverage for os.removedirs (#16775) | Andrew Svetlov | 2012-12-25 | 1 | -0/+46 |
|
|
* | Issue #16714: use 'raise' exceptions, don't 'throw'. | Andrew Svetlov | 2012-12-18 | 1 | -8/+8 |
|
|
* | Issue #14992: Prevent test_os test_exist_ok_s_isgid_directory test case | Ned Deily | 2012-08-09 | 1 | -1/+4 |
|
|
* | Fixes Issue #14992: os.makedirs(path, exist_ok=True) would raise an OSError | Gregory P. Smith | 2012-06-03 | 1 | -6/+34 |
|
|
* | 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 |
|
|
* | | 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 #13436: Fix unsetenv() test on Windows | Victor Stinner | 2011-11-22 | 1 | -1/+2 |
|
|
* | | Issue #13415: os.unsetenv() doesn't ignore errors anymore. | Victor Stinner | 2011-11-22 | 1 | -0/+9 |
|
|
* | | test_os: remove now useless TemporaryFileTests testcase | Victor Stinner | 2011-07-01 | 1 | -111/+6 |
|
|
* | | test_os: add TemporaryFileTests to the testcase list | Victor Stinner | 2011-07-01 | 1 | -0/+1 |
|
|
* | | Issue #12451: Open files in binary mode in some tests when the text file is not | Victor Stinner | 2011-06-30 | 1 | -7/+6 |
|
|
* | | Fix #12084. os.stat on Windows wasn't working properly with relative symlinks. | Brian Curtin | 2011-06-13 | 1 | -0/+45 |
|
|
* | | Issue #11395: io.FileIO().write() clamps the data length to 32,767 bytes on | Victor Stinner | 2011-03-20 | 1 | -0/+19 |
|
|
* | | #11515: Merge with 3.1. | Ezio Melotti | 2011-03-15 | 1 | -2/+2 |
|\ \
| |/ |
|
| * | #11515: fix several typos. Patch by Piotr Kasprzyk. | Ezio Melotti | 2011-03-15 | 1 | -2/+2 |
|
|
| * | Merged revisions 87666 via svnmerge from | Amaury Forgeot d'Arc | 2011-01-03 | 1 | -0/+5 |
|
|
| * | Merged revisions 86596 via svnmerge from | Ezio Melotti | 2010-11-21 | 1 | -15/+15 |
|
|
| * | Merged revisions 85987 via svnmerge from | Brian Curtin | 2010-10-30 | 1 | -8/+10 |
|
|
| * | Merged revisions 80108,80111,80114-80115 via svnmerge from | Mark Dickinson | 2010-04-16 | 1 | -1/+15 |
|
|
| * | Merged revisions 78739 via svnmerge fromv3.1.2rc1 | Benjamin Peterson | 2010-03-06 | 1 | -2/+16 |
|
|
| * | Merged revisions 78548 via svnmerge from | Gregory P. Smith | 2010-03-01 | 1 | -0/+2 |
|
|
| * | Merged revisions 78316 via svnmerge from | Ezio Melotti | 2010-02-22 | 1 | -0/+8 |
|
|
| * | Merged revisions 77571 via svnmerge from | Antoine Pitrou | 2010-01-17 | 1 | -0/+9 |
|
|
| * | Merged revisions 73715 via svnmerge from | Georg Brandl | 2009-08-13 | 1 | -7/+7 |
|
|
| * | Merged revisions 74171 via svnmerge from | R. David Murray | 2009-07-22 | 1 | -1/+12 |
|
|
* | | #8278: In the Windows implementation of stat() and utime(), | Amaury Forgeot d'Arc | 2011-01-03 | 1 | -0/+5 |
|
|
* | | Fix #9333. The symlink function is always available now, raising OSError | Brian Curtin | 2010-12-28 | 1 | -3/+3 |
|
|
* | | Avoid possible zombi process. | Hirokazu Yamamoto | 2010-12-05 | 1 | -2/+4 |
|
|
* | | Fix #9333. Expose os.symlink on Windows only when usable. | Brian Curtin | 2010-12-02 | 1 | -9/+3 |
|
|
* | | Issue 9299 Add exist_ok parameter to os.makedirs to suppress 'File exists' ex... | Terry Reedy | 2010-12-02 | 1 | -0/+22 |
|
|
* | | Fix #10591. Fix test_os for refleak runs. | Brian Curtin | 2010-11-30 | 1 | -2/+1 |
|
|
* | | Actually fix what I attempted to fix in r86888... | Brian Curtin | 2010-11-30 | 1 | -3/+3 |
|
|
* | | Try to fix failures on platforms that can't encode the test characters. | Brian Curtin | 2010-11-30 | 1 | -1/+6 |
|
|
* | | Fix for #8879. | Brian Curtin | 2010-11-28 | 1 | -0/+5 |
|
|
* | | Fix #8879. Add os.link support to Windows. | Brian Curtin | 2010-11-24 | 1 | -0/+28 |
|
|
* | | #9424: Replace deprecated assert* methods in the Python test suite. | Ezio Melotti | 2010-11-20 | 1 | -21/+21 |
|
|
* | | Close subprocess pipes in _kill. Fixes a number of ResourceWarnings. | Brian Curtin | 2010-11-05 | 1 | -0/+3 |
|
|
* | | Fix #10257. Clear resource warnings by using os.popen's context manager. | Brian Curtin | 2010-10-30 | 1 | -8/+10 |
|
|
* | | Issue #10210: os.get_exec_path() ignores BytesWarning warnings | Victor Stinner | 2010-10-29 | 1 | -1/+4 |
|
|
* | | Fix #10098. Fix sporadic test_os failures. | Brian Curtin | 2010-10-15 | 1 | -1/+1 |
|
|
* | | Issue #9992: Remove PYTHONFSENCODING environment variable. | Victor Stinner | 2010-10-13 | 1 | -30/+0 |
|
|
* | | Issue #9978: Wait until subprocess completes initialization. (Win32KillTests ... | Hirokazu Yamamoto | 2010-10-08 | 1 | -2/+14 |
|
|
* | | LoginTests fails on a number of buildbots with different errors. Skip | Brian Curtin | 2010-09-24 | 1 | -0/+3 |
|
|
* | | #9808. Implement os.getlogin for Windows, completed by Jon Anglin. | Brian Curtin | 2010-09-23 | 1 | -0/+8 |
|
|
* | | Issue #9908: Fix os.stat() on bytes paths under Windows 7. | Antoine Pitrou | 2010-09-21 | 1 | -2/+11 |
|
|
* | | Issue #8603: Environ.data is now protected -> Environ._data | Victor Stinner | 2010-09-10 | 1 | -1/+0 |
|
|