[issue24563] [doc] Encoding declaration: doc supported encodings

2022-04-02 Thread miss-islington
miss-islington added the comment: New changeset f4e280d8c5461fa5e928fa07f6cd1779a4ac43ba by Miss Islington (bot) in branch '3.9': bpo-24563: Link encoding names to encoding declarations (GH-32274) https://github.com/python/cpython/commit/f4e280d8c5461fa5e928fa07f6cd17

[issue24563] [doc] Encoding declaration: doc supported encodings

2022-04-02 Thread miss-islington
miss-islington added the comment: New changeset ce6af314ca8529d5ed0f307deb9c33029a69f4cb by Miss Islington (bot) in branch '3.10': bpo-24563: Link encoding names to encoding declarations (GH-32274) https://github.com/python/cpython/commit/ce6af314ca8529d5ed0f307deb9c33

[issue47196] Function pointer cast in test_imp

2022-04-03 Thread miss-islington
miss-islington added the comment: New changeset 3faa9f78d4b9a8c0fd4657b434bdb08ae1f28800 by Hood Chatham in branch 'main': bpo-47196: Fix one more PyInit function signature (GH-32280) https://github.com/python/cpython/commit/3faa9f78d4b9a8c0fd4657b434bdb0

[issue47205] test_sched_getaffinity and setaffinity fail on FreeBSD buildbit

2022-04-03 Thread miss-islington
Change by miss-islington : -- nosy: +miss-islington nosy_count: 3.0 -> 4.0 pull_requests: +30347 pull_request: https://github.com/python/cpython/pull/32286 ___ Python tracker <https://bugs.python.org/issu

[issue47205] test_sched_getaffinity and setaffinity fail on FreeBSD buildbit

2022-04-03 Thread miss-islington
Change by miss-islington : -- pull_requests: +30348 pull_request: https://github.com/python/cpython/pull/32287 ___ Python tracker <https://bugs.python.org/issue47

[issue47205] test_sched_getaffinity and setaffinity fail on FreeBSD buildbit

2022-04-03 Thread miss-islington
miss-islington added the comment: New changeset 490ccbd6e0e5aad07a40c79a6b0c45ffca91724b by Miss Islington (bot) in branch '3.9': bpo-47205: Skip error check of sched_get/setaffinity on FreeBSD (GH-32285) https://github.com/python/cpython/commit/490ccbd6e0e5aad07a40c79a6b0c45

[issue47205] test_sched_getaffinity and setaffinity fail on FreeBSD buildbit

2022-04-03 Thread miss-islington
miss-islington added the comment: New changeset 470dfe20cb6e741c42c52619e122fc218e27aebd by Miss Islington (bot) in branch '3.10': bpo-47205: Skip error check of sched_get/setaffinity on FreeBSD (GH-32285) https://github.com/python/cpython/commit/470dfe20cb6e741c42c52619e122fc

[issue46126] Unittest output drives developers to avoid docstrings

2022-04-03 Thread miss-islington
miss-islington added the comment: New changeset 84acb5cad1b871bb8729cbf1d036b84cbe1636f0 by Jason R. Coombs in branch 'main': bpo-46126: Restore 'descriptions' when running tests internally. (GH-32128) https://github.com/python/cpython/commit/84acb5cad1b871bb8729

[issue46484] Add test for Calendar().iterweekdays()

2022-04-04 Thread miss-islington
Change by miss-islington : -- nosy: +miss-islington nosy_count: 2.0 -> 3.0 pull_requests: +30368 pull_request: https://github.com/python/cpython/pull/32307 ___ Python tracker <https://bugs.python.org/issu

[issue46484] Add test for Calendar().iterweekdays()

2022-04-04 Thread miss-islington
Change by miss-islington : -- pull_requests: +30369 pull_request: https://github.com/python/cpython/pull/32308 ___ Python tracker <https://bugs.python.org/issue46

[issue46484] Add test for Calendar().iterweekdays()

2022-04-04 Thread miss-islington
miss-islington added the comment: New changeset 6b4b892e0962a7050c5064133c59955691f9776c by Miss Islington (bot) in branch '3.10': bpo-46484:Add test for Calendar.iterweekdays (GH-30825) https://github.com/python/cpython/commit/6b4b892e0962a7050c5064133c5995

[issue46484] Add test for Calendar().iterweekdays()

2022-04-04 Thread miss-islington
miss-islington added the comment: New changeset 5b4bc61d897c956c245a907807d0073aaa35f1c3 by Miss Islington (bot) in branch '3.9': bpo-46484:Add test for Calendar.iterweekdays (GH-30825) https://github.com/python/cpython/commit/5b4bc61d897c956c245a907807d007

[issue41233] Missing links to errnos on Built-in Exceptions page

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

[issue41233] Missing links to errnos on Built-in Exceptions page

2022-04-04 Thread miss-islington
Change by miss-islington : -- pull_requests: +30378 pull_request: https://github.com/python/cpython/pull/32317 ___ Python tracker <https://bugs.python.org/issue41

[issue41233] Missing links to errnos on Built-in Exceptions page

2022-04-04 Thread miss-islington
miss-islington added the comment: New changeset 3fa800d7a7a405f51e0e8c9b7dac2f2a75c17bb4 by Miss Islington (bot) in branch '3.10': bpo-41233: Add links to errnos referenced in exceptions docs (GH-21380) https://github.com/python/cpython/commit/3fa800d7a7a405f51e0e8c9b7dac2f

[issue41233] Missing links to errnos on Built-in Exceptions page

2022-04-04 Thread miss-islington
miss-islington added the comment: New changeset e47e6ffed36eb1dd82da3bcadf8b45b894ef4ce2 by Miss Islington (bot) in branch '3.9': bpo-41233: Add links to errnos referenced in exceptions docs (GH-21380) https://github.com/python/cpython/commit/e47e6ffed36eb1dd82da3bcadf8b45

[issue47007] [doc] str docs are inconsistent with special method lookup

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

[issue47007] [doc] str docs are inconsistent with special method lookup

2022-04-04 Thread miss-islington
Change by miss-islington : -- pull_requests: +30380 pull_request: https://github.com/python/cpython/pull/32319 ___ Python tracker <https://bugs.python.org/issue47

[issue45790] Inaccurate phrasing in extending/newtypes_tutorial

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

[issue32658] Metacharacter (\) documentation suggestion

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

[issue32658] Metacharacter (\) documentation suggestion

2022-04-04 Thread miss-islington
Change by miss-islington : -- pull_requests: +30384 pull_request: https://github.com/python/cpython/pull/32323 ___ Python tracker <https://bugs.python.org/issue32

[issue47007] [doc] str docs are inconsistent with special method lookup

2022-04-04 Thread miss-islington
miss-islington added the comment: New changeset f502dadb332f911fa3b6c531bbc5065795cca242 by Miss Islington (bot) in branch '3.10': bpo-47007: [doc] `str` special method lookup (GH-31863) https://github.com/python/cpython/commit/f502dadb332f911fa3b6c531bbc506

[issue40982] copytree example in shutil

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

[issue45790] Inaccurate phrasing in extending/newtypes_tutorial

2022-04-04 Thread miss-islington
miss-islington added the comment: New changeset f4e711bb49881deb1f07a685878646cd5cdee50f by Miss Islington (bot) in branch '3.10': bpo-45790: List macros in same order in which fields are described (GH-29529) https://github.com/python/cpython/commit/f4e711bb49881deb1f07a685878646

[issue40982] copytree example in shutil

2022-04-04 Thread miss-islington
Change by miss-islington : -- pull_requests: +30386 pull_request: https://github.com/python/cpython/pull/32327 ___ Python tracker <https://bugs.python.org/issue40

[issue47007] [doc] str docs are inconsistent with special method lookup

2022-04-04 Thread miss-islington
miss-islington added the comment: New changeset c0063bdc7b5fed98c6799f3da0a954a775e3d89e by Miss Islington (bot) in branch '3.9': bpo-47007: [doc] `str` special method lookup (GH-31863) https://github.com/python/cpython/commit/c0063bdc7b5fed98c6799f3da0a954

[issue32658] Metacharacter (\) documentation suggestion

2022-04-04 Thread miss-islington
miss-islington added the comment: New changeset d95e072c419e40b0fb67b8cc8a84087c8a0276ee by Miss Islington (bot) in branch '3.10': bpo-32658: Regex docs: Fix metacharacter reference (GH-32230) https://github.com/python/cpython/commit/d95e072c419e40b0fb67b8cc8a8408

[issue32658] Metacharacter (\) documentation suggestion

2022-04-04 Thread miss-islington
miss-islington added the comment: New changeset 31c9e35e5360ba91fc6b81b23eb21dd3c39e2257 by Miss Islington (bot) in branch '3.9': bpo-32658: Regex docs: Fix metacharacter reference (GH-32230) https://github.com/python/cpython/commit/31c9e35e5360ba91fc6b81b23eb21d

[issue40982] copytree example in shutil

2022-04-04 Thread miss-islington
miss-islington added the comment: New changeset 857cf55cbdd65b7a9534dc35d89a19dfe8cbdba5 by Miss Islington (bot) in branch '3.10': bpo-40982: shutil docs: Remove outdated copytree() example (GH-24778) https://github.com/python/cpython/commit/857cf55cbdd65b7a9534dc35d89a19

[issue40982] copytree example in shutil

2022-04-04 Thread miss-islington
miss-islington added the comment: New changeset bc9ec24290d0fa823fa2ac19ac9767b2b8498faa by Miss Islington (bot) in branch '3.9': bpo-40982: shutil docs: Remove outdated copytree() example (GH-24778) https://github.com/python/cpython/commit/bc9ec24290d0fa823fa2ac19ac9767

[issue47212] Minor issues in reported Syntax errors

2022-04-05 Thread miss-islington
miss-islington added the comment: New changeset 94609e3192f15636c760a48c4c1c2c236fac3217 by Matthieu Dartiailh in branch '3.10': [3.10] Backport bpo-47212 (GH-32302) to Python 3.10 (GH-32334) https://github.com/python/cpython/commit/94609e3192f15636c760a48c4c1c2c236fac3217 -

[issue47235] Clarify that `assret_called_once_with` sample code is intended typo

2022-04-06 Thread miss-islington
Change by miss-islington : -- nosy: +miss-islington nosy_count: 3.0 -> 4.0 pull_requests: +30415 pull_request: https://github.com/python/cpython/pull/32367 ___ Python tracker <https://bugs.python.org/issu

[issue47235] Clarify that `assret_called_once_with` sample code is intended typo

2022-04-06 Thread miss-islington
Change by miss-islington : -- pull_requests: +30416 pull_request: https://github.com/python/cpython/pull/32368 ___ Python tracker <https://bugs.python.org/issue47

[issue47235] Clarify that `assret_called_once_with` sample code is intended typo

2022-04-06 Thread miss-islington
miss-islington added the comment: New changeset 3856b4995ec0e632d47b733cdecb5183ac830568 by Miss Islington (bot) in branch '3.10': bpo-47235: Note where a typo is intentional in code. (GH-32348) https://github.com/python/cpython/commit/3856b4995ec0e632d47b733cdecb51

[issue47235] Clarify that `assret_called_once_with` sample code is intended typo

2022-04-06 Thread miss-islington
miss-islington added the comment: New changeset 770780e63e2a99f842670ef901a257ba64293d6b by Miss Islington (bot) in branch '3.9': bpo-47235: Note where a typo is intentional in code. (GH-32348) https://github.com/python/cpython/commit/770780e63e2a99f842670ef901a257

[issue47260] os.closerange() can be no-op in a seccomp sandbox

2022-04-08 Thread miss-islington
Change by miss-islington : -- nosy: +miss-islington nosy_count: 4.0 -> 5.0 pull_requests: +30445 pull_request: https://github.com/python/cpython/pull/32420 ___ Python tracker <https://bugs.python.org/issu

[issue47260] os.closerange() can be no-op in a seccomp sandbox

2022-04-08 Thread miss-islington
miss-islington added the comment: New changeset 89697f7374ea947ebe8e36131e2d3e21fff6fa1d by Miss Islington (bot) in branch '3.10': bpo-47260: Fix os.closerange() potentially being a no-op in a seccomp sandbox (GH-32418) https://github.com/python/cpyt

[issue37760] Refactor makeunicodedata.py: dedupe parsing, use dataclass

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

[issue37760] Refactor makeunicodedata.py: dedupe parsing, use dataclass

2019-08-12 Thread miss-islington
miss-islington added the comment: New changeset 4e3dfcc4b987e683476a1b16456e57d3c9f581cb by Miss Islington (bot) (Greg Price) in branch 'master': bpo-37760: Mark all generated Unicode data headers as generated. (GH-15171) https://github.com/python/cpyt

[issue37760] Refactor makeunicodedata.py: dedupe parsing, use dataclass

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

[issue37760] Refactor makeunicodedata.py: dedupe parsing, use dataclass

2019-08-12 Thread miss-islington
miss-islington added the comment: New changeset c2b9d9f202e4a99fc0800b7a0f0944ac4c2382e3 by Miss Islington (bot) in branch '3.8': bpo-37760: Mark all generated Unicode data headers as generated. (GH-15171) https://github.com/python/cpython/commit/c2b9d9f202e4a99fc0800b7a0f0944

[issue37760] Refactor makeunicodedata.py: dedupe parsing, use dataclass

2019-08-12 Thread miss-islington
miss-islington added the comment: New changeset b02e148a0d6e7a11df93a09ea5f4e1b0ad9b77b8 by Miss Islington (bot) in branch '3.8': bpo-37760: Mark all generated Unicode data headers as generated. (GH-15171) https://github.com/python/cpython/commit/b02e148a0d6e7a11df93a09ea5f4e1

[issue37841] Python store app launcher has dependency on msvcp140.dll

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

[issue37583] Got a 113 error when running the test_socket

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

[issue37841] Python store app launcher has dependency on msvcp140.dll

2019-08-13 Thread miss-islington
miss-islington added the comment: New changeset 853eecc7692503fec8240fd9a74d9f88e0392630 by Miss Islington (bot) in branch '3.8': bpo-37841: Remove python_uwp dependency on msvcp140.dll (GH-15253) https://github.com/python/cpython/commit/853eecc7692503fec8240fd9a74d9f

[issue37583] Got a 113 error when running the test_socket

2019-08-13 Thread miss-islington
miss-islington added the comment: New changeset ee989512528d178d6f088916aba3e67ea9487ceb by Miss Islington (bot) in branch '3.8': bpo-37583: Add err 113 to support.get_socket_conn_refused_errs() (GH-14729) https://github.com/python/cpython/commit/ee989512528d178d6f088916aba3e6

[issue37814] typing module: empty tuple syntax is undocumented

2019-08-13 Thread miss-islington
miss-islington added the comment: New changeset 8a784af750fa82c8355903309e5089eb2b60c16b by Miss Islington (bot) (Josh Holland) in branch 'master': bpo-37814: Document the empty tuple type annotation syntax (GH-15208) https://github.com/python/cpyt

[issue37814] typing module: empty tuple syntax is undocumented

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

[issue37814] typing module: empty tuple syntax is undocumented

2019-08-13 Thread miss-islington
miss-islington added the comment: New changeset 6ad902a08814909b4d52c4000d5a10ce58516dac by Miss Islington (bot) in branch '3.8': bpo-37814: Document the empty tuple type annotation syntax (GH-15208) https://github.com/python/cpython/commit/6ad902a08814909b4d52c4000d5a10

[issue37814] typing module: empty tuple syntax is undocumented

2019-08-13 Thread miss-islington
miss-islington added the comment: New changeset 37fd9f73e2fa439554977cfba427bf94c1fedb6b by Miss Islington (bot) (Josh Holland) in branch '3.7': [3.7] bpo-37814: Document the empty tuple type annotation syntax (GH-15208) (GH-15262) https://github.com/python/cpyt

[issue25172] Unix-only crypt should not be present on Windows.

2019-08-13 Thread miss-islington
Change by miss-islington : -- pull_requests: +14982 pull_request: https://github.com/python/cpython/pull/15263 ___ Python tracker <https://bugs.python.org/issue25

[issue25172] Unix-only crypt should not be present on Windows.

2019-08-13 Thread miss-islington
miss-islington added the comment: New changeset 7f7f74734acd729d1f82b7cf672e064c9525fced by Miss Islington (bot) in branch '3.8': bpo-25172: Raise appropriate ImportError msg when crypt module used on Windows (GH-15149) https://github.com/python/cpyt

[issue25172] Unix-only crypt should not be present on Windows.

2019-08-13 Thread miss-islington
miss-islington added the comment: New changeset e7ec9e04c82be72aef621fdfba03f41cbd8599aa by Miss Islington (bot) in branch '3.8': bpo-25172: Add test for crypt ImportError on Windows (GH-15252) https://github.com/python/cpython/commit/e7ec9e04c82be72aef621fdfba03f4

[issue37681] warning: ‘no_sanitize_thread’

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

[issue37681] warning: ‘no_sanitize_thread’

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

[issue37681] warning: ‘no_sanitize_thread’

2019-08-14 Thread miss-islington
miss-islington added the comment: New changeset 364a1d3125af6c0ff0a4bd2c8afe70fd38f30456 by Miss Islington (bot) in branch '3.8': bpo-37681: no_sanitize_thread support from GCC 5.1 (GH-15096) https://github.com/python/cpython/commit/364a1d3125af6c0ff0a4bd2c8afe70fd38f30456 -

[issue37681] warning: ‘no_sanitize_thread’

2019-08-14 Thread miss-islington
miss-islington added the comment: New changeset 15b6d0a712c08557a605f49034f8ad392985144c by Miss Islington (bot) in branch '3.7': bpo-37681: no_sanitize_thread support from GCC 5.1 (GH-15096) https://github.com/python/cpython/commit/15b6d0a712c08557a605f49034f8ad

[issue37738] curses.addch('a', curses.color_pair(1)) ignores the color information

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

[issue37738] curses.addch('a', curses.color_pair(1)) ignores the color information

2019-08-14 Thread miss-islington
miss-islington added the comment: New changeset 984226962bc35254551d92771b5c8fb074507903 by Miss Islington (bot) in branch '3.8': bpo-37738: Fix curses addch(str, color_pair) (GH-15071) https://github.com/python/cpython/commit/984226962bc35254551d92771b5c8fb074507903 -- n

[issue37256] urllib.request.Request documentation erroneously refers to the "final two"

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

[issue37256] urllib.request.Request documentation erroneously refers to the "final two"

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

[issue37256] urllib.request.Request documentation erroneously refers to the "final two"

2019-08-14 Thread miss-islington
miss-islington added the comment: New changeset 3e1f135b26cf5fb3583d7e75d39b7b7a9edb472c by Miss Islington (bot) in branch '3.7': bpo-37256: Wording in Request class docs (GH-14792) https://github.com/python/cpython/commit/3e1f135b26cf5fb3583d7e75d39b7b7a9edb472c -- n

[issue37849] IDLE: Completion window misplaced when shown above current line

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

[issue37849] IDLE: Completion window misplaced when shown above current line

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

[issue37849] IDLE: Completion window misplaced when shown above current line

2019-08-14 Thread miss-islington
miss-islington added the comment: New changeset 557802dc17498557e481f2ad3d4a83ece469e489 by Miss Islington (bot) in branch '3.8': bpo-37849: IDLE: fix completion window positioning above line (GH-15267) https://github.com/python/cpython/commit/557802dc17498557e481f2ad3d4a83

[issue37849] IDLE: Completion window misplaced when shown above current line

2019-08-14 Thread miss-islington
miss-islington added the comment: New changeset 88cce7b59fa503616295ca1a25bce6251f9cd317 by Miss Islington (bot) in branch '3.7': bpo-37849: IDLE: fix completion window positioning above line (GH-15267) https://github.com/python/cpython/commit/88cce7b59fa503616295ca1a25bce6

[issue37826] Document PEP 3134 in tutorials/errors.rst

2019-08-14 Thread miss-islington
miss-islington added the comment: New changeset dcfe111eb5602333135b8776996332a8dcf59392 by Miss Islington (bot) (Abhilash Raj) in branch 'master': bpo-37826: Document exception chaining in Python tutorial for errors. (GH-15243) https://github.com/python/cpyt

[issue37811] [FreeBSD, OSX] Socket module: incorrect usage of poll(2)

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

[issue37811] [FreeBSD, OSX] Socket module: incorrect usage of poll(2)

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

[issue21131] test_faulthandler.test_register_chain fails on 64bit ppc/arm with kernel >= 3.10

2019-08-14 Thread miss-islington
Change by miss-islington : -- pull_requests: +15016 pull_request: https://github.com/python/cpython/pull/15292 ___ Python tracker <https://bugs.python.org/issue21

[issue21131] test_faulthandler.test_register_chain fails on 64bit ppc/arm with kernel >= 3.10

2019-08-14 Thread miss-islington
Change by miss-islington : -- pull_requests: +15015 pull_request: https://github.com/python/cpython/pull/15291 ___ Python tracker <https://bugs.python.org/issue21

[issue37811] [FreeBSD, OSX] Socket module: incorrect usage of poll(2)

2019-08-14 Thread miss-islington
miss-islington added the comment: New changeset 123f6c4914827c4ced65d032fab74de62db31cd6 by Miss Islington (bot) in branch '3.8': bpo-37811: FreeBSD, OSX: fix poll(2) usage in sockets module (GH-15202) https://github.com/python/cpython/commit/123f6c4914827c4ced65d032fab74d

[issue37811] [FreeBSD, OSX] Socket module: incorrect usage of poll(2)

2019-08-14 Thread miss-islington
miss-islington added the comment: New changeset b0b178a2b80974da910ce6a344d66cc4d9a2fcfa by Miss Islington (bot) in branch '3.7': bpo-37811: FreeBSD, OSX: fix poll(2) usage in sockets module (GH-15202) https://github.com/python/cpython/commit/b0b178a2b80974da910ce6a344d66c

[issue21131] test_faulthandler.test_register_chain fails on 64bit ppc/arm with kernel >= 3.10

2019-08-14 Thread miss-islington
miss-islington added the comment: New changeset b8e682427a80798fec90dce31392beaf616c3e37 by Miss Islington (bot) in branch '3.8': bpo-21131: Fix faulthandler.register(chain=True) stack (GH-15276) https://github.com/python/cpython/commit/b8e682427a80798fec90dce31392be

[issue37775] update doc of compileall

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

[issue21131] test_faulthandler.test_register_chain fails on 64bit ppc/arm with kernel >= 3.10

2019-08-14 Thread miss-islington
miss-islington added the comment: New changeset 1581d9c405f140491791a07dca3f6166bc499ec1 by Miss Islington (bot) in branch '3.7': bpo-21131: Fix faulthandler.register(chain=True) stack (GH-15276) https://github.com/python/cpython/commit/1581d9c405f140491791a07dca3f61

[issue37775] update doc of compileall

2019-08-14 Thread miss-islington
miss-islington added the comment: New changeset dbe4c286ce28402c3bce71d568ae55b91280e777 by Miss Islington (bot) in branch '3.8': bpo-37775: Update compileall doc for invalidation_mode parameter (GH-15148) https://github.com/python/cpython/commit/dbe4c286ce28402c3bce71d568ae55

[issue37207] Use PEP 590 vectorcall to speed up calls to range(), list() and dict()

2019-08-15 Thread miss-islington
miss-islington added the comment: New changeset 37806f404f57b234902f0c8de9a04647ad01b7f1 by Miss Islington (bot) (Jeroen Demeyer) in branch 'master': bpo-37207: enable vectorcall for type.__call__ (GH-14588) https://github.com/python/cpython/commit/37806f404f57b234902f0c8de9a046

[issue37256] urllib.request.Request documentation erroneously refers to the "final two"

2019-08-16 Thread miss-islington
miss-islington added the comment: New changeset f9919121460bffc04f935dbdb85f0af3ffbd3ddf by Miss Islington (bot) in branch '3.8': bpo-37256: Wording in Request class docs (GH-14792) https://github.com/python/cpython/commit/f9919121460bffc04f935dbdb85f0a

[issue37540] vectorcall: keyword names must be strings

2019-08-16 Thread miss-islington
miss-islington added the comment: New changeset 0567786d26348aa7eaf0ab1b5d038fdabe409d92 by Miss Islington (bot) (Jeroen Demeyer) in branch 'master': bpo-37540: vectorcall: keyword names must be strings (GH-14682) https://github.com/python/cpyt

[issue36266] Which module could not be found?

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

[issue36266] Which module could not be found?

2019-08-17 Thread miss-islington
miss-islington added the comment: New changeset 786a4e1cef3eda8f434613d3801a5c7565fb5cd8 by Miss Islington (bot) in branch '3.8': bpo-36266: Add module name in ImportError when DLL not found on Windows (GH-15180) https://github.com/python/cpyt

[issue36502] str.isspace() for U+00A0 and U+202F differs from document

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

[issue36502] str.isspace() for U+00A0 and U+202F differs from document

2019-08-19 Thread miss-islington
miss-islington added the comment: New changeset 0fcdd8d6d67f57733203fc79e6a07a89b924a390 by Miss Islington (bot) in branch '3.7': bpo-36502: Correct documentation of str.isspace() (GH-15019) (GH-15296) https://github.com/python/cpython/commit/0fcdd8d6d67f57733203fc79e6a07a

[issue37788] fix for bpo-36402 (threading._shutdown() race condition) causes reference leak

2019-08-19 Thread miss-islington
Change by miss-islington : -- pull_requests: +15054 pull_request: https://github.com/python/cpython/pull/15337 ___ Python tracker <https://bugs.python.org/issue37

[issue37788] fix for bpo-36402 (threading._shutdown() race condition) causes reference leak

2019-08-19 Thread miss-islington
Change by miss-islington : -- pull_requests: +15053 pull_request: https://github.com/python/cpython/pull/15336 ___ Python tracker <https://bugs.python.org/issue37

[issue37868] `is_dataclass` returns `True` if `getattr` always succeeds.

2019-08-19 Thread miss-islington
Change by miss-islington : -- pull_requests: +15057 pull_request: https://github.com/python/cpython/pull/15340 ___ Python tracker <https://bugs.python.org/issue37

[issue37868] `is_dataclass` returns `True` if `getattr` always succeeds.

2019-08-19 Thread miss-islington
Change by miss-islington : -- pull_requests: +15056 pull_request: https://github.com/python/cpython/pull/15339 ___ Python tracker <https://bugs.python.org/issue37

[issue37868] `is_dataclass` returns `True` if `getattr` always succeeds.

2019-08-19 Thread miss-islington
miss-islington added the comment: New changeset 1271ee8187df31debda7c556882a51ec356ca534 by Miss Islington (bot) in branch '3.8': bpo-37868: Improve is_dataclass for instances. (GH-15325) https://github.com/python/cpython/commit/1271ee8187df31debda7c556882a51ec356ca534 -

[issue37868] `is_dataclass` returns `True` if `getattr` always succeeds.

2019-08-19 Thread miss-islington
miss-islington added the comment: New changeset 02c1457a036c2af3e91beb952afdb66d9c806435 by Miss Islington (bot) in branch '3.7': bpo-37868: Improve is_dataclass for instances. (GH-15325) https://github.com/python/cpython/commit/02c1457a036c2af3e91beb952afdb6

[issue32793] smtplib: duplicated debug message

2019-08-20 Thread miss-islington
miss-islington added the comment: New changeset 46a7564578f208df1e0c54fc0520d3b7ca32c981 by Miss Islington (bot) (Zackery Spytz) in branch 'master': bpo-32793: Fix a duplicate debug message in smtplib (GH-15341) https://github.com/python/cpyt

[issue35518] test_timeout uses blackhole.snakebite.net domain which doesn't exist anymore

2019-08-20 Thread miss-islington
Change by miss-islington : -- pull_requests: +15064 pull_request: https://github.com/python/cpython/pull/15350 ___ Python tracker <https://bugs.python.org/issue35

[issue35518] test_timeout uses blackhole.snakebite.net domain which doesn't exist anymore

2019-08-20 Thread miss-islington
Change by miss-islington : -- pull_requests: +15065 pull_request: https://github.com/python/cpython/pull/15351 ___ Python tracker <https://bugs.python.org/issue35

[issue35518] test_timeout uses blackhole.snakebite.net domain which doesn't exist anymore

2019-08-20 Thread miss-islington
Change by miss-islington : -- pull_requests: +15066 pull_request: https://github.com/python/cpython/pull/15352 ___ Python tracker <https://bugs.python.org/issue35

[issue35518] test_timeout uses blackhole.snakebite.net domain which doesn't exist anymore

2019-08-20 Thread miss-islington
miss-islington added the comment: New changeset 44f2c096804e8e3adc09400a59ef9c9ae843f339 by Miss Islington (bot) in branch '3.8': bpo-35518: Skip test that relies on a deceased network service. (GH-15349) https://github.com/python/cpython/commit/44f2c096804e8e3adc09400a59ef9c

[issue35518] test_timeout uses blackhole.snakebite.net domain which doesn't exist anymore

2019-08-20 Thread miss-islington
miss-islington added the comment: New changeset b9d88e771238b5098842cad8a6ad624621f3f62e by Miss Islington (bot) in branch '3.7': bpo-35518: Skip test that relies on a deceased network service. (GH-15349) https://github.com/python/cpython/commit/b9d88e771238b5098842cad8a6ad62

[issue35518] test_timeout uses blackhole.snakebite.net domain which doesn't exist anymore

2019-08-20 Thread miss-islington
miss-islington added the comment: New changeset 198a0d622a696a4c234aa7866d6c15e38839cc76 by Miss Islington (bot) in branch '2.7': bpo-35518: Skip test that relies on a deceased network service. (GH-15349) https://github.com/python/cpython/commit/198a0d622a696a4c234aa7866d6c15

[issue37823] Telnet documentation: fix the link to open()

2019-08-21 Thread miss-islington
Change by miss-islington : -- pull_requests: +15067 pull_request: https://github.com/python/cpython/pull/15355 ___ Python tracker <https://bugs.python.org/issue37

[issue37823] Telnet documentation: fix the link to open()

2019-08-21 Thread miss-islington
Change by miss-islington : -- pull_requests: +15068 pull_request: https://github.com/python/cpython/pull/15356 ___ Python tracker <https://bugs.python.org/issue37

[issue37823] Telnet documentation: fix the link to open()

2019-08-21 Thread miss-islington
miss-islington added the comment: New changeset 72088d56247ee422d8abeef94a89be463737b982 by Miss Islington (bot) in branch '3.7': bpo-37823: Fix open() link in telnetlib doc (GH-15281) https://github.com/python/cpython/commit/72088d56247ee422d8abeef94a89be

<    4   5   6   7   8   9   10   11   12   13   >