[issue29034] Fix memory leak and use-after-free in path_converter

2017-02-09 Thread Roundup Robot
Roundup Robot added the comment: New changeset be85fd4ef41979dbe68262938da12328fb6cfb8c by Serhiy Storchaka in branch '3.6': Issue #29513: Fixed a reference leak in os.scandir() added in issue #29034. https://github.com/python/cpython/commit/be85fd4ef41979dbe68262938da12328fb6cfb8c

[issue29513] os.scandir(str) reference leak (test_os refleak)

2017-02-09 Thread Roundup Robot
Roundup Robot added the comment: New changeset be85fd4ef41979dbe68262938da12328fb6cfb8c by Serhiy Storchaka in branch '3.6': Issue #29513: Fixed a reference leak in os.scandir() added in issue #29034. https://github.com/python/cpython/commit/be85fd4ef41979dbe68262938da12328fb6cfb8c

[issue29513] os.scandir(str) reference leak (test_os refleak)

2017-02-09 Thread Roundup Robot
Roundup Robot added the comment: New changeset 4e3a16bdadae by Serhiy Storchaka in branch '3.6': Issue #29513: Fixed a reference leak in os.scandir() added in issue #29034. https://hg.python.org/cpython/rev/4e3a16bdadae New changeset a3f8c5d172b4 by Serhiy Storchaka in branch 'default': Issue

[issue29034] Fix memory leak and use-after-free in path_converter

2017-02-09 Thread Roundup Robot
Roundup Robot added the comment: New changeset 4e3a16bdadae by Serhiy Storchaka in branch '3.6': Issue #29513: Fixed a reference leak in os.scandir() added in issue #29034. https://hg.python.org/cpython/rev/4e3a16bdadae -- ___ Python tracker <

[issue26355] Emit major version based canonical URLs for docs

2017-02-09 Thread Roundup Robot
Roundup Robot added the comment: New changeset e8455e7137b9bd63d4c0183558161dba6ea00d32 by Nick Coghlan in branch '2.7': Issue #26355: Specify canonical URLs in docs pages https://github.com/python/cpython/commit/e8455e7137b9bd63d4c0183558161dba6ea00d32

[issue26355] Emit major version based canonical URLs for docs

2017-02-09 Thread Roundup Robot
Roundup Robot added the comment: New changeset a47e20b636d2a5559e5831c6805df3cba1ddb2a1 by Nick Coghlan in branch '3.5': Issue #26355: Specify canonical URLs in docs pages https://github.com/python/cpython/commit/a47e20b636d2a5559e5831c6805df3cba1ddb2a1

[issue26355] Emit major version based canonical URLs for docs

2017-02-09 Thread Roundup Robot
Roundup Robot added the comment: New changeset b07d454e45a2 by Nick Coghlan in branch '2.7': Issue #26355: Specify canonical URLs in docs pages https://hg.python.org/cpython/rev/b07d454e45a2 -- ___ Python tracker <rep...@bugs.python.org>

[issue26355] Emit major version based canonical URLs for docs

2017-02-09 Thread Roundup Robot
Roundup Robot added the comment: New changeset a47e20b636d2a5559e5831c6805df3cba1ddb2a1 by Nick Coghlan in branch 'master': Issue #26355: Specify canonical URLs in docs pages https://github.com/python/cpython/commit/a47e20b636d2a5559e5831c6805df3cba1ddb2a1 New changeset

[issue26355] Emit major version based canonical URLs for docs

2017-02-09 Thread Roundup Robot
Roundup Robot added the comment: New changeset c63b09833141 by Nick Coghlan in branch '3.5': Issue #26355: Specify canonical URLs in docs pages https://hg.python.org/cpython/rev/c63b09833141 New changeset 80970cf56048 by Nick Coghlan in branch '3.6': Merge issue #26355 fix from Python 3.5 https

[issue29465] Add _PyObject_FastCall() to reduce stack consumption

2017-02-08 Thread Roundup Robot
Roundup Robot added the comment: New changeset e9807e307f1f561a2dfe3e9f97a38444528dba86 by Victor Stinner in branch 'master': Fix PyCFunction_Call() performance issue https://github.com/python/cpython/commit/e9807e307f1f561a2dfe3e9f97a38444528dba86

[issue29259] Add tp_fastcall to PyTypeObject: support FASTCALL calling convention for all callable objects

2017-02-08 Thread Roundup Robot
Roundup Robot added the comment: New changeset e9807e307f1f561a2dfe3e9f97a38444528dba86 by Victor Stinner in branch 'master': Fix PyCFunction_Call() performance issue https://github.com/python/cpython/commit/e9807e307f1f561a2dfe3e9f97a38444528dba86

[issue29465] Add _PyObject_FastCall() to reduce stack consumption

2017-02-08 Thread Roundup Robot
Roundup Robot added the comment: New changeset 31342913fb1e by Victor Stinner in branch 'default': Fix PyCFunction_Call() performance issue https://hg.python.org/cpython/rev/31342913fb1e -- nosy: +python-dev ___ Python tracker <rep...@bugs.python.

[issue29259] Add tp_fastcall to PyTypeObject: support FASTCALL calling convention for all callable objects

2017-02-08 Thread Roundup Robot
Roundup Robot added the comment: New changeset 31342913fb1e by Victor Stinner in branch 'default': Fix PyCFunction_Call() performance issue https://hg.python.org/cpython/rev/31342913fb1e -- status: pending -> open ___ Python tracker &

[issue29306] Check usage of Py_EnterRecursiveCall() and Py_LeaveRecursiveCall() in new FASTCALL functions

2017-02-08 Thread Roundup Robot
Roundup Robot added the comment: New changeset 1101819ba99afcb4d1b6495d49b17bdd0acfe761 by Victor Stinner in branch 'master': Fix refleaks if Py_EnterRecursiveCall() fails https://github.com/python/cpython/commit/1101819ba99afcb4d1b6495d49b17bdd0acfe761

[issue29306] Check usage of Py_EnterRecursiveCall() and Py_LeaveRecursiveCall() in new FASTCALL functions

2017-02-08 Thread Roundup Robot
Roundup Robot added the comment: New changeset 37705f89c72b by Victor Stinner in branch 'default': Fix refleaks if Py_EnterRecursiveCall() fails https://hg.python.org/cpython/rev/37705f89c72b -- ___ Python tracker <rep...@bugs.python.org>

[issue29306] Check usage of Py_EnterRecursiveCall() and Py_LeaveRecursiveCall() in new FASTCALL functions

2017-02-08 Thread Roundup Robot
Roundup Robot added the comment: New changeset 65d24ff4bbd3320acadb58a5e4d944c84536cb2c by Victor Stinner in branch 'master': Issue #29306: Fix usage of Py_EnterRecursiveCall() https://github.com/python/cpython/commit/65d24ff4bbd3320acadb58a5e4d944c84536cb2c

[issue29306] Check usage of Py_EnterRecursiveCall() and Py_LeaveRecursiveCall() in new FASTCALL functions

2017-02-08 Thread Roundup Robot
Roundup Robot added the comment: New changeset 88ed9d9eabc1 by Victor Stinner in branch 'default': Issue #29306: Fix usage of Py_EnterRecursiveCall() https://hg.python.org/cpython/rev/88ed9d9eabc1 -- nosy: +python-dev ___ Python tracker <

[issue29441] Update examples to use async and await keywords in asyncio-task.rst

2017-02-07 Thread Roundup Robot
Roundup Robot added the comment: New changeset dbfbdf9dce7889699e1eb7cc4644a911b16665ec by Berker Peksag in branch '3.6': Issue #29441: Update examples to use async and await keywords in asyncio-task.rst https://github.com/python/cpython/commit/dbfbdf9dce7889699e1eb7cc4644a911b16665ec New

[issue29441] Update examples to use async and await keywords in asyncio-task.rst

2017-02-07 Thread Roundup Robot
Roundup Robot added the comment: New changeset dbfbdf9dce7889699e1eb7cc4644a911b16665ec by Berker Peksag in branch 'master': Issue #29441: Update examples to use async and await keywords in asyncio-task.rst https://github.com/python/cpython/commit/dbfbdf9dce7889699e1eb7cc4644a911b16665ec New

[issue29441] Update examples to use async and await keywords in asyncio-task.rst

2017-02-07 Thread Roundup Robot
Roundup Robot added the comment: New changeset dbfbdf9dce7889699e1eb7cc4644a911b16665ec by Berker Peksag in branch '3.5': Issue #29441: Update examples to use async and await keywords in asyncio-task.rst https://github.com/python/cpython/commit/dbfbdf9dce7889699e1eb7cc4644a911b16665ec

[issue29441] Update examples to use async and await keywords in asyncio-task.rst

2017-02-07 Thread Roundup Robot
Roundup Robot added the comment: New changeset 514571268743 by Berker Peksag in branch '3.5': Issue #29441: Update examples to use async and await keywords in asyncio-task.rst https://hg.python.org/cpython/rev/514571268743 New changeset 975e03b0aea6 by Berker Peksag in branch '3.6': Issue

[issue29314] asyncio.async deprecation warning is missing stacklevel=2

2017-02-06 Thread Roundup Robot
Roundup Robot added the comment: New changeset 00c949c7c3a3eed27a0b320d320097f630eb8fc5 by Mariatta Wijaya in branch '3.5': Issue #29314: Set the stacklevel to two in asyncio.async() Deprecation Warning https://github.com/python/cpython/commit/00c949c7c3a3eed27a0b320d320097f630eb8fc5

[issue29314] asyncio.async deprecation warning is missing stacklevel=2

2017-02-06 Thread Roundup Robot
Roundup Robot added the comment: New changeset 00c949c7c3a3eed27a0b320d320097f630eb8fc5 by Mariatta Wijaya in branch '3.6': Issue #29314: Set the stacklevel to two in asyncio.async() Deprecation Warning https://github.com/python/cpython/commit/00c949c7c3a3eed27a0b320d320097f630eb8fc5 New

[issue29314] asyncio.async deprecation warning is missing stacklevel=2

2017-02-06 Thread Roundup Robot
Roundup Robot added the comment: New changeset 00c949c7c3a3eed27a0b320d320097f630eb8fc5 by Mariatta Wijaya in branch 'master': Issue #29314: Set the stacklevel to two in asyncio.async() Deprecation Warning https://github.com/python/cpython/commit/00c949c7c3a3eed27a0b320d320097f630eb8fc5 New

[issue29314] asyncio.async deprecation warning is missing stacklevel=2

2017-02-06 Thread Roundup Robot
Roundup Robot added the comment: New changeset 0f5161f865d7 by Mariatta Wijaya in branch '3.5': Issue #29314: Set the stacklevel to two in asyncio.async() Deprecation Warning https://hg.python.org/cpython/rev/0f5161f865d7 New changeset 6dbe9051cdec by Mariatta Wijaya in branch '3.6': Issue

[issue29371] Typo in doctest documentation

2017-02-06 Thread Roundup Robot
Roundup Robot added the comment: New changeset 2b20a37791e3cc4536db1f99fc85ffb6e20134ab by Mariatta Wijaya in branch '2.7': Issue #29371: Clarify bitwise OR operation in doctest option flags. https://github.com/python/cpython/commit/2b20a37791e3cc4536db1f99fc85ffb6e20134ab

[issue29371] Typo in doctest documentation

2017-02-06 Thread Roundup Robot
Roundup Robot added the comment: New changeset c36939b07c1275a6c3897a917c638b0ac48885c4 by Mariatta Wijaya in branch 'master': Issue #29371: Clarify bitwise OR operation in doctest option flags. https://github.com/python/cpython/commit/c36939b07c1275a6c3897a917c638b0ac48885c4 New changeset

[issue29371] Typo in doctest documentation

2017-02-06 Thread Roundup Robot
Roundup Robot added the comment: New changeset c36939b07c1275a6c3897a917c638b0ac48885c4 by Mariatta Wijaya in branch '3.5': Issue #29371: Clarify bitwise OR operation in doctest option flags. https://github.com/python/cpython/commit/c36939b07c1275a6c3897a917c638b0ac48885c4

[issue29371] Typo in doctest documentation

2017-02-06 Thread Roundup Robot
Roundup Robot added the comment: New changeset c36939b07c1275a6c3897a917c638b0ac48885c4 by Mariatta Wijaya in branch '3.6': Issue #29371: Clarify bitwise OR operation in doctest option flags. https://github.com/python/cpython/commit/c36939b07c1275a6c3897a917c638b0ac48885c4 New changeset

[issue29371] Typo in doctest documentation

2017-02-06 Thread Roundup Robot
Roundup Robot added the comment: New changeset 3fd198b80f29 by Mariatta Wijaya in branch '2.7': Issue #29371: Clarify bitwise OR operation in doctest option flags. https://hg.python.org/cpython/rev/3fd198b80f29 -- ___ Python tracker <

[issue29371] Typo in doctest documentation

2017-02-06 Thread Roundup Robot
Roundup Robot added the comment: New changeset df62e833eeb1 by Mariatta Wijaya in branch '3.5': Issue #29371: Clarify bitwise OR operation in doctest option flags. https://hg.python.org/cpython/rev/df62e833eeb1 New changeset c3d779f96b20 by Mariatta Wijaya in branch '3.6': Issue #29371: merge

[issue28164] _PyIO_get_console_type fails for various paths

2017-02-06 Thread Roundup Robot
Roundup Robot added the comment: New changeset c6c32889c9d80ffd599a57fd0d4c4a88deece29b by Steve Dower in branch '3.6': Issue #28164: Improves test on Windows 7 https://github.com/python/cpython/commit/c6c32889c9d80ffd599a57fd0d4c4a88deece29b

[issue28164] _PyIO_get_console_type fails for various paths

2017-02-06 Thread Roundup Robot
Roundup Robot added the comment: New changeset c6c32889c9d80ffd599a57fd0d4c4a88deece29b by Steve Dower in branch 'master': Issue #28164: Improves test on Windows 7 https://github.com/python/cpython/commit/c6c32889c9d80ffd599a57fd0d4c4a88deece29b New changeset

[issue28164] _PyIO_get_console_type fails for various paths

2017-02-06 Thread Roundup Robot
Roundup Robot added the comment: New changeset 4463e311f5bd by Steve Dower in branch '3.6': Issue #28164: Improves test on Windows 7 https://hg.python.org/cpython/rev/4463e311f5bd New changeset 8132bcc1522d by Steve Dower in branch 'default': Issue #28164: Improves test on Windows 7 https

[issue29452] Use FASTCALL for collections.deque methods: index, insert, rotate

2017-02-06 Thread Roundup Robot
Roundup Robot added the comment: New changeset 55949f988dc1b943796d9852cc4d588c58cc4255 by Victor Stinner in branch 'master': Optimize deque index, insert and rotate() methods https://github.com/python/cpython/commit/55949f988dc1b943796d9852cc4d588c58cc4255

[issue29452] Use FASTCALL for collections.deque methods: index, insert, rotate

2017-02-06 Thread Roundup Robot
Roundup Robot added the comment: New changeset 1c048539200c by Victor Stinner in branch 'default': Optimize deque index, insert and rotate() methods https://hg.python.org/cpython/rev/1c048539200c -- nosy: +python-dev ___ Python tracker <

[issue27659] Prohibit implicit C function declarations

2017-02-06 Thread Roundup Robot
Roundup Robot added the comment: New changeset 9a26d20d2baa27407501b13435d733dcc26f3d53 by Victor Stinner in branch 'master': Prohibit implicit C function declarations https://github.com/python/cpython/commit/9a26d20d2baa27407501b13435d733dcc26f3d53

[issue27659] Prohibit implicit C function declarations

2017-02-06 Thread Roundup Robot
Roundup Robot added the comment: New changeset ca2f024ce7cb by Victor Stinner in branch 'default': Prohibit implicit C function declarations https://hg.python.org/cpython/rev/ca2f024ce7cb -- nosy: +python-dev ___ Python tracker <

[issue29362] regrtest: don't fail immediately if a child does crash

2017-02-06 Thread Roundup Robot
Roundup Robot added the comment: New changeset 99e4e687145a76ac28055a651ee31470496c3ac7 by Victor Stinner in branch 'master': regrtest: don't fail immediately if a child does crash https://github.com/python/cpython/commit/99e4e687145a76ac28055a651ee31470496c3ac7

[issue29362] regrtest: don't fail immediately if a child does crash

2017-02-06 Thread Roundup Robot
Roundup Robot added the comment: New changeset 4446613000a3 by Victor Stinner in branch 'default': regrtest: don't fail immediately if a child does crash https://hg.python.org/cpython/rev/4446613000a3 -- nosy: +python-dev ___ Python tracker <

[issue29460] Speed up _PyArg_NoKeywords() and like

2017-02-06 Thread Roundup Robot
Roundup Robot added the comment: New changeset f5ef851ff6b26529382747cfea4674158c7c1ebc by Serhiy Storchaka in branch 'master': Issue #29460: _PyArg_NoKeywords(), _PyArg_NoStackKeywords() and https://github.com/python/cpython/commit/f5ef851ff6b26529382747cfea4674158c7c1ebc

[issue29460] Speed up _PyArg_NoKeywords() and like

2017-02-06 Thread Roundup Robot
Roundup Robot added the comment: New changeset 82d1c8d15e18 by Serhiy Storchaka in branch 'default': Issue #29460: _PyArg_NoKeywords(), _PyArg_NoStackKeywords() and https://hg.python.org/cpython/rev/82d1c8d15e18 -- nosy: +python-dev ___ Python

[issue29405] improve csv.Sniffer().sniff() behavior

2017-02-05 Thread Roundup Robot
Roundup Robot added the comment: New changeset 6d0a09623155710680ff19f05f279d45c007a304 by Xiang Zhang in branch 'master': Issue #29405: Make total calculation in _guess_delimiter more accurate. https://github.com/python/cpython/commit/6d0a09623155710680ff19f05f279d45c007a304

[issue29405] improve csv.Sniffer().sniff() behavior

2017-02-05 Thread Roundup Robot
Roundup Robot added the comment: New changeset 724d1aa7589b by Xiang Zhang in branch 'default': Issue #29405: Make total calculation in _guess_delimiter more accurate. https://hg.python.org/cpython/rev/724d1aa7589b -- nosy: +python-dev ___ Python

[issue20186] Derby #18: Convert 31 sites to Argument Clinic across 23 files

2017-02-05 Thread Roundup Robot
Roundup Robot added the comment: New changeset 5762cf299f863e06244e6b44ba3a91efee7b35c1 by Serhiy Storchaka in branch 'master': Issue #20186: Regenerated Argument Clinic. https://github.com/python/cpython/commit/5762cf299f863e06244e6b44ba3a91efee7b35c1

[issue20186] Derby #18: Convert 31 sites to Argument Clinic across 23 files

2017-02-05 Thread Roundup Robot
Roundup Robot added the comment: New changeset 8ccb3ad39ee4 by Serhiy Storchaka in branch 'default': Issue #20186: Regenerated Argument Clinic. https://hg.python.org/cpython/rev/8ccb3ad39ee4 -- ___ Python tracker <rep...@bugs.python.org>

[issue28489] Fix comment in tokenizer.c

2017-02-04 Thread Roundup Robot
Roundup Robot added the comment: New changeset bc2b2193520cea1adc44d27c9f7721fc6ad37293 by Berker Peksag in branch 'master': Issue #28489: Fix comment in tokenizer.c https://github.com/python/cpython/commit/bc2b2193520cea1adc44d27c9f7721fc6ad37293 New changeset

[issue28489] Fix comment in tokenizer.c

2017-02-04 Thread Roundup Robot
Roundup Robot added the comment: New changeset bc2b2193520cea1adc44d27c9f7721fc6ad37293 by Berker Peksag in branch '3.6': Issue #28489: Fix comment in tokenizer.c https://github.com/python/cpython/commit/bc2b2193520cea1adc44d27c9f7721fc6ad37293

[issue28489] Fix comment in tokenizer.c

2017-02-04 Thread Roundup Robot
Roundup Robot added the comment: New changeset 8b20ed083a94 by Berker Peksag in branch '3.6': Issue #28489: Fix comment in tokenizer.c https://hg.python.org/cpython/rev/8b20ed083a94 New changeset 72ec2c599301 by Berker Peksag in branch 'default': Issue #28489: Merge from 3.6 https

[issue29319] Embedded 3.6.0 distribution cannot run pyz files

2017-02-04 Thread Roundup Robot
Roundup Robot added the comment: New changeset baa426f44b86fb146dc17178f61b53ed5ffb08f0 by Steve Dower in branch '3.6': Issue #29319: Prevent RunMainFromImporter overwriting sys.path[0]. https://github.com/python/cpython/commit/baa426f44b86fb146dc17178f61b53ed5ffb08f0 New changeset

[issue29392] msvcrt.locking crashes python

2017-02-04 Thread Roundup Robot
Roundup Robot added the comment: New changeset cb0c9718f7bd13df67b0d7df88b6f5b197ef05a7 by Steve Dower in branch 'master': Issue #29392: Prevent crash when passing invalid arguments into msvcrt module. https://github.com/python/cpython/commit/cb0c9718f7bd13df67b0d7df88b6f5b197ef05a7 New

[issue29392] msvcrt.locking crashes python

2017-02-04 Thread Roundup Robot
Roundup Robot added the comment: New changeset cb0c9718f7bd13df67b0d7df88b6f5b197ef05a7 by Steve Dower in branch '3.5': Issue #29392: Prevent crash when passing invalid arguments into msvcrt module. https://github.com/python/cpython/commit/cb0c9718f7bd13df67b0d7df88b6f5b197ef05a7

[issue29319] Embedded 3.6.0 distribution cannot run pyz files

2017-02-04 Thread Roundup Robot
Roundup Robot added the comment: New changeset baa426f44b86fb146dc17178f61b53ed5ffb08f0 by Steve Dower in branch 'master': Issue #29319: Prevent RunMainFromImporter overwriting sys.path[0]. https://github.com/python/cpython/commit/baa426f44b86fb146dc17178f61b53ed5ffb08f0 New changeset

[issue29392] msvcrt.locking crashes python

2017-02-04 Thread Roundup Robot
Roundup Robot added the comment: New changeset ed8b523b9f6495806a38262ca9d1676bf7d5e830 by Steve Dower in branch '3.6': Issue #29392: Prevent crash when passing invalid arguments into msvcrt module. https://github.com/python/cpython/commit/ed8b523b9f6495806a38262ca9d1676bf7d5e830 New

[issue28164] _PyIO_get_console_type fails for various paths

2017-02-04 Thread Roundup Robot
Roundup Robot added the comment: New changeset 164fc49825081694c9c44c4a17c75b30c5ba8f51 by Steve Dower in branch '3.6': Issue #28164: Correctly handle special console filenames (patch by Eryk Sun) https://github.com/python/cpython/commit/164fc49825081694c9c44c4a17c75b30c5ba8f51

[issue28164] _PyIO_get_console_type fails for various paths

2017-02-04 Thread Roundup Robot
Roundup Robot added the comment: New changeset 164fc49825081694c9c44c4a17c75b30c5ba8f51 by Steve Dower in branch 'master': Issue #28164: Correctly handle special console filenames (patch by Eryk Sun) https://github.com/python/cpython/commit/164fc49825081694c9c44c4a17c75b30c5ba8f51 New

[issue29319] Embedded 3.6.0 distribution cannot run pyz files

2017-02-04 Thread Roundup Robot
Roundup Robot added the comment: New changeset baa426f44b86fb146dc17178f61b53ed5ffb08f0 by Steve Dower in branch '3.5': Issue #29319: Prevent RunMainFromImporter overwriting sys.path[0]. https://github.com/python/cpython/commit/baa426f44b86fb146dc17178f61b53ed5ffb08f0

[issue29326] Blank lines in ._pth file are not ignored

2017-02-04 Thread Roundup Robot
Roundup Robot added the comment: New changeset 6d90b135e36c5b2794a29f650ebebf8bbd96f3fb by Steve Dower in branch '3.6': Issue #29326: Ignores blank lines in ._pth files (Patch by Alexey Izbyshev) https://github.com/python/cpython/commit/6d90b135e36c5b2794a29f650ebebf8bbd96f3fb

[issue29409] Implement PEP 529 for io.FileIO

2017-02-04 Thread Roundup Robot
Roundup Robot added the comment: New changeset fe7e868bad5bffaf863c80fa2bcc4e3bf87a413a by Steve Dower in branch '3.6': Issue #29409: Implement PEP 529 for io.FileIO (Patch by Eryk Sun) https://github.com/python/cpython/commit/fe7e868bad5bffaf863c80fa2bcc4e3bf87a413a

[issue29326] Blank lines in ._pth file are not ignored

2017-02-04 Thread Roundup Robot
Roundup Robot added the comment: New changeset 6d90b135e36c5b2794a29f650ebebf8bbd96f3fb by Steve Dower in branch 'master': Issue #29326: Ignores blank lines in ._pth files (Patch by Alexey Izbyshev) https://github.com/python/cpython/commit/6d90b135e36c5b2794a29f650ebebf8bbd96f3fb New

[issue29409] Implement PEP 529 for io.FileIO

2017-02-04 Thread Roundup Robot
Roundup Robot added the comment: New changeset fe7e868bad5bffaf863c80fa2bcc4e3bf87a413a by Steve Dower in branch 'master': Issue #29409: Implement PEP 529 for io.FileIO (Patch by Eryk Sun) https://github.com/python/cpython/commit/fe7e868bad5bffaf863c80fa2bcc4e3bf87a413a New changeset

[issue29319] Embedded 3.6.0 distribution cannot run pyz files

2017-02-04 Thread Roundup Robot
Roundup Robot added the comment: New changeset c6506f759db1 by Steve Dower in branch '3.5': Issue #29319: Prevent RunMainFromImporter overwriting sys.path[0]. https://hg.python.org/cpython/rev/c6506f759db1 New changeset 0965e2967056 by Steve Dower in branch '3.6': Issue #29319: Prevent

[issue29326] Blank lines in ._pth file are not ignored

2017-02-04 Thread Roundup Robot
Roundup Robot added the comment: New changeset 54fea351e3f9 by Steve Dower in branch '3.6': Issue #29326: Ignores blank lines in ._pth files (Patch by Alexey Izbyshev) https://hg.python.org/cpython/rev/54fea351e3f9 New changeset a0ff777ab153 by Steve Dower in branch 'default': Issue #29326

[issue28164] _PyIO_get_console_type fails for various paths

2017-02-04 Thread Roundup Robot
Roundup Robot added the comment: New changeset ed0c05c739c9 by Steve Dower in branch '3.6': Issue #28164: Correctly handle special console filenames (patch by Eryk Sun) https://hg.python.org/cpython/rev/ed0c05c739c9 New changeset a5538734cc87 by Steve Dower in branch 'default': Merge issue

[issue29409] Implement PEP 529 for io.FileIO

2017-02-04 Thread Roundup Robot
Roundup Robot added the comment: New changeset 0bf72810f8ea by Steve Dower in branch '3.6': Issue #29409: Implement PEP 529 for io.FileIO (Patch by Eryk Sun) https://hg.python.org/cpython/rev/0bf72810f8ea New changeset a5538734cc87 by Steve Dower in branch 'default': Merge issue #28164

[issue29392] msvcrt.locking crashes python

2017-02-04 Thread Roundup Robot
Roundup Robot added the comment: New changeset f48bdcd02b57 by Steve Dower in branch '3.5': Issue #29392: Prevent crash when passing invalid arguments into msvcrt module. https://hg.python.org/cpython/rev/f48bdcd02b57 New changeset 15bbb18d87fd by Steve Dower in branch '3.6': Issue #29392

[issue29416] Path.mkdir can get into a recursive error loop

2017-02-04 Thread Roundup Robot
Roundup Robot added the comment: New changeset 8061d0967988 by Steve Dower in branch '3.5': Issue #29416: Prevent infinite loop in pathlib.Path.mkdir https://hg.python.org/cpython/rev/8061d0967988 New changeset 3de58a54ed98 by Steve Dower in branch '3.6': Issue #29416: Prevent infinite loop

[issue29416] Path.mkdir can get into a recursive error loop

2017-02-04 Thread Roundup Robot
Roundup Robot added the comment: New changeset 661c40ba59855ebe4967424fcabd41be6f799137 by Steve Dower in branch '3.5': Issue #29416: Prevent infinite loop in pathlib.Path.mkdir https://github.com/python/cpython/commit/661c40ba59855ebe4967424fcabd41be6f799137

[issue29416] Path.mkdir can get into a recursive error loop

2017-02-04 Thread Roundup Robot
Roundup Robot added the comment: New changeset 661c40ba59855ebe4967424fcabd41be6f799137 by Steve Dower in branch 'master': Issue #29416: Prevent infinite loop in pathlib.Path.mkdir https://github.com/python/cpython/commit/661c40ba59855ebe4967424fcabd41be6f799137 New changeset

[issue29416] Path.mkdir can get into a recursive error loop

2017-02-04 Thread Roundup Robot
Roundup Robot added the comment: New changeset 661c40ba59855ebe4967424fcabd41be6f799137 by Steve Dower in branch '3.6': Issue #29416: Prevent infinite loop in pathlib.Path.mkdir https://github.com/python/cpython/commit/661c40ba59855ebe4967424fcabd41be6f799137 New changeset

[issue29444] Out-of-bounds buffer access in match_getslice_by_index

2017-02-04 Thread Roundup Robot
Roundup Robot added the comment: New changeset 83d13325dec591676eeafb12a4caa01a67ef2f7e by Serhiy Storchaka in branch 'master': Issue #29444: Fixed out-of-bounds buffer access in the group() method of https://github.com/python/cpython/commit/83d13325dec591676eeafb12a4caa01a67ef2f7e New

[issue29444] Out-of-bounds buffer access in match_getslice_by_index

2017-02-04 Thread Roundup Robot
Roundup Robot added the comment: New changeset 83d13325dec591676eeafb12a4caa01a67ef2f7e by Serhiy Storchaka in branch '3.6': Issue #29444: Fixed out-of-bounds buffer access in the group() method of https://github.com/python/cpython/commit/83d13325dec591676eeafb12a4caa01a67ef2f7e New changeset

[issue29444] Out-of-bounds buffer access in match_getslice_by_index

2017-02-04 Thread Roundup Robot
Roundup Robot added the comment: New changeset 83d13325dec591676eeafb12a4caa01a67ef2f7e by Serhiy Storchaka in branch '3.5': Issue #29444: Fixed out-of-bounds buffer access in the group() method of https://github.com/python/cpython/commit/83d13325dec591676eeafb12a4caa01a67ef2f7e

[issue29444] Out-of-bounds buffer access in match_getslice_by_index

2017-02-04 Thread Roundup Robot
Roundup Robot added the comment: New changeset 4e65d6c20dae by Serhiy Storchaka in branch '3.5': Issue #29444: Fixed out-of-bounds buffer access in the group() method of https://hg.python.org/cpython/rev/4e65d6c20dae New changeset 393969776989 by Serhiy Storchaka in branch '3.6': Issue #29444

[issue29439] _decimal on Android requires linking with libm

2017-02-04 Thread Roundup Robot
Roundup Robot added the comment: New changeset aa26a5712a80849e968171b71b6bc8d9da3ac163 by Stefan Krah in branch 'master': Issue29439: _decimal on Android requires linking with libm. https://github.com/python/cpython/commit/aa26a5712a80849e968171b71b6bc8d9da3ac163

[issue29439] _decimal on Android requires linking with libm

2017-02-04 Thread Roundup Robot
Roundup Robot added the comment: New changeset aa26a5712a80849e968171b71b6bc8d9da3ac163 by Stefan Krah in branch '3.6': Issue29439: _decimal on Android requires linking with libm. https://github.com/python/cpython/commit/aa26a5712a80849e968171b71b6bc8d9da3ac163

[issue29439] _decimal on Android requires linking with libm

2017-02-04 Thread Roundup Robot
Roundup Robot added the comment: New changeset b60b46ad8751 by Stefan Krah in branch '3.6': Issue29439: _decimal on Android requires linking with libm. https://hg.python.org/cpython/rev/b60b46ad8751 -- nosy: +python-dev ___ Python tracker <

[issue20186] Derby #18: Convert 31 sites to Argument Clinic across 23 files

2017-02-04 Thread Roundup Robot
Roundup Robot added the comment: New changeset b0ef37ec83f337b4b77275b367288a5656a0682c by Serhiy Storchaka in branch 'master': Issue #20186: Converted the symtable module to Argument Clinic. https://github.com/python/cpython/commit/b0ef37ec83f337b4b77275b367288a5656a0682c New changeset

[issue20186] Derby #18: Convert 31 sites to Argument Clinic across 23 files

2017-02-04 Thread Roundup Robot
Roundup Robot added the comment: New changeset e1df73b46094 by Serhiy Storchaka in branch 'default': Issue #20186: Converted the tracemalloc module to Argument Clinic. https://hg.python.org/cpython/rev/e1df73b46094 -- ___ Python tracker <

[issue20186] Derby #18: Convert 31 sites to Argument Clinic across 23 files

2017-02-04 Thread Roundup Robot
Roundup Robot added the comment: New changeset 7f8a3eb3459e by Serhiy Storchaka in branch 'default': Issue #20186: Converted the symtable module to Argument Clinic. https://hg.python.org/cpython/rev/7f8a3eb3459e -- ___ Python tracker <

[issue27867] various issues due to misuse of PySlice_GetIndicesEx

2017-02-04 Thread Roundup Robot
Roundup Robot added the comment: New changeset faa1891d4d1237d6df0af4622ff520ccd6768e04 by Serhiy Storchaka in branch '3.6': Issue #27867: Silenced may-be-used-uninitialized warnings after https://github.com/python/cpython/commit/faa1891d4d1237d6df0af4622ff520ccd6768e04 New changeset

[issue27867] various issues due to misuse of PySlice_GetIndicesEx

2017-02-04 Thread Roundup Robot
Roundup Robot added the comment: New changeset faa1891d4d1237d6df0af4622ff520ccd6768e04 by Serhiy Storchaka in branch '3.5': Issue #27867: Silenced may-be-used-uninitialized warnings after https://github.com/python/cpython/commit/faa1891d4d1237d6df0af4622ff520ccd6768e04

[issue27867] various issues due to misuse of PySlice_GetIndicesEx

2017-02-04 Thread Roundup Robot
Roundup Robot added the comment: New changeset 745dda46d2e3e27206bb33188c770e1f6c73766e by Serhiy Storchaka in branch '2.7': Issue #27867: Silenced may-be-used-uninitialized warnings after https://github.com/python/cpython/commit/745dda46d2e3e27206bb33188c770e1f6c73766e New changeset

[issue20185] Derby #17: Convert 49 sites to Argument Clinic across 13 files

2017-02-04 Thread Roundup Robot
Roundup Robot added the comment: New changeset 725c112c941ca6ac7fb995449f85501ea100647e by Serhiy Storchaka in branch 'master': Issue #20185: Converted the gc module to Argument Clinic. https://github.com/python/cpython/commit/725c112c941ca6ac7fb995449f85501ea100647e

[issue29300] Modify the _struct module to use FASTCALL and Argument Clinic

2017-02-04 Thread Roundup Robot
Roundup Robot added the comment: New changeset e21cda70a3a13eb6e6238e436a5c0e2c4e4bebef by Serhiy Storchaka in branch 'master': Issue #29300: Use Argument Clinic for getting struct object from the format. https://github.com/python/cpython/commit/e21cda70a3a13eb6e6238e436a5c0e2c4e4bebef

[issue27867] various issues due to misuse of PySlice_GetIndicesEx

2017-02-04 Thread Roundup Robot
Roundup Robot added the comment: New changeset faa1891d4d1237d6df0af4622ff520ccd6768e04 by Serhiy Storchaka in branch 'master': Issue #27867: Silenced may-be-used-uninitialized warnings after https://github.com/python/cpython/commit/faa1891d4d1237d6df0af4622ff520ccd6768e04 New changeset

[issue20185] Derby #17: Convert 49 sites to Argument Clinic across 13 files

2017-02-04 Thread Roundup Robot
Roundup Robot added the comment: New changeset 50958e13c833 by Serhiy Storchaka in branch 'default': Issue #20185: Converted the gc module to Argument Clinic. https://hg.python.org/cpython/rev/50958e13c833 -- ___ Python tracker <

[issue29300] Modify the _struct module to use FASTCALL and Argument Clinic

2017-02-04 Thread Roundup Robot
Roundup Robot added the comment: New changeset 9245894af223 by Serhiy Storchaka in branch 'default': Issue #29300: Use Argument Clinic for getting struct object from the format. https://hg.python.org/cpython/rev/9245894af223 -- ___ Python tracker

[issue27867] various issues due to misuse of PySlice_GetIndicesEx

2017-02-04 Thread Roundup Robot
Roundup Robot added the comment: New changeset 110ec861e5ea by Serhiy Storchaka in branch '2.7': Issue #27867: Fixed merging error. https://hg.python.org/cpython/rev/110ec861e5ea -- ___ Python tracker <rep...@bugs.python.org> <http://bugs.p

[issue27867] various issues due to misuse of PySlice_GetIndicesEx

2017-02-04 Thread Roundup Robot
Roundup Robot added the comment: New changeset d7b637af5a7e by Serhiy Storchaka in branch '3.5': Issue #27867: Silenced may-be-used-uninitialized warnings after https://hg.python.org/cpython/rev/d7b637af5a7e New changeset 17d0cfc64a32 by Serhiy Storchaka in branch '2.7': Issue #27867: Silenced

[issue29198] AsyncGenerator is missing from typing

2017-02-03 Thread Roundup Robot
Roundup Robot added the comment: New changeset 7fd9559c9c97fcf0519ace33b9d76a81ae156523 by Berker Peksag in branch '3.5': Issue #29198: Document typing.AsyncGenerator https://github.com/python/cpython/commit/7fd9559c9c97fcf0519ace33b9d76a81ae156523 New changeset

[issue29311] Argument Clinic: convert dict methods

2017-02-03 Thread Roundup Robot
Roundup Robot added the comment: New changeset 7baf0a0b90da5bb0b1ed5d27374f5a6b1c7b5dae by Serhiy Storchaka in branch 'master': Issue #29311: Regenerate Argument Clinic. https://github.com/python/cpython/commit/7baf0a0b90da5bb0b1ed5d27374f5a6b1c7b5dae

[issue29198] AsyncGenerator is missing from typing

2017-02-03 Thread Roundup Robot
Roundup Robot added the comment: New changeset 7fd9559c9c97fcf0519ace33b9d76a81ae156523 by Berker Peksag in branch '3.6': Issue #29198: Document typing.AsyncGenerator https://github.com/python/cpython/commit/7fd9559c9c97fcf0519ace33b9d76a81ae156523 New changeset

[issue29198] AsyncGenerator is missing from typing

2017-02-03 Thread Roundup Robot
Roundup Robot added the comment: New changeset 7fd9559c9c97fcf0519ace33b9d76a81ae156523 by Berker Peksag in branch 'master': Issue #29198: Document typing.AsyncGenerator https://github.com/python/cpython/commit/7fd9559c9c97fcf0519ace33b9d76a81ae156523 New changeset

[issue29198] AsyncGenerator is missing from typing

2017-02-03 Thread Roundup Robot
Roundup Robot added the comment: New changeset d7eb9526c4f4 by Berker Peksag in branch '3.5': Issue #29198: Fix indentation and markup in typing.rst https://hg.python.org/cpython/rev/d7eb9526c4f4 New changeset f49b6c35d1e3 by Berker Peksag in branch '3.6': Issue #29198: Merge from 3.5 https

[issue29198] AsyncGenerator is missing from typing

2017-02-03 Thread Roundup Robot
Roundup Robot added the comment: New changeset fe29826af634 by Berker Peksag in branch '3.5': Issue #29198: Document typing.AsyncGenerator https://hg.python.org/cpython/rev/fe29826af634 New changeset b475b076cc1f by Berker Peksag in branch '3.6': Issue #29198: Merge from 3.5 https

[issue29311] Argument Clinic: convert dict methods

2017-02-03 Thread Roundup Robot
Roundup Robot added the comment: New changeset 222b9392a83b by Serhiy Storchaka in branch 'default': Issue #29311: Regenerate Argument Clinic. https://hg.python.org/cpython/rev/222b9392a83b -- ___ Python tracker <rep...@bugs.python.org>

[issue29213] python -m venv activate.bat has weird mix of line endings

2017-02-02 Thread Roundup Robot
Roundup Robot added the comment: New changeset a7dc69b8956ad223ff6c239299896dd5195ce430 by Vinay Sajip in branch 'master': Fixes #29213: regularised EOLs of venv scripts. https://github.com/python/cpython/commit/a7dc69b8956ad223ff6c239299896dd5195ce430 New changeset

[issue29263] Implement LOAD_METHOD/CALL_METHOD for C functions

2017-02-02 Thread Roundup Robot
Roundup Robot added the comment: New changeset 48bde5d2cc5b9e98f55cd23ee57f3996d81caeb5 by INADA Naoki in branch 'master': Issue #29263: LOAD_METHOD support for C methods https://github.com/python/cpython/commit/48bde5d2cc5b9e98f55cd23ee57f3996d81caeb5

[issue29263] Implement LOAD_METHOD/CALL_METHOD for C functions

2017-02-02 Thread Roundup Robot
Roundup Robot added the comment: New changeset 135a9a0c09f9 by INADA Naoki in branch 'default': Issue #29263: LOAD_METHOD support for C methods https://hg.python.org/cpython/rev/135a9a0c09f9 -- ___ Python tracker <rep...@bugs.python.org>

<    7   8   9   10   11   12   13   14   15   16   >