[issue38034] Typo on logging.handlers.QueueListener documentation

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

[issue38034] Typo on logging.handlers.QueueListener documentation

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

[issue36373] Deprecate explicit loop parameter in all public asyncio APIs

2019-09-11 Thread miss-islington
miss-islington added the comment: New changeset 7264e92b718d307cc499b2f10eab7644b00f0499 by Miss Islington (bot) (Andrew Svetlov) in branch 'master': bpo-36373: Fix deprecation warnings (GH-15889) https://github.com/python/cpython/commit/7264e92b718d307cc499b2f10eab76

[issue36373] Deprecate explicit loop parameter in all public asyncio APIs

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

[issue37424] subprocess.run timeout does not function if shell=True and capture_output=True

2019-09-11 Thread miss-islington
Change by miss-islington : -- keywords: +patch pull_requests: +15538 stage: -> patch review pull_request: https://github.com/python/cpython/pull/15897 ___ Python tracker <https://bugs.python.org/issu

[issue37424] subprocess.run timeout does not function if shell=True and capture_output=True

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

[issue38081] Different behavior of os.path.realpath('nul') in 3.7 and 3.8

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

[issue16438] Numeric operator predecence confusing

2019-09-11 Thread miss-islington
Change by miss-islington : -- pull_requests: +15546 pull_request: https://github.com/python/cpython/pull/15905 ___ Python tracker <https://bugs.python.org/issue16

[issue16438] Numeric operator predecence confusing

2019-09-11 Thread miss-islington
Change by miss-islington : -- pull_requests: +15545 pull_request: https://github.com/python/cpython/pull/15904 ___ Python tracker <https://bugs.python.org/issue16

[issue37585] Comparing PyDictValues does not give expected results

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

[issue37585] Comparing PyDictValues does not give expected results

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

[issue37424] subprocess.run timeout does not function if shell=True and capture_output=True

2019-09-11 Thread miss-islington
miss-islington added the comment: New changeset 872c85a1796290baef89a20dbde819c4da45830c by Miss Islington (bot) in branch '3.8': bpo-37424: Avoid a hang in subprocess.run timeout output capture (GH-14490) https://github.com/python/cpython/commit/872c85a1796290baef89a20dbde819

[issue37424] subprocess.run timeout does not function if shell=True and capture_output=True

2019-09-11 Thread miss-islington
miss-islington added the comment: New changeset 5fe153c21de020f37712910b0dcce93341bba272 by Miss Islington (bot) in branch '3.7': bpo-37424: Avoid a hang in subprocess.run timeout output capture (GH-14490) https://github.com/python/cpython/commit/5fe153c21de020f37712910b0dcce9

[issue25810] Python 3 documentation for eval is incorrect

2019-09-11 Thread miss-islington
Change by miss-islington : -- pull_requests: +15551 pull_request: https://github.com/python/cpython/pull/15910 ___ Python tracker <https://bugs.python.org/issue25

[issue28494] is_zipfile false positives

2019-09-11 Thread miss-islington
Change by miss-islington : -- pull_requests: +15553 pull_request: https://github.com/python/cpython/pull/15912 ___ Python tracker <https://bugs.python.org/issue28

[issue25810] Python 3 documentation for eval is incorrect

2019-09-11 Thread miss-islington
Change by miss-islington : -- pull_requests: +15552 pull_request: https://github.com/python/cpython/pull/15911 ___ Python tracker <https://bugs.python.org/issue25

[issue16438] Numeric operator predecence confusing

2019-09-11 Thread miss-islington
miss-islington added the comment: New changeset 80db4b4be54ccdb5b67821506b6db2b27bd7c28a by Miss Islington (bot) in branch '3.8': bpo-16438: Doc: confusing text regarding numeric precedence corrected (GH-10521) https://github.com/python/cpython/commit/80db4b4be54ccdb5b67821506b6db2

[issue16438] Numeric operator predecence confusing

2019-09-11 Thread miss-islington
miss-islington added the comment: New changeset 9210b5826fab5248ac28a15c1b8b39ae949d0ef8 by Miss Islington (bot) in branch '3.7': bpo-16438: Doc: confusing text regarding numeric precedence corrected (GH-10521) https://github.com/python/cpython/commit/9210b5826fab5248ac28a15c1b8b39

[issue38081] Different behavior of os.path.realpath('nul') in 3.7 and 3.8

2019-09-11 Thread miss-islington
miss-islington added the comment: New changeset 57491de7c33c5886c4cae2f468b474d9b4e6fed2 by Miss Islington (bot) in branch '3.8': bpo-38081: Fixes ntpath.realpath('NUL') (GH-15899) https://github.com/python/cpython/commit/57491de7c33c5886c4cae2f468b474d9b4e6fed2 --

[issue37585] Comparing PyDictValues does not give expected results

2019-09-11 Thread miss-islington
miss-islington added the comment: New changeset 3cd147bf599f116593dc06ed7dfe948b759aabd3 by Miss Islington (bot) in branch '3.7': bpo-37585: Add clarification regarding comparing dict.values() (GH-14954) https://github.com/python/cpython/commit/3cd147bf599f116593dc06ed7dfe94

[issue37585] Comparing PyDictValues does not give expected results

2019-09-11 Thread miss-islington
miss-islington added the comment: New changeset 690a16d455603500a0c6df0bd87e49c9b37a6950 by Miss Islington (bot) in branch '3.8': bpo-37585: Add clarification regarding comparing dict.values() (GH-14954) https://github.com/python/cpython/commit/690a16d455603500a0c6df0bd87e49

[issue35066] Inconsistency between dangling '%' handling in time.strftime() and datetime.strftime()

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

[issue35066] Inconsistency between dangling '%' handling in time.strftime() and datetime.strftime()

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

[issue25810] Python 3 documentation for eval is incorrect

2019-09-11 Thread miss-islington
miss-islington added the comment: New changeset 4e914ab29f6d48a9fd045ea6a25dbf9e2fb603f9 by Miss Islington (bot) in branch '3.8': bpo-25810: Clarify eval() docs, it does not keywords (GH-15173) https://github.com/python/cpython/commit/4e914ab29f6d48a9fd045ea6a25dbf

[issue25810] Python 3 documentation for eval is incorrect

2019-09-11 Thread miss-islington
miss-islington added the comment: New changeset d378fdb10a5476b86b5a01d74c1bcc4e2f52e003 by Miss Islington (bot) in branch '3.7': bpo-25810: Clarify eval() docs, it does not keywords (GH-15173) https://github.com/python/cpython/commit/d378fdb10a5476b86b5a01d74c1bcc

[issue38103] Duplicate label "examples" in the Docs

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

[issue32972] unittest.TestCase coroutine support

2019-09-11 Thread miss-islington
Change by miss-islington : -- pull_requests: +15559 pull_request: https://github.com/python/cpython/pull/15918 ___ Python tracker <https://bugs.python.org/issue32

[issue32972] unittest.TestCase coroutine support

2019-09-11 Thread miss-islington
miss-islington added the comment: New changeset 6a9fd66f6e4445a418c43c92585b9e06d76df4b1 by Miss Islington (bot) (Xtreak) in branch 'master': bpo-32972: Document IsolatedAsyncioTestCase of unittest module (GH-15878) https://github.com/python/cpyt

[issue20504] cgi.FieldStorage, multipart, missing Content-Length

2019-09-11 Thread miss-islington
Change by miss-islington : -- pull_requests: +15560 pull_request: https://github.com/python/cpython/pull/15919 ___ Python tracker <https://bugs.python.org/issue20

[issue20504] cgi.FieldStorage, multipart, missing Content-Length

2019-09-11 Thread miss-islington
Change by miss-islington : -- pull_requests: +15561 pull_request: https://github.com/python/cpython/pull/15920 ___ Python tracker <https://bugs.python.org/issue20

[issue28494] is_zipfile false positives

2019-09-11 Thread miss-islington
miss-islington added the comment: New changeset 7acb22e6e9061f85988c0c6c5ee25ebdf2950841 by Miss Islington (bot) in branch '3.8': bpo-28494: install ziptestdata to fix install bot (GH-15902) https://github.com/python/cpython/commit/7acb22e6e9061f85988c0c6c5ee25e

[issue35603] table header in output of difflib.HtmlDiff.make_table is not escaped and can be rendered as code in the browser

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

[issue37409] relative import without parent succeeds with builtins.__import__

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

[issue35066] Inconsistency between dangling '%' handling in time.strftime() and datetime.strftime()

2019-09-11 Thread miss-islington
miss-islington added the comment: New changeset f3e430b07975c84cf34c927851df234d04d5753f by Miss Islington (bot) in branch '3.8': bpo-35066: Make trailing percent test more portable. (GH-15907) https://github.com/python/cpython/commit/f3e430b07975c84cf34c927851df23

[issue35066] Inconsistency between dangling '%' handling in time.strftime() and datetime.strftime()

2019-09-11 Thread miss-islington
miss-islington added the comment: New changeset 0553369b9827bb5497bb7a65f64dd259781ae792 by Miss Islington (bot) in branch '3.7': bpo-35066: Make trailing percent test more portable. (GH-15907) https://github.com/python/cpython/commit/0553369b9827bb5497bb7a65f64dd2

[issue20504] cgi.FieldStorage, multipart, missing Content-Length

2019-09-11 Thread miss-islington
miss-islington added the comment: New changeset e3bd941e4e6f4465f17a0e5a4a6bdf4ea0afdd0d by Miss Islington (bot) in branch '3.8': bpo-20504 : in cgi.py, fix bug when a multipart/form-data request has… (GH-10638) https://github.com/python/cpyt

[issue20504] cgi.FieldStorage, multipart, missing Content-Length

2019-09-11 Thread miss-islington
miss-islington added the comment: New changeset 99f0e81f43f64b83e18e8cb2a0b66c53a81a74ab by Miss Islington (bot) in branch '3.7': bpo-20504 : in cgi.py, fix bug when a multipart/form-data request has… (GH-10638) https://github.com/python/cpyt

[issue35603] table header in output of difflib.HtmlDiff.make_table is not escaped and can be rendered as code in the browser

2019-09-11 Thread miss-islington
miss-islington added the comment: New changeset 44e36e80456dabaeb59c6e2a93e0c1322bfeb179 by Miss Islington (bot) in branch '3.8': bpo-35603: Add a note on difflib table header interpreted as HTML (GH-11439) https://github.com/python/cpython/commit/44e36e80456dabaeb59c6e2a93e0c1

[issue38103] Duplicate label "examples" in the Docs

2019-09-11 Thread miss-islington
miss-islington added the comment: New changeset e0dd713370f94d0f4a59604cc769e0cc643b7740 by Miss Islington (bot) in branch '3.8': bpo-38103: fix conflicting labels in the docs. (GH-15906) https://github.com/python/cpython/commit/e0dd713370f94d0f4a59604cc769e0cc643b7740 -

[issue35649] http.client doesn't close. Infinite loop

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

[issue35649] http.client doesn't close. Infinite loop

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

[issue37326] Windows LICENSE.txt do not contain libffi license

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

[issue37409] relative import without parent succeeds with builtins.__import__

2019-09-11 Thread miss-islington
miss-islington added the comment: New changeset f3480ad08823a9bc7df490bb5b54593d9483be70 by Miss Islington (bot) in branch '3.7': [3.8] bpo-37409: fix relative import with no parent (GH-14956) (GH-15913) https://github.com/python/cpython/commit/f3480ad08823a9bc7df490bb5b5459

[issue38107] Replace direct future and task contructor calls with factories in asyncio tests

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

[issue34519] Add additional aliases for HP Roman 8

2019-09-11 Thread miss-islington
Change by miss-islington : -- pull_requests: +15574 pull_request: https://github.com/python/cpython/pull/15938 ___ Python tracker <https://bugs.python.org/issue34

[issue33459] Fix "tuple display" mention in Expressions

2019-09-11 Thread miss-islington
Change by miss-islington : -- pull_requests: +15575 pull_request: https://github.com/python/cpython/pull/15939 ___ Python tracker <https://bugs.python.org/issue33

[issue33459] Fix "tuple display" mention in Expressions

2019-09-11 Thread miss-islington
miss-islington added the comment: New changeset dc269971091710563a0d730a0d4b084901826c15 by Miss Islington (bot) (Andre Delfino) in branch 'master': bpo-33459: Fix "tuple displays" term in Expressions.rst (GH-6760) https://github.com/p

[issue33459] Fix "tuple display" mention in Expressions

2019-09-11 Thread miss-islington
Change by miss-islington : -- pull_requests: +15576 pull_request: https://github.com/python/cpython/pull/15940 ___ Python tracker <https://bugs.python.org/issue33

[issue33944] Deprecate and remove pth files

2019-09-11 Thread miss-islington
miss-islington added the comment: New changeset f9b5840fb4497a9e2ba2c1f01ad0dafba04c8496 by Miss Islington (bot) (native-api) in branch 'master': bpo-33944: note about the intended use of code in .pth files (GH-10131) https://github.com/python/cpyt

[issue33944] Deprecate and remove pth files

2019-09-11 Thread miss-islington
Change by miss-islington : -- pull_requests: +15577 pull_request: https://github.com/python/cpython/pull/15942 ___ Python tracker <https://bugs.python.org/issue33

[issue31163] Return destination path in Path.rename and Path.replace

2019-09-11 Thread miss-islington
Change by miss-islington : -- pull_requests: +15578 pull_request: https://github.com/python/cpython/pull/15944 ___ Python tracker <https://bugs.python.org/issue31

[issue34519] Add additional aliases for HP Roman 8

2019-09-11 Thread miss-islington
Change by miss-islington : -- pull_requests: +15579 pull_request: https://github.com/python/cpython/pull/15945 ___ Python tracker <https://bugs.python.org/issue34

[issue37326] Windows LICENSE.txt do not contain libffi license

2019-09-11 Thread miss-islington
miss-islington added the comment: New changeset da38ec1d4862ffb58faec41ed367719e81801766 by Miss Islington (bot) in branch '3.8': bpo-37326: Include libffi license when available (GH-15921) https://github.com/python/cpython/commit/da38ec1d4862ffb58faec41ed367719e81801766 -

[issue37305] Add MIME type for Web App Manifest

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

[issue37252] devpoll test failures on Solaris

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

[issue36919] Exception from 'compile' reports a newline char not present in input

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

[issue36919] Exception from 'compile' reports a newline char not present in input

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

[issue37488] Document the "gotcha" behaviors in utcnow() and utcfromtimestamp()

2019-09-11 Thread miss-islington
miss-islington added the comment: New changeset 1a53c785e62e00bad87ae19466c3a32ebcebb915 by Miss Islington (bot) (Joannah Nanjekye) in branch 'master': bpo-37488 : Document a warning for datetime.utcnow() and utcfromtimestamp() (GH-15773) https://github.com/python/cpyt

[issue23460] Decimals do not obey ':g' exponential notation formatting rules

2019-09-11 Thread miss-islington
Change by miss-islington : -- pull_requests: +15589 pull_request: https://github.com/python/cpython/pull/15954 ___ Python tracker <https://bugs.python.org/issue23

[issue33187] Document ElementInclude (XInclude) support in ElementTree

2019-09-11 Thread miss-islington
Change by miss-islington : -- pull_requests: +15593 pull_request: https://github.com/python/cpython/pull/15958 ___ Python tracker <https://bugs.python.org/issue33

[issue37651] Change of inheritance of asyncio.CancelledError needs documentation

2019-09-11 Thread miss-islington
miss-islington added the comment: New changeset 7b69069e9aa0047a0dbe8af1a67aa2b355dc68d8 by Miss Islington (bot) (Xtreak) in branch 'master': bpo-37651: Document CancelledError is now a subclass of BaseException (GH-15950) https://github.com/python/cpyt

[issue37651] Change of inheritance of asyncio.CancelledError needs documentation

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

[issue38107] Replace direct future and task contructor calls with factories in asyncio tests

2019-09-11 Thread miss-islington
miss-islington added the comment: New changeset b18b19809d24182e9837b27b1c0af65458dff3ba by Miss Islington (bot) in branch '3.8': bpo-38107: Replace direct future and task contructor calls with factories in asyncio tests (GH-15928) https://github.com/python/cpyt

[issue37972] unittest.mock.call does not chain __getitem__ to another _Call object

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

[issue35224] PEP 572: Assignment Expressions

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

[issue35224] PEP 572: Assignment Expressions

2019-09-11 Thread miss-islington
miss-islington added the comment: New changeset 6357c95716d89ac1f80587fbc4133df8d2e8396c by Miss Islington (bot) (Emily Morehouse) in branch 'master': bpo-35224: Additional documentation for Assignment Expressions (GH-15935) https://github.com/python/cpyt

[issue36634] venv: activate.bat fails for venv with parentheses in PATH

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

[issue36634] venv: activate.bat fails for venv with parentheses in PATH

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

[issue33187] Document ElementInclude (XInclude) support in ElementTree

2019-09-11 Thread miss-islington
Change by miss-islington : -- pull_requests: +15605 pull_request: https://github.com/python/cpython/pull/15972 ___ Python tracker <https://bugs.python.org/issue33

[issue37885] venv: Don't produce unbound variable warning on deactivate

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

[issue37885] venv: Don't produce unbound variable warning on deactivate

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

[issue36260] [security] CVE-2019-9674: Zip Bomb vulnerability

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

[issue36182] Path.write_text() docs do not include the case that a file exists

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

[issue37651] Change of inheritance of asyncio.CancelledError needs documentation

2019-09-11 Thread miss-islington
miss-islington added the comment: New changeset e784bb7c6b2a52e80d7c03cb85e5faab11a1ccbd by Miss Islington (bot) in branch '3.8': bpo-37651: Document CancelledError is now a subclass of BaseException (GH-15950) https://github.com/python/cpython/commit/e784bb7c6b2a52e80d7c03cb85e5fa

[issue38110] Use fdwalk() within os.closerange() impl if available

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

[issue33166] os.cpu_count() returns wrong number of processors on specific systems

2019-09-11 Thread miss-islington
Change by miss-islington : -- pull_requests: +15612 pull_request: https://github.com/python/cpython/pull/15979 ___ Python tracker <https://bugs.python.org/issue33

[issue38114] Exclude pip.ini from Nuget package

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

[issue36634] venv: activate.bat fails for venv with parentheses in PATH

2019-09-11 Thread miss-islington
miss-islington added the comment: New changeset 20f80bfc83506037e40d918fcac887cee9093c93 by Miss Islington (bot) in branch '3.8': bpo-36634: Fixes activate.bat when existing values contain double quotes (GH-15924) https://github.com/python/cpyt

[issue36634] venv: activate.bat fails for venv with parentheses in PATH

2019-09-11 Thread miss-islington
miss-islington added the comment: New changeset 8a19a91e28b86592ee1ad9d1761e59b30d8511b9 by Miss Islington (bot) in branch '3.7': bpo-36634: Fixes activate.bat when existing values contain double quotes (GH-15924) https://github.com/python/cpyt

[issue38113] Remove statics from ast.c

2019-09-11 Thread miss-islington
miss-islington added the comment: New changeset 5b172c27f760dc5437e37dd8f1540eb76440e9a7 by Miss Islington (bot) (Dino Viehland) in branch 'master': bpo-38113: Update Python/ast.c to PEP-384 (GH-15975) https://github.com/python/cpython/commit/5b172c27f760dc5437e37dd8f1540e

[issue33166] os.cpu_count() returns wrong number of processors on specific systems

2019-09-11 Thread miss-islington
miss-islington added the comment: New changeset 43ee0e2ca33ae28d37a3dddf10a648895cd46bda by Miss Islington (bot) in branch '3.8': bpo-33166: Change os.cpu_count to return active (real) processors (GH-15949) https://github.com/python/cpython/commit/43ee0e2ca33ae28d37a3dddf10a648

[issue38114] Exclude pip.ini from Nuget package

2019-09-11 Thread miss-islington
miss-islington added the comment: New changeset 436cd2c20b1d7c86be1c53a3ba3bceefcaff2b73 by Miss Islington (bot) in branch '3.8': bpo-38114: Do not include pip.ini in Nuget package (GH-15964) https://github.com/python/cpython/commit/436cd2c20b1d7c86be1c53a3ba3bceefcaff2b73 -

[issue36528] Remove duplicate tests in Lib/tests/re_tests.py

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

[issue37750] PyBuffer_FromContiguous not documented

2019-09-11 Thread miss-islington
miss-islington added the comment: New changeset 5a56ce4a0e820fefcd598b94715a7ff7e199858d by Miss Islington (bot) (Hai Shi) in branch 'master': bpo-37750: Add doc of PyBuffer_FromContiguous (GH-15988) https://github.com/python/cpython/commit/5a56ce4a0e820fefcd598b94715a7f

[issue37750] PyBuffer_FromContiguous not documented

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

[issue37750] PyBuffer_FromContiguous not documented

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

[issue38117] Update to OpenSSL 1.1.1d, 1.1.0l, 1.0.2t

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

[issue36528] Remove duplicate tests in Lib/tests/re_tests.py

2019-09-11 Thread miss-islington
miss-islington added the comment: New changeset f90cbcbfe318fc4f0107bfad3cfc653ad1501c58 by Miss Islington (bot) in branch '3.8': bpo-36528: Remove duplicate re tests. (GH-2689) https://github.com/python/cpython/commit/f90cbcbfe318fc4f0107bfad3cfc653ad1501c58 -- n

[issue38117] Update to OpenSSL 1.1.1d, 1.1.0l, 1.0.2t

2019-09-11 Thread miss-islington
miss-islington added the comment: New changeset 0b7f3706e6a4d72f7e9988cebc4826ad2c4c4753 by Miss Islington (bot) in branch '3.8': bpo-38117: Test with OpenSSL 1.1.1d (GH-15983) https://github.com/python/cpython/commit/0b7f3706e6a4d72f7e9988cebc4826ad2c4c4753 -- n

[issue35264] SSL Module build fails with OpenSSL 1.1.0 for Python 2.7

2019-09-11 Thread miss-islington
miss-islington added the comment: New changeset 0d63669e52dd7e95708ec14e9e3e07d7dc9cd913 by Miss Islington (bot) (Alexandru Ardelean) in branch '2.7': [2.7] bpo-35264: Modules/_ssl.c: fix build with OpenSSL 1.1.0 (GH-10570) https://github.com/python/cpyt

[issue34001] LibreSSL does not tolerate setting minimum_version greater than maximum_version

2019-09-11 Thread miss-islington
Change by miss-islington : -- pull_requests: +15624 pull_request: https://github.com/python/cpython/pull/15997 ___ Python tracker <https://bugs.python.org/issue34

[issue37698] Update doc of PyBuffer_ToContiguous

2019-09-11 Thread miss-islington
miss-islington added the comment: New changeset 15f5a7527b87e11fcf23069c147fd4cb7d42cfb0 by Miss Islington (bot) (Hai Shi) in branch 'master': bpo-37698: Update doc of PyBuffer_ToContiguous (GH-14992) https://github.com/python/cpython/commit/15f5a7527b87e11fcf23069c147fd4

[issue37698] Update doc of PyBuffer_ToContiguous

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

[issue38117] Update to OpenSSL 1.1.1d, 1.1.0l, 1.0.2t

2019-09-11 Thread miss-islington
miss-islington added the comment: New changeset cec68c31e8507159534b6eec3fb5d801cd3dbf8c by Miss Islington (bot) (Stéphane Wirtel) in branch '3.7': [3.7] bpo-38117: Test with OpenSSL 1.1.1d (GH-15983) (GH-15994) https://github.com/python/cpython/commit/cec68c31e8507159534b6eec3fb5d8

[issue36270] DOC: Add link to sys.exc_info for "Reference Manual"

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

[issue36270] DOC: Add link to sys.exc_info for "Reference Manual"

2019-09-11 Thread miss-islington
miss-islington added the comment: New changeset f79a022d762edc749d0fecdc50c567d2bb910c53 by Miss Islington (bot) in branch '3.8': bpo-36270: Doc: add link to traceback object reference (GH-13119) https://github.com/python/cpython/commit/f79a022d762edc749d0fecdc50c567

[issue38124] off-by-one error in PyState_AddModule

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

[issue38124] off-by-one error in PyState_AddModule

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

[issue38124] off-by-one error in PyState_AddModule

2019-09-11 Thread miss-islington
miss-islington added the comment: New changeset 8892a1d685e4898b28961308b3c1447fe9ad3269 by Miss Islington (bot) in branch '3.7': closes bpo-38124: Fix bounds check in PyState_AddModule. (GH-16007) https://github.com/python/cpython/commit/8892a1d685e4898b28961308b3c144

[issue38124] off-by-one error in PyState_AddModule

2019-09-11 Thread miss-islington
miss-islington added the comment: New changeset a5a7102636de82e0687af7131357762337d49c7c by Miss Islington (bot) in branch '3.8': closes bpo-38124: Fix bounds check in PyState_AddModule. (GH-16007) https://github.com/python/cpython/commit/a5a7102636de82e0687af713135776

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