| Commit message (Expand) | Author | Age | Files | Lines |
* | Issue #28666: Now test.support.rmtree is able to remove unwritable or | Serhiy Storchaka | 2016-11-20 | 1 | -0/+3 |
|\ |
|
| * | Issue #28666: Now test.support.rmtree is able to remove unwritable or | Serhiy Storchaka | 2016-11-20 | 1 | -0/+3 |
|
|
* | | Merge from 3.5 and fix a few other functions missing IPH handling. | Steve Dower | 2016-11-20 | 1 | -0/+2 |
|\ \
| |/ |
|
| * | Issue #28732: Fix crash in os.spawnv() with no elements in args | Steve Dower | 2016-11-20 | 1 | -0/+2 |
|
|
* | | Issue #28746: Fix the set_inheritable() file descriptor method on platforms | Xavier de Gaye | 2016-11-19 | 1 | -0/+3 |
|
|
* | | Issue #28720: Add collections.abc.AsyncGenerator. | Yury Selivanov | 2016-11-16 | 1 | -0/+2 |
|
|
* | | Issue #28721: Fix asynchronous generators aclose() and athrow() | Yury Selivanov | 2016-11-16 | 1 | -0/+3 |
|
|
* | | Issue #26920: Fix not getting the locale's charset upon initializing the inte... | Xavier de Gaye | 2016-11-16 | 1 | -0/+3 |
|
|
* | | Merge 3.5 (issue #28704) | Yury Selivanov | 2016-11-15 | 1 | -0/+3 |
|\ \
| |/ |
|
* | | Merge 3.5 (issue #28703) | Yury Selivanov | 2016-11-15 | 1 | -0/+2 |
|\ \
| |/ |
|
| * | Issue #28703: Fix asyncio.iscoroutinefunction to handle Mock objects. | Yury Selivanov | 2016-11-15 | 1 | -0/+2 |
|
|
* | | Merge AIX fixes from 3.5 into 3.6 | Martin Panter | 2016-11-14 | 1 | -0/+1 |
|\ \
| |/ |
|
| * | Issue #28000: Fix gethostbyname_r() usage on AIX with _LINUX_SOURCE_COMPAT | Martin Panter | 2016-11-14 | 1 | -0/+1 |
|
|
* | | Fix typos | Raymond Hettinger | 2016-11-13 | 1 | -1/+1 |
|
|
* | | Issue #28676: merge from 3.5 | Ned Deily | 2016-11-12 | 1 | -0/+6 |
|\ \
| |/ |
|
| * | Issue #28676: Prevent missing 'getentropy' declaration warning on macOS. | Ned Deily | 2016-11-12 | 1 | -0/+3 |
|
|
* | | Issue #28648: Fixed crash in Py_DecodeLocale() in debug build on Mac OS X | Serhiy Storchaka | 2016-11-12 | 1 | -0/+3 |
|\ \
| |/ |
|
| * | Issue #28648: Fixed crash in Py_DecodeLocale() in debug build on Mac OS X | Serhiy Storchaka | 2016-11-12 | 1 | -0/+3 |
| |\ |
|
| | * | Issue #28648: Fixed crash in Py_DecodeLocale() in debug build on Mac OS X | Serhiy Storchaka | 2016-11-12 | 1 | -0/+3 |
| | |\ |
|
| | | * | Issue #28648: Fixed crash in Py_DecodeLocale() in debug build on Mac OS X | Serhiy Storchaka | 2016-11-12 | 1 | -0/+3 |
|
|
| | * | | Issue #28563: Fixed possible DoS and arbitrary code execution when handle | Serhiy Storchaka | 2016-11-08 | 1 | -0/+4 |
| | |\ \
| | | |/ |
|
| | | * | Issue #28563: Fixed possible DoS and arbitrary code execution when handle | Serhiy Storchaka | 2016-11-08 | 1 | -0/+4 |
|
|
| | | * | Issue #26171: Prevent buffer overflow in get_data | Berker Peksag | 2016-09-14 | 1 | -0/+3 |
|
|
* | | | | Issue #28665: Harmonize STORE_DEREF with STORE_FAST and LOAD_DEREF giving a 4... | Raymond Hettinger | 2016-11-11 | 1 | -0/+2 |
|
|
* | | | | Issue #19398: Extra slash no longer added to sys.path components in case of | Serhiy Storchaka | 2016-11-11 | 1 | -0/+3 |
|\ \ \ \
| |/ / / |
|
| * | | | Issue #19398: Extra slash no longer added to sys.path components in case of | Serhiy Storchaka | 2016-11-11 | 1 | -0/+3 |
|
|
* | | | | Issue #23839: Various caches now are cleared before running every test file. | Serhiy Storchaka | 2016-11-11 | 1 | -0/+5 |
|\ \ \ \
| |/ / / |
|
| * | | | Issue #23839: Various caches now are cleared before running every test file. | Serhiy Storchaka | 2016-11-11 | 1 | -0/+2 |
|
|
* | | | | Merge 3.6 (issue #28653) | Yury Selivanov | 2016-11-09 | 1 | -0/+2 |
|\ \ \ \
| |/ / / |
|
| * | | | Issue #28653: Fix a refleak in functools.lru_cache. | Yury Selivanov | 2016-11-09 | 1 | -0/+2 |
|
|
* | | | | Issue #19717: Makes Path.resolve() succeed on paths that do not exist (patch ... | Steve Dower | 2016-11-09 | 1 | -0/+3 |
|
|
* | | | | Merge 3.5 (issue #28652) | Yury Selivanov | 2016-11-09 | 1 | -0/+2 |
|\ \ \ \
| |/ / / |
|
| * | | | Issue #28652: Make loop methods reject socket kinds they do not support. | Yury Selivanov | 2016-11-09 | 1 | -0/+2 |
|
|
* | | | | Merge 3.5 (issue #27942) | Yury Selivanov | 2016-11-09 | 1 | -0/+2 |
|\ \ \ \
| |/ / / |
|
| * | | | ssue #27942: Fix memory leak in codeobject.c | Yury Selivanov | 2016-11-09 | 1 | -0/+2 |
|
|
* | | | | Merge 3.5 (issue #28639) | Yury Selivanov | 2016-11-09 | 1 | -0/+3 |
|\ \ \ \
| |/ / / |
|
| * | | | Issue #28639: Fix inspect.isawaitable to always return bool | Yury Selivanov | 2016-11-09 | 1 | -0/+3 |
|
|
* | | | | Issue #26081: Fix refleak in _asyncio.Future.__iter__().throw. | Yury Selivanov | 2016-11-09 | 1 | -0/+2 |
|
|
* | | | | news: Fix a typo | Yury Selivanov | 2016-11-08 | 1 | -1/+1 |
|
|
* | | | | Issue #26182: Fix ia refleak in code that raises DeprecationWarning. | Yury Selivanov | 2016-11-08 | 1 | -0/+2 |
|
|
* | | | | Issue #27243: Change PendingDeprecationWarning -> DeprecationWarning. | Yury Selivanov | 2016-11-08 | 1 | -0/+5 |
|
|
* | | | | Issue #28563: Fixed possible DoS and arbitrary code execution when handle | Serhiy Storchaka | 2016-11-08 | 1 | -0/+4 |
|\ \ \ \
| |/ / / |
|
* | | | | Merge 3.5 (issue #28634) | Yury Selivanov | 2016-11-07 | 1 | -0/+2 |
|\ \ \ \
| |/ / / |
|
* | | | | Closes #27781: Removes special cases for the experimental aspect of PEP 529 | Steve Dower | 2016-11-07 | 1 | -2/+2 |
|
|
* | | | | Issue #28485: Merge single-threading fix from 3.5 into 3.6 | Martin Panter | 2016-11-05 | 1 | -0/+4 |
|\ \ \ \
| |/ / / |
|
| * | | | Issue #28485: Check for negative workers even without ProcessPoolExecutor | Martin Panter | 2016-11-05 | 1 | -0/+4 |
|
|
* | | | | Issue #28616: merge from 3.5 | Ned Deily | 2016-11-04 | 1 | -0/+1 |
|\ \ \ \
| |/ / / |
|
| * | | | Issue #28616: Correct help for sys.version_info releaselevel component. | Ned Deily | 2016-11-04 | 1 | -0/+1 |
|
|
* | | | | Merge 3.5 (issue #28613) | Yury Selivanov | 2016-11-04 | 1 | -0/+3 |
|\ \ \ \
| |/ / / |
|
| * | | | Issue #28613: Fix get_event_loop() to return the current loop | Yury Selivanov | 2016-11-04 | 1 | -0/+3 |
|
|