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

2019-12-01 Thread miss-islington
Change by miss-islington : -- pull_requests: +16911 pull_request: https://github.com/python/cpython/pull/17432 ___ Python tracker <https://bugs.python.org/issue38

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

2019-12-01 Thread miss-islington
Change by miss-islington : -- pull_requests: +16910 pull_request: https://github.com/python/cpython/pull/17431 ___ Python tracker <https://bugs.python.org/issue38

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

2019-12-01 Thread miss-islington
miss-islington added the comment: New changeset 926eabb6b46106e677d5e1ea25b7bab918da4110 by Miss Islington (bot) in branch '3.7': bpo-38449: Add URL delimiters test cases (GH-16729) https://github.com/python/cpython/commit/926eabb6b46106e677d5e1ea25b7ba

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

2019-12-01 Thread miss-islington
miss-islington added the comment: New changeset 4f1eaf028058cc357030dfaa5e611c90662539f0 by Miss Islington (bot) in branch '3.8': bpo-38449: Add URL delimiters test cases (GH-16729) https://github.com/python/cpython/commit/4f1eaf028058cc357030dfaa5e611c

[issue38815] test_ssl: test_min_max_version() fails on FreeBSD and Fedora

2019-12-02 Thread miss-islington
miss-islington added the comment: New changeset 34864d1cffdbfc620f8517dab9a68ae9a37b8c53 by Miss Islington (bot) (torsava) in branch 'master': bpo-38815: Accept TLSv3 default in min max test (GH-) (GH-17437) https://github.com/python/cpyt

[issue38815] test_ssl: test_min_max_version() fails on FreeBSD and Fedora

2019-12-02 Thread miss-islington
Change by miss-islington : -- pull_requests: +16919 pull_request: https://github.com/python/cpython/pull/17438 ___ Python tracker <https://bugs.python.org/issue38

[issue38815] test_ssl: test_min_max_version() fails on FreeBSD and Fedora

2019-12-02 Thread miss-islington
Change by miss-islington : -- pull_requests: +16920 pull_request: https://github.com/python/cpython/pull/17439 ___ Python tracker <https://bugs.python.org/issue38

[issue38815] test_ssl: test_min_max_version() fails on FreeBSD and Fedora

2019-12-02 Thread miss-islington
miss-islington added the comment: New changeset 9e728806d03fff8fa9e75159e567b2b4e040971b by Miss Islington (bot) in branch '3.8': bpo-38815: Accept TLSv3 default in min max test (GH-) (GH-17437) https://github.com/python/cpython/commit/9e728806d03fff8fa9e75159e567b2

[issue38815] test_ssl: test_min_max_version() fails on FreeBSD and Fedora

2019-12-02 Thread miss-islington
miss-islington added the comment: New changeset 1f4f28cbf3ca4c7f85b41b1f7b9455a375415cc0 by Miss Islington (bot) in branch '3.7': bpo-38815: Accept TLSv3 default in min max test (GH-) (GH-17437) https://github.com/python/cpython/commit/1f4f28cbf3ca4c7f85b41b1f7b9455

[issue38945] Remove newline characters from uu encoding methods

2019-12-02 Thread miss-islington
Change by miss-islington : -- keywords: +patch pull_requests: +16923 stage: -> patch review pull_request: https://github.com/python/cpython/pull/17442 ___ Python tracker <https://bugs.python.org/issu

[issue38945] Remove newline characters from uu encoding methods

2019-12-02 Thread miss-islington
Change by miss-islington : -- pull_requests: +16924 pull_request: https://github.com/python/cpython/pull/17443 ___ Python tracker <https://bugs.python.org/issue38

[issue38945] Remove newline characters from uu encoding methods

2019-12-02 Thread miss-islington
Change by miss-islington : -- pull_requests: +16925 pull_request: https://github.com/python/cpython/pull/17444 ___ Python tracker <https://bugs.python.org/issue38

[issue38945] Remove newline characters from uu encoding methods

2019-12-02 Thread miss-islington
miss-islington added the comment: New changeset 87f2d261ee1c63ed39517355833d087c5a78b4bf by Miss Islington (bot) in branch '3.7': bpo-38945: UU Encoding: Don't let newline in filename corrupt the output format (GH-17418) https://github.com/python

[issue38945] Remove newline characters from uu encoding methods

2019-12-02 Thread miss-islington
miss-islington added the comment: New changeset 8859fc629474ab1ca7eb2e67aec538097c327e58 by Miss Islington (bot) in branch '3.8': bpo-38945: UU Encoding: Don't let newline in filename corrupt the output format (GH-17418) https://github.com/python

[issue38270] Tests: Avoid MD5 or check for MD5 availablity

2019-12-03 Thread miss-islington
Change by miss-islington : -- pull_requests: +16931 pull_request: https://github.com/python/cpython/pull/17450 ___ Python tracker <https://bugs.python.org/issue38

[issue38270] Tests: Avoid MD5 or check for MD5 availablity

2019-12-03 Thread miss-islington
miss-islington added the comment: New changeset 894331838b256412c95d54051ec46a1cb96f52e7 by Miss Islington (bot) (stratakis) in branch 'master': bpo-38270: Fix indentation of test_hmac assertions (GH-17446) https://github.com/python/cpython/commit/894331838b256412c95d54051ec46a

[issue27873] multiprocessing.pool.Pool.map should take more than one iterable

2019-12-03 Thread miss-islington
Change by miss-islington : -- pull_requests: +16939 pull_request: https://github.com/python/cpython/pull/17458 ___ Python tracker <https://bugs.python.org/issue27

[issue27873] multiprocessing.pool.Pool.map should take more than one iterable

2019-12-03 Thread miss-islington
miss-islington added the comment: New changeset eb48a451e3844185b9a8751c9badffbddc89689d by Miss Islington (bot) (An Long) in branch 'master': bpo-27873: Update docstring for multiprocessing.Pool.map (GH-17436) https://github.com/python/cpython/commit/eb48a451e3844185b9a8751c9badff

[issue27873] multiprocessing.pool.Pool.map should take more than one iterable

2019-12-03 Thread miss-islington
Change by miss-islington : -- pull_requests: +16940 pull_request: https://github.com/python/cpython/pull/17459 ___ Python tracker <https://bugs.python.org/issue27

[issue27873] multiprocessing.pool.Pool.map should take more than one iterable

2019-12-03 Thread miss-islington
miss-islington added the comment: New changeset 55a7046471e19843a68d4a1a15252fd197bb6913 by Miss Islington (bot) in branch '3.7': bpo-27873: Update docstring for multiprocessing.Pool.map (GH-17436) https://github.com/python/cpython/commit/55a7046471e19843a68d4a1a15252f

[issue27873] multiprocessing.pool.Pool.map should take more than one iterable

2019-12-03 Thread miss-islington
miss-islington added the comment: New changeset baf07395eaa77e515ddfa1d3f42785d50b4d2889 by Miss Islington (bot) in branch '3.8': bpo-27873: Update docstring for multiprocessing.Pool.map (GH-17436) https://github.com/python/cpython/commit/baf07395eaa77e515ddfa1d3f42785

[issue33684] parse failed for mutibytes characters, encode will show in \xxx

2019-12-04 Thread miss-islington
Change by miss-islington : -- pull_requests: +16943 pull_request: https://github.com/python/cpython/pull/17464 ___ Python tracker <https://bugs.python.org/issue33

[issue33684] parse failed for mutibytes characters, encode will show in \xxx

2019-12-04 Thread miss-islington
miss-islington added the comment: New changeset a75cad440ab50d823af5f06e51dfed3a319f1e8c by Miss Islington (bot) in branch '3.8': bpo-33684: json.tool: Use utf-8 for infile and outfile. (GH-17460) https://github.com/python/cpython/commit/a75cad440ab50d823af5f06e51dfed

[issue38962] Reference leaks in subinterpreters

2019-12-04 Thread miss-islington
miss-islington added the comment: New changeset b96c6b0723b889d3a0c1740bce7f579f33d246f2 by Miss Islington (bot) (Pablo Galindo) in branch 'master': bpo-38962: Fix reference leak in new_interpreter() (GH-17453) https://github.com/python/cpython/commit/b96c6b0723b889d3a0c1740bce7f57

[issue38962] Reference leaks in subinterpreters

2019-12-04 Thread miss-islington
miss-islington added the comment: New changeset ac0e1c2694bc199dbd073312145e3c09bee52cc4 by Miss Islington (bot) (Pablo Galindo) in branch 'master': bpo-38962: Fix reference leak in the per-subinterpreter gc (GH-17457) https://github.com/python/cpyt

[issue38634] Symbol resolution conflict when embeding python in an application using libedit

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

[issue38634] Symbol resolution conflict when embeding python in an application using libedit

2019-12-04 Thread miss-islington
miss-islington added the comment: New changeset 68669ef7883ea6338ca441e50f4f9d975f54d017 by Miss Islington (bot) in branch '3.8': bpo-38634: Allow non-apple build to cope with libedit (GH-16986) https://github.com/python/cpython/commit/68669ef7883ea6338ca441e50f4f9d

[issue38965] test_stack_overflow (test.test_faulthandler.FaultHandlerTests) is stuck with GCC10

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

[issue38965] test_stack_overflow (test.test_faulthandler.FaultHandlerTests) is stuck with GCC10

2019-12-04 Thread miss-islington
miss-islington added the comment: New changeset 5044c889dfced2f43e2cccb673d889a4882f6b3b by Miss Islington (bot) in branch '3.7': bpo-38965: Fix faulthandler._stack_overflow() on GCC 10 (GH-17467) https://github.com/python/cpython/commit/5044c889dfced2f43e2cccb673d889

[issue38965] test_stack_overflow (test.test_faulthandler.FaultHandlerTests) is stuck with GCC10

2019-12-04 Thread miss-islington
miss-islington added the comment: New changeset f4a21d3b239bf4f4e4e2a8a5936b9b040645b246 by Miss Islington (bot) in branch '3.8': bpo-38965: Fix faulthandler._stack_overflow() on GCC 10 (GH-17467) https://github.com/python/cpython/commit/f4a21d3b239bf4f4e4e2a8a5936b9b

[issue38698] While parsing email message id: UnboundLocalError

2019-12-04 Thread miss-islington
miss-islington added the comment: New changeset bb815499af855b1759c02535f8d7a9d0358e74e8 by Miss Islington (bot) (Claudiu Popa) in branch 'master': bpo-38698: Prevent UnboundLocalError to pop up in parse_message_id (GH-17277) https://github.com/python/cpyt

[issue38951] Use threading.main_thread() check in asyncio

2019-12-05 Thread miss-islington
miss-islington added the comment: New changeset 99eb70a9eb9493602ff6ad8bb92df4318cf05a3e by Miss Islington (bot) (Hill Ma) in branch 'master': bpo-38951: Use threading.main_thread() check in asyncio (GH-17433) https://github.com/python/cpython/commit/99eb70a9eb9493602ff6ad8bb92df4

[issue38270] Tests: Avoid MD5 or check for MD5 availablity

2019-12-05 Thread miss-islington
miss-islington added the comment: New changeset cfdaf92221da3c264d0da9c588994fefe4073196 by Miss Islington (bot) in branch '3.8': [3.8] bpo-38270: Fix indentation of test_hmac assertions (GH-17446) (GH-17450) https://github.com/python/cpython/commit/cfdaf92221da3c264d0da9c588994f

[issue38698] While parsing email message id: UnboundLocalError

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

[issue38698] While parsing email message id: UnboundLocalError

2019-12-05 Thread miss-islington
miss-islington added the comment: New changeset e21aa61e96f8343200e765d119ebe778873a6bf1 by Miss Islington (bot) in branch '3.8': bpo-38698: Prevent UnboundLocalError to pop up in parse_message_id (GH-17277) https://github.com/python/cpython/commit/e21aa61e96f8343200e765d119ebe7

[issue36820] Captured exceptions are keeping user objects alive unnecessarily in the stdlib

2019-12-06 Thread miss-islington
miss-islington added the comment: New changeset b64334cb93d0ddbb551c8cd712942bab2fc72772 by Miss Islington (bot) (Mario Corchero) in branch 'master': bpo-36820: Break unnecessary cycle in socket.py, codeop.py and dyld.py (GH-13135) https://github.com/python/cpyt

[issue36820] Captured exceptions are keeping user objects alive unnecessarily in the stdlib

2019-12-06 Thread miss-islington
Change by miss-islington : -- pull_requests: +16964 pull_request: https://github.com/python/cpython/pull/17485 ___ Python tracker <https://bugs.python.org/issue36

[issue36820] Captured exceptions are keeping user objects alive unnecessarily in the stdlib

2019-12-06 Thread miss-islington
Change by miss-islington : -- pull_requests: +16965 pull_request: https://github.com/python/cpython/pull/17486 ___ Python tracker <https://bugs.python.org/issue36

[issue36820] Captured exceptions are keeping user objects alive unnecessarily in the stdlib

2019-12-06 Thread miss-islington
miss-islington added the comment: New changeset 681285d052977e3a3a82ef665e788946fca1ac59 by Miss Islington (bot) in branch '3.8': bpo-36820: Break unnecessary cycle in socket.py, codeop.py and dyld.py (GH-13135) https://github.com/python/cpyt

[issue36820] Captured exceptions are keeping user objects alive unnecessarily in the stdlib

2019-12-06 Thread miss-islington
miss-islington added the comment: New changeset 5ba591fa2c1f74c4a84372fb4ffc0b16863f1ad7 by Miss Islington (bot) in branch '3.7': bpo-36820: Break unnecessary cycle in socket.py, codeop.py and dyld.py (GH-13135) https://github.com/python/cpyt

[issue37931] crash reimporting posix after Py_Finalize on mac

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

[issue37931] crash reimporting posix after Py_Finalize on mac

2019-12-06 Thread miss-islington
miss-islington added the comment: New changeset 836cf31a3cf468ed9598a220b8e194b366287bfe by Miss Islington (bot) in branch '3.8': bpo-37931: Fix crash on OSX re-initializing os.environ (GH-15428) https://github.com/python/cpython/commit/836cf31a3cf468ed9598a220b8e194

[issue38978] Implement __class_getitem__ for Future, Task, Queue

2019-12-07 Thread miss-islington
miss-islington added the comment: New changeset dec367261e7e2bb4dd42feeb58031abed2ade683 by Miss Islington (bot) (Batuhan Taşkaya) in branch 'master': bpo-38978: Implement __class_getitem__ for asyncio objects (GH-17491) https://github.com/python/cpyt

[issue38529] Python 3.8 improperly warns about closing properly closed streams

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

[issue38986] Suppport TaskWakeupMethWrapper.__self__ to conform asyncio _format_handle logic

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

[issue38529] Python 3.8 improperly warns about closing properly closed streams

2019-12-07 Thread miss-islington
miss-islington added the comment: New changeset 7fde4f446a3dcfed780a38fbfcd7c0b4d9d73b93 by Miss Islington (bot) in branch '3.8': bpo-38529: Fix asyncio stream warning (GH-17474) https://github.com/python/cpython/commit/7fde4f446a3dcfed780a38fbfcd7c0b4d9d73b93 -- n

[issue37404] asyncio sock_recv blocks on ssl sockets.

2019-12-07 Thread miss-islington
miss-islington added the comment: New changeset 892f9e0777f262d366d4747a54c33a1c15a49da6 by Miss Islington (bot) (idomic) in branch 'master': bpo-37404: Raising value error if an SSLSocket is passed to asyncio functions (GH-16457) https://github.com/python/cpyt

[issue37404] asyncio sock_recv blocks on ssl sockets.

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

[issue37404] asyncio sock_recv blocks on ssl sockets.

2019-12-07 Thread miss-islington
miss-islington added the comment: New changeset a85066df9423d381e6b233469b00db55563a9f80 by Miss Islington (bot) in branch '3.7': bpo-37404: Raising value error if an SSLSocket is passed to asyncio functions (GH-16457) https://github.com/python/cpyt

[issue38652] Remove/update provisional note for asyncio.BufferedProtocol

2019-12-07 Thread miss-islington
miss-islington added the comment: New changeset 4443450fdaf248427cf4a00a6ee36229e6402ec6 by Miss Islington (bot) (Anj-A) in branch 'master': bpo-38652: Remove provisional note for asyncio.BufferedProtocol (GH-17047) https://github.com/python/cpyt

[issue38820] Make Python compatible with OpenSSL 3.0.0

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

[issue38820] Make Python compatible with OpenSSL 3.0.0

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

[issue38820] Make Python compatible with OpenSSL 3.0.0

2019-12-07 Thread miss-islington
miss-islington added the comment: New changeset 2b7de6696bf2f924cd2cd9ff0a539c8aa37c6244 by Miss Islington (bot) (Christian Heimes) in branch 'master': bpo-38820: OpenSSL 3.0.0 compatibility. (GH-17190) https://github.com/python/cpython/commit/2b7de6696bf2f924cd2cd9ff0a539c

[issue38820] Make Python compatible with OpenSSL 3.0.0

2019-12-07 Thread miss-islington
miss-islington added the comment: New changeset 9d3cacd5901f8fbbc4f8b78fc35abad01a0e6546 by Miss Islington (bot) in branch '3.8': [3.8] bpo-38820: OpenSSL 3.0.0 compatibility. (GH-17190) (GH-17499) https://github.com/python/cpython/commit/9d3cacd5901f8fbbc4f8b78fc35aba

[issue38820] Make Python compatible with OpenSSL 3.0.0

2019-12-07 Thread miss-islington
miss-islington added the comment: New changeset a197f8aa7493e66bc54c3db8f796d00cef1c3042 by Miss Islington (bot) in branch '3.7': [3.7] bpo-38820: OpenSSL 3.0.0 compatibility. (GH-17190) (GH-17500) https://github.com/python/cpython/commit/a197f8aa7493e66bc54c3db8f796d0

[issue38979] ContextVar[str] should return ContextVar class, not None

2019-12-08 Thread miss-islington
miss-islington added the comment: New changeset 28c91631c24e53713ad0e8a2bbae716373f5e53d by Miss Islington (bot) (AMIR) in branch 'master': bpo-38979: fix ContextVar "__class_getitem__" method (GH-17497) https://github.com/python/cpython/commit/28c91631c24e53713ad0

[issue38979] ContextVar[str] should return ContextVar class, not None

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

[issue38979] ContextVar[str] should return ContextVar class, not None

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

[issue38979] ContextVar[str] should return ContextVar class, not None

2019-12-08 Thread miss-islington
miss-islington added the comment: New changeset 9baa870c27b54c26f9dd292c26936b70bdb64a06 by Miss Islington (bot) in branch '3.7': bpo-38979: fix ContextVar "__class_getitem__" method (GH-17497) https://github.com/python/cpython/commit/9baa870c27b54c26f9dd

[issue38979] ContextVar[str] should return ContextVar class, not None

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

[issue38979] ContextVar[str] should return ContextVar class, not None

2019-12-08 Thread miss-islington
miss-islington added the comment: New changeset 960fca1a5887a277fd6031cf4c4b6fb31b08ebf5 by Miss Islington (bot) in branch '3.8': bpo-38979: fix ContextVar "__class_getitem__" method (GH-17497) https://github.com/python/cpython/commit/960fca1a5887a277fd60

[issue38669] patch.object should raise another error when first argument is a str

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

[issue38669] patch.object should raise another error when first argument is a str

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

[issue38994] Implement __class_getitem__ for PathLike

2019-12-08 Thread miss-islington
miss-islington added the comment: New changeset 526606baf76e7a5309bb00f3bfaefa861a2014ba by Miss Islington (bot) (Batuhan Taşkaya) in branch 'master': bpo-38994: Implement __class_getitem__ for PathLike (GH-17498) https://github.com/python/cpyt

[issue38698] While parsing email message id: UnboundLocalError

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

[issue38708] parse_message_id in email module is very buggy / crashy

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

[issue38698] While parsing email message id: UnboundLocalError

2019-12-08 Thread miss-islington
miss-islington added the comment: New changeset f66f4a09d0b6817fe6a86a567fd506aa223f1563 by Miss Islington (bot) in branch '3.8': bpo-38698: Add a new InvalidMessageID token to email header parser. (GH-17503) https://github.com/python/cpython/commit/f66f4a09d0b6817fe6a86a567fd506

[issue38708] parse_message_id in email module is very buggy / crashy

2019-12-08 Thread miss-islington
miss-islington added the comment: New changeset 2abd3a8f580e6c7b1ce88b2ae9f9a783f4aea5d3 by Miss Islington (bot) in branch '3.8': bpo-38708: email: Fix a potential IndexError when parsing Message-ID (GH-17504) https://github.com/python/cpython/commit/2abd3a8f580e6c7b1ce88b2ae9f9a7

[issue38673] REPL shows continuation prompt (...) when comment or space entered

2019-12-08 Thread miss-islington
miss-islington added the comment: New changeset 109fc2792a490ee5cd8a423e17d415fbdedec5c8 by Miss Islington (bot) (Batuhan Taşkaya) in branch 'master': bpo-38673: dont switch to ps2 if the line starts with comment or whitespace (GH-17421) https://github.com/python/cpyt

[issue38673] REPL shows continuation prompt (...) when comment or space entered

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

[issue38673] REPL shows continuation prompt (...) when comment or space entered

2019-12-08 Thread miss-islington
miss-islington added the comment: New changeset 184a3812b81e2f7d4bc6453bf7ceabe8ac590202 by Miss Islington (bot) in branch '3.8': bpo-38673: dont switch to ps2 if the line starts with comment or whitespace (GH-17421) https://github.com/python/cpyt

[issue38547] test_pty fails when using setsid()

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

[issue38547] test_pty fails when using setsid()

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

[issue38673] REPL shows continuation prompt (...) when comment or space entered

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

[issue38547] test_pty fails when using setsid()

2019-12-09 Thread miss-islington
miss-islington added the comment: New changeset b9f4b49c6e525afd6fce02cfc14be52e98a18f67 by Miss Islington (bot) in branch '3.7': bpo-38547: Fix test_pty if the process is the session leader (GH-17519) https://github.com/python/cpython/commit/b9f4b49c6e525afd6fce02cfc14be5

[issue38547] test_pty fails when using setsid()

2019-12-09 Thread miss-islington
miss-islington added the comment: New changeset d08fd298dc8d5631f6c504d01ee4f9cfb47db79d by Miss Islington (bot) in branch '3.8': bpo-38547: Fix test_pty if the process is the session leader (GH-17519) https://github.com/python/cpython/commit/d08fd298dc8d5631f6c504d01ee4f9

[issue38916] Remove array.fromstring

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

[issue38916] Remove array.fromstring

2019-12-09 Thread miss-islington
miss-islington added the comment: New changeset 21e11383cc59146184da0d69a3f19f004215f9a7 by Miss Islington (bot) in branch '3.7': bpo-38916: Document array.array deprecation (GH-17523) https://github.com/python/cpython/commit/21e11383cc59146184da0d69a3f19f004215f9a7 -- n

[issue39006] test_asyncio: sendfile tests fail on AMD64 Debian root 3.7 when _ssl is missing

2019-12-09 Thread miss-islington
Change by miss-islington : -- pull_requests: +17005 pull_request: https://github.com/python/cpython/pull/17527 ___ Python tracker <https://bugs.python.org/issue39

[issue39006] test_asyncio: sendfile tests fail on AMD64 Debian root 3.7 when _ssl is missing

2019-12-09 Thread miss-islington
Change by miss-islington : -- pull_requests: +17006 pull_request: https://github.com/python/cpython/pull/17528 ___ Python tracker <https://bugs.python.org/issue39

[issue39006] test_asyncio: sendfile tests fail on AMD64 Debian root 3.7 when _ssl is missing

2019-12-09 Thread miss-islington
miss-islington added the comment: New changeset b22183f2738e0e6c23f8c5fb5b232768c184ec96 by Miss Islington (bot) in branch '3.8': bpo-39006: Fix asyncio when the ssl module is missing (GH-17524) https://github.com/python/cpython/commit/b22183f2738e0e6c23f8c5fb5b2327

[issue39006] test_asyncio: sendfile tests fail on AMD64 Debian root 3.7 when _ssl is missing

2019-12-09 Thread miss-islington
miss-islington added the comment: New changeset a0078d9a3335a5e99afe97590fdcb8e2f526ed7b by Miss Islington (bot) in branch '3.7': bpo-39006: Fix asyncio when the ssl module is missing (GH-17524) https://github.com/python/cpython/commit/a0078d9a3335a5e99afe97590fdcb8

[issue37228] UDP sockets created by create_datagram_endpoint() allow by default multiple processes to bind the same port

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

[issue38992] testFsum failure caused by constant folding of a float expression

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

[issue34776] Postponed annotations break inspection of dataclasses

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

[issue34776] Postponed annotations break inspection of dataclasses

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

[issue39002] Small typo in Lib/test/test_statistics.py: tranlation -> translation

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

[issue39008] PySys_Audit should require PY_SSIZE_T_CLEAN

2019-12-09 Thread miss-islington
Change by miss-islington : -- pull_requests: +17018 pull_request: https://github.com/python/cpython/pull/17542 ___ Python tracker <https://bugs.python.org/issue39

[issue39007] Add audit hooks to winreg module

2019-12-09 Thread miss-islington
Change by miss-islington : -- pull_requests: +17019 pull_request: https://github.com/python/cpython/pull/17543 ___ Python tracker <https://bugs.python.org/issue39

[issue39008] PySys_Audit should require PY_SSIZE_T_CLEAN

2019-12-09 Thread miss-islington
miss-islington added the comment: New changeset c93d68bbb986ee0879f5627223e0bd2bb91f63dd by Miss Islington (bot) in branch '3.8': bpo-39008: Require Py_ssize_t for PySys_Audit formats rather than raise a deprecation warning (GH-17540) https://github.com/python/cpyt

[issue39007] Add audit hooks to winreg module

2019-12-09 Thread miss-islington
miss-islington added the comment: New changeset 0ac9aaeb9727aa60bef918b619116a729d3ea56d by Miss Islington (bot) in branch '3.8': bpo-39007: Add auditing events to functions in winreg (GH-17541) https://github.com/python/cpython/commit/0ac9aaeb9727aa60bef918b619116a

[issue38944] Idle autocomplete window doesn't close on Escape key

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

[issue38944] Idle autocomplete window doesn't close on Escape key

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

[issue38944] Idle completion windows should close on Escape key

2019-12-09 Thread miss-islington
miss-islington added the comment: New changeset 2b2c7bf231aadc0dd985e02549b1a8b93334047a by Miss Islington (bot) in branch '3.8': bpo-38944: Escape key now closes IDLE completion windows. (GH-17419) https://github.com/python/cpython/commit/2b2c7bf231aadc0dd985e02549b1a8

[issue38944] Idle completion windows should close on Escape key

2019-12-09 Thread miss-islington
miss-islington added the comment: New changeset 4e0e452dd06a0f3565d94075188d1fd1f60d4d65 by Miss Islington (bot) in branch '3.7': bpo-38944: Escape key now closes IDLE completion windows. (GH-17419) https://github.com/python/cpython/commit/4e0e452dd06a0f3565d94075188d1f

[issue38943] Idle autocomplete window doesn't show up

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

[issue38943] Idle autocomplete window doesn't show up

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

[issue38943] Idle autocomplete window doesn't show up

2019-12-09 Thread miss-islington
miss-islington added the comment: New changeset 1b0e88dde146eb290735f4b486d4a67074132100 by Miss Islington (bot) in branch '3.7': bpo-38943: Fix IDLE autocomplete window not always appearing (GH-17416) https://github.com/python/cpython/commit/1b0e88dde146eb290735f4b486d4a6

[issue38943] Idle autocomplete window doesn't show up

2019-12-09 Thread miss-islington
miss-islington added the comment: New changeset 34d5d5e096ee804e94199bf242469cdf9bbc3316 by Miss Islington (bot) in branch '3.8': bpo-38943: Fix IDLE autocomplete window not always appearing (GH-17416) https://github.com/python/cpython/commit/34d5d5e096ee804e94199bf242469c

[issue39012] nuget package published as 3.8.1-c1 instead of rc1

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

<    36   37   38   39   40   41   42   43   44   45   >