| Commit message (Expand) | Author | Age | Files | Lines |
* | bpo-25996: Added support of file descriptors in os.scandir() on Unix. (#502) | Serhiy Storchaka | 2017-03-30 | 1 | -1/+30 |
|
|
* | bpo-19930: The mode argument of os.makedirs() no longer affects the file (#799) | Serhiy Storchaka | 2017-03-24 | 1 | -0/+12 |
|
|
* | bpo-28682: Added support for bytes paths in os.fwalk(). (#489) | Serhiy Storchaka | 2017-03-07 | 1 | -12/+19 |
|
|
* | Remove unused imports. | Serhiy Storchaka | 2016-12-16 | 1 | -1/+0 |
|
|
* | Issue #28732: Raise ValueError when argv[0] is empty | Steve Dower | 2016-11-20 | 1 | -2/+16 |
|\ |
|
* | | Issue #28732: Raise ValueError when os.spawn*() is passed an empty tuple of a... | Steve Dower | 2016-11-20 | 1 | -0/+21 |
|
|
* | | Issue #26935: Fix broken Android dup2() in test_os | Xavier de Gaye | 2016-11-16 | 1 | -2/+7 |
|
|
* | | Closes #27781: Removes special cases for the experimental aspect of PEP 529 | Steve Dower | 2016-11-07 | 1 | -7/+2 |
|
|
* | | Issue #28353: Make test_os.WalkTests.test_walk_bad_dir stable. | Serhiy Storchaka | 2016-10-28 | 1 | -10/+15 |
|\ \
| |/ |
|
| * | Issue #28353: Make test_os.WalkTests.test_walk_bad_dir stable. | Serhiy Storchaka | 2016-10-28 | 1 | -10/+15 |
|
|
| * | Issue #28353: Fixed tests of os.fwalk() with broken links. | Serhiy Storchaka | 2016-10-25 | 1 | -3/+18 |
|
|
* | | Issue #28353: Try to fix tests. | Serhiy Storchaka | 2016-10-25 | 1 | -2/+13 |
|
|
* | | Issue #28353: os.fwalk() no longer fails on broken links. | Serhiy Storchaka | 2016-10-25 | 1 | -2/+18 |
|\ \
| |/ |
|
| * | Issue #28353: os.fwalk() no longer fails on broken links. | Serhiy Storchaka | 2016-10-25 | 1 | -5/+21 |
|
|
| * | Issue #28075: Fix test_access_denied in Python 3.5 | Berker Peksag | 2016-09-18 | 1 | -12/+14 |
|
|
| * | Fix test_access_denied in 3.5 | Berker Peksag | 2016-09-17 | 1 | -1/+2 |
|
|
* | | Issue #28075: Merge from 3.5 | Berker Peksag | 2016-09-17 | 1 | -0/+19 |
|\ \
| |/ |
|
| * | Issue #28075: Check for ERROR_ACCESS_DENIED in Windows implementation of os.s... | Berker Peksag | 2016-09-17 | 1 | -0/+19 |
|
|
| * | Correct spelling in documentation and code comment | Martin Panter | 2016-09-10 | 1 | -1/+1 |
|
|
* | | Use requires_os_func() to skip SpawnTests | Berker Peksag | 2016-09-15 | 1 | -10/+14 |
|
|
* | | Make SpawnTest.create_args() keyword-only | Berker Peksag | 2016-09-15 | 1 | -5/+5 |
|
|
* | | Issue #28114: Fix a crash in parse_envlist() when env contains byte strings | Berker Peksag | 2016-09-15 | 1 | -2/+15 |
|
|
* | | Issue #28114: Add unit tests on os.spawn*() | Victor Stinner | 2016-09-14 | 1 | -0/+86 |
|
|
* | | Issue #1602: Windows console doesn't input or print Unicode (PEP 528) | Steve Dower | 2016-08-31 | 1 | -1/+1 |
|
|
* | | #27364: fix "incorrect" uses of escape character in the stdlib. | R David Murray | 2016-09-08 | 1 | -1/+1 |
|
|
* | | Issue #27781: Change file system encoding on Windows to UTF-8 (PEP 529) | Steve Dower | 2016-09-08 | 1 | -91/+22 |
|
|
* | | Fix test_os.GetRandomTests() | Victor Stinner | 2016-09-07 | 1 | -0/+12 |
|
|
* | | Add os.getrandom() | Victor Stinner | 2016-09-06 | 1 | -0/+32 |
|
|
* | | Issue #26027: Support path-like objects in PyUnicode-FSConverter(). | Brett Cannon | 2016-09-06 | 1 | -36/+28 |
|
|
* | | os.access does not allow a fd | Benjamin Peterson | 2016-09-05 | 1 | -1/+1 |
|
|
* | | Issue #26027: Fix test_path_t_converter on Windows | Berker Peksag | 2016-08-27 | 1 | -1/+1 |
|
|
* | | Don't test for path-like bytes paths on Windows | Brett Cannon | 2016-08-27 | 1 | -2/+7 |
|
|
* | | Issue #26027: Don't test for bytearray in path_t as that's now | Brett Cannon | 2016-08-27 | 1 | -7/+2 |
|
|
* | | Issue #26027, #27524: Add PEP 519/__fspath__() support to os and | Brett Cannon | 2016-08-26 | 1 | -3/+80 |
|
|
* | | Issue #26800: Undocumented support of general bytes-like objects | Serhiy Storchaka | 2016-08-06 | 1 | -1/+8 |
|
|
* | | Issue #27472: Add test.support.unix_shell as the path to the default shell. | Xavier de Gaye | 2016-07-22 | 1 | -5/+8 |
|
|
* | | Fix a failing test introduced as part of issue #27512 | Brett Cannon | 2016-07-15 | 1 | -2/+1 |
|
|
* | | Issue #27512: Don't segfault when os.fspath() calls an object whose | Brett Cannon | 2016-07-15 | 1 | -7/+17 |
|
|
* | | Issue #27038: Expose DirEntry as os.DirEntry. | Brett Cannon | 2016-06-24 | 1 | -0/+1 |
|
|
* | | Issue #27186: Update os.fspath()/PyOS_FSPath() to check the return | Brett Cannon | 2016-06-24 | 1 | -29/+33 |
|
|
* | | Issue #27186: Skip scandir(bytes) test with os.name == "nt" | Martin Panter | 2016-06-13 | 1 | -1/+1 |
|
|
* | | Issue #27186: skip bytes path test for os.scandir() on Windows | Brett Cannon | 2016-06-12 | 1 | -0/+1 |
|
|
* | | Issue #27186: Add os.PathLike support to DirEntry | Brett Cannon | 2016-06-10 | 1 | -4/+19 |
|
|
* | | issue27186: fix fsencode/fsdecode and update tests; patch by Jelle Zijlstra | Ethan Furman | 2016-06-04 | 1 | -6/+13 |
|
|
* | | issue27186: add PathLike ABC | Ethan Furman | 2016-06-04 | 1 | -0/+2 |
|
|
* | | issue27186: add C version of os.fspath(); patch by Jelle Zijlstra | Ethan Furman | 2016-06-04 | 1 | -0/+7 |
|
|
* | | issue27182: update fsencode and fsdecode for os.path(); patch by Dusty Phillips | Ethan Furman | 2016-06-04 | 1 | -0/+15 |
|
|
* | | issue27186 -- initial docs, tests, and python version of os.fspath | Ethan Furman | 2016-06-02 | 1 | -0/+21 |
|
|
* | | Issue #26783: test_os.WalkTests.test_walk_topdown did't test fwalk and bytes. | Serhiy Storchaka | 2016-04-16 | 1 | -1/+1 |
|\ \
| |/ |
|
| * | Issue #26783: test_os.WalkTests.test_walk_topdown did't test fwalk and bytes. | Serhiy Storchaka | 2016-04-16 | 1 | -1/+1 |
|
|