[issue38355] ntpath.realpath() fails on sys.executable

2019-10-03 Thread miss-islington
miss-islington added the comment: New changeset 6067e1d2bebccc2e73dd729d25c98df7bc9e2d59 by Miss Islington (bot) in branch '3.8': bpo-38355: Fix ntpath.realpath failing on sys.executable (GH-16551) https://github.com/python/cpython/commit/6067e1d2bebccc2e73dd729d25c98d

[issue38359] pyw.exe opens console window in Windows 10

2019-10-03 Thread miss-islington
miss-islington added the comment: New changeset e74fa70bcc379de1ce956273c5386fc8a7b9c5e6 by Miss Islington (bot) in branch '3.8': bpo-38359: Ensures pyw.exe launcher reads correct registry key (GH-16561) https://github.com/python/cpython/commit/e74fa70bcc379de1ce956273c5386f

[issue34344] Fix the docstring for AbstractEventLoopPolicy.get_event_loop

2019-10-03 Thread miss-islington
Change by miss-islington : -- pull_requests: +16160 pull_request: https://github.com/python/cpython/pull/16569 ___ Python tracker <https://bugs.python.org/issue34

[issue34344] Fix the docstring for AbstractEventLoopPolicy.get_event_loop

2019-10-03 Thread miss-islington
Change by miss-islington : -- pull_requests: +16159 pull_request: https://github.com/python/cpython/pull/16568 ___ Python tracker <https://bugs.python.org/issue34

[issue34344] Fix the docstring for AbstractEventLoopPolicy.get_event_loop

2019-10-03 Thread miss-islington
miss-islington added the comment: New changeset 8edde5caabc611c6320fd104244abe3a409cf0b6 by Miss Islington (bot) in branch '3.8': bpo-34344 Fix AbstractEventLoopPolicy.get_event_loop docstring (GH-16463) https://github.com/python/cpython/commit/8edde5caabc611c6320fd104244abe

[issue34344] Fix the docstring for AbstractEventLoopPolicy.get_event_loop

2019-10-03 Thread miss-islington
miss-islington added the comment: New changeset 4de3fbe27f672dcd9c24d3e99258f39b12c365a5 by Miss Islington (bot) in branch '3.7': bpo-34344 Fix AbstractEventLoopPolicy.get_event_loop docstring (GH-16463) https://github.com/python/cpython/commit/4de3fbe27f672dcd9c24d3e99258f3

[issue38235] Docs of logging module says argument is named "lvl". TypeError.

2019-10-04 Thread miss-islington
Change by miss-islington : -- pull_requests: +16168 pull_request: https://github.com/python/cpython/pull/16576 ___ Python tracker <https://bugs.python.org/issue38

[issue38235] Docs of logging module says argument is named "lvl". TypeError.

2019-10-04 Thread miss-islington
Change by miss-islington : -- pull_requests: +16169 pull_request: https://github.com/python/cpython/pull/16577 ___ Python tracker <https://bugs.python.org/issue38

[issue13153] IDLE 3.x on Windows exits when pasting non-BMP unicode

2019-10-04 Thread miss-islington
Change by miss-islington : -- pull_requests: +16172 pull_request: https://github.com/python/cpython/pull/16581 ___ Python tracker <https://bugs.python.org/issue13

[issue13153] IDLE 3.x on Windows exits when pasting non-BMP unicode

2019-10-04 Thread miss-islington
Change by miss-islington : -- pull_requests: +16171 pull_request: https://github.com/python/cpython/pull/16580 ___ Python tracker <https://bugs.python.org/issue13

[issue13153] IDLE 3.x on Windows exits when pasting non-BMP unicode

2019-10-04 Thread miss-islington
miss-islington added the comment: New changeset dc191245d8f63f5ab41afff0468b7463a07e7b00 by Miss Islington (bot) in branch '3.8': bpo-13153: Use OS native encoding for converting between Python and Tcl. (GH-16545) https://github.com/python/cpyt

[issue13153] IDLE 3.x on Windows exits when pasting non-BMP unicode

2019-10-04 Thread miss-islington
miss-islington added the comment: New changeset 6c3fbbc177f5e1867ab09a315dbf58554a80accd by Miss Islington (bot) in branch '3.7': bpo-13153: Use OS native encoding for converting between Python and Tcl. (GH-16545) https://github.com/python/cpyt

[issue38341] Add SMTPNotSupportedError in the exports of smtplib

2019-10-04 Thread miss-islington
Change by miss-islington : -- pull_requests: +16180 pull_request: https://github.com/python/cpython/pull/16590 ___ Python tracker <https://bugs.python.org/issue38

[issue38332] invalid content-transfer-encoding in encoded-word causes KeyError

2019-10-05 Thread miss-islington
Change by miss-islington : -- pull_requests: +16184 pull_request: https://github.com/python/cpython/pull/16596 ___ Python tracker <https://bugs.python.org/issue38

[issue38332] invalid content-transfer-encoding in encoded-word causes KeyError

2019-10-05 Thread miss-islington
Change by miss-islington : -- pull_requests: +16185 pull_request: https://github.com/python/cpython/pull/16597 ___ Python tracker <https://bugs.python.org/issue38

[issue38383] undefined behavior in tailmatch() of bytes_methods.c

2019-10-06 Thread miss-islington
Change by miss-islington : -- pull_requests: +16192 pull_request: https://github.com/python/cpython/pull/16604 ___ Python tracker <https://bugs.python.org/issue38

[issue38383] undefined behavior in tailmatch() of bytes_methods.c

2019-10-06 Thread miss-islington
Change by miss-islington : -- pull_requests: +16193 pull_request: https://github.com/python/cpython/pull/16605 ___ Python tracker <https://bugs.python.org/issue38

[issue38383] undefined behavior in tailmatch() of bytes_methods.c

2019-10-06 Thread miss-islington
miss-islington added the comment: New changeset b40442ba88fec5e64ab1802ce37df0afec59fa53 by Miss Islington (bot) in branch '3.7': bpo-38383: Fix possible integer overflow in startswith() of bytes and bytearray. (GH-16603) https://github.com/python/cpyt

[issue38383] undefined behavior in tailmatch() of bytes_methods.c

2019-10-06 Thread miss-islington
miss-islington added the comment: New changeset ce3c913909746aa1d782ed8bca5076a656422931 by Miss Islington (bot) in branch '3.8': bpo-38383: Fix possible integer overflow in startswith() of bytes and bytearray. (GH-16603) https://github.com/python/cpyt

[issue26510] [argparse] Add required argument to add_subparsers

2019-10-06 Thread miss-islington
miss-islington added the comment: New changeset 9e71917e0290972f65711f75510078f799cf0b59 by Miss Islington (bot) (Adam J. Stewart) in branch 'master': bpo-26510: Add versionchanged for required arg of add_subparsers (GH-16588) https://github.com/python/cpyt

[issue26510] [argparse] Add required argument to add_subparsers

2019-10-06 Thread miss-islington
Change by miss-islington : -- pull_requests: +16196 pull_request: https://github.com/python/cpython/pull/16608 ___ Python tracker <https://bugs.python.org/issue26

[issue26510] [argparse] Add required argument to add_subparsers

2019-10-06 Thread miss-islington
Change by miss-islington : -- pull_requests: +16197 pull_request: https://github.com/python/cpython/pull/16609 ___ Python tracker <https://bugs.python.org/issue26

[issue26510] [argparse] Add required argument to add_subparsers

2019-10-06 Thread miss-islington
miss-islington added the comment: New changeset 50b8d579421e621130806e62d6108f5f83d4be7f by Miss Islington (bot) in branch '3.7': bpo-26510: Add versionchanged for required arg of add_subparsers (GH-16588) https://github.com/python/cpython/commit/50b8d579421e621130806e62d6108f

[issue26510] [argparse] Add required argument to add_subparsers

2019-10-06 Thread miss-islington
miss-islington added the comment: New changeset f19b4d7474973236e63d3d8260bfb8072acfff9d by Miss Islington (bot) in branch '3.8': bpo-26510: Add versionchanged for required arg of add_subparsers (GH-16588) https://github.com/python/cpython/commit/f19b4d7474973236e63d3d8260bfb8

[issue38391] Typo in tutorial code (does not compile)

2019-10-07 Thread miss-islington
Change by miss-islington : -- pull_requests: +16206 pull_request: https://github.com/python/cpython/pull/16618 ___ Python tracker <https://bugs.python.org/issue38

[issue38391] Typo in tutorial code (does not compile)

2019-10-07 Thread miss-islington
Change by miss-islington : -- pull_requests: +16207 pull_request: https://github.com/python/cpython/pull/16619 ___ Python tracker <https://bugs.python.org/issue38

[issue38391] Typo in tutorial code (does not compile)

2019-10-07 Thread miss-islington
miss-islington added the comment: New changeset 985ec986e864b670687b900a4d6ca977b4e9694d by Miss Islington (bot) in branch '3.8': bpo-38391: Fixing a typo for Py_DECREF (GH-16616) https://github.com/python/cpython/commit/985ec986e864b670687b900a4d6ca9

[issue38391] Typo in tutorial code (does not compile)

2019-10-07 Thread miss-islington
miss-islington added the comment: New changeset 77b4a659b60536caf11c547332d30677f3e8f02e by Miss Islington (bot) in branch '3.7': bpo-38391: Fixing a typo for Py_DECREF (GH-16616) https://github.com/python/cpython/commit/77b4a659b60536caf11c547332d30677f3e8f02e -- n

[issue36356] Failure to build with address sanitizer

2019-10-07 Thread miss-islington
Change by miss-islington : -- pull_requests: +16209 pull_request: https://github.com/python/cpython/pull/16622 ___ Python tracker <https://bugs.python.org/issue36

[issue36356] Failure to build with address sanitizer

2019-10-07 Thread miss-islington
miss-islington added the comment: New changeset 13915a3100608f011b29da2f3716c990f523b631 by Miss Islington (bot) in branch '3.8': bpo-36356: Fix memory leak in _asynciomodule.c (GH-16598) https://github.com/python/cpython/commit/13915a3100608f011b29da2f3716c990f523b631 -

[issue38294] Documentation on 3.6->3.7 re.escape no longer escaping "/" or ":" should be obvious

2019-10-07 Thread miss-islington
Change by miss-islington : -- pull_requests: +16212 pull_request: https://github.com/python/cpython/pull/16626 ___ Python tracker <https://bugs.python.org/issue38

[issue38294] Documentation on 3.6->3.7 re.escape no longer escaping "/" or ":" should be obvious

2019-10-07 Thread miss-islington
miss-islington added the comment: New changeset b731fc521cf78e53268e35777d836ca80e7ab305 by Miss Islington (bot) in branch '3.8': bpo-38294: Add list of no-longer-escaped chars to re.escape documentation. (GH-16442) https://github.com/python/cpyt

[issue38344] activate.bat else needs to be on the same line as the if

2019-10-07 Thread miss-islington
Change by miss-islington : -- pull_requests: +16213 pull_request: https://github.com/python/cpython/pull/16627 ___ Python tracker <https://bugs.python.org/issue38

[issue38344] activate.bat else needs to be on the same line as the if

2019-10-07 Thread miss-islington
Change by miss-islington : -- pull_requests: +16214 pull_request: https://github.com/python/cpython/pull/16628 ___ Python tracker <https://bugs.python.org/issue38

[issue38344] activate.bat else needs to be on the same line as the if

2019-10-07 Thread miss-islington
miss-islington added the comment: New changeset bfb5f9a66cc348c9cf25c857ad9910479e587517 by Miss Islington (bot) in branch '3.7': bpo-38344: Fix syntax in activate.bat (GH-16533) https://github.com/python/cpython/commit/bfb5f9a66cc348c9cf25c857ad9910479e587517 -- n

[issue38344] activate.bat else needs to be on the same line as the if

2019-10-07 Thread miss-islington
miss-islington added the comment: New changeset 4880e5a1b66d9175fcc402cb0288bc1898356831 by Miss Islington (bot) in branch '3.8': bpo-38344: Fix syntax in activate.bat (GH-16533) https://github.com/python/cpython/commit/4880e5a1b66d9175fcc402cb0288bc

[issue31589] Links for French documentation PDF is broken: LaTeX issue with non-ASCII characters?

2019-10-07 Thread miss-islington
Change by miss-islington : -- pull_requests: +16220 pull_request: https://github.com/python/cpython/pull/16636 ___ Python tracker <https://bugs.python.org/issue31

[issue32200] Full docs build of 3.6 and 3.7 failing since 2017-10-15

2019-10-07 Thread miss-islington
Change by miss-islington : -- pull_requests: +16221 pull_request: https://github.com/python/cpython/pull/16636 ___ Python tracker <https://bugs.python.org/issue32

[issue35036] logger failure in suspicious.py

2019-10-07 Thread miss-islington
Change by miss-islington : -- pull_requests: +16222 pull_request: https://github.com/python/cpython/pull/16637 ___ Python tracker <https://bugs.python.org/issue35

[issue32200] Full docs build of 3.6 and 3.7 failing since 2017-10-15

2019-10-07 Thread miss-islington
miss-islington added the comment: New changeset d9b321692b6770c0fe7cb7ba05f9bd5c6082a880 by Miss Islington (bot) in branch '2.7': bpo-31589 : Build PDF using xelatex for better UTF8 support. (GH-3940) https://github.com/python/cpython/commit/d9b321692b6770c0fe7cb7ba05f9bd

[issue31589] Links for French documentation PDF is broken: LaTeX issue with non-ASCII characters?

2019-10-07 Thread miss-islington
miss-islington added the comment: New changeset d9b321692b6770c0fe7cb7ba05f9bd5c6082a880 by Miss Islington (bot) in branch '2.7': bpo-31589 : Build PDF using xelatex for better UTF8 support. (GH-3940) https://github.com/python/cpython/commit/d9b321692b6770c0fe7cb7ba05f9bd

[issue35036] logger failure in suspicious.py

2019-10-07 Thread miss-islington
miss-islington added the comment: New changeset e78d79c15cc53bdf8161d41c627cbfb551d8ee96 by Miss Islington (bot) in branch '2.7': bpo-35036: Remove empty log line in the suspicious.py tool (GH-10024) https://github.com/python/cpython/commit/e78d79c15cc53bdf8161d41c627cbf

[issue33714] module can set an exception in tp_clear

2019-10-08 Thread miss-islington
miss-islington added the comment: New changeset d7c387384a27f37e4e3fa7890c859212c56b45b2 by Miss Islington (bot) (Serhiy Storchaka) in branch 'master': bpo-33714: Output an exception raised in module's m_clear(). (GH-16592) https://github.com/python

[issue36698] Shell restart when error message contains non-BMP characters

2019-10-08 Thread miss-islington
Change by miss-islington : -- pull_requests: +16233 pull_request: https://github.com/python/cpython/pull/16650 ___ Python tracker <https://bugs.python.org/issue36

[issue36698] Shell restart when error message contains non-BMP characters

2019-10-08 Thread miss-islington
Change by miss-islington : -- pull_requests: +16232 pull_request: https://github.com/python/cpython/pull/16649 ___ Python tracker <https://bugs.python.org/issue36

[issue36698] Shell restart when error message contains non-BMP characters

2019-10-08 Thread miss-islington
miss-islington added the comment: New changeset a1f45008f190b0d340ec0eac623f05ef98e6b4c9 by Miss Islington (bot) in branch '3.8': bpo-36698: IDLE no longer fails when write non-encodable characters to stderr. (GH-16583) https://github.com/python/cpyt

[issue36698] Shell restart when error message contains non-BMP characters

2019-10-08 Thread miss-islington
miss-islington added the comment: New changeset 4f962ecfa1aadc45facc250841208f6dd2ce690f by Miss Islington (bot) in branch '3.7': bpo-36698: IDLE no longer fails when write non-encodable characters to stderr. (GH-16583) https://github.com/python/cpyt

[issue38118] Valgrind warning in PyUnicode_Decode: false alarm with GCC builtin strcmp()

2019-10-08 Thread miss-islington
Change by miss-islington : -- pull_requests: +16236 pull_request: https://github.com/python/cpython/pull/16653 ___ Python tracker <https://bugs.python.org/issue38

[issue38118] Valgrind warning in PyUnicode_Decode: false alarm with GCC builtin strcmp()

2019-10-08 Thread miss-islington
Change by miss-islington : -- pull_requests: +16235 pull_request: https://github.com/python/cpython/pull/16652 ___ Python tracker <https://bugs.python.org/issue38

[issue38118] Valgrind warning in PyUnicode_Decode: false alarm with GCC builtin strcmp()

2019-10-08 Thread miss-islington
miss-islington added the comment: New changeset 364532fb4962991d278da6470c3aec4e443e533d by Miss Islington (bot) in branch '3.8': bpo-38118: Ignore Valgrind false alarm in PyUnicode_Decode() (GH-16651) https://github.com/python/cpython/commit/364532fb4962991d278da6470c3aec

[issue38118] Valgrind warning in PyUnicode_Decode: false alarm with GCC builtin strcmp()

2019-10-08 Thread miss-islington
Change by miss-islington : -- pull_requests: +16237 pull_request: https://github.com/python/cpython/pull/16654 ___ Python tracker <https://bugs.python.org/issue38

[issue38405] Nested subclasses of typing.NamedTuple are not pickleable

2019-10-08 Thread miss-islington
Change by miss-islington : -- pull_requests: +16238 pull_request: https://github.com/python/cpython/pull/16655 ___ Python tracker <https://bugs.python.org/issue38

[issue38407] Add docstrings for typing.SupportsXXX classes

2019-10-08 Thread miss-islington
Change by miss-islington : -- pull_requests: +16239 pull_request: https://github.com/python/cpython/pull/16656 ___ Python tracker <https://bugs.python.org/issue38

[issue38118] Valgrind warning in PyUnicode_Decode: false alarm with GCC builtin strcmp()

2019-10-08 Thread miss-islington
miss-islington added the comment: New changeset 98043b4fcd80bdfa8cc2be1730fa2a4cf4950958 by Miss Islington (bot) in branch '3.7': bpo-38118: Ignore Valgrind false alarm in PyUnicode_Decode() (GH-16651) https://github.com/python/cpython/commit/98043b4fcd80bdfa8cc2be1730fa2a

[issue38405] Nested subclasses of typing.NamedTuple are not pickleable

2019-10-08 Thread miss-islington
miss-islington added the comment: New changeset 10b475a151dc35c8ca4047331d591130973e914d by Miss Islington (bot) in branch '3.8': bpo-38405: Make nested subclasses of typing.NamedTuple pickleable. (GH-16641) https://github.com/python/cpython/commit/10b475a151dc35c8ca4047331d5911

[issue38407] Add docstrings for typing.SupportsXXX classes

2019-10-08 Thread miss-islington
miss-islington added the comment: New changeset 7162440a7247f77d22cd937143f358fd5ac85af4 by Miss Islington (bot) in branch '3.8': bpo-38407: Add docstrings for typing.SupportsXXX classes. (GH-16644) https://github.com/python/cpython/commit/7162440a7247f77d22cd937143f358

[issue36953] Remove collections ABCs?

2019-10-09 Thread miss-islington
Change by miss-islington : -- pull_requests: +16256 pull_request: https://github.com/python/cpython/pull/16675 ___ Python tracker <https://bugs.python.org/issue36

[issue36953] Remove collections ABCs?

2019-10-09 Thread miss-islington
miss-islington added the comment: New changeset 056fa7f52a49a758b1ed5f5a81d8b7ce5c71cec4 by Miss Islington (bot) in branch '3.7': bpo-36953: Delay removal of ABCs from collections. (GH-13409) https://github.com/python/cpython/commit/056fa7f52a49a758b1ed5f5a81d8b7

[issue37531] Fix regrtest timeout for subprocesses: regrtest -jN --timeout=SECONDS

2019-10-09 Thread miss-islington
Change by miss-islington : -- pull_requests: +16259 pull_request: https://github.com/python/cpython/pull/16677 ___ Python tracker <https://bugs.python.org/issue37

[issue38207] subprocess: On Windows, Popen.kill() + Popen.communicate() is blocking until all processes using the pipe close the pipe

2019-10-09 Thread miss-islington
Change by miss-islington : -- pull_requests: +16260 pull_request: https://github.com/python/cpython/pull/16677 ___ Python tracker <https://bugs.python.org/issue38

[issue37531] Fix regrtest timeout for subprocesses: regrtest -jN --timeout=SECONDS

2019-10-09 Thread miss-islington
Change by miss-islington : -- pull_requests: +16257 pull_request: https://github.com/python/cpython/pull/16676 ___ Python tracker <https://bugs.python.org/issue37

[issue38207] subprocess: On Windows, Popen.kill() + Popen.communicate() is blocking until all processes using the pipe close the pipe

2019-10-09 Thread miss-islington
Change by miss-islington : -- pull_requests: +16258 pull_request: https://github.com/python/cpython/pull/16676 ___ Python tracker <https://bugs.python.org/issue38

[issue37531] Fix regrtest timeout for subprocesses: regrtest -jN --timeout=SECONDS

2019-10-09 Thread miss-islington
miss-islington added the comment: New changeset 598bfa4d457d61431142ad99ecbb9bd10cf314e6 by Miss Islington (bot) in branch '3.7': bpo-37531: regrtest ignores output on timeout (GH-16659) https://github.com/python/cpython/commit/598bfa4d457d61431142ad99ecbb9bd10cf314e6 -

[issue38207] subprocess: On Windows, Popen.kill() + Popen.communicate() is blocking until all processes using the pipe close the pipe

2019-10-09 Thread miss-islington
miss-islington added the comment: New changeset 598bfa4d457d61431142ad99ecbb9bd10cf314e6 by Miss Islington (bot) in branch '3.7': bpo-37531: regrtest ignores output on timeout (GH-16659) https://github.com/python/cpython/commit/598bfa4d457d61431142ad99ecbb9bd10cf314e6 -

[issue37531] Fix regrtest timeout for subprocesses: regrtest -jN --timeout=SECONDS

2019-10-09 Thread miss-islington
miss-islington added the comment: New changeset 359a1975cbca488ccd5ea13bd7268d7e88664078 by Miss Islington (bot) in branch '3.8': bpo-37531: regrtest ignores output on timeout (GH-16659) https://github.com/python/cpython/commit/359a1975cbca488ccd5ea13bd7268d

[issue38207] subprocess: On Windows, Popen.kill() + Popen.communicate() is blocking until all processes using the pipe close the pipe

2019-10-09 Thread miss-islington
miss-islington added the comment: New changeset 359a1975cbca488ccd5ea13bd7268d7e88664078 by Miss Islington (bot) in branch '3.8': bpo-37531: regrtest ignores output on timeout (GH-16659) https://github.com/python/cpython/commit/359a1975cbca488ccd5ea13bd7268d

[issue38409] Typo in doc string for str.strip

2019-10-09 Thread miss-islington
Change by miss-islington : -- pull_requests: +16270 pull_request: https://github.com/python/cpython/pull/16684 ___ Python tracker <https://bugs.python.org/issue38

[issue38379] finalizer resurrection in gc

2019-10-09 Thread miss-islington
miss-islington added the comment: New changeset 0bd9fac7a866ec886ae8f93f9c24dcda6d436929 by Miss Islington (bot) (Pablo Galindo) in branch '3.8': [3.8] bpo-38379: don't claim objects are collected when they aren't (GH-16658) (GH-16683) https://github.com/p

[issue38379] finalizer resurrection in gc

2019-10-09 Thread miss-islington
miss-islington added the comment: New changeset a081e931505f190b5ccdff9a781e59b3f13fcc31 by Miss Islington (bot) (Pablo Galindo) in branch '3.7': [3.7] bpo-38379: don't claim objects are collected when they aren't (GH-16658) (GH-16685) https://github.com/p

[issue38109] Missing constants in Lib/stat.py

2019-10-10 Thread miss-islington
Change by miss-islington : -- pull_requests: +16278 pull_request: https://github.com/python/cpython/pull/16691 ___ Python tracker <https://bugs.python.org/issue38

[issue38109] Missing constants in Lib/stat.py

2019-10-10 Thread miss-islington
Change by miss-islington : -- pull_requests: +16277 pull_request: https://github.com/python/cpython/pull/16690 ___ Python tracker <https://bugs.python.org/issue38

[issue38425] Remove warning: ‘res’ may be used uninitialized in this function

2019-10-10 Thread miss-islington
Change by miss-islington : -- pull_requests: +16279 stage: -> patch review pull_request: https://github.com/python/cpython/pull/16693 ___ Python tracker <https://bugs.python.org/issu

[issue38425] Remove warning: ‘res’ may be used uninitialized in this function

2019-10-10 Thread miss-islington
Change by miss-islington : -- pull_requests: +16280 pull_request: https://github.com/python/cpython/pull/16694 ___ Python tracker <https://bugs.python.org/issue38

[issue38425] Remove warning: ‘res’ may be used uninitialized in this function

2019-10-10 Thread miss-islington
miss-islington added the comment: New changeset 6b6935e563562c427d5bb1b2864d6a2fed0e74fa by Miss Islington (bot) in branch '3.8': bpo-38425: Fix ‘res’ may be used uninitialized warning (GH-16688) https://github.com/python/cpython/commit/6b6935e563562c427d5bb1b2864d6a

[issue38425] Remove warning: ‘res’ may be used uninitialized in this function

2019-10-10 Thread miss-islington
miss-islington added the comment: New changeset d27a9b1695a1b46c81b3a83a7a35034791265d89 by Miss Islington (bot) in branch '3.7': bpo-38425: Fix ‘res’ may be used uninitialized warning (GH-16688) https://github.com/python/cpython/commit/d27a9b1695a1b46c81b3a83a7a3503

[issue32996] Improve What's New in 3.7

2019-10-10 Thread miss-islington
Change by miss-islington : -- pull_requests: +16283 pull_request: https://github.com/python/cpython/pull/16696 ___ Python tracker <https://bugs.python.org/issue32

[issue32996] Improve What's New in 3.7

2019-10-10 Thread miss-islington
Change by miss-islington : -- pull_requests: +16284 pull_request: https://github.com/python/cpython/pull/16697 ___ Python tracker <https://bugs.python.org/issue32

[issue32996] Improve What's New in 3.7

2019-10-10 Thread miss-islington
miss-islington added the comment: New changeset ca012360b103f2ab1acfa506aed032b0ed9b105c by Miss Islington (bot) in branch '3.7': bpo-32996: Documentation fix-up. (GH-16646) https://github.com/python/cpython/commit/ca012360b103f2ab1acfa506aed032

[issue32996] Improve What's New in 3.7

2019-10-10 Thread miss-islington
miss-islington added the comment: New changeset baf8a9b03a56ce1ee2284763b267ff56ab4507fe by Miss Islington (bot) in branch '3.8': bpo-32996: Documentation fix-up. (GH-16646) https://github.com/python/cpython/commit/baf8a9b03a56ce1ee2284763b267ff

[issue38282] socketmodule.c: _FORTIFY_SOURCE=2 warning in AF_ALG case of getsockaddrarg()

2019-10-10 Thread miss-islington
Change by miss-islington : -- pull_requests: +16291 pull_request: https://github.com/python/cpython/pull/16706 ___ Python tracker <https://bugs.python.org/issue38

[issue38347] pathfix.py does not find Python scripts that have '-' in its filename

2019-10-11 Thread miss-islington
Change by miss-islington : -- pull_requests: +16295 pull_request: https://github.com/python/cpython/pull/16718 ___ Python tracker <https://bugs.python.org/issue38

[issue38347] pathfix.py does not find Python scripts that have '-' in its filename

2019-10-11 Thread miss-islington
miss-islington added the comment: New changeset 73665b41470532f873315d5ae39906160192320d by Miss Islington (bot) in branch '3.8': bpo-38347: find pathfix for Python scripts whose name contain a '-' (GH-16536) https://github.com/python/cpython/commit/73665b41470532f87331

[issue35826] Typo in example for async with statement with condition

2019-10-11 Thread miss-islington
Change by miss-islington : -- pull_requests: +16297 pull_request: https://github.com/python/cpython/pull/16720 ___ Python tracker <https://bugs.python.org/issue35

[issue38395] proxy_contains (weakref.proxy) can access an object with 0 refcount

2019-10-11 Thread miss-islington
miss-islington added the comment: New changeset 193366e25c4f84a58d2f6c6c577fd9f0143dc6e1 by Miss Islington (bot) (Pablo Galindo) in branch '3.7': [3.7] bpo-38395: Fix ownership in weakref.proxy methods (GH-16632) (GH-16663) https://github.com/python/cpyt

[issue38341] Add SMTPNotSupportedError in the exports of smtplib

2019-10-11 Thread miss-islington
Change by miss-islington : -- pull_requests: +16299 pull_request: https://github.com/python/cpython/pull/16721 ___ Python tracker <https://bugs.python.org/issue38

[issue22347] mimetypes.guess_type("//example.com") misinterprets host name as file name

2019-10-11 Thread miss-islington
Change by miss-islington : -- pull_requests: +16305 pull_request: https://github.com/python/cpython/pull/16725 ___ Python tracker <https://bugs.python.org/issue22

[issue22347] mimetypes.guess_type("//example.com") misinterprets host name as file name

2019-10-11 Thread miss-islington
miss-islington added the comment: New changeset 19a3d873005e5730eeabdc394c961e93f2ec02f0 by Miss Islington (bot) (Abhilash Raj) in branch 'master': bpo-38449: Revert "bpo-22347: Update mimetypes.guess_type to allow oper parsing of URLs (GH-15522)" (GH-16724) https

[issue38449] regression - mimetypes guess_type is confused by ; in the filename

2019-10-11 Thread miss-islington
miss-islington added the comment: New changeset 19a3d873005e5730eeabdc394c961e93f2ec02f0 by Miss Islington (bot) (Abhilash Raj) in branch 'master': bpo-38449: Revert "bpo-22347: Update mimetypes.guess_type to allow oper parsing of URLs (GH-15522)" (GH-16724) https

[issue38449] regression - mimetypes guess_type is confused by ; in the filename

2019-10-11 Thread miss-islington
Change by miss-islington : -- pull_requests: +16304 pull_request: https://github.com/python/cpython/pull/16725 ___ Python tracker <https://bugs.python.org/issue38

[issue38341] Add SMTPNotSupportedError in the exports of smtplib

2019-10-12 Thread miss-islington
miss-islington added the comment: New changeset 1da648aceb2496c672aff82ba37ee071ac6054ac by Miss Islington (bot) in branch '3.8': bpo-38341: Add SMTPNotSupportedError in the exports of smtplib (GH-16525) https://github.com/python/cpython/commit/1da648aceb2496c672aff82ba37ee0

[issue38341] Add SMTPNotSupportedError in the exports of smtplib

2019-10-12 Thread miss-islington
miss-islington added the comment: New changeset cb580d6fa8349acff723a7a044181d896d076871 by Miss Islington (bot) in branch '3.7': bpo-38341: Add SMTPNotSupportedError in the exports of smtplib (GH-16525) https://github.com/python/cpython/commit/cb580d6fa8349acff723a7a044181d

[issue38332] invalid content-transfer-encoding in encoded-word causes KeyError

2019-10-12 Thread miss-islington
miss-islington added the comment: New changeset febe359559781019c0c8432a2f768809d00af6af by Miss Islington (bot) in branch '3.7': bpo-38332: Catch KeyError from unknown cte in encoded-word. (GH-16503) https://github.com/python/cpython/commit/febe359559781019c0c8432a2f7688

[issue38332] invalid content-transfer-encoding in encoded-word causes KeyError

2019-10-12 Thread miss-islington
miss-islington added the comment: New changeset e540bb546163f108c7c304f2e6865efaa78cd4c2 by Miss Islington (bot) in branch '3.8': bpo-38332: Catch KeyError from unknown cte in encoded-word. (GH-16503) https://github.com/python/cpython/commit/e540bb546163f108c7c304f2e6865e

[issue35800] remove smtpd.MailmanProxy

2019-10-12 Thread miss-islington
miss-islington added the comment: New changeset 822922af90f389b20166f0cd6f5b7c76fd6d42d9 by Miss Islington (bot) (Samuel Colvin) in branch 'master': bpo-35800: Deprecate smtpd.MailmanProxy (GH-11675) https://github.com/python/cpython/commit/822922af90f389b20166f0cd6f5b7c

[issue38449] regression - mimetypes guess_type is confused by ; in the filename

2019-10-12 Thread miss-islington
miss-islington added the comment: New changeset 164bee296ab1f87cc05566b39ee8fb9fb64b3e5a by Miss Islington (bot) (Abhilash Raj) in branch '3.7': [3.7] bpo-38449: Revert "bpo-22347: Update mimetypes.guess_type to allow oper parsing of URLs (GH-15685)" (GH-16724) (GH-16727

[issue22347] mimetypes.guess_type("//example.com") misinterprets host name as file name

2019-10-12 Thread miss-islington
miss-islington added the comment: New changeset 164bee296ab1f87cc05566b39ee8fb9fb64b3e5a by Miss Islington (bot) (Abhilash Raj) in branch '3.7': [3.7] bpo-38449: Revert "bpo-22347: Update mimetypes.guess_type to allow oper parsing of URLs (GH-15685)" (GH-16724) (GH-16727

[issue37731] Possible redifinition of _POSIX_C_SOURCE in ./pyconfig.h

2019-10-12 Thread miss-islington
Change by miss-islington : -- pull_requests: +16313 pull_request: https://github.com/python/cpython/pull/16734 ___ Python tracker <https://bugs.python.org/issue37

[issue37731] Possible redifinition of _POSIX_C_SOURCE in ./pyconfig.h

2019-10-12 Thread miss-islington
miss-islington added the comment: New changeset ba44ea6ff8be2b7874c4358f89d5b6f4a558f711 by Miss Islington (bot) in branch '3.8': bpo-37731: Reorder includes in xmltok.c to avoid redefinition of _POSIX_C_SOURCE (GH-16733) https://github.com/python/cpyt

[issue38431] dataclasses.InitVar breaks with typing.Optional

2019-10-13 Thread miss-islington
Change by miss-islington : -- pull_requests: +16321 pull_request: https://github.com/python/cpython/pull/16744 ___ Python tracker <https://bugs.python.org/issue38

[issue38431] dataclasses.InitVar breaks with typing.Optional

2019-10-13 Thread miss-islington
miss-islington added the comment: New changeset 6da52ac411947d1a7958bbad831fcf8dfc8c95fe by Miss Islington (bot) in branch '3.8': bpo-38431: Fix __repr__ method of InitVar to work with typing objects. (GH-16702) https://github.com/python/cpyt

<    12   13   14   15   16   17   18   19   20   21   >