[issue43791] OpenSSL 3.0.0: TLS 1.0 / 1.1 connections fail with TLSV1_ALERT_INTERNAL_ERROR

2021-04-09 Thread miss-islington
Change by miss-islington : -- pull_requests: +24043 pull_request: https://github.com/python/cpython/pull/25308 ___ Python tracker <https://bugs.python.org/issue43

[issue43791] OpenSSL 3.0.0: TLS 1.0 / 1.1 connections fail with TLSV1_ALERT_INTERNAL_ERROR

2021-04-09 Thread miss-islington
Change by miss-islington : -- keywords: +patch nosy: +miss-islington nosy_count: 1.0 -> 2.0 pull_requests: +24042 stage: -> patch review pull_request: https://github.com/python/cpython/pull/25307 ___ Python tracker <https://bugs.p

[issue43789] OpenSSL 3.0.0: password callback called multiple times

2021-04-09 Thread miss-islington
miss-islington added the comment: New changeset a188bd44ac3c54dc3bf927f1b10464ab80f37549 by Miss Islington (bot) in branch '3.9': bpo-43789: OpenSSL 3.0.0 Don't call passwd callback again in error case (GH-25303) https://github.com/python

[issue43791] OpenSSL 3.0.0: TLS 1.0 / 1.1 connections fail with TLSV1_ALERT_INTERNAL_ERROR

2021-04-09 Thread miss-islington
miss-islington added the comment: New changeset 4e710d1c88cbebdb17578de00997457b3b26874d by Miss Islington (bot) in branch '3.8': [3.8] bpo-43791: Skip TLS 1.0/1.1 tests under OpenSSL 3.0.0 (GH-25304) (GH-25308) https://github.com/python/cpyt

[issue4379] Py_SAFE_DOWNCAST in FILE_TIME_to_time_t_nsec failing

2021-04-09 Thread miss-islington
miss-islington added the comment: New changeset 4a5c101936900d11d723b59508464f73e4ab3a36 by Miss Islington (bot) in branch '3.9': bpo-4379: Skip TLS 1.0/1.1 tests under OpenSSL 3.0.0 (GH-25304) https://github.com/python/cpython/commit/4a5c101936900d11d723b59508464f

[issue43788] Make ssl_data.h version specific

2021-04-09 Thread miss-islington
miss-islington added the comment: New changeset 150af7543214e1541fa582374502ac1cd70e8eb4 by Christian Heimes in branch 'master': bpo-43788: Generate version specific _ssl_data.h (GH-25300) https://github.com/python/cpython/commit/150af7543214e1541fa582374502ac1cd70e8eb4 -

[issue43794] OpenSSL 3.0.0: Handle UNEXPECTED_EOF_WHILE_READING / wrap SSL_OP_IGNORE_UNEXPECTED_EOF

2021-04-09 Thread miss-islington
Change by miss-islington : -- nosy: +miss-islington nosy_count: 1.0 -> 2.0 pull_requests: +24048 pull_request: https://github.com/python/cpython/pull/25313 ___ Python tracker <https://bugs.python.org/issu

[issue43794] OpenSSL 3.0.0: Handle UNEXPECTED_EOF_WHILE_READING / wrap SSL_OP_IGNORE_UNEXPECTED_EOF

2021-04-09 Thread miss-islington
Change by miss-islington : -- pull_requests: +24049 pull_request: https://github.com/python/cpython/pull/25314 ___ Python tracker <https://bugs.python.org/issue43

[issue43794] OpenSSL 3.0.0: Handle UNEXPECTED_EOF_WHILE_READING / wrap SSL_OP_IGNORE_UNEXPECTED_EOF

2021-04-09 Thread miss-islington
miss-islington added the comment: New changeset e18ebd9ec546a3647a57c282735350f60a26d66d by Miss Islington (bot) in branch '3.8': bpo-43794: OpenSSL 3.0.0: set OP_IGNORE_UNEXPECTED_EOF by default (GH-25309) https://github.com/python/cpython/commit/e18ebd9ec546a3647a57c282735350

[issue43794] OpenSSL 3.0.0: Handle UNEXPECTED_EOF_WHILE_READING / wrap SSL_OP_IGNORE_UNEXPECTED_EOF

2021-04-09 Thread miss-islington
miss-islington added the comment: New changeset 54d89a33e0d1b854fd5a72889d6554aeeb4170f0 by Miss Islington (bot) in branch '3.9': bpo-43794: OpenSSL 3.0.0: set OP_IGNORE_UNEXPECTED_EOF by default (GH-25309) https://github.com/python/cpython/commit/54d89a33e0d1b854fd5a72889d6554

[issue38820] Make Python compatible with OpenSSL 3.0.0

2021-04-09 Thread miss-islington
Change by miss-islington : -- pull_requests: +24055 pull_request: https://github.com/python/cpython/pull/25320 ___ Python tracker <https://bugs.python.org/issue38

[issue38820] Make Python compatible with OpenSSL 3.0.0

2021-04-09 Thread miss-islington
Change by miss-islington : -- pull_requests: +24056 pull_request: https://github.com/python/cpython/pull/25321 ___ Python tracker <https://bugs.python.org/issue38

[issue38820] Make Python compatible with OpenSSL 3.0.0

2021-04-09 Thread miss-islington
miss-islington added the comment: New changeset ffb05bbb30fa82dbe887981bdabd65af7daffcd1 by Miss Islington (bot) in branch '3.8': bpo-38820: OpenSSL 3.0.0: Use supported hashing algos in doc test (GH-25319) https://github.com/python/cpython/commit/ffb05bbb30fa82dbe887981bdabd65

[issue38820] Make Python compatible with OpenSSL 3.0.0

2021-04-09 Thread miss-islington
miss-islington added the comment: New changeset 7c8796a750fb108be99e0bc50ca3dba000d77e54 by Miss Islington (bot) in branch '3.9': bpo-38820: OpenSSL 3.0.0: Use supported hashing algos in doc test (GH-25319) https://github.com/python/cpython/commit/7c8796a750fb108be99e0bc50ca3db

[issue43739] Fixing the example code in Doc/extending/extending.rst to declare and initialize the pmodule variable to be of the right type.

2021-04-10 Thread miss-islington
Change by miss-islington : -- nosy: +miss-islington nosy_count: 4.0 -> 5.0 pull_requests: +24066 pull_request: https://github.com/python/cpython/pull/25332 ___ Python tracker <https://bugs.python.org/issu

[issue43739] Fixing the example code in Doc/extending/extending.rst to declare and initialize the pmodule variable to be of the right type.

2021-04-10 Thread miss-islington
Change by miss-islington : -- pull_requests: +24067 pull_request: https://github.com/python/cpython/pull/25333 ___ Python tracker <https://bugs.python.org/issue43

[issue43002] Exception chaining accepts exception classes

2021-04-11 Thread miss-islington
Change by miss-islington : -- nosy: +miss-islington nosy_count: 3.0 -> 4.0 pull_requests: +24075 pull_request: https://github.com/python/cpython/pull/25341 ___ Python tracker <https://bugs.python.org/issu

[issue43002] Exception chaining accepts exception classes

2021-04-11 Thread miss-islington
Change by miss-islington : -- pull_requests: +24076 pull_request: https://github.com/python/cpython/pull/25342 ___ Python tracker <https://bugs.python.org/issue43

[issue42967] [CVE-2021-23336] urllib.parse.parse_qsl(): Web cache poisoning - `; ` as a query args separator

2021-04-11 Thread miss-islington
Change by miss-islington : -- nosy: +miss-islington nosy_count: 13.0 -> 14.0 pull_requests: +24078 pull_request: https://github.com/python/cpython/pull/25344 ___ Python tracker <https://bugs.python.org/issu

[issue42967] [CVE-2021-23336] urllib.parse.parse_qsl(): Web cache poisoning - `; ` as a query args separator

2021-04-11 Thread miss-islington
Change by miss-islington : -- pull_requests: +24079 pull_request: https://github.com/python/cpython/pull/25345 ___ Python tracker <https://bugs.python.org/issue42

[issue42967] [CVE-2021-23336] urllib.parse.parse_qsl(): Web cache poisoning - `; ` as a query args separator

2021-04-11 Thread miss-islington
miss-islington added the comment: New changeset 6ec2fb42f93660810952388e5c4018c197c17c8c by Miss Islington (bot) in branch '3.9': bpo-42967: coerce bytes separator to string in urllib.parse_qs(l) (GH-24818) https://github.com/python/cpython/commit/6ec2fb42f93660810952388e5c4018

[issue41561] test_ssl fails in Ubuntu 20.04: test_min_max_version_mismatch

2021-04-12 Thread miss-islington
Change by miss-islington : -- pull_requests: +24092 pull_request: https://github.com/python/cpython/pull/25358 ___ Python tracker <https://bugs.python.org/issue41

[issue41561] test_ssl fails in Ubuntu 20.04: test_min_max_version_mismatch

2021-04-12 Thread miss-islington
Change by miss-islington : -- pull_requests: +24093 pull_request: https://github.com/python/cpython/pull/25359 ___ Python tracker <https://bugs.python.org/issue41

[issue41561] test_ssl fails in Ubuntu 20.04: test_min_max_version_mismatch

2021-04-12 Thread miss-islington
miss-islington added the comment: New changeset 04425a922b598d03770619b0c658ee9874113550 by Miss Islington (bot) in branch '3.8': bpo-41561: Fix testing with OpenSSL 1.0.2 (GH-25355) https://github.com/python/cpython/commit/04425a922b598d03770619b0c658ee

[issue41561] test_ssl fails in Ubuntu 20.04: test_min_max_version_mismatch

2021-04-12 Thread miss-islington
miss-islington added the comment: New changeset 0983e01837714524fb164e784a8e96a2bc4bdf94 by Miss Islington (bot) in branch '3.9': bpo-41561: Fix testing with OpenSSL 1.0.2 (GH-25355) https://github.com/python/cpython/commit/0983e01837714524fb164e784a8e96

[issue41661] os.path.relpath does not document ValueError on Windows with different drives

2021-04-12 Thread miss-islington
Change by miss-islington : -- nosy: +miss-islington nosy_count: 8.0 -> 9.0 pull_requests: +24100 pull_request: https://github.com/python/cpython/pull/25366 ___ Python tracker <https://bugs.python.org/issu

[issue41661] os.path.relpath does not document ValueError on Windows with different drives

2021-04-12 Thread miss-islington
Change by miss-islington : -- pull_requests: +24101 pull_request: https://github.com/python/cpython/pull/25367 ___ Python tracker <https://bugs.python.org/issue41

[issue41661] os.path.relpath does not document ValueError on Windows with different drives

2021-04-12 Thread miss-islington
miss-islington added the comment: New changeset de06baa9de109a00c26de0dc5a248fe7aafe09f5 by Miss Islington (bot) in branch '3.9': bpo-41661: Document os.path.relpath() exception on Windows with different drives (GH-25346) https://github.com/python/cpyt

[issue43799] OpenSSL 3.0.0: define OPENSSL_API_COMPAT 1.1.1

2021-04-12 Thread miss-islington
Change by miss-islington : -- nosy: +miss-islington nosy_count: 1.0 -> 2.0 pull_requests: +24114 pull_request: https://github.com/python/cpython/pull/25382 ___ Python tracker <https://bugs.python.org/issu

[issue43799] OpenSSL 3.0.0: define OPENSSL_API_COMPAT 1.1.1

2021-04-12 Thread miss-islington
miss-islington added the comment: New changeset 7d9d5bf863bb0af26b74b0732ab89b2053d2fbec by Miss Islington (bot) in branch '3.9': [3.9] bpo-43799: OpenSSL 3.0.0: declare OPENSSL_API_COMPAT 1.1.1 (GH-25329) (GH-25382) https://github.com/python/cpyt

[issue43816] Missing 'extern "C"' for _Py_ctype_table

2021-04-13 Thread miss-islington
Change by miss-islington : -- nosy: +miss-islington nosy_count: 5.0 -> 6.0 pull_requests: +24119 pull_request: https://github.com/python/cpython/pull/25386 ___ Python tracker <https://bugs.python.org/issu

[issue43816] Missing 'extern "C"' for _Py_ctype_table

2021-04-13 Thread miss-islington
Change by miss-islington : -- pull_requests: +24120 pull_request: https://github.com/python/cpython/pull/25387 ___ Python tracker <https://bugs.python.org/issue43

[issue43816] Missing 'extern "C"' for _Py_ctype_table

2021-04-13 Thread miss-islington
miss-islington added the comment: New changeset 47a894d338f436ea8f513f1ad2cc7e1b086e99cc by Miss Islington (bot) in branch '3.8': bpo-43816: Add extern "C" to Include/cpython/pyctype.h (GH-25365) https://github.com/python/cpython/commit/47a894d338f436ea8f51

[issue43811] Run GHA CI with multiple OpenSSL versions

2021-04-13 Thread miss-islington
miss-islington added the comment: New changeset 8fa1489365e7af8b90286c97db55a2dc60a05cde by Christian Heimes in branch 'master': bpo-43811: Test multiple OpenSSL versions on GHA (GH-25360) https://github.com/python/cpython/commit/8fa1489365e7af8b90286c97db55a2dc60a05cde -

[issue43811] Run GHA CI with multiple OpenSSL versions

2021-04-13 Thread miss-islington
Change by miss-islington : -- pull_requests: +24124 pull_request: https://github.com/python/cpython/pull/25391 ___ Python tracker <https://bugs.python.org/issue43

[issue43811] Run GHA CI with multiple OpenSSL versions

2021-04-13 Thread miss-islington
Change by miss-islington : -- pull_requests: +24125 pull_request: https://github.com/python/cpython/pull/25392 ___ Python tracker <https://bugs.python.org/issue43

[issue43811] Run GHA CI with multiple OpenSSL versions

2021-04-13 Thread miss-islington
miss-islington added the comment: New changeset 5ce227f3a767e6e44e7c41e0c845a83cfca4 by Miss Islington (bot) in branch '3.9': [3.9] bpo-43811: Test multiple OpenSSL versions on GHA (GH-25360) (GH-25391) https://github.com/python/cpython/commit/5ce227f3a767e6e44e7c41e0c845a8

[issue43811] Run GHA CI with multiple OpenSSL versions

2021-04-13 Thread miss-islington
miss-islington added the comment: New changeset a607815eb07582deb3c5818be881a98abe25a100 by Miss Islington (bot) in branch '3.8': [3.8] bpo-43811: Test multiple OpenSSL versions on GHA (GH-25360) (GH-25392) https://github.com/python/cpython/commit/a607815eb07582deb3c5818be881a9

[issue43777] Remove description of "pip search" command from tutorial

2021-04-13 Thread miss-islington
Change by miss-islington : -- nosy: +miss-islington nosy_count: 4.0 -> 5.0 pull_requests: +24130 pull_request: https://github.com/python/cpython/pull/25398 ___ Python tracker <https://bugs.python.org/issu

[issue43777] Remove description of "pip search" command from tutorial

2021-04-13 Thread miss-islington
Change by miss-islington : -- pull_requests: +24131 pull_request: https://github.com/python/cpython/pull/25399 ___ Python tracker <https://bugs.python.org/issue43

[issue43777] Remove description of "pip search" command from tutorial

2021-04-13 Thread miss-islington
miss-islington added the comment: New changeset 6ac1ea25a2ba2aae742e191784cf73033b3ab332 by Miss Islington (bot) in branch '3.8': bpo-43777: Drop description of "pip search" command from tutorial (GH-25287) https://github.com/python/cpython/commit/6ac1ea25a2ba2aae742e

[issue43777] Remove description of "pip search" command from tutorial

2021-04-13 Thread miss-islington
miss-islington added the comment: New changeset 57873af35aad98c6428b1718aaee4b16a82ea3f5 by Miss Islington (bot) in branch '3.9': bpo-43777: Drop description of "pip search" command from tutorial (GH-25287) https://github.com/python/cpython/commit/57873af35aad98c6428b

[issue20364] Rename & explain sqlite3.Cursor.execute 'parameters' param

2021-04-14 Thread miss-islington
Change by miss-islington : -- nosy: +miss-islington nosy_count: 8.0 -> 9.0 pull_requests: +24135 pull_request: https://github.com/python/cpython/pull/25402 ___ Python tracker <https://bugs.python.org/issu

[issue37741] importlib.metadata docs not showing up in the module index

2021-04-14 Thread miss-islington
miss-islington added the comment: New changeset 23acadcc1c75eb74b2459304af70d97a35001b34 by Jason R. Coombs in branch 'master': bpo-37741: make importlib.metadata docs discoverable through a module directive. (GH-25415) https://github.com/python/cpyt

[issue37741] importlib.metadata docs not showing up in the module index

2021-04-14 Thread miss-islington
Change by miss-islington : -- pull_requests: +24148 pull_request: https://github.com/python/cpython/pull/25417 ___ Python tracker <https://bugs.python.org/issue37

[issue37741] importlib.metadata docs not showing up in the module index

2021-04-14 Thread miss-islington
Change by miss-islington : -- pull_requests: +24149 pull_request: https://github.com/python/cpython/pull/25418 ___ Python tracker <https://bugs.python.org/issue37

[issue37741] importlib.metadata docs not showing up in the module index

2021-04-14 Thread miss-islington
miss-islington added the comment: New changeset a746fceb7548e92f58037d9f90b5468bdc76889d by Miss Islington (bot) in branch '3.8': bpo-37741: make importlib.metadata docs discoverable through a module directive. (GH-25415) https://github.com/python/cpyt

[issue43723] Deprecate camelCase aliases from threading.py

2021-04-15 Thread miss-islington
Change by miss-islington : -- nosy: +miss-islington nosy_count: 7.0 -> 8.0 pull_requests: +24164 pull_request: https://github.com/python/cpython/pull/25433 ___ Python tracker <https://bugs.python.org/issu

[issue43723] Deprecate camelCase aliases from threading.py

2021-04-16 Thread miss-islington
miss-islington added the comment: New changeset 582917f8b255801f3c722d89ff2b8d6b17a11590 by Miss Islington (bot) in branch '3.8': [3.9] bpo-43723: Revert IDLE doc change (GH-25174) https://github.com/python/cpython/commit/582917f8b255801f3c722d89ff2b8d

[issue43856] Docs for importlib.metadata should mention Python version

2021-04-17 Thread miss-islington
miss-islington added the comment: New changeset adf24bd835ed8f76dcc51aa98c8c54275e86965b by Zackery Spytz in branch 'master': bpo-43856: Add a versionadded directive to the importlib.metadata docs (GH-25445) https://github.com/python/cpython/commit/adf24bd835ed8f76dcc51aa98c8c54

[issue37630] Investigate replacing SHA3 code with OpenSSL

2021-04-17 Thread miss-islington
miss-islington added the comment: New changeset 685719871ac3fb6aff3468b9c5328fc66f5486d7 by stratakis in branch 'master': bpo-37630: Do not skip the sha3 tests in case of missing builtin sha3 module (GH-20986) https://github.com/python/cpython/commit/685719871ac3fb6aff3468b9c5328f

[issue43641] Update `ssl.PROTOCOL_TLSv1_2` docs since it is not the newest TLS version

2021-04-18 Thread miss-islington
miss-islington added the comment: New changeset 2798f247c0747d28cb857fa80803797b24696cb6 by Illia Volochii in branch 'master': bpo-43641: Stop stating that TLS 1.2 is the most modern version in docs (GH-25041) https://github.com/python/cpython/commit/2798f247c0747d28cb857fa8080379

[issue36076] ssl.get_server_certificate should use SNI

2021-04-18 Thread miss-islington
miss-islington added the comment: New changeset 49fdf118aeda891401d638ac32296c7d55d54678 by juhovh in branch 'master': bpo-36076: Add SNI support to ssl.get_server_certificate. (GH-16820) https://github.com/python/cpython/commit/49fdf118aeda891401d638ac32296c7d55d54678 -

[issue40849] Expose X509_V_FLAG_PARTIAL_CHAIN ssl flag

2021-04-19 Thread miss-islington
miss-islington added the comment: New changeset 64d975202f7a91cb8c61a050fafb4e934fcbaa4e by l0x in branch 'master': bpo-40849: Expose X509_V_FLAG_PARTIAL_CHAIN ssl flag (GH-20463) https://github.com/python/cpython/commit/64d975202f7a91cb8c61a050fafb4e934fcbaa4e -- n

[issue43837] Operator precedence documentation could be more clear

2021-04-19 Thread miss-islington
Change by miss-islington : -- nosy: +miss-islington nosy_count: 10.0 -> 11.0 pull_requests: +24198 pull_request: https://github.com/python/cpython/pull/25472 ___ Python tracker <https://bugs.python.org/issu

[issue43888] GitHub Actions CI/CD `Coverage` job is broken on master

2021-04-20 Thread miss-islington
miss-islington added the comment: New changeset 077a2e76649c2fc49ebb8982b6855bab09a85e8f by Sviatoslav Sydorenko in branch 'master': bpo-43888: Reduce coverage collection timeout to 1h40m in GHA (GH-25471) https://github.com/python/cpython/commit/077a2e76649c2fc49ebb8982b6855b

[issue43472] [security][subinterpreters] Add auditing hooks to subinterpreter module

2021-04-21 Thread miss-islington
Change by miss-islington : -- nosy: +miss-islington nosy_count: 4.0 -> 5.0 pull_requests: +24226 pull_request: https://github.com/python/cpython/pull/25508 ___ Python tracker <https://bugs.python.org/issu

[issue43472] [security][subinterpreters] Add auditing hooks to subinterpreter module

2021-04-21 Thread miss-islington
Change by miss-islington : -- pull_requests: +24227 pull_request: https://github.com/python/cpython/pull/25509 ___ Python tracker <https://bugs.python.org/issue43

[issue43472] [security][subinterpreters] Add auditing hooks to subinterpreter module

2021-04-21 Thread miss-islington
miss-islington added the comment: New changeset 602eefef0bd0187049c2ab9071390f8573fc299a by Miss Islington (bot) in branch '3.8': bpo-43472: Ensure PyInterpreterState_New audit events are raised when called through _xxsubinterpreters module (GH-25506) https://github.com/pyth

[issue26227] Windows: socket.gethostbyaddr(name) fails for non-ASCII hostname

2021-04-21 Thread miss-islington
Change by miss-islington : -- nosy: +miss-islington nosy_count: 11.0 -> 12.0 pull_requests: +24230 pull_request: https://github.com/python/cpython/pull/25512 ___ Python tracker <https://bugs.python.org/issu

[issue26227] Windows: socket.gethostbyaddr(name) fails for non-ASCII hostname

2021-04-21 Thread miss-islington
Change by miss-islington : -- pull_requests: +24231 pull_request: https://github.com/python/cpython/pull/25513 ___ Python tracker <https://bugs.python.org/issue26

[issue26227] Windows: socket.gethostbyaddr(name) fails for non-ASCII hostname

2021-04-21 Thread miss-islington
miss-islington added the comment: New changeset f7bc44170b4bdd16c46b4b6acf7673ffc24dfb19 by Miss Islington (bot) in branch '3.8': bpo-26227: Fixes decoding of host names on Windows from ANSI instead of UTF-8 (GH-25510) https://github.com/python/cpyt

[issue26227] Windows: socket.gethostbyaddr(name) fails for non-ASCII hostname

2021-04-21 Thread miss-islington
miss-islington added the comment: New changeset d8576b1d15155688a67baac24c15254700bdd3b7 by Miss Islington (bot) in branch '3.9': bpo-26227: Fixes decoding of host names on Windows from ANSI instead of UTF-8 (GH-25510) https://github.com/python/cpyt

[issue28724] Add method send_io, recv_io to the socket module.

2021-04-21 Thread miss-islington
Change by miss-islington : -- nosy: +miss-islington nosy_count: 8.0 -> 9.0 pull_requests: +24235 pull_request: https://github.com/python/cpython/pull/25517 ___ Python tracker <https://bugs.python.org/issu

[issue28724] Add method send_io, recv_io to the socket module.

2021-04-21 Thread miss-islington
miss-islington added the comment: New changeset 87a392db40d52cba18ffc67730856e11cb8cf945 by Miss Islington (bot) in branch '3.9': bpo-28724: Doc: Move socket.send_fds and socket.recv_fds docs to right section (GH-22608) https://github.com/python/cpyt

[issue43284] sys.getwindowsversion().platform_version is incorrect

2021-04-22 Thread miss-islington
Change by miss-islington : -- nosy: +miss-islington nosy_count: 9.0 -> 10.0 pull_requests: +24243 pull_request: https://github.com/python/cpython/pull/25523 ___ Python tracker <https://bugs.python.org/issu

[issue43284] sys.getwindowsversion().platform_version is incorrect

2021-04-22 Thread miss-islington
Change by miss-islington : -- pull_requests: +24244 pull_request: https://github.com/python/cpython/pull/25524 ___ Python tracker <https://bugs.python.org/issue43

[issue43284] sys.getwindowsversion().platform_version is incorrect

2021-04-22 Thread miss-islington
miss-islington added the comment: New changeset ef63328b46fe7402794cde51008a47e79f37b153 by Miss Islington (bot) in branch '3.8': bpo-43284: Update platform.win32_ver to use _syscmd_ver instead of sys.getwindowsversion() (GH-25500) https://github.com/python/cpyt

[issue38822] [Windows] Inconsistent os.stat behavior for directory with Access Denied

2021-04-22 Thread miss-islington
Change by miss-islington : -- nosy: +miss-islington nosy_count: 7.0 -> 8.0 pull_requests: +24249 pull_request: https://github.com/python/cpython/pull/25530 ___ Python tracker <https://bugs.python.org/issu

[issue38822] [Windows] Inconsistent os.stat behavior for directory with Access Denied

2021-04-22 Thread miss-islington
Change by miss-islington : -- pull_requests: +24250 pull_request: https://github.com/python/cpython/pull/25531 ___ Python tracker <https://bugs.python.org/issue38

[issue35306] [Windows] OSError when testing whether pathlib.Path('*') exists

2021-04-22 Thread miss-islington
Change by miss-islington : -- nosy: +miss-islington nosy_count: 8.0 -> 9.0 pull_requests: +24253 pull_request: https://github.com/python/cpython/pull/25534 ___ Python tracker <https://bugs.python.org/issu

[issue35306] [Windows] OSError when testing whether pathlib.Path('*') exists

2021-04-22 Thread miss-islington
Change by miss-islington : -- pull_requests: +24254 pull_request: https://github.com/python/cpython/pull/25535 ___ Python tracker <https://bugs.python.org/issue35

[issue38822] [Windows] Inconsistent os.stat behavior for directory with Access Denied

2021-04-22 Thread miss-islington
miss-islington added the comment: New changeset 400bd9a3858ea28ea264682b7f050c69638b1ff1 by Miss Islington (bot) in branch '3.8': bpo-38822: Fixed os.stat failing on inaccessible directories. (GH-25527) https://github.com/python/cpython/commit/400bd9a3858ea28ea264682b7f050c

[issue38822] [Windows] Inconsistent os.stat behavior for directory with Access Denied

2021-04-22 Thread miss-islington
miss-islington added the comment: New changeset 8e7cebb497e6004715a5475f6b53d8ef9d30a9fa by Miss Islington (bot) in branch '3.9': bpo-38822: Fixed os.stat failing on inaccessible directories. (GH-25527) https://github.com/python/cpython/commit/8e7cebb497e6004715a5475f6b53d8

[issue35306] [Windows] OSError when testing whether pathlib.Path('*') exists

2021-04-22 Thread miss-islington
miss-islington added the comment: New changeset 1575ea01059b3ba836cdb62f01f0b6584d7756a7 by Miss Islington (bot) in branch '3.8': bpo-35306: Avoid raising OSError from pathlib.Path.exists when passed an invalid filename (GH-25529) https://github.com/python/cpyt

[issue35306] [Windows] OSError when testing whether pathlib.Path('*') exists

2021-04-22 Thread miss-islington
miss-islington added the comment: New changeset ab5d78ce4141a6b3cd55588cdbe3cd3bd5242d5b by Miss Islington (bot) in branch '3.9': bpo-35306: Avoid raising OSError from pathlib.Path.exists when passed an invalid filename (GH-25529) https://github.com/python/cpyt

[issue38222] pathlib Path objects should support __format__

2021-04-22 Thread miss-islington
Change by miss-islington : -- nosy: +miss-islington nosy_count: 6.0 -> 7.0 pull_requests: +24263 pull_request: https://github.com/python/cpython/pull/25542 ___ Python tracker <https://bugs.python.org/issu

[issue38222] pathlib Path objects should support __format__

2021-04-22 Thread miss-islington
Change by miss-islington : -- pull_requests: +24264 pull_request: https://github.com/python/cpython/pull/25543 ___ Python tracker <https://bugs.python.org/issue38

[issue38822] [Windows] Inconsistent os.stat behavior for directory with Access Denied

2021-04-22 Thread miss-islington
Change by miss-islington : -- pull_requests: +24265 pull_request: https://github.com/python/cpython/pull/25543 ___ Python tracker <https://bugs.python.org/issue38

[issue38822] [Windows] Inconsistent os.stat behavior for directory with Access Denied

2021-04-22 Thread miss-islington
Change by miss-islington : -- pull_requests: +24266 pull_request: https://github.com/python/cpython/pull/25542 ___ Python tracker <https://bugs.python.org/issue38

[issue38222] pathlib Path objects should support __format__

2021-04-22 Thread miss-islington
Change by miss-islington : -- pull_requests: +24267 pull_request: https://github.com/python/cpython/pull/25542 ___ Python tracker <https://bugs.python.org/issue38

[issue39572] [typing] TypedDict's 'total' argument is undocumented

2021-04-22 Thread miss-islington
Change by miss-islington : -- pull_requests: +24269 pull_request: https://github.com/python/cpython/pull/25545 ___ Python tracker <https://bugs.python.org/issue39

[issue39572] [typing] TypedDict's 'total' argument is undocumented

2021-04-22 Thread miss-islington
miss-islington added the comment: New changeset 6afb0a8078ff3fc93adc4177565c56f820ca2880 by Simon Charette in branch 'master': bpo-39572: Address typo in CHANGELOG. (GH-24999) https://github.com/python/cpython/commit/6afb0a8078ff3fc93adc4177565c56

[issue43917] An error in classmethod example in the documentation of descriptor

2021-04-22 Thread miss-islington
Change by miss-islington : -- nosy: +miss-islington nosy_count: 4.0 -> 5.0 pull_requests: +24270 pull_request: https://github.com/python/cpython/pull/25546 ___ Python tracker <https://bugs.python.org/issu

[issue39572] [typing] TypedDict's 'total' argument is undocumented

2021-04-22 Thread miss-islington
miss-islington added the comment: New changeset bc5a1a7adf0d0154cb3f247da84146dd51997540 by Miss Islington (bot) in branch '3.9': bpo-39572: Address typo in CHANGELOG. (GH-24999) https://github.com/python/cpython/commit/bc5a1a7adf0d0154cb3f247da84146

[issue43607] urllib's request.pathname2url not compatible with extended-length Windows file paths

2021-04-23 Thread miss-islington
Change by miss-islington : -- pull_requests: +24278 pull_request: https://github.com/python/cpython/pull/25559 ___ Python tracker <https://bugs.python.org/issue43

[issue43607] urllib's request.pathname2url not compatible with extended-length Windows file paths

2021-04-23 Thread miss-islington
Change by miss-islington : -- nosy: +miss-islington nosy_count: 6.0 -> 7.0 pull_requests: +24277 pull_request: https://github.com/python/cpython/pull/25558 ___ Python tracker <https://bugs.python.org/issu

[issue43607] urllib's request.pathname2url not compatible with extended-length Windows file paths

2021-04-23 Thread miss-islington
miss-islington added the comment: New changeset 04bcfe001cdf6290cb78fa4884002e5301e14c93 by Miss Islington (bot) in branch '3.9': bpo-43607: Fix urllib handling of Windows paths with \\?\ prefix (GH-25539) https://github.com/python/cpython/commit/04bcfe001cdf6290cb78fa4884002e

[issue39950] Add pathlib.Path.hardlink_to()

2021-04-23 Thread miss-islington
miss-islington added the comment: New changeset f24e2e5464ba6498e7b8d73c3f9b417d59fd1b26 by Barney Gale in branch 'master': bpo-39950: add `pathlib.Path.hardlink_to()` method that supersedes `link_to()` (GH-18909) https://github.com/python/cpyt

[issue31870] add timeout parameter for get_server_certificate in ssl.py

2021-04-23 Thread miss-islington
miss-islington added the comment: New changeset b2fac1afaa7c0d41a263781fcf94d8a92dc31b48 by Zackery Spytz in branch 'master': bpo-31870: Add a timeout parameter to ssl.get_server_certificate() (GH-22270) https://github.com/python/cpython/commit/b2fac1afaa7c0d41a263781fcf94d8

[issue43534] turtle.textinput window is not transient

2021-04-25 Thread miss-islington
Change by miss-islington : -- nosy: +miss-islington nosy_count: 4.0 -> 5.0 pull_requests: +24308 pull_request: https://github.com/python/cpython/pull/25589 ___ Python tracker <https://bugs.python.org/issu

[issue43534] turtle.textinput window is not transient

2021-04-25 Thread miss-islington
Change by miss-islington : -- pull_requests: +24309 pull_request: https://github.com/python/cpython/pull/25590 ___ Python tracker <https://bugs.python.org/issue43

[issue43534] turtle.textinput window is not transient

2021-04-25 Thread miss-islington
miss-islington added the comment: New changeset 7248ce30bb84f2d5af855a867cc4e3cc40a07fb5 by Miss Islington (bot) in branch '3.9': bpo-43534: Make dialogs in turtle.textinput() and turtle.numinput() transitient again (GH-24923) https://github.com/python/cpyt

[issue43534] turtle.textinput window is not transient

2021-04-25 Thread miss-islington
miss-islington added the comment: New changeset c70f268523cb3213693710e14c0fcae81fd3fa7a by Miss Islington (bot) in branch '3.8': bpo-43534: Make dialogs in turtle.textinput() and turtle.numinput() transitient again (GH-24923) https://github.com/python/cpyt

[issue43655] Tkinter: make X window & macOS recognize dialogs as such

2021-04-25 Thread miss-islington
Change by miss-islington : -- nosy: +miss-islington nosy_count: 5.0 -> 6.0 pull_requests: +24312 pull_request: https://github.com/python/cpython/pull/25592 ___ Python tracker <https://bugs.python.org/issu

[issue43534] turtle.textinput window is not transient

2021-04-25 Thread miss-islington
Change by miss-islington : -- pull_requests: +24313 pull_request: https://github.com/python/cpython/pull/25593 ___ Python tracker <https://bugs.python.org/issue43

[issue43534] turtle.textinput window is not transient

2021-04-25 Thread miss-islington
Change by miss-islington : -- pull_requests: +24314 pull_request: https://github.com/python/cpython/pull/25594 ___ Python tracker <https://bugs.python.org/issue43

[issue38605] [typing] PEP 563: Postponed evaluation of annotations: enable it by default in Python 3.11

2021-04-25 Thread miss-islington
miss-islington added the comment: New changeset f84f1b5c638eeb6e13c287fe5ebf3a7d2fdb60e9 by Saiyang Gou in branch 'master': bpo-38605: Update __future__ module doc as `annotations` is now "mandatory in 3.11" (GH-25602) https://github.com/p

[issue38820] Make Python compatible with OpenSSL 3.0.0

2021-04-26 Thread miss-islington
Change by miss-islington : -- pull_requests: +24326 pull_request: https://github.com/python/cpython/pull/25627 ___ Python tracker <https://bugs.python.org/issue38

[issue38820] Make Python compatible with OpenSSL 3.0.0

2021-04-26 Thread miss-islington
Change by miss-islington : -- pull_requests: +24325 pull_request: https://github.com/python/cpython/pull/25626 ___ Python tracker <https://bugs.python.org/issue38

<    16   17   18   19   20   21   22   23   24   25   >