summaryrefslogtreecommitdiffstats
path: root/Misc
Commit message (Collapse)AuthorAgeFilesLines
* Issue #28666: Now test.support.rmtree is able to remove unwritable orSerhiy Storchaka2016-11-201-0/+3
|\ | | | | | | unreadable directories.
| * Issue #28666: Now test.support.rmtree is able to remove unwritable orSerhiy Storchaka2016-11-201-0/+3
| | | | | | | | unreadable directories.
* | Merge from 3.5 and fix a few other functions missing IPH handling.Steve Dower2016-11-201-0/+2
|\ \ | |/
| * Issue #28732: Fix crash in os.spawnv() with no elements in argsSteve Dower2016-11-201-0/+2
| | | | | | | | Prevents crashes in some other posixmodule.c functions
* | Issue #28746: Fix the set_inheritable() file descriptor method on platformsXavier de Gaye2016-11-191-0/+3
| | | | | | | | that do not have the ioctl FIOCLEX and FIONCLEX commands
* | Issue #28720: Add collections.abc.AsyncGenerator.Yury Selivanov2016-11-161-0/+2
| |
* | Issue #28721: Fix asynchronous generators aclose() and athrow()Yury Selivanov2016-11-161-0/+3
| |
* | Issue #26920: Fix not getting the locale's charset upon initializing the ↵Xavier de Gaye2016-11-161-0/+3
| | | | | | | | | | | | interpreter, on platforms that do not have langinfo
* | Merge 3.5 (issue #28704)Yury Selivanov2016-11-151-0/+3
|\ \ | |/
* | Merge 3.5 (issue #28703)Yury Selivanov2016-11-151-0/+2
|\ \ | |/
| * Issue #28703: Fix asyncio.iscoroutinefunction to handle Mock objects.Yury Selivanov2016-11-151-0/+2
| |
* | Merge AIX fixes from 3.5 into 3.6Martin Panter2016-11-141-0/+1
|\ \ | |/
| * Issue #28000: Fix gethostbyname_r() usage on AIX with _LINUX_SOURCE_COMPATMartin Panter2016-11-141-0/+1
| | | | | | | | Patch by Matthieu S.
* | Fix typosRaymond Hettinger2016-11-131-1/+1
| |
* | Issue #28676: merge from 3.5Ned Deily2016-11-121-0/+6
|\ \ | |/
| * Issue #28676: Prevent missing 'getentropy' declaration warning on macOS.Ned Deily2016-11-121-0/+3
| | | | | | | | Patch by Gareth Rees.
* | Issue #28648: Fixed crash in Py_DecodeLocale() in debug build on Mac OS XSerhiy Storchaka2016-11-121-0/+3
|\ \ | |/ | | | | when decode astral characters.
| * Issue #28648: Fixed crash in Py_DecodeLocale() in debug build on Mac OS XSerhiy Storchaka2016-11-121-0/+3
| |\ | | | | | | | | | when decode astral characters.
| | * Issue #28648: Fixed crash in Py_DecodeLocale() in debug build on Mac OS XSerhiy Storchaka2016-11-121-0/+3
| | |\ | | | | | | | | | | | | when decode astral characters.
| | | * Issue #28648: Fixed crash in Py_DecodeLocale() in debug build on Mac OS XSerhiy Storchaka2016-11-121-0/+3
| | | | | | | | | | | | | | | | when decode astral characters.
| | * | Issue #28563: Fixed possible DoS and arbitrary code execution when handleSerhiy Storchaka2016-11-081-0/+4
| | |\ \ | | | |/ | | | | | | | | | | | | plural form selections in the gettext module. The expression parser now supports exact syntax supported by GNU gettext.
| | | * Issue #28563: Fixed possible DoS and arbitrary code execution when handleSerhiy Storchaka2016-11-081-0/+4
| | | | | | | | | | | | | | | | | | | | plural form selections in the gettext module. The expression parser now supports exact syntax supported by GNU gettext.
| | | * Issue #26171: Prevent buffer overflow in get_dataBerker Peksag2016-09-141-0/+3
| | | | | | | | | | | | | | | | Backport of 01ddd608b85c.
* | | | Issue #28665: Harmonize STORE_DEREF with STORE_FAST and LOAD_DEREF giving a ↵Raymond Hettinger2016-11-111-0/+2
| | | | | | | | | | | | | | | | 40% speedup.
* | | | Issue #19398: Extra slash no longer added to sys.path components in case ofSerhiy Storchaka2016-11-111-0/+3
|\ \ \ \ | |/ / / | | | | | | | | | | | | empty compile-time PYTHONPATH components. This fixes some tests in -S or -I modes.
| * | | Issue #19398: Extra slash no longer added to sys.path components in case ofSerhiy Storchaka2016-11-111-0/+3
| | | | | | | | | | | | | | | | | | | | empty compile-time PYTHONPATH components. This fixes some tests in -S or -I modes.
* | | | Issue #23839: Various caches now are cleared before running every test file.Serhiy Storchaka2016-11-111-0/+5
|\ \ \ \ | |/ / /
| * | | Issue #23839: Various caches now are cleared before running every test file.Serhiy Storchaka2016-11-111-0/+2
| | | |
* | | | Merge 3.6 (issue #28653)Yury Selivanov2016-11-091-0/+2
|\ \ \ \ | |/ / /
| * | | Issue #28653: Fix a refleak in functools.lru_cache.Yury Selivanov2016-11-091-0/+2
| | | |
* | | | Issue #19717: Makes Path.resolve() succeed on paths that do not exist (patch ↵Steve Dower2016-11-091-0/+3
| | | | | | | | | | | | | | | | by Vajrasky Kok)
* | | | Merge 3.5 (issue #28652)Yury Selivanov2016-11-091-0/+2
|\ \ \ \ | |/ / /
| * | | Issue #28652: Make loop methods reject socket kinds they do not support.Yury Selivanov2016-11-091-0/+2
| | | |
* | | | Merge 3.5 (issue #27942)Yury Selivanov2016-11-091-0/+2
|\ \ \ \ | |/ / /
| * | | ssue #27942: Fix memory leak in codeobject.cYury Selivanov2016-11-091-0/+2
| | | |
* | | | Merge 3.5 (issue #28639)Yury Selivanov2016-11-091-0/+3
|\ \ \ \ | |/ / /
| * | | Issue #28639: Fix inspect.isawaitable to always return boolYury Selivanov2016-11-091-0/+3
| | | | | | | | | | | | | | | | Patch by Justin Mayfield.
* | | | Issue #26081: Fix refleak in _asyncio.Future.__iter__().throw.Yury Selivanov2016-11-091-0/+2
| | | |
* | | | news: Fix a typoYury Selivanov2016-11-081-1/+1
| | | |
* | | | Issue #26182: Fix ia refleak in code that raises DeprecationWarning.Yury Selivanov2016-11-081-0/+2
| | | |
* | | | Issue #27243: Change PendingDeprecationWarning -> DeprecationWarning.Yury Selivanov2016-11-081-0/+5
| | | | | | | | | | | | | | | | | | | | | | | | As it was agreed in the issue, __aiter__ returning an awaitable should result in PendingDeprecationWarning in 3.5 and in DeprecationWarning in 3.6.
* | | | Issue #28563: Fixed possible DoS and arbitrary code execution when handleSerhiy Storchaka2016-11-081-0/+4
|\ \ \ \ | |/ / / | | | | | | | | | | | | plural form selections in the gettext module. The expression parser now supports exact syntax supported by GNU gettext.
* | | | Merge 3.5 (issue #28634)Yury Selivanov2016-11-071-0/+2
|\ \ \ \ | |/ / /
* | | | Closes #27781: Removes special cases for the experimental aspect of PEP 529Steve Dower2016-11-071-2/+2
| | | |
* | | | Issue #28485: Merge single-threading fix from 3.5 into 3.6Martin Panter2016-11-051-0/+4
|\ \ \ \ | |/ / /
| * | | Issue #28485: Check for negative workers even without ProcessPoolExecutorMartin Panter2016-11-051-0/+4
| | | | | | | | | | | | | | | | | | | | This matches the documentation, and passes the test suite when multithreading is disabled.
* | | | Issue #28616: merge from 3.5Ned Deily2016-11-041-0/+1
|\ \ \ \ | |/ / /
| * | | Issue #28616: Correct help for sys.version_info releaselevel component.Ned Deily2016-11-041-0/+1
| | | | | | | | | | | | | | | | Patch by Anish Tambe.
* | | | Merge 3.5 (issue #28613)Yury Selivanov2016-11-041-0/+3
|\ \ \ \ | |/ / /
| * | | Issue #28613: Fix get_event_loop() to return the current loopYury Selivanov2016-11-041-0/+3
| | | | | | | | | | | | | | | | when called from coroutines or callbacks.