[issue28556] typing.py upgrades

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

[issue28556] typing.py upgrades

2019-10-13 Thread miss-islington
miss-islington added the comment: New changeset 8144095707f87bdee6f3e1bbb15283ea61381be6 by Miss Islington (bot) (Ivan Levkivskyi) in branch 'master': bpo-28556: Remove another mention of metaclass of Generic in typing docs (GH-16743) https://github.com/python/cpyt

[issue28556] typing.py upgrades

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

[issue28556] typing.py upgrades

2019-10-13 Thread miss-islington
miss-islington added the comment: New changeset 20d1f49a0008e7c306cbe34dcc1b7d6e62dc3d24 by Miss Islington (bot) in branch '3.7': bpo-28556: Remove another mention of metaclass of Generic in typing docs (GH-16743) https://github.com/python/cpyt

[issue28556] typing.py upgrades

2019-10-13 Thread miss-islington
miss-islington added the comment: New changeset e742826531d4369cb1eff65337fa95fd67de8d42 by Miss Islington (bot) in branch '3.8': bpo-28556: Remove another mention of metaclass of Generic in typing docs (GH-16743) https://github.com/python/cpyt

[issue38467] Misspelled argument names for typing.get_origin and get_args

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

[issue38467] Misspelled argument names for typing.get_origin and get_args

2019-10-13 Thread miss-islington
miss-islington added the comment: New changeset c732660b7b18352ba8524ac78d39975afe4392ef by Miss Islington (bot) in branch '3.8': bpo-38467: Fix argument name of typing functions (GH-16753) https://github.com/python/cpython/commit/c732660b7b18352ba8524ac78d39975afe4392ef -

[issue38464] documentation for NormalDist.quantiles(): missing argument

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

[issue38469] PEP 572 : assignment expression to a global variable in a comprehension

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

[issue38461] 3.8 Release Notes: "curses" misspelled as "ncurses"

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

[issue38463] 3.8 Release Notes: Link to SSLContext.post_handshake_auth missing

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

[issue37759] Polish whatsnew for 3.8

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

[issue38453] ntpath.realpath() should make absolute path earlier

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

[issue37759] Polish whatsnew for 3.8

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

[issue38453] ntpath.realpath() should make absolute path earlier

2019-10-14 Thread miss-islington
miss-islington added the comment: New changeset aa909b6b1242b4969b20bb0250ac386f9b4120d7 by Miss Islington (bot) in branch '3.8': bpo-38453: Resolve test directories before chdir to them (GH-16723) https://github.com/python/cpython/commit/aa909b6b1242b4969b20bb0250ac38

[issue38133] py.exe cannot locate Store package

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

[issue38133] py.exe cannot locate Store package

2019-10-14 Thread miss-islington
miss-islington added the comment: New changeset 42308e8b27c8023e3f9d037f5e4a8892f2dcbc48 by Miss Islington (bot) in branch '3.8': bpo-38133: Update docs to reflect fixes to py.exe launcher (GH-16791) https://github.com/python/cpython/commit/42308e8b27c8023e3f9d037f5e4a88

[issue38478] inspect.signature.bind does not correctly handle keyword argument with same name as positional-only parameter

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

[issue38478] inspect.signature.bind does not correctly handle keyword argument with same name as positional-only parameter

2019-10-15 Thread miss-islington
miss-islington added the comment: New changeset f705f8e9b58955d0d9083e98d71ba01b2e69798c by Miss Islington (bot) in branch '3.8': bpo-38478: Correctly handle keyword argument with same name as positional-only parameter (GH-16800) https://github.com/python/cpyt

[issue35998] test_asyncio: test_start_tls_server_1() TimeoutError on Fedora 29

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

[issue35998] test_asyncio: test_start_tls_server_1() TimeoutError on Fedora 29

2019-10-16 Thread miss-islington
miss-islington added the comment: New changeset afbcd9f26d1bf5390f56f18c9afbf753e48f230d by Miss Islington (bot) in branch '3.8': bpo-35998: Fix test_asyncio.test_start_tls_server_1() (GH-16815) https://github.com/python/cpython/commit/afbcd9f26d1bf5390f56f18c9afbf7

[issue38492] Microsoft Store app IDLE (Python 3.8) needs msvcp140.dll

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

[issue38492] Microsoft Store app IDLE (Python 3.8) needs msvcp140.dll

2019-10-16 Thread miss-islington
miss-islington added the comment: New changeset 7773d391f8261a97af502ecfa74a2a588ee05f36 by Miss Islington (bot) in branch '3.8': bpo-38492: Remove pythonw.exe dependency on the Microsoft C++ runtime (GH-16824) https://github.com/python/cpython/commit/7773d391f8261a97af502ecfa74a2a

[issue33604] HMAC default to MD5 marked as to be removed in 3.6

2019-10-17 Thread miss-islington
Change by miss-islington : -- pull_requests: +16380 pull_request: https://github.com/python/cpython/pull/16833 ___ Python tracker <https://bugs.python.org/issue33

[issue33604] HMAC default to MD5 marked as to be removed in 3.6

2019-10-17 Thread miss-islington
miss-islington added the comment: New changeset c615db608dbb36a5d10188f7d265dcec7bfcc3cf by Miss Islington (bot) in branch '3.8': bpo-33604: Raise TypeError on missing hmac arg. (GH-16805) https://github.com/python/cpython/commit/c615db608dbb36a5d10188f7d265dc

[issue38418] Audit event for os.system is incorrect

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

[issue38418] Audit event for os.system is incorrect

2019-10-18 Thread miss-islington
miss-islington added the comment: New changeset fbe3c76c7ce1eec887d332d801d3784212cc0f73 by Miss Islington (bot) (Steve Dower) in branch 'master': bpo-38418: Fixes audit event for os.system to be named 'os.system' (GH-16670) https://github.com/p

[issue754016] urlparse goes wrong with IP:port without scheme

2019-10-18 Thread miss-islington
Change by miss-islington : -- pull_requests: +16383 pull_request: https://github.com/python/cpython/pull/16837 ___ Python tracker <https://bugs.python.org/issue754

[issue22891] code removal from urllib.parse.urlsplit()

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

[issue16932] urlparse fails at parsing "www.python.org:80/"

2019-10-18 Thread miss-islington
Change by miss-islington : -- pull_requests: +16384 pull_request: https://github.com/python/cpython/pull/16837 ___ Python tracker <https://bugs.python.org/issue16

[issue27657] urlparse fails if the path is numeric

2019-10-18 Thread miss-islington
miss-islington added the comment: New changeset 82b5f6b16e051f8a2ac6e87ba86b082fa1c4a77f by Miss Islington (bot) in branch '3.7': bpo-27657: Fix urlparse() with numeric paths (GH-661) https://github.com/python/cpython/commit/82b5f6b16e051f8a2ac6e87ba86b082fa1c4a77f -- n

[issue754016] urlparse goes wrong with IP:port without scheme

2019-10-18 Thread miss-islington
miss-islington added the comment: New changeset 82b5f6b16e051f8a2ac6e87ba86b082fa1c4a77f by Miss Islington (bot) in branch '3.7': bpo-27657: Fix urlparse() with numeric paths (GH-661) https://github.com/python/cpython/commit/82b5f6b16e051f8a2ac6e87ba86b082fa1c4a77f -- n

[issue22891] code removal from urllib.parse.urlsplit()

2019-10-18 Thread miss-islington
miss-islington added the comment: New changeset 82b5f6b16e051f8a2ac6e87ba86b082fa1c4a77f by Miss Islington (bot) in branch '3.7': bpo-27657: Fix urlparse() with numeric paths (GH-661) https://github.com/python/cpython/commit/82b5f6b16e051f8a2ac6e87ba86b082fa1c4a77f -- n

[issue16932] urlparse fails at parsing "www.python.org:80/"

2019-10-18 Thread miss-islington
miss-islington added the comment: New changeset 82b5f6b16e051f8a2ac6e87ba86b082fa1c4a77f by Miss Islington (bot) in branch '3.7': bpo-27657: Fix urlparse() with numeric paths (GH-661) https://github.com/python/cpython/commit/82b5f6b16e051f8a2ac6e87ba86b082fa1c4a77f -- n

[issue38418] Audit event for os.system is incorrect

2019-10-18 Thread miss-islington
miss-islington added the comment: New changeset 5fb81420d5ad64a900940e908b546cf40f2d6807 by Miss Islington (bot) in branch '3.8': bpo-38418: Fixes audit event for os.system to be named 'os.system' (GH-16670) https://github.com/python/cpython/commit/5fb81420d5ad64a90094

[issue38521] Error in NormalDist.__eq__

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

[issue38525] Strange reversed dict behavior

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

[issue38525] Strange reversed dict behavior

2019-10-19 Thread miss-islington
miss-islington added the comment: New changeset d73205d788a32148ba9a2beaa27badbd94ab65ff by Miss Islington (bot) in branch '3.8': bpo-38525: Fix a segmentation fault when using reverse iterators of empty dict (GH-16846) https://github.com/python/cpyt

[issue37759] Polish whatsnew for 3.8

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

[issue38531] argparse action "extend" not documented as new

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

[issue38540] Possible leaks in PyArg_Parse for "es#" and "et#"

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

[issue38540] Possible leaks in PyArg_Parse for "es#" and "et#"

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

[issue38540] Possible leaks in PyArg_Parse for "es#" and "et#"

2019-10-21 Thread miss-islington
miss-islington added the comment: New changeset 3dec84f40ef49bab994a1af4e6082bf81021feab by Miss Skeleton (bot) in branch '3.7': bpo-38540: Fix possible leak in PyArg_Parse for "esGH-" and "etGH-". (GH-16869) https://github.com/python/cpython/commit/3dec84f40e

[issue38540] Possible leaks in PyArg_Parse for "es#" and "et#"

2019-10-21 Thread miss-islington
miss-islington added the comment: New changeset b1fc8c0c8aec7ef8edd119034e076bc48882ffbb by Miss Skeleton (bot) in branch '3.8': bpo-38540: Fix possible leak in PyArg_Parse for "esGH-" and "etGH-". (GH-16869) https://github.com/python/cpython/commit/b1fc8c0c8a

[issue31202] Windows pathlib.Path.glob(pattern) fixed part of the pattern changed to lowercase whereas it should be unchanged.

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

[issue31202] Windows pathlib.Path.glob(pattern) fixed part of the pattern changed to lowercase whereas it should be unchanged.

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

[issue31202] Windows pathlib.Path.glob(pattern) fixed part of the pattern changed to lowercase whereas it should be unchanged.

2019-10-21 Thread miss-islington
miss-islington added the comment: New changeset 175abccbbfccb2f6489dc5c73f4630c1b25ce504 by Miss Skeleton (bot) in branch '3.7': bpo-31202: Preserve case of literal parts in Path.glob() on Windows. (GH-16860) https://github.com/python/cpython/commit/175abccbbfccb2f6489dc5c73f4630

[issue31202] Windows pathlib.Path.glob(pattern) fixed part of the pattern changed to lowercase whereas it should be unchanged.

2019-10-21 Thread miss-islington
miss-islington added the comment: New changeset 2f8d4f08e2fa62cd5c3f6f824be3e7513ff87e07 by Miss Skeleton (bot) in branch '3.8': bpo-31202: Preserve case of literal parts in Path.glob() on Windows. (GH-16860) https://github.com/python/cpython/commit/2f8d4f08e2fa62cd5c3f6f824be3e7

[issue38303] Make audioop PEP-384 compatible

2019-10-22 Thread miss-islington
miss-islington added the comment: New changeset f548a3e4a28c5496755f9f8d057fc8d031b27655 by Miss Skeleton (bot) (Tyler Kieft) in branch 'master': bpo-38303: Make audioop extension module PEP-384 compatible (GH-16497) https://github.com/python/cpyt

[issue37415] Error build Python with Intel compiler: doesn't provide atomic_uintptr_t

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

[issue37415] Error build Python with Intel compiler: doesn't provide atomic_uintptr_t

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

[issue37415] Error build Python with Intel compiler: doesn't provide atomic_uintptr_t

2019-10-22 Thread miss-islington
miss-islington added the comment: New changeset b102e4f05278c1b06130885eba961bd0193733b4 by Miss Skeleton (bot) in branch '3.7': bpo-37415: Fix stdatomic.h header check for ICC compiler (GH-16717) https://github.com/python/cpython/commit/b102e4f05278c1b06130885eba961b

[issue37415] Error build Python with Intel compiler: doesn't provide atomic_uintptr_t

2019-10-22 Thread miss-islington
miss-islington added the comment: New changeset dbcea39ba713cc5b31fa1a243b16a0128c231c98 by Miss Skeleton (bot) in branch '3.8': bpo-37415: Fix stdatomic.h header check for ICC compiler (GH-16717) https://github.com/python/cpython/commit/dbcea39ba713cc5b31fa1a243b16a0

[issue38466] [Easy doc] threading.excepthook doc talks about "object"

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

[issue38466] [Easy doc] threading.excepthook doc talks about "object"

2019-10-22 Thread miss-islington
miss-islington added the comment: New changeset 6329a56ca7f99075caa95a075024736a90ad2857 by Miss Skeleton (bot) in branch '3.8': bpo-38466: Fix threading.excepthook doc (GH-16891) https://github.com/python/cpython/commit/6329a56ca7f99075caa95a075024736a90ad2857 -- n

[issue38555] Undefined behavior in dictreviter_iternext

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

[issue38555] Undefined behavior in dictreviter_iternext

2019-10-23 Thread miss-islington
miss-islington added the comment: New changeset c5d3ea89ee5244714f221dcfcd3be96de2f1da8d by Miss Skeleton (bot) in branch '3.8': bpo-38555: Fix an undefined behavior. (GH-16883) https://github.com/python/cpython/commit/c5d3ea89ee5244714f221dcfcd3be96de2f1da8d -- n

[issue34679] asyncio.add_signal_handler call fails if not on main thread

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

[issue38563] ProactorEventLoop.close(): set_wakeup_fd() only works in main thread

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

[issue34679] asyncio.add_signal_handler call fails if not on main thread

2019-10-23 Thread miss-islington
miss-islington added the comment: New changeset cbf474c98e702d12c97cd16a1e44ede10ea52b5b by Miss Skeleton (bot) in branch '3.8': bpo-34679: ProactorEventLoop only uses set_wakeup_fd() in main thread (GH-16901) https://github.com/python/cpython/commit/cbf474c98e702d12c97cd16a1e44ed

[issue38563] ProactorEventLoop.close(): set_wakeup_fd() only works in main thread

2019-10-23 Thread miss-islington
miss-islington added the comment: New changeset cbf474c98e702d12c97cd16a1e44ede10ea52b5b by Miss Skeleton (bot) in branch '3.8': bpo-34679: ProactorEventLoop only uses set_wakeup_fd() in main thread (GH-16901) https://github.com/python/cpython/commit/cbf474c98e702d12c97cd16a1e44ed

[issue30618] readlink for pathlib paths

2019-10-23 Thread miss-islington
miss-islington added the comment: New changeset a01ba333affcc0677146dc8af57179bdb808d608 by Miss Skeleton (bot) (Girts) in branch 'master': bpo-30618: add readlink to pathlib.Path (GH-8285) https://github.com/python/cpython/commit/a01ba333affcc0677146dc8af57179bdb808d608 -

[issue33348] lib2to3 doesn't parse f(*[] or [])

2019-10-23 Thread miss-islington
Change by miss-islington : -- pull_requests: +16443 pull_request: https://github.com/python/cpython/pull/16913 ___ Python tracker <https://bugs.python.org/issue33

[issue33348] lib2to3 doesn't parse f(*[] or [])

2019-10-23 Thread miss-islington
Change by miss-islington : -- pull_requests: +16444 pull_request: https://github.com/python/cpython/pull/16914 ___ Python tracker <https://bugs.python.org/issue33

[issue33348] lib2to3 doesn't parse f(*[] or [])

2019-10-23 Thread miss-islington
miss-islington added the comment: New changeset 96b06aefe23521b61e4e9cdd44f5d30b00c7eb95 by Miss Skeleton (bot) (Zsolt Dollenstein) in branch 'master': bpo-33348: parse expressions after * and ** in lib2to3 (GH-6586) https://github.com/python/cpyt

[issue33348] lib2to3 doesn't parse f(*[] or [])

2019-10-23 Thread miss-islington
miss-islington added the comment: New changeset 0160a70acbd9c530802effdf320ab08c7132f4bf by Miss Skeleton (bot) in branch '3.7': bpo-33348: parse expressions after * and ** in lib2to3 (GH-6586) https://github.com/python/cpython/commit/0160a70acbd9c530802effdf320ab0

[issue33348] lib2to3 doesn't parse f(*[] or [])

2019-10-23 Thread miss-islington
miss-islington added the comment: New changeset d04661f9ca4a082a2dd9de52df687600d574407e by Miss Skeleton (bot) in branch '3.8': bpo-33348: parse expressions after * and ** in lib2to3 (GH-6586) https://github.com/python/cpython/commit/d04661f9ca4a082a2dd9de52df6876

[issue38558] Data Structures documentation out of sync with new Walrus operator

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

[issue38558] Data Structures documentation out of sync with new Walrus operator

2019-10-25 Thread miss-islington
miss-islington added the comment: New changeset cf028b57169499f82b73dd0977fe0bab40778a60 by Miss Skeleton (bot) in branch '3.8': bpo-38558: Mention `:=` in conditions tutorial (GH-16919) https://github.com/python/cpython/commit/cf028b57169499f82b73dd0977fe0bab40778a60 -

[issue38535] Incorrect col_offset for decorators with zero arguments (empty parentheses)

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

[issue38535] Incorrect col_offset for decorators with zero arguments (empty parentheses)

2019-10-26 Thread miss-islington
miss-islington added the comment: New changeset ba3a566328e8df49741059b24a41480e248bf6d7 by Miss Skeleton (bot) in branch '3.8': bpo-38535: Fix positions for AST nodes for calls without arguments in decorators. (GH-16861) https://github.com/python/cpyt

[issue38557] PyTuple_GetSlice docs minor inaccuracy

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

[issue38557] PyTuple_GetSlice docs minor inaccuracy

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

[issue38557] PyTuple_GetSlice docs minor inaccuracy

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

[issue38434] sys.addaudithook event is not documented

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

[issue38557] PyTuple_GetSlice docs minor inaccuracy

2019-10-26 Thread miss-islington
miss-islington added the comment: New changeset 7356e10820b160d14b0ce0aba5427a8f9e757aa7 by Miss Skeleton (bot) in branch '2.7': bpo-38557: Improve documentation for list and tuple C API. (GH-16925) https://github.com/python/cpython/commit/7356e10820b160d14b0ce0aba5427a

[issue38557] PyTuple_GetSlice docs minor inaccuracy

2019-10-26 Thread miss-islington
miss-islington added the comment: New changeset 334fc923b3a7a8d0d163692befd2a27b98b481df by Miss Skeleton (bot) in branch '3.7': bpo-38557: Improve documentation for list and tuple C API. (GH-16925) https://github.com/python/cpython/commit/334fc923b3a7a8d0d163692befd2a2

[issue38557] PyTuple_GetSlice docs minor inaccuracy

2019-10-26 Thread miss-islington
miss-islington added the comment: New changeset 4992dc6610fb354e36c0012a47ea9613b61c9038 by Miss Skeleton (bot) in branch '3.8': bpo-38557: Improve documentation for list and tuple C API. (GH-16925) https://github.com/python/cpython/commit/4992dc6610fb354e36c0012a47ea96

[issue38434] sys.addaudithook event is not documented

2019-10-26 Thread miss-islington
miss-islington added the comment: New changeset 11f0f11c4859f5ca201cd40b379b13c65f05ec91 by Miss Skeleton (bot) in branch '3.8': bpo-38434: Fixes some audit event documentation (GH-16932) https://github.com/python/cpython/commit/11f0f11c4859f5ca201cd40b379b13c65f05ec91 -

[issue38598] IDLE: Disable F5, etc, in Shell and Output windows.

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

[issue38598] IDLE: Disable F5, etc, in Shell and Output windows.

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

[issue38598] IDLE: Disable F5, etc, in Shell and Output windows.

2019-10-26 Thread miss-islington
miss-islington added the comment: New changeset 849b1b9f6c538085839f8059e0d6a5536d2fdb52 by Miss Skeleton (bot) in branch '3.7': bpo-38598: Do not try to compile IDLE shell or output windows (GH-16939) https://github.com/python/cpython/commit/849b1b9f6c538085839f8059e0d6a5

[issue38598] IDLE: Disable F5, etc, in Shell and Output windows.

2019-10-26 Thread miss-islington
miss-islington added the comment: New changeset e3a477aa072a737d5119b0778d14d9f3ddb9f587 by Miss Skeleton (bot) in branch '3.8': bpo-38598: Do not try to compile IDLE shell or output windows (GH-16939) https://github.com/python/cpython/commit/e3a477aa072a737d5119b0778d14d9

[issue34162] idlelib/NEWS.txt for 3.8.0 (and backports)

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

[issue34162] idlelib/NEWS.txt for 3.8.0 (and backports)

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

[issue34162] idlelib/NEWS.txt for 3.8.0 (and backports)

2019-10-26 Thread miss-islington
miss-islington added the comment: New changeset 7a3b1a6f0b0a5ac6e9af4c5ee8b89a2fca96efb6 by Miss Skeleton (bot) in branch '3.8': bpo-34162: Last idlelib/NEWS.txt items for 3.8.0. (GH-16943) https://github.com/python/cpython/commit/7a3b1a6f0b0a5ac6e9af4c5ee8b89a

[issue34162] idlelib/NEWS.txt for 3.8.0 (and backports)

2019-10-26 Thread miss-islington
miss-islington added the comment: New changeset bc30db1ee70b6708aa436868e548aef919567448 by Miss Skeleton (bot) in branch '3.7': bpo-34162: Last idlelib/NEWS.txt items for 3.8.0. (GH-16943) https://github.com/python/cpython/commit/bc30db1ee70b6708aa436868e548ae

[issue38334] zipfile: Seeking encrypted file breaks after seeking backwards

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

[issue38334] zipfile: Seeking encrypted file breaks after seeking backwards

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

[issue38592] Add pt-br to the language switcher at the Python docs website

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

[issue38592] Add pt-br to the language switcher at the Python docs website

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

[issue38334] zipfile: Seeking encrypted file breaks after seeking backwards

2019-10-27 Thread miss-islington
miss-islington added the comment: New changeset 76fbdaa2a693caaa1b8eb34104720fc774ff80df by Miss Skeleton (bot) in branch '3.8': bpo-38334: Fix seeking backward on an encrypted zipfile.ZipExtFile. (GH-16937) https://github.com/python/cpython/commit/76fbdaa2a693caaa1b8eb34104720f

[issue38334] zipfile: Seeking encrypted file breaks after seeking backwards

2019-10-27 Thread miss-islington
miss-islington added the comment: New changeset ed2db3113d54a5f8af1b419a9f5fdf3642285c82 by Miss Skeleton (bot) in branch '3.7': bpo-38334: Fix seeking backward on an encrypted zipfile.ZipExtFile. (GH-16937) https://github.com/python/cpython/commit/ed2db3113d54a5f8af1b419a9f5fdf

[issue38519] Internal include files missing on Windows

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

[issue38519] Internal include files missing on Windows

2019-10-28 Thread miss-islington
miss-islington added the comment: New changeset 07eee640cb3a4eaf1df942bc31a891e7517de763 by Miss Skeleton (bot) in branch '3.8': bpo-38519: Internal include files missing on Windows (GH-16921) https://github.com/python/cpython/commit/07eee640cb3a4eaf1df942bc31a891e7517de763 -

[issue38534] Version 3.8.0 has released with a wrong MS KB number reference

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

[issue38534] Version 3.8.0 has released with a wrong MS KB number reference

2019-10-28 Thread miss-islington
miss-islington added the comment: New changeset a4ee7abd2056c4956df45125fcf451a531247017 by Miss Skeleton (bot) in branch '3.8': bpo-38534: Replace wrong KB number references (GH-16955) https://github.com/python/cpython/commit/a4ee7abd2056c4956df45125fcf451a531247017 -- n

[issue38589] Bad target address assigned in Python Manuals shortcut on Python installation

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

[issue38589] Bad target address assigned in Python Manuals shortcut on Python installation

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

[issue38589] Bad target address assigned in Python Manuals shortcut on Python installation

2019-10-28 Thread miss-islington
miss-islington added the comment: New changeset 379b55b526a04e6db40c7070fd70f0d7d37bba64 by Miss Skeleton (bot) in branch '3.7': bpo-38589: Fixes HTML Help shortcut when Windows is not installed to C drive (GH-16968) https://github.com/python/cpyt

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