Change by miss-islington :
--
message_count: 9.0 -> 10.0
nosy: +miss-islington
nosy_count: 9.0 -> 10.0
pull_requests: +29255
pull_request: https://github.com/python/cpython/pull/31070
___
Python tracker
<https://bugs.python.org/i
Change by miss-islington :
--
pull_requests: +29256
pull_request: https://github.com/python/cpython/pull/31071
___
Python tracker
<https://bugs.python.org/issue44
miss-islington added the comment:
New changeset 7dee93c2d223a080f410f6901987e9d363743471 by Miss Islington (bot)
in branch '3.10':
bpo-46591: Make About IDLE doc link label clickable (GH-30251)
https://github.com/python/cpython/commit/7dee93c2d223a080f410f6901987e9
miss-islington added the comment:
New changeset 85b421fbff23ff41c52fa5bde191920b3701f0d0 by Miss Islington (bot)
in branch '3.10':
bpo-44359: Fix test_ftplib unhandled thread exceptions (GH-31069)
https://github.com/python/cpython/commit/85b421fbff23ff41c52fa5bde19192
miss-islington added the comment:
New changeset 0371e5d7f1248abb0712fc98c3135d01d265cec8 by Miss Islington (bot)
in branch '3.9':
bpo-44359: Fix test_ftplib unhandled thread exceptions (GH-31069)
https://github.com/python/cpython/commit/0371e5d7f1248abb0712fc98c3135d
miss-islington added the comment:
New changeset 08f8301b21648d58d053e1a513db8ed32fbf37dd by Barney Gale in branch
'main':
bpo-43012: remove `pathlib._Accessor` (GH-25701)
https://github.com/python/cpython/commit/08f8301b21648d58d053e1a513db8ed32fbf37dd
--
nosy: +miss
miss-islington added the comment:
New changeset 08f8301b21648d58d053e1a513db8ed32fbf37dd by Barney Gale in branch
'main':
bpo-43012: remove `pathlib._Accessor` (GH-25701)
https://github.com/python/cpython/commit/08f8301b21648d58d053e1a513db8ed32fbf37dd
--
nosy: +miss
miss-islington added the comment:
New changeset 8d239bfdcc98f4e4a592d9cda569380a9c15a5c0 by Petr Viktorin in
branch '3.9':
[3.9] bpo-45703: Invalidate _NamespacePath cache on importlib.invalidate_cache
(GH-29384) (GH-30922) (GH-31076)
https://github.com/python/cpyt
miss-islington added the comment:
New changeset f66c857572a308822c70fd25e0197b6e0dec6e34 by Christian Heimes in
branch 'main':
bpo-45459: Add Py_buffer to limited API (GH-29991)
https://github.com/python/cpython/commit/f66c857572a308822c70fd25e0197b6e0dec6e34
--
n
miss-islington added the comment:
New changeset 0ef08530124c5ca13a9394f4ac18bee8e6c66409 by Petr Viktorin in
branch 'main':
bpo-46433: _PyType_GetModuleByDef: handle static types in MRO (GH-30696)
https://github.com/python/cpython/commit/0ef08530124c5ca13a9394f4ac18be
miss-islington added the comment:
New changeset 38e0b9efdf164be656782db0f969fb536cfbcaf1 by Oleg Iarygin in
branch 'main':
bpo-37705: Remove orphaned PC/errmap.mak (GH-29724)
https://github.com/python/cpython/commit/38e0b9efdf164be656782db0f969fb
miss-islington added the comment:
New changeset ba4d79af32b6bb8378cb7003f67d6c4d413fbe89 by Hugo van Kemenade in
branch '3.10':
[3.10] bpo-45173: Note configparser deprecations will be removed in 3.12
(GH-31084)
https://github.com/python/cpyt
Change by miss-islington :
--
nosy: +miss-islington
nosy_count: 4.0 -> 5.0
pull_requests: +29271
pull_request: https://github.com/python/cpython/pull/31087
___
Python tracker
<https://bugs.python.org/issu
Change by miss-islington :
--
pull_requests: +29272
pull_request: https://github.com/python/cpython/pull/31088
___
Python tracker
<https://bugs.python.org/issue46
miss-islington added the comment:
New changeset 3c6173ca67c019f3eb7a2fc34c5bfc426f99c5b2 by Miss Islington (bot)
in branch '3.9':
bpo-46616: Ensures test_importlib.test_windows cleans up registry keys after
completion (GH-31086)
https://github.com/python/cpyt
miss-islington added the comment:
New changeset 5765eaa13654e5f812a286700da7d6b8e144da0e by Miss Islington (bot)
in branch '3.10':
bpo-46616: Ensures test_importlib.test_windows cleans up registry keys after
completion (GH-31086)
https://github.com/python/cpyt
Change by miss-islington :
--
nosy: +miss-islington
nosy_count: 6.0 -> 7.0
pull_requests: +29276
pull_request: https://github.com/python/cpython/pull/31091
___
Python tracker
<https://bugs.python.org/issu
miss-islington added the comment:
New changeset 2ddc278875f789de622262ee8ff5a1c3788f031c by Miss Islington (bot)
in branch '3.10':
bpo-45975: Use walrus operator for some idlelib while loops (GH-31083)
https://github.com/python/cpython/commit/2ddc278875f789de622262ee8ff5a1
Change by miss-islington :
--
nosy: +miss-islington
nosy_count: 2.0 -> 3.0
pull_requests: +29278
pull_request: https://github.com/python/cpython/pull/31093
___
Python tracker
<https://bugs.python.org/issu
Change by miss-islington :
--
nosy: +miss-islington
nosy_count: 10.0 -> 11.0
pull_requests: +29279
pull_request: https://github.com/python/cpython/pull/31093
___
Python tracker
<https://bugs.python.org/issu
miss-islington added the comment:
New changeset e8258608c28c65680253d0ca6167430e34c2fd87 by Miss Islington (bot)
in branch '3.9':
[3.9] [3.10] bpo-46576: bpo-46524: Disable compiler optimization within
test_peg_generator. (GH-31015) (GH-31089) (GH-31093)
https://github.com/pyth
miss-islington added the comment:
New changeset e8258608c28c65680253d0ca6167430e34c2fd87 by Miss Islington (bot)
in branch '3.9':
[3.9] [3.10] bpo-46576: bpo-46524: Disable compiler optimization within
test_peg_generator. (GH-31015) (GH-31089) (GH-31093)
https://github.com/pyth
Change by miss-islington :
--
nosy: +miss-islington
nosy_count: 3.0 -> 4.0
pull_requests: +29284
pull_request: https://github.com/python/cpython/pull/31101
___
Python tracker
<https://bugs.python.org/issu
miss-islington added the comment:
New changeset 2d080347d74078a55c47715d232d1ab8dc8cd603 by Géry Ogam in branch
'main':
bpo-46436: Fix command-line option -d/--directory in module http.server
(GH-30701)
https://github.com/python/cpython/commit/2d080347d74078a55c47715d232d1a
Change by miss-islington :
--
keywords: +patch
pull_requests: +29285
stage: -> patch review
pull_request: https://github.com/python/cpython/pull/31102
___
Python tracker
<https://bugs.python.org/issu
Change by miss-islington :
--
pull_requests: +29286
pull_request: https://github.com/python/cpython/pull/31103
___
Python tracker
<https://bugs.python.org/issue46
miss-islington added the comment:
New changeset ff6948b1286c854ee77dfc0b23b9d828b36873e4 by Miss Islington (bot)
in branch '3.10':
bpo-45773: Remove invalid peephole optimizations (GH-31066)
https://github.com/python/cpython/commit/ff6948b1286c854ee77dfc0b23b9d8
Change by miss-islington :
--
pull_requests: +29292
pull_request: https://github.com/python/cpython/pull/31109
___
Python tracker
<https://bugs.python.org/issue45
Change by miss-islington :
--
pull_requests: +29293
pull_request: https://github.com/python/cpython/pull/31110
___
Python tracker
<https://bugs.python.org/issue45
miss-islington added the comment:
New changeset 63523e7b2a631f28134b25a8063d50e08c741db6 by Miss Islington (bot)
in branch '3.10':
bpo-45975: IDLE - Remove extraneous parens (GH-31107)
https://github.com/python/cpython/commit/63523e7b2a631f28134b25a8063d50
miss-islington added the comment:
New changeset cf7cb1a2bf40516dc571d1d90c12b632dcd9b8c8 by Miss Islington (bot)
in branch '3.9':
bpo-45975: IDLE - Remove extraneous parens (GH-31107)
https://github.com/python/cpython/commit/cf7cb1a2bf40516dc571d1d90c12b6
Change by miss-islington :
--
pull_requests: +29297
pull_request: https://github.com/python/cpython/pull/31115
___
Python tracker
<https://bugs.python.org/issue46
Change by miss-islington :
--
nosy: +miss-islington
nosy_count: 1.0 -> 2.0
pull_requests: +29296
pull_request: https://github.com/python/cpython/pull/31114
___
Python tracker
<https://bugs.python.org/issu
miss-islington added the comment:
New changeset dc315f30f86a1dc7c4607398b379d7c0b55c7549 by Miss Islington (bot)
in branch '3.9':
bpo-46630: Fix initial focus of IDLE query dialogs (GH-31112)
https://github.com/python/cpython/commit/dc315f30f86a1dc7c4607398b379d7
miss-islington added the comment:
New changeset 4f76b3667d856a13107c65d44d802d0e73c3f104 by Miss Islington (bot)
in branch '3.10':
bpo-46630: Fix initial focus of IDLE query dialogs (GH-31112)
https://github.com/python/cpython/commit/4f76b3667d856a13107c65d44d802d
miss-islington added the comment:
New changeset 91e888904478271c27c52c773863b41f5a8f7f30 by Miss Islington (bot)
in branch '3.10':
bpo-14916: use specified tokenizer fd for file input (GH-31006)
https://github.com/python/cpython/commit/91e888904478271c27c52c773863b4
Change by miss-islington :
--
pull_requests: +29299
pull_request: https://github.com/python/cpython/pull/31118
___
Python tracker
<https://bugs.python.org/issue44
Change by miss-islington :
--
nosy: +miss-islington
nosy_count: 2.0 -> 3.0
pull_requests: +29302
pull_request: https://github.com/python/cpython/pull/31121
___
Python tracker
<https://bugs.python.org/issu
miss-islington added the comment:
New changeset 663370aea5dcf9074455b45283e980c7bc353674 by Miss Islington (bot)
in branch '3.9':
bpo-46588: fix typo in test_calltip.py (GH-31119)
https://github.com/python/cpython/commit/663370aea5dcf9074455b45283e980
Change by miss-islington :
--
pull_requests: +29303
pull_request: https://github.com/python/cpython/pull/31122
___
Python tracker
<https://bugs.python.org/issue46
miss-islington added the comment:
New changeset 9ce0b00fb1172e743de985eda28e3335aa95014a by Miss Islington (bot)
in branch '3.10':
bpo-46588: fix typo in test_calltip.py (GH-31119)
https://github.com/python/cpython/commit/9ce0b00fb1172e743de985eda28e33
Change by miss-islington :
--
nosy: +miss-islington
nosy_count: 4.0 -> 5.0
pull_requests: +29307
pull_request: https://github.com/python/cpython/pull/31128
___
Python tracker
<https://bugs.python.org/issu
Change by miss-islington :
--
pull_requests: +29308
pull_request: https://github.com/python/cpython/pull/31129
___
Python tracker
<https://bugs.python.org/issue46
miss-islington added the comment:
New changeset 7b5b23c31db87cfc5e09ec297147499ba1d47d31 by Miss Islington (bot)
in branch '3.10':
bpo-46629: Update classicAppCompat.sccd for new signing certificate (GH-3)
https://github.com/python/cpython/commit/7b5b23c31db87cfc5e09ec29714749
miss-islington added the comment:
New changeset 6da436497a79dea0f3bb756c2d78921b2838e03b by Miss Islington (bot)
in branch '3.9':
bpo-46629: Update classicAppCompat.sccd for new signing certificate (GH-3)
https://github.com/python/cpython/commit/6da436497a79dea0f3bb756c2d7892
miss-islington added the comment:
New changeset bf95ff91f2c1fc5a57190491f9ccdc63458b089e by Kumar Aditya in
branch 'main':
bpo-46608: exclude marshalled-frozen data if deep-freezing to save 300 KB space
(GH-31074)
https://github.com/python/cpyt
Change by miss-islington :
--
nosy: +miss-islington
nosy_count: 5.0 -> 6.0
pull_requests: +29312
pull_request: https://github.com/python/cpython/pull/31133
___
Python tracker
<https://bugs.python.org/issu
Change by miss-islington :
--
pull_requests: +29336
pull_request: https://github.com/python/cpython/pull/31163
___
Python tracker
<https://bugs.python.org/issue46
Change by miss-islington :
--
nosy: +miss-islington
nosy_count: 4.0 -> 5.0
pull_requests: +29335
pull_request: https://github.com/python/cpython/pull/31162
___
Python tracker
<https://bugs.python.org/issu
miss-islington added the comment:
New changeset 1b8a34ae65688cfadc81e0174b5aea979b264b3e by Miss Islington (bot)
in branch '3.9':
bpo-46648: Skip test_urllib2.test_issue16464() (GH-31161)
https://github.com/python/cpython/commit/1b8a34ae65688cfadc81e0174b5aea
miss-islington added the comment:
New changeset c88407ccf5e72d00e909c2399ff7163501aa7089 by Miss Islington (bot)
in branch '3.10':
bpo-46648: Skip test_urllib2.test_issue16464() (GH-31161)
https://github.com/python/cpython/commit/c88407ccf5e72d00e909c2399ff716
Change by miss-islington :
--
pull_requests: +29344
pull_request: https://github.com/python/cpython/pull/31173
___
Python tracker
<https://bugs.python.org/issue46
miss-islington added the comment:
New changeset 59e004af63742361b67d1e1ae70229ff0db1059d by Zackery Spytz in
branch 'main':
bpo-40479: Fix undefined behavior in Modules/_hashopenssl.c (GH-31153)
https://github.com/python/cpython/commit/59e004af63742361b67d1e1ae70229
Change by miss-islington :
--
pull_requests: +29355
pull_request: https://github.com/python/cpython/pull/31183
___
Python tracker
<https://bugs.python.org/issue40
Change by miss-islington :
--
pull_requests: +29356
pull_request: https://github.com/python/cpython/pull/31184
___
Python tracker
<https://bugs.python.org/issue40
miss-islington added the comment:
New changeset 3ceff9968be059209f0d7271365f38895207b24d by Miss Islington (bot)
in branch '3.10':
bpo-40479: Fix undefined behavior in Modules/_hashopenssl.c (GH-31153)
https://github.com/python/cpython/commit/3ceff9968be059209f0d7271365f38
miss-islington added the comment:
New changeset 0892a0e3ec925ac959bc959b985293b4b96ef863 by Miss Islington (bot)
in branch '3.9':
bpo-40479: Fix undefined behavior in Modules/_hashopenssl.c (GH-31153)
https://github.com/python/cpython/commit/0892a0e3ec925ac959bc959b985293
Change by miss-islington :
--
pull_requests: +29360
pull_request: https://github.com/python/cpython/pull/31189
___
Python tracker
<https://bugs.python.org/issue46
Change by miss-islington :
--
pull_requests: +29361
pull_request: https://github.com/python/cpython/pull/31190
___
Python tracker
<https://bugs.python.org/issue46
miss-islington added the comment:
New changeset 0d74efc54fa811def386d2cde00986204ba18569 by Miss Islington (bot)
in branch '3.9':
bpo-46648: Rewrite test_urllib2.test_issue16464() with a local HTTP server
(GH-31186)
https://github.com/python/cpyt
Change by miss-islington :
--
nosy: +miss-islington
nosy_count: 4.0 -> 5.0
pull_requests: +29370
pull_request: https://github.com/python/cpython/pull/31199
___
Python tracker
<https://bugs.python.org/issu
Change by miss-islington :
--
pull_requests: +29371
pull_request: https://github.com/python/cpython/pull/31200
___
Python tracker
<https://bugs.python.org/issue46
miss-islington added the comment:
New changeset 9c45390208df712126c59f7c2b6f8d2b4e19ccf7 by Miss Islington (bot)
in branch '3.10':
bpo-46638: Makes registry virtualisation setting stable when building MSIX
packages (GH-31130)
https://github.com/python/cpyt
miss-islington added the comment:
New changeset 9539400390494f4930c245b3f98453592f4a1a8c by Miss Islington (bot)
in branch '3.10':
[3.10] bpo-46648: Rewrite test_urllib2.test_issue16464() with a local HTTP
server (GH-31186) (GH-31189)
https://github.com/python/cpyt
Change by miss-islington :
--
nosy: +miss-islington
nosy_count: 1.0 -> 2.0
pull_requests: +29378
pull_request: https://github.com/python/cpython/pull/31207
___
Python tracker
<https://bugs.python.org/issu
miss-islington added the comment:
New changeset da576e08296490e94924421af71001bcfbccb317 by Jason Wilkes in
branch 'main':
bpo-46678: Fix Invalid cross device link in Lib/test/support/import_helper.py
(GH-31204)
https://github.com/python/cpyt
Change by miss-islington :
--
pull_requests: +29400
pull_request: https://github.com/python/cpython/pull/31230
___
Python tracker
<https://bugs.python.org/issue46
Change by miss-islington :
--
nosy: +miss-islington
nosy_count: 6.0 -> 7.0
pull_requests: +29399
pull_request: https://github.com/python/cpython/pull/31229
___
Python tracker
<https://bugs.python.org/issu
miss-islington added the comment:
New changeset d29bbc22b08551afce24e933f43bfcb6e980cb08 by Miss Islington (bot)
in branch '3.10':
bpo-46685: cover `TypeError` of `ForwardRef(1)` in `test_typing` (GH-31223)
https://github.com/python/cpython/commit/d29bbc22b08551afce24e933f43bfc
miss-islington added the comment:
New changeset bde3765a3fd21e2ecf595a57998b285e3045f744 by Miss Islington (bot)
in branch '3.9':
bpo-46685: cover `TypeError` of `ForwardRef(1)` in `test_typing` (GH-31223)
https://github.com/python/cpython/commit/bde3765a3fd21e2ecf595a57998b28
Change by miss-islington :
--
nosy: +miss-islington
nosy_count: 3.0 -> 4.0
pull_requests: +29402
pull_request: https://github.com/python/cpython/pull/31232
___
Python tracker
<https://bugs.python.org/issu
Change by miss-islington :
--
pull_requests: +29403
pull_request: https://github.com/python/cpython/pull/31233
___
Python tracker
<https://bugs.python.org/issue45
miss-islington added the comment:
New changeset 42f87d435ebe4f2834c8fd0b4ce38f0b1627f3ed by Miss Islington (bot)
in branch '3.10':
bpo-45863: tarfile: don't zero out header fields unnecessarily (GH-29693)
https://github.com/python/cpython/commit/42f87d435ebe4f2834c8fd0b4
miss-islington added the comment:
New changeset b0517a12179a9fe444ca6ce1f31c307883e81c0c by Miss Islington (bot)
in branch '3.9':
bpo-45863: tarfile: don't zero out header fields unnecessarily (GH-29693)
https://github.com/python/cpython/commit/b0517a12179a9fe444ca6ce1f
miss-islington added the comment:
New changeset 5a3f97291eea96037cceee097ebc00bba44bc9ed by Henry Schreiner in
branch 'main':
bpo-43532: add version added to KW_ONLY (GH-31235)
https://github.com/python/cpython/commit/5a3f97291eea96037cceee097ebc00bba44bc9ed
--
n
Change by miss-islington :
--
pull_requests: +29406
pull_request: https://github.com/python/cpython/pull/31236
___
Python tracker
<https://bugs.python.org/issue43
miss-islington added the comment:
New changeset 7445949a4399ab19fbdd5a0b0aca53a690c3251b by Miss Islington (bot)
in branch '3.10':
bpo-43532: add version added to KW_ONLY (GH-31235)
https://github.com/python/cpython/commit/7445949a4399ab19fbdd5a0b0aca53
miss-islington added the comment:
New changeset dee020a6f5bf29f95bec6294da9bcd577114f592 by Nikita Sobolev in
branch 'main':
Fix sphinx-lint after #31097 and b878b3a (GH-31248)
https://github.com/python/cpython/commit/dee020a6f5bf29f95bec6294da9bcd577114f592
--
n
miss-islington added the comment:
New changeset dee020a6f5bf29f95bec6294da9bcd577114f592 by Nikita Sobolev in
branch 'main':
Fix sphinx-lint after #31097 and b878b3a (GH-31248)
https://github.com/python/cpython/commit/dee020a6f5bf29f95bec6294da9bcd
miss-islington added the comment:
New changeset dd76b3f7d332dd6eced5cbc2ad2adfc397700b3d by Arie Bovenberg in
branch 'main':
bpo-46246: add missing __slots__ to importlib.metadata.DeprecatedList (GH-30452)
https://github.com/python/cpython/commit/dd76b3f7d332dd6eced5cbc2ad2adf
Change by miss-islington :
--
pull_requests: +29433
pull_request: https://github.com/python/cpython/pull/31269
___
Python tracker
<https://bugs.python.org/issue46
miss-islington added the comment:
New changeset 1124ab6d1d15dc5058e03b63fd1d95e6f1009cc3 by Miss Islington (bot)
in branch '3.10':
bpo-46246: add missing __slots__ to importlib.metadata.DeprecatedList (GH-30452)
https://github.com/python/cpyt
Change by miss-islington :
--
nosy: +miss-islington
nosy_count: 4.0 -> 5.0
pull_requests: +29444
pull_request: https://github.com/python/cpython/pull/31284
___
Python tracker
<https://bugs.python.org/issu
Change by miss-islington :
--
nosy: +miss-islington
nosy_count: 7.0 -> 8.0
pull_requests: +29446
pull_request: https://github.com/python/cpython/pull/31286
___
Python tracker
<https://bugs.python.org/issu
Change by miss-islington :
--
pull_requests: +29447
pull_request: https://github.com/python/cpython/pull/31287
___
Python tracker
<https://bugs.python.org/issue46
miss-islington added the comment:
New changeset 1f5fe9962f768c8bfd4ed06a22532d31d3424dc9 by Miss Islington (bot)
in branch '3.10':
bpo-46615: Don't crash when set operations mutate the sets (GH-31120)
https://github.com/python/cpython/commit/1f5fe9962f768c8bfd4ed06a2
miss-islington added the comment:
New changeset a7c1cc41696740bb528f4d24816c59e38b8be345 by Miss Islington (bot)
in branch '3.9':
bpo-46483: [doc] pathlib classes no longer support parameterized generics
(GH-31281)
https://github.com/python/cpyt
miss-islington added the comment:
New changeset f2fbfbe0ec57ec39b3099dae62571a48d5fe8729 by Miss Islington (bot)
in branch '3.10':
bpo-46483: [doc] pathlib classes no longer support parameterized generics
(GH-31281)
https://github.com/python/cpyt
Change by miss-islington :
--
nosy: +miss-islington
nosy_count: 5.0 -> 6.0
pull_requests: +29451
pull_request: https://github.com/python/cpython/pull/31292
___
Python tracker
<https://bugs.python.org/issu
miss-islington added the comment:
New changeset b7a65c939c93e7910abc8c9d4a129ff385714824 by Miss Islington (bot)
in branch '3.10':
bpo-45948: Remove constructor discrepancy in C version of ElementTree.XMLParser
(GH-31152)
https://github.com/python/cpyt
Change by miss-islington :
--
nosy: +miss-islington
nosy_count: 3.0 -> 4.0
pull_requests: +29454
pull_request: https://github.com/python/cpython/pull/31295
___
Python tracker
<https://bugs.python.org/issu
Change by miss-islington :
--
nosy: +miss-islington
nosy_count: 5.0 -> 6.0
pull_requests: +29467
pull_request: https://github.com/python/cpython/pull/31306
___
Python tracker
<https://bugs.python.org/issu
miss-islington added the comment:
New changeset 1d4d44c385414042cbdd2a1e9504cd8e9d69c0ae by Miss Islington (bot)
in branch '3.9':
bpo-45447: Add syntax highlighting for `.pyi` files in IDLE (GH-28950)
https://github.com/python/cpython/commit/1d4d44c385414042cbdd2a1e9504cd
Change by miss-islington :
--
pull_requests: +29469
pull_request: https://github.com/python/cpython/pull/31308
___
Python tracker
<https://bugs.python.org/issue45
Change by miss-islington :
--
pull_requests: +29471
pull_request: https://github.com/python/cpython/pull/31310
___
Python tracker
<https://bugs.python.org/issue45
Change by miss-islington :
--
pull_requests: +29470
pull_request: https://github.com/python/cpython/pull/31309
___
Python tracker
<https://bugs.python.org/issue45
miss-islington added the comment:
New changeset 5698e0be8e77bd4d7a1fda88005662f0b239dec8 by Miss Islington (bot)
in branch '3.10':
bpo-45447: Add entry to What's new 3.9 (GH-31305)
https://github.com/python/cpython/commit/5698e0be8e77bd4d7a1fda880
miss-islington added the comment:
New changeset ebe73e6095fc019fd1e31c9f41bc67d56ee003b6 by Miss Islington (bot)
in branch '3.9':
bpo-45447: Add entry to What's new 3.9 (GH-31305)
https://github.com/python/cpython/commit/ebe73e6095fc019fd1e31c9f4
miss-islington added the comment:
New changeset 44666c3285a52c2a4632f89aeeddd7ca7d02c8df by Miss Islington (bot)
in branch '3.10':
bpo-45447: Add entry to What's new 3.10 (GH-31304)
https://github.com/python/cpython/commit/44666c3285a52c2a4632f89ae
Change by miss-islington :
--
pull_requests: +29488
pull_request: https://github.com/python/cpython/pull/31335
___
Python tracker
<https://bugs.python.org/issue38
401 - 500 of 11592 matches
Mail list logo