[issue34931] os.path.splitext with more dots

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

[issue34931] os.path.splitext with more dots

2022-01-03 Thread miss-islington
Change by miss-islington : -- pull_requests: +28582 pull_request: https://github.com/python/cpython/pull/30369 ___ Python tracker <https://bugs.python.org/issue34

[issue34538] Remove encouragement to author a base class for all Exception subclasses in a module

2022-01-03 Thread miss-islington
Change by miss-islington : -- pull_requests: +28586 pull_request: https://github.com/python/cpython/pull/30375 ___ Python tracker <https://bugs.python.org/issue34

[issue34538] Remove encouragement to author a base class for all Exception subclasses in a module

2022-01-03 Thread miss-islington
miss-islington added the comment: New changeset 2db56130631255ca2eb504519430fb2f1fe789e9 by Hugo van Kemenade in branch 'main': bpo-34538: Remove Exception subclassing from tutorial (GH-30361) https://github.com/python/cpython/commit/2db56130631255ca2eb504519430fb2f1fe789e9 -

[issue34538] Remove encouragement to author a base class for all Exception subclasses in a module

2022-01-03 Thread miss-islington
Change by miss-islington : -- pull_requests: +28585 pull_request: https://github.com/python/cpython/pull/30374 ___ Python tracker <https://bugs.python.org/issue34

[issue34538] Remove encouragement to author a base class for all Exception subclasses in a module

2022-01-03 Thread miss-islington
miss-islington added the comment: New changeset 0b3c3cbbaf2967cc17531d65ece0969b0d2a2079 by Miss Islington (bot) in branch '3.10': bpo-34538: Remove Exception subclassing from tutorial (GH-30361) https://github.com/python/cpython/commit/0b3c3cbbaf2967cc17531d65ece096

[issue34538] Remove encouragement to author a base class for all Exception subclasses in a module

2022-01-03 Thread miss-islington
miss-islington added the comment: New changeset 4affb996ce6353dd029ece0c7d36f7c7c0af2de3 by Miss Islington (bot) in branch '3.9': bpo-34538: Remove Exception subclassing from tutorial (GH-30361) https://github.com/python/cpython/commit/4affb996ce6353dd029ece0c7d36f7

[issue44092] [sqlite3] Remove special rollback handling

2022-01-03 Thread miss-islington
miss-islington added the comment: New changeset f1a58441eea6b7788c64d03a80ea35996301e550 by Erlend Egeberg Aasland in branch 'main': bpo-44092: Remove unused member `reset` from `sqlite3.Cursor` (GH-30377) https://github.com/python/cpython/commit/f1a58441eea6b7788c64d03a80ea35

[issue46239] Incosistent error message in asyncio: windows_events / windows_utils

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

[issue46239] Incosistent error message in asyncio: windows_events / windows_utils

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

[issue46239] Incosistent error message in asyncio: windows_events / windows_utils

2022-01-04 Thread miss-islington
miss-islington added the comment: New changeset 86d1b8c13fcaf8a974cf2ae23b31fe87dfdb6267 by Miss Islington (bot) in branch '3.9': bpo-46239: improve error message when importing `asyncio.windows_events` (GH-30353) https://github.com/python/cpyt

[issue46240] Incorrect hint about forgetting a comma

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

[issue46231] grammar rule definition is missing: invalid_double_starred_kvpairs

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

[issue46231] grammar rule definition is missing: invalid_double_starred_kvpairs

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

[issue46231] grammar rule definition is missing: invalid_double_starred_kvpairs

2022-01-04 Thread miss-islington
miss-islington added the comment: New changeset 743394f2811796b30b618d4cb6dd582715f8638c by Miss Islington (bot) in branch '3.10': bpo-46231: Remove invalid_* rules preceded by more tokens from the grammar docs (GH-30341) https://github.com/python/cpyt

[issue33252] [doc] Clarify ResourceWarning documentation

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

[issue33252] [doc] Clarify ResourceWarning documentation

2022-01-04 Thread miss-islington
miss-islington added the comment: New changeset b949845b36b999185ed2bdf8a04dca1da39f3002 by Hugo van Kemenade in branch 'main': bpo-33252: Document that ResourceWarning is ignored by default (GH-30358) https://github.com/python/cpython/commit/b949845b36b999185ed2bdf8a04dca

[issue33252] [doc] Clarify ResourceWarning documentation

2022-01-04 Thread miss-islington
Change by miss-islington : -- pull_requests: +28605 pull_request: https://github.com/python/cpython/pull/30396 ___ Python tracker <https://bugs.python.org/issue33

[issue20369] concurrent.futures.wait() blocks forever when given duplicate Futures

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

[issue20369] concurrent.futures.wait() blocks forever when given duplicate Futures

2022-01-04 Thread miss-islington
Change by miss-islington : -- pull_requests: +28609 pull_request: https://github.com/python/cpython/pull/30401 ___ Python tracker <https://bugs.python.org/issue20

[issue20369] concurrent.futures.wait() blocks forever when given duplicate Futures

2022-01-04 Thread miss-islington
miss-islington added the comment: New changeset 9a9061d1ca7e28dc2b7e326153e933872c7cd452 by Miss Islington (bot) in branch '3.9': bpo-20369: concurrent.futures.wait() now deduplicates futures given a… (GH-30168) https://github.com/python/cpyt

[issue20369] concurrent.futures.wait() blocks forever when given duplicate Futures

2022-01-04 Thread miss-islington
miss-islington added the comment: New changeset ba124672d7bf490bea2930a3e8371823db5d4cae by Miss Islington (bot) in branch '3.10': bpo-20369: concurrent.futures.wait() now deduplicates futures given a… (GH-30168) https://github.com/python/cpyt

[issue46263] FreeBSD buildbots cannot compile Python

2022-01-05 Thread miss-islington
Change by miss-islington : -- nosy: +miss-islington nosy_count: 6.0 -> 7.0 pull_requests: +28619 pull_request: https://github.com/python/cpython/pull/30413 ___ Python tracker <https://bugs.python.org/issu

[issue46263] FreeBSD buildbots cannot compile Python

2022-01-05 Thread miss-islington
Change by miss-islington : -- pull_requests: +28620 pull_request: https://github.com/python/cpython/pull/30414 ___ Python tracker <https://bugs.python.org/issue46

[issue46263] FreeBSD buildbots cannot compile Python

2022-01-05 Thread miss-islington
miss-islington added the comment: New changeset 7e951f356ec76a5a5fdb851d71df5d120014bf3f by Miss Islington (bot) in branch '3.10': bpo-46263: Don't use MULTIARCH on FreeBSD (GH-30410) https://github.com/python/cpython/commit/7e951f356ec76a5a5fdb851d7

[issue46263] FreeBSD buildbots cannot compile Python

2022-01-05 Thread miss-islington
miss-islington added the comment: New changeset 64199e9235275a795097ee0c53b2c560e21c70d0 by Miss Islington (bot) in branch '3.9': bpo-46263: Don't use MULTIARCH on FreeBSD (GH-30410) https://github.com/python/cpython/commit/64199e9235275a795097ee0c5

[issue46236] PyFunction_GetAnnotations returning Tuple vs Dict

2022-01-05 Thread miss-islington
miss-islington added the comment: New changeset 46e4c257e7c26c813620232135781e6c53fe8d4d by Inada Naoki in branch 'main': bpo-46236: Fix PyFunction_GetAnnotations() returned tuple. (GH-30409) https://github.com/python/cpython/commit/46e4c257e7c26c813620232135781e6c53fe8d4d -

[issue46236] PyFunction_GetAnnotations returning Tuple vs Dict

2022-01-05 Thread miss-islington
Change by miss-islington : -- pull_requests: +28624 pull_request: https://github.com/python/cpython/pull/30420 ___ Python tracker <https://bugs.python.org/issue46

[issue46236] PyFunction_GetAnnotations returning Tuple vs Dict

2022-01-05 Thread miss-islington
miss-islington added the comment: New changeset da8be157f4e275c4c32b9199f1466ed7e52f62cf by Miss Islington (bot) in branch '3.10': bpo-46236: Fix PyFunction_GetAnnotations() returned tuple. (GH-30409) https://github.com/python/cpython/commit/da8be157f4e275c4c32b9199f1466e

[issue46266] Improve day constants (`MONDAY` ... `SUNDAY`) in `calendar.py`

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

[issue46278] AbstractEventLoop.call_* should reflect the 'context' argument

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

[issue46278] AbstractEventLoop.call_* should reflect the 'context' argument

2022-01-06 Thread miss-islington
Change by miss-islington : -- pull_requests: +28636 pull_request: https://github.com/python/cpython/pull/30429 ___ Python tracker <https://bugs.python.org/issue46

[issue46278] AbstractEventLoop.call_* should reflect the 'context' argument

2022-01-06 Thread miss-islington
Change by miss-islington : -- pull_requests: +28637 pull_request: https://github.com/python/cpython/pull/30431 ___ Python tracker <https://bugs.python.org/issue46

[issue46278] AbstractEventLoop.call_* should reflect the 'context' argument

2022-01-06 Thread miss-islington
miss-islington added the comment: New changeset b50e5e916a05df65ab6a255af7624b751e0fe9d1 by Kumar Aditya in branch 'main': bpo-46278: fix typo introduced in GH-30427 (GH-30430) https://github.com/python/cpython/commit/b50e5e916a05df65ab6a255af7624b

[issue46278] AbstractEventLoop.call_* should reflect the 'context' argument

2022-01-06 Thread miss-islington
Change by miss-islington : -- pull_requests: +28638 pull_request: https://github.com/python/cpython/pull/30432 ___ Python tracker <https://bugs.python.org/issue46

[issue46278] AbstractEventLoop.call_* should reflect the 'context' argument

2022-01-06 Thread miss-islington
miss-islington added the comment: New changeset cb0683128b8f413e0f16293752014902d4de4984 by Miss Islington (bot) in branch '3.9': bpo-46278: fix typo introduced in GH-30427 (GH-30430) https://github.com/python/cpython/commit/cb0683128b8f413e0f162937520149

[issue46263] FreeBSD buildbots cannot compile Python

2022-01-06 Thread miss-islington
Change by miss-islington : -- pull_requests: +28643 pull_request: https://github.com/python/cpython/pull/30436 ___ Python tracker <https://bugs.python.org/issue46

[issue46263] FreeBSD buildbots cannot compile Python

2022-01-06 Thread miss-islington
Change by miss-islington : -- pull_requests: +28644 pull_request: https://github.com/python/cpython/pull/30437 ___ Python tracker <https://bugs.python.org/issue46

[issue46263] FreeBSD buildbots cannot compile Python

2022-01-06 Thread miss-islington
miss-islington added the comment: New changeset a4aa52dc2801d25b6343fe2ef8de7f40ea3bc883 by Christian Heimes in branch 'main': bpo-46263: FreeBSD 14.0 jemalloc workaround for junk bytes of freed memory (GH-30434) https://github.com/python/cpyt

[issue46263] FreeBSD buildbots cannot compile Python

2022-01-06 Thread miss-islington
miss-islington added the comment: New changeset b951dec4418326c06d493020dadedf85a3b29a82 by Miss Islington (bot) in branch '3.10': bpo-46263: FreeBSD 14.0 jemalloc workaround for junk bytes of freed memory (GH-30434) https://github.com/python/cpyt

[issue46286] use the new POP_JUMP_IF_NOT_NONE to simplify except* a bit

2022-01-06 Thread miss-islington
New submission from miss-islington : New changeset 16dfabf75cd0786781bcd8ded6a12591fb893d68 by Irit Katriel in branch 'main': bpo-46286: use the new POP_JUMP_IF_NOT_NONE opcode to simplify except* (GH-30439) https://github.com/python/cpython/commit/16dfabf75cd0786781bcd8ded6a125

[issue46263] FreeBSD buildbots cannot compile Python

2022-01-06 Thread miss-islington
miss-islington added the comment: New changeset c9137d4b638c0699b904011cafe68895d28dd80b by Christian Heimes in branch 'main': bpo-46263: Fix second location that needs MALLOC_CONF on FreeBSD (GH-30440) https://github.com/python/cpython/commit/c9137d4b638c0699b904011cafe688

[issue46263] FreeBSD buildbots cannot compile Python

2022-01-06 Thread miss-islington
Change by miss-islington : -- pull_requests: +28648 pull_request: https://github.com/python/cpython/pull/30442 ___ Python tracker <https://bugs.python.org/issue46

[issue46263] FreeBSD buildbots cannot compile Python

2022-01-06 Thread miss-islington
Change by miss-islington : -- pull_requests: +28649 pull_request: https://github.com/python/cpython/pull/30443 ___ Python tracker <https://bugs.python.org/issue46

[issue46263] FreeBSD buildbots cannot compile Python

2022-01-06 Thread miss-islington
miss-islington added the comment: New changeset 3cb64ede57bba260228864150123014fc682167e by Miss Islington (bot) in branch '3.10': bpo-46263: Fix second location that needs MALLOC_CONF on FreeBSD (GH-30440) https://github.com/python/cpython/commit/3cb64ede57bba26022886415012301

[issue46263] FreeBSD buildbots cannot compile Python

2022-01-06 Thread miss-islington
miss-islington added the comment: New changeset b98730c5165467c6053e7274ae094d733aea804d by Miss Islington (bot) in branch '3.9': bpo-46263: Fix second location that needs MALLOC_CONF on FreeBSD (GH-30440) https://github.com/python/cpython/commit/b98730c5165467c6053e7274ae094d

[issue46251] logger.config.configure_formatter executes arbitrary code

2022-01-06 Thread miss-islington
Change by miss-islington : -- pull_requests: +28653 pull_request: https://github.com/python/cpython/pull/30448 ___ Python tracker <https://bugs.python.org/issue46

[issue46251] logger.config.configure_formatter executes arbitrary code

2022-01-06 Thread miss-islington
Change by miss-islington : -- nosy: +miss-islington nosy_count: 3.0 -> 4.0 pull_requests: +28652 stage: -> patch review pull_request: https://github.com/python/cpython/pull/30447 ___ Python tracker <https://bugs.python.org/i

[issue46070] [subinterpreters] asyncio crash when importing _asyncio in subinterpreter (Python 3.8 regression)

2022-01-07 Thread miss-islington
Change by miss-islington : -- nosy: +miss-islington nosy_count: 12.0 -> 13.0 pull_requests: +28657 pull_request: https://github.com/python/cpython/pull/30453 ___ Python tracker <https://bugs.python.org/issu

[issue46070] [subinterpreters] asyncio crash when importing _asyncio in subinterpreter (Python 3.8 regression)

2022-01-07 Thread miss-islington
Change by miss-islington : -- pull_requests: +28658 pull_request: https://github.com/python/cpython/pull/30454 ___ Python tracker <https://bugs.python.org/issue46

[issue46070] [subinterpreters] asyncio crash when importing _asyncio in subinterpreter (Python 3.8 regression)

2022-01-07 Thread miss-islington
miss-islington added the comment: New changeset 9d18045804f6db8224be14f7a618b77977f90144 by Miss Islington (bot) in branch '3.10': bpo-46070: Fix asyncio initialisation guard (GH-30423) https://github.com/python/cpython/commit/9d18045804f6db8224be14f7a618b7

[issue46070] [subinterpreters] asyncio crash when importing _asyncio in subinterpreter (Python 3.8 regression)

2022-01-07 Thread miss-islington
miss-islington added the comment: New changeset 4d2cfd354969590ba8e0af0447fd84f8b5e61952 by Miss Islington (bot) in branch '3.9': bpo-46070: Fix asyncio initialisation guard (GH-30423) https://github.com/python/cpython/commit/4d2cfd354969590ba8e0af0447fd84

[issue46216] spurious link to os.system() from os.times() documentation entry

2022-01-07 Thread miss-islington
miss-islington added the comment: New changeset 9b7aa6a9d678ba798c57fa5bbc800014dfe4fb91 by Irit Katriel in branch 'main': bpo-46216: remove spurious link to os.system() from os.time() documentation (GH-30326) https://github.com/python/cpython/commit/9b7aa6a9d678ba798c57fa5bbc8000

[issue46216] spurious link to os.system() from os.times() documentation entry

2022-01-07 Thread miss-islington
Change by miss-islington : -- pull_requests: +28662 pull_request: https://github.com/python/cpython/pull/30459 ___ Python tracker <https://bugs.python.org/issue46

[issue46216] spurious link to os.system() from os.times() documentation entry

2022-01-07 Thread miss-islington
Change by miss-islington : -- pull_requests: +28663 pull_request: https://github.com/python/cpython/pull/30460 ___ Python tracker <https://bugs.python.org/issue46

[issue24650] Error in yield expression documentation

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

[issue24650] Error in yield expression documentation

2022-01-07 Thread miss-islington
Change by miss-islington : -- pull_requests: +28665 pull_request: https://github.com/python/cpython/pull/30462 ___ Python tracker <https://bugs.python.org/issue24

[issue46216] spurious link to os.system() from os.times() documentation entry

2022-01-07 Thread miss-islington
miss-islington added the comment: New changeset 6630952cf0955d205e48874a53b69868c97b8875 by Miss Islington (bot) in branch '3.10': bpo-46216: remove spurious link to os.system() from os.time() documentation (GH-30326) https://github.com/python/cpyt

[issue24650] Error in yield expression documentation

2022-01-07 Thread miss-islington
miss-islington added the comment: New changeset 8bc68140cbe8230cf048bc04faf927c1413066d1 by Miss Islington (bot) in branch '3.9': bpo-24650: Use full term "generator function" in yield expressions docs (GH-24663) https://github.com/p

[issue24650] Error in yield expression documentation

2022-01-07 Thread miss-islington
miss-islington added the comment: New changeset 75a1865d1ce352909ad9a30d001486bbd7d3ed75 by Miss Islington (bot) in branch '3.10': [3.10] bpo-24650: Use full term "generator function" in yield expressions docs (GH-24663) (GH-30461) https://github.com/p

[issue28546] [doc] Clarify setting pdb breakpoints

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

[issue28546] [doc] Clarify setting pdb breakpoints

2022-01-07 Thread miss-islington
Change by miss-islington : -- pull_requests: +28668 pull_request: https://github.com/python/cpython/pull/30465 ___ Python tracker <https://bugs.python.org/issue28

[issue28546] [doc] Clarify setting pdb breakpoints

2022-01-07 Thread miss-islington
miss-islington added the comment: New changeset ed2656a7d313dd9fa3a963d8b4dca4438cf73bc9 by Miss Islington (bot) in branch '3.10': bpo-28546: [doc] Clarify setting pdb breakpoints (GH-30360) https://github.com/python/cpython/commit/ed2656a7d313dd9fa3a963d8b4dca4

[issue28546] [doc] Clarify setting pdb breakpoints

2022-01-07 Thread miss-islington
miss-islington added the comment: New changeset a74eb5465582dd6e194a84ce4c66c12453373304 by Miss Islington (bot) in branch '3.9': bpo-28546: [doc] Clarify setting pdb breakpoints (GH-30360) https://github.com/python/cpython/commit/a74eb5465582dd6e194a84ce4c66c1

[issue46289] AST: FomattedValue conversion's default value should be -1

2022-01-07 Thread miss-islington
miss-islington added the comment: New changeset d382f7ee0b98e4ab6ade9384268f25c06be462ad by Batuhan Taskaya in branch 'main': bpo-46289: Make conversion of FormattedValue not optional on ASDL (GH-30467) https://github.com/python/cpython/commit/d382f7ee0b98e4ab6ade9384268f25

[issue42378] logging reopens file with same mode, possibly truncating

2022-01-07 Thread miss-islington
Change by miss-islington : -- pull_requests: +28671 pull_request: https://github.com/python/cpython/pull/30468 ___ Python tracker <https://bugs.python.org/issue42

[issue46289] AST: FomattedValue conversion's default value should be -1

2022-01-07 Thread miss-islington
Change by miss-islington : -- pull_requests: +28672 pull_request: https://github.com/python/cpython/pull/30469 ___ Python tracker <https://bugs.python.org/issue46

[issue46289] AST: FomattedValue conversion's default value should be -1

2022-01-07 Thread miss-islington
miss-islington added the comment: New changeset bea3f42bb7c360921f864949ef7472a7ecb02cd3 by Miss Islington (bot) in branch '3.10': bpo-46289: Make conversion of FormattedValue not optional on ASDL (GH-30467) https://github.com/python/cpython/commit/bea3f42bb7c360921f864949ef7472

[issue46237] Incorrect line reported in syntax error

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

[issue46299] Improve several exception handling practices in `test_descr.py`

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

[issue46299] Improve several exception handling practices in `test_descr.py`

2022-01-07 Thread miss-islington
Change by miss-islington : -- pull_requests: +28680 pull_request: https://github.com/python/cpython/pull/30477 ___ Python tracker <https://bugs.python.org/issue46

[issue46299] Improve several exception handling practices in `test_descr.py`

2022-01-07 Thread miss-islington
miss-islington added the comment: New changeset 566d70a8d1c1afb8e770068f1686f762a1e343b9 by Miss Islington (bot) in branch '3.9': bpo-46299: improve `test_descr.py` with stricter error handling (GH-30471) https://github.com/python/cpython/commit/566d70a8d1c1afb8e770068f1686f7

[issue46299] Improve several exception handling practices in `test_descr.py`

2022-01-07 Thread miss-islington
miss-islington added the comment: New changeset d2245cf190c36a6d74fe947bf133ce09d3313a6f by Miss Islington (bot) in branch '3.10': bpo-46299: improve `test_descr.py` with stricter error handling (GH-30471) https://github.com/python/cpython/commit/d2245cf190c36a6d74fe947bf133ce

[issue46290] Parameter names are inaccurate in dataclasses docs

2022-01-08 Thread miss-islington
Change by miss-islington : -- pull_requests: +28687 pull_request: https://github.com/python/cpython/pull/30483 ___ Python tracker <https://bugs.python.org/issue46

[issue46290] Parameter names are inaccurate in dataclasses docs

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

[issue46290] Parameter names are inaccurate in dataclasses docs

2022-01-08 Thread miss-islington
miss-islington added the comment: New changeset 8bef658668bac923166ae160c79720aed5f3b712 by Miss Islington (bot) in branch '3.10': bpo-46290: Fix parameter names in dataclasses docs (GH-30450) https://github.com/python/cpython/commit/8bef658668bac923166ae160c79720

[issue46290] Parameter names are inaccurate in dataclasses docs

2022-01-08 Thread miss-islington
miss-islington added the comment: New changeset cd95033d9c27d6c541dfd774b4c5eab4a70a23ab by Miss Islington (bot) in branch '3.9': bpo-46290: Fix parameter names in dataclasses docs (GH-30450) https://github.com/python/cpython/commit/cd95033d9c27d6c541dfd774b4c5ea

[issue46261] [doc] fix inaccuracies in sqlite3.Cursor.lastrowid docs

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

[issue46261] [doc] fix inaccuracies in sqlite3.Cursor.lastrowid docs

2022-01-08 Thread miss-islington
Change by miss-islington : -- pull_requests: +28691 pull_request: https://github.com/python/cpython/pull/30488 ___ Python tracker <https://bugs.python.org/issue46

[issue46308] Unportable test(1) operator in configure script

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

[issue34602] python3 resource.setrlimit strange behaviour under macOS

2022-01-08 Thread miss-islington
Change by miss-islington : -- pull_requests: +28696 pull_request: https://github.com/python/cpython/pull/30491 ___ Python tracker <https://bugs.python.org/issue34

[issue46272] Fix bitwise and logical terminology in python.gram

2022-01-09 Thread miss-islington
miss-islington added the comment: New changeset 1bee9a4625e101d3308831de37590f4e2f57c71c by Mark Dickinson in branch 'main': bpo-46272: Fix two heading comments in python.gram (GH-30499) https://github.com/python/cpython/commit/1bee9a4625e101d3308831de37590f4e2f57c71c -

[issue46270] Comparison operators in Python Tutorial 5.7

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

[issue46205] test.libregrtest: Race condition in runtest_mp leads to hangs (never exits)

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

[issue46205] test.libregrtest: Race condition in runtest_mp leads to hangs (never exits)

2022-01-10 Thread miss-islington
Change by miss-islington : -- pull_requests: +28725 pull_request: https://github.com/python/cpython/pull/30524 ___ Python tracker <https://bugs.python.org/issue46

[issue46205] test.libregrtest: Race condition in runtest_mp leads to hangs (never exits)

2022-01-10 Thread miss-islington
miss-islington added the comment: New changeset e0ec08dc49f8e6f94a735bc9946ef7a3fd898a44 by Miss Islington (bot) in branch '3.10': bpo-46205: exit if no workers are alive in runtest_mp (GH-30470) https://github.com/python/cpython/commit/e0ec08dc49f8e6f94a735bc9946ef7

[issue46205] test.libregrtest: Race condition in runtest_mp leads to hangs (never exits)

2022-01-10 Thread miss-islington
miss-islington added the comment: New changeset 690ed889c537c008a2c5f3e6c4f06c5b0c0afbc6 by Miss Islington (bot) in branch '3.9': bpo-46205: exit if no workers are alive in runtest_mp (GH-30470) https://github.com/python/cpython/commit/690ed889c537c008a2c5f3e6c4f06c

[issue46253] C API documentation of Py_UNICODE_* character properties macros use Py_UNICODE instead of Py_UCS4

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

[issue46253] C API documentation of Py_UNICODE_* character properties macros use Py_UNICODE instead of Py_UCS4

2022-01-11 Thread miss-islington
Change by miss-islington : -- pull_requests: +28735 pull_request: https://github.com/python/cpython/pull/30534 ___ Python tracker <https://bugs.python.org/issue46

[issue46253] C API documentation of Py_UNICODE_* character properties macros use Py_UNICODE instead of Py_UCS4

2022-01-11 Thread miss-islington
miss-islington added the comment: New changeset 4cfb10979d74b8513ec751b81454709f38e3b51a by Miss Islington (bot) in branch '3.10': closes bpo-46253: Change Py_UNICODE to Py_UCS4 in the C API docs to match the current source code (GH-30387) https://github.com/python/cpyt

[issue46253] C API documentation of Py_UNICODE_* character properties macros use Py_UNICODE instead of Py_UCS4

2022-01-11 Thread miss-islington
miss-islington added the comment: New changeset 238a36b753affd373a315b81a5024aed7ebf6479 by Miss Islington (bot) in branch '3.9': closes bpo-46253: Change Py_UNICODE to Py_UCS4 in the C API docs to match the current source code (GH-30387) https://github.com/python/cpyt

[issue46339] PEG parser segfault from ast.literal_eval

2022-01-11 Thread miss-islington
miss-islington added the comment: New changeset cedec19be81e6bd153678bfb28c8e217af8bda58 by Pablo Galindo Salgado in branch 'main': bpo-46339: Fix crash in the parser when computing error text for multi-line f-strings (GH-30529) https://github.com/python/cpyt

[issue46237] Incorrect line reported in syntax error

2022-01-11 Thread miss-islington
miss-islington added the comment: New changeset 19a85501cee24a6e426a431243d0adcb5664c6fe by Miss Islington (bot) in branch '3.10': bpo-46237: Fix the line number of tokenizer errors inside f-strings (GH-30463) https://github.com/python/cpython/commit/19a85501cee24a6e426a431243d0ad

[issue46339] PEG parser segfault from ast.literal_eval

2022-01-11 Thread miss-islington
Change by miss-islington : -- pull_requests: +28740 pull_request: https://github.com/python/cpython/pull/30542 ___ Python tracker <https://bugs.python.org/issue46

[issue46307] string.Template should allow inspection of identifiers

2022-01-11 Thread miss-islington
miss-islington added the comment: New changeset dce642f24418c58e67fa31a686575c980c31dd37 by Ben Kehoe in branch 'main': bpo-46307: Add string.Template.get_identifiers() method (GH-30493) https://github.com/python/cpython/commit/dce642f24418c58e67fa31a686575c980c31dd37 -

[issue45729] [doc] "history and license" link has wrong target

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

[issue45729] [doc] "history and license" link has wrong target

2022-01-11 Thread miss-islington
Change by miss-islington : -- pull_requests: +28745 pull_request: https://github.com/python/cpython/pull/30541 ___ Python tracker <https://bugs.python.org/issue45

[issue46347] memory leak in PyEval_EvalCodeEx

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

[issue46347] memory leak in PyEval_EvalCodeEx

2022-01-11 Thread miss-islington
miss-islington added the comment: New changeset b1a94f1fab7c0aee0705483616a1b2c3f2713c00 by Miss Islington (bot) in branch '3.10': bpo-46347: Fix memory leak in PyEval_EvalCodeEx. (GH-30546) https://github.com/python/cpython/commit/b1a94f1fab7c0aee0705483616a1b2

[issue46345] Add an explicit test for `get_type_hints` for a class field with `None` default

2022-01-12 Thread miss-islington
Change by miss-islington : -- pull_requests: +28771 pull_request: https://github.com/python/cpython/pull/30568 ___ Python tracker <https://bugs.python.org/issue46

<    1   2   3   4   5   6   7   8   9   10   >