Change by miss-islington :
--
pull_requests: +19477
pull_request: https://github.com/python/cpython/pull/20178
___
Python tracker
<https://bugs.python.org/issue40
Change by miss-islington :
--
pull_requests: +19478
pull_request: https://github.com/python/cpython/pull/20179
___
Python tracker
<https://bugs.python.org/issue40
miss-islington added the comment:
New changeset 9ecf25e04cb0b97f7f9a12f50b87ac4fad5dc3f5 by Miss Islington (bot)
in branch '3.7':
bpo-40548: Github Actions: update actions/checkout to v2 (GH-20164)
https://github.com/python/cpython/commit/9ecf25e04cb0b97f7f9a12f50b87ac
miss-islington added the comment:
New changeset d8cbfa2f2a9a972caf9cbc2b1e2565c456e0 by Miss Islington (bot)
in branch '3.8':
bpo-40548: Github Actions: update actions/checkout to v2 (GH-20164)
https://github.com/python/cpython/commit/d8cbfa2f2a9a972caf9cbc2b1e2565
Change by miss-islington :
--
nosy: +miss-islington
nosy_count: 5.0 -> 6.0
pull_requests: +19486
pull_request: https://github.com/python/cpython/pull/20185
___
Python tracker
<https://bugs.python.org/issu
Change by miss-islington :
--
pull_requests: +19487
pull_request: https://github.com/python/cpython/pull/20186
___
Python tracker
<https://bugs.python.org/issue40
Change by miss-islington :
--
nosy: +miss-islington
nosy_count: 5.0 -> 6.0
pull_requests: +19489
pull_request: https://github.com/python/cpython/pull/20188
___
Python tracker
<https://bugs.python.org/issu
Change by miss-islington :
--
nosy: +miss-islington
nosy_count: 5.0 -> 6.0
pull_requests: +19488
pull_request: https://github.com/python/cpython/pull/20187
___
Python tracker
<https://bugs.python.org/issu
miss-islington added the comment:
New changeset 6da26f8cec5c3f012e2fd001042ccadcd8aba640 by Miss Islington (bot)
in branch '3.7':
bpo-40653: Move _dirnameW out of GH-ifdef HAVE_SYMLINK/GH-endif (GH-20144)
https://github.com/python/cpython/commit/6da26f8cec5c3f012e2fd001042cca
miss-islington added the comment:
New changeset ddd5bbdeec8cf18ef074b3506c96d22ac3dc1f93 by Miss Islington (bot)
in branch '3.8':
bpo-40653: Move _dirnameW out of GH-ifdef HAVE_SYMLINK/GH-endif (GH-20144)
https://github.com/python/cpython/commit/ddd5bbdeec8cf18ef074b3506c96d2
miss-islington added the comment:
New changeset 8e49c1fcf15969ca5c585648a5520617cc0566e6 by Miss Islington (bot)
in branch '3.7':
bpo-40650: Include winsock2.h in pytime.c, instead of a full windows.h
(GH-20137)
https://github.com/python/cpyt
miss-islington added the comment:
New changeset ab9d9535aad5e627cb9ae471f186e27a65e48c6e by Miss Islington (bot)
in branch '3.8':
bpo-40650: Include winsock2.h in pytime.c, instead of a full windows.h
(GH-20137)
https://github.com/python/cpyt
Change by miss-islington :
--
nosy: +miss-islington
nosy_count: 5.0 -> 6.0
pull_requests: +19490
pull_request: https://github.com/python/cpython/pull/20189
___
Python tracker
<https://bugs.python.org/issu
miss-islington added the comment:
New changeset 460eac20a625d5dcef409dadc120a26d272a8013 by Miss Islington (bot)
in branch '3.8':
bpo-35890: Use RegQueryInfoKeyW and CryptAcquireContextW explicitly (GH-19974)
https://github.com/python/cpython/commit/460eac20a625d5dcef409dadc120a2
miss-islington added the comment:
New changeset dc31800f86fbcd40ee616984820b885d8adaa6a7 by Lysandros Nikolaou in
branch 'master':
bpo-40669: Install PEG benchmarking dependencies in a venv (GH-20183)
https://github.com/python/cpython/commit/dc31800f86fbcd40ee616984820b88
miss-islington added the comment:
New changeset 5b0194ed31376382da63ad5b10271a4acc4a80e8 by Wansoo Kim in branch
'master':
bpo-41241: Unnecessary Type casting in 'if condition' (GH-21396)
https://github.com/python/cpython/commit/5b0194ed31376382da63ad5b10271a4acc4a80
Change by miss-islington :
--
nosy: +miss-islington
nosy_count: 5.0 -> 6.0
pull_requests: +22421
pull_request: https://github.com/python/cpython/pull/23539
___
Python tracker
<https://bugs.python.org/issu
Change by miss-islington :
--
pull_requests: +22422
pull_request: https://github.com/python/cpython/pull/23540
___
Python tracker
<https://bugs.python.org/issue34
Change by miss-islington :
--
nosy: +miss-islington
nosy_count: 5.0 -> 6.0
pull_requests: +22423
pull_request: https://github.com/python/cpython/pull/23541
___
Python tracker
<https://bugs.python.org/issu
Change by miss-islington :
--
pull_requests: +22424
pull_request: https://github.com/python/cpython/pull/23542
___
Python tracker
<https://bugs.python.org/issue42
miss-islington added the comment:
New changeset e1c669b7ed18a81bfaa349726424ff5de9485f0a by Miss Islington (bot)
in branch '3.8':
bpo-42489: Fix the signature for list.sort() in the tutorial (GH-23538)
https://github.com/python/cpython/commit/e1c669b7ed18a81bfaa349726424ff
miss-islington added the comment:
New changeset cc5eb935c79bae13def91965e5fb7e8346d9dea1 by Miss Islington (bot)
in branch '3.9':
bpo-42489: Fix the signature for list.sort() in the tutorial (GH-23538)
https://github.com/python/cpython/commit/cc5eb935c79bae13def91965e5fb7e
miss-islington added the comment:
New changeset a86a274b7224a5069f82c2d2cdd1f499d9c8dc22 by pxinwr in branch
'master':
bpo-31904: add shell requirement for test_pipes (GH-23489)
https://github.com/python/cpython/commit/a86a274b7224a5069f82c2d2cdd1f499d9c8dc22
--
n
miss-islington added the comment:
New changeset 6a273fdc2a36f52fb70359149eff014f1b6b08d4 by pxinwr in branch
'master':
bpo-31904: skip some tests related to fifo on VxWorks (GH-23473)
https://github.com/python/cpython/commit/6a273fdc2a36f52fb70359149eff01
miss-islington added the comment:
New changeset 00a6568ba37f0d815289776a51af46d0eac27384 by pxinwr in branch
'master':
bpo-31904: remove libnet dependency from detect_socket() for VxWorks (GH-23394)
https://github.com/python/cpython/commit/00a6568ba37f0d815289776a51af46
Change by miss-islington :
--
nosy: +miss-islington
nosy_count: 4.0 -> 5.0
pull_requests: +22430
pull_request: https://github.com/python/cpython/pull/23550
___
Python tracker
<https://bugs.python.org/issu
Change by miss-islington :
--
pull_requests: +22431
pull_request: https://github.com/python/cpython/pull/23551
___
Python tracker
<https://bugs.python.org/issue39
Change by miss-islington :
--
nosy: +miss-islington
nosy_count: 4.0 -> 5.0
pull_requests: +22441
pull_request: https://github.com/python/cpython/pull/23560
___
Python tracker
<https://bugs.python.org/issu
Change by miss-islington :
--
pull_requests: +22442
pull_request: https://github.com/python/cpython/pull/23561
___
Python tracker
<https://bugs.python.org/issue42
miss-islington added the comment:
New changeset b1c48e513624641d6472262c33d09624170ea1f5 by Miss Islington (bot)
in branch '3.8':
bpo-42406: Fix whichmodule() with multiprocessing (GH-23403)
https://github.com/python/cpython/commit/b1c48e513624641d6472262c33d096
Change by miss-islington :
--
nosy: +miss-islington
nosy_count: 3.0 -> 4.0
pull_requests: +22443
pull_request: https://github.com/python/cpython/pull/23562
___
Python tracker
<https://bugs.python.org/issu
miss-islington added the comment:
New changeset fcf7391f598e027a083173662a3ecf7865251291 by Miss Islington (bot)
in branch '3.9':
bpo-42406: Fix whichmodule() with multiprocessing (GH-23403)
https://github.com/python/cpython/commit/fcf7391f598e027a083173662a3ecf
Change by miss-islington :
--
nosy: +miss-islington
nosy_count: 5.0 -> 6.0
pull_requests: +22446
pull_request: https://github.com/python/cpython/pull/23565
___
Python tracker
<https://bugs.python.org/issu
Change by miss-islington :
--
pull_requests: +22447
pull_request: https://github.com/python/cpython/pull/23566
___
Python tracker
<https://bugs.python.org/issue42
miss-islington added the comment:
New changeset a5b0c17e0d04931e639c4aa7a908a69cd0b529b3 by Miss Islington (bot)
in branch '3.8':
bpo-42142: Try to fix timeouts in ttk tests (GH-23474)
https://github.com/python/cpython/commit/a5b0c17e0d04931e639c4aa7a908a6
miss-islington added the comment:
New changeset 03ae7e4518dae6547576c616173106d2eb283ae2 by Miss Islington (bot)
in branch '3.9':
bpo-42142: Try to fix timeouts in ttk tests (GH-23474)
https://github.com/python/cpython/commit/03ae7e4518dae6547576c616173106
Change by miss-islington :
--
nosy: +miss-islington
nosy_count: 4.0 -> 5.0
pull_requests: +22450
pull_request: https://github.com/python/cpython/pull/23569
___
Python tracker
<https://bugs.python.org/issu
Change by miss-islington :
--
nosy: +miss-islington
nosy_count: 3.0 -> 4.0
pull_requests: +22452
pull_request: https://github.com/python/cpython/pull/23571
___
Python tracker
<https://bugs.python.org/issu
Change by miss-islington :
--
pull_requests: +22453
pull_request: https://github.com/python/cpython/pull/23572
___
Python tracker
<https://bugs.python.org/issue42
miss-islington added the comment:
New changeset f4389bfbb5b9f67db1505dd0003987896eae560b by Miss Islington (bot)
in branch '3.8':
bpo-42508: Remove bogus idlelib.pyshell.ModifiedInterpreter attribute (GH-23570)
https://github.com/python/cpython/commit/f4389bfbb5b9f67db1505dd0003987
Change by miss-islington :
--
nosy: +miss-islington
nosy_count: 4.0 -> 5.0
pull_requests: +22454
pull_request: https://github.com/python/cpython/pull/23573
___
Python tracker
<https://bugs.python.org/issu
miss-islington added the comment:
New changeset b2652f2d7e1f3b868e9bec6669b3f3f905257991 by Miss Islington (bot)
in branch '3.9':
bpo-42370: Check element before making mouse click in ttk tests (GH-23491)
https://github.com/python/cpython/commit/b2652f2d7e1f3b868e9bec6669b3f3
Change by miss-islington :
--
nosy: +miss-islington
nosy_count: 5.0 -> 6.0
pull_requests: +22457
pull_request: https://github.com/python/cpython/pull/23578
___
Python tracker
<https://bugs.python.org/issu
Change by miss-islington :
--
pull_requests: +22458
pull_request: https://github.com/python/cpython/pull/23579
___
Python tracker
<https://bugs.python.org/issue42
miss-islington added the comment:
New changeset 427613f005f0f412d12f0d775d2b609bae0ae1ad by Irit Katriel in
branch 'master':
bpo-42482: remove reference to exc_traceback from TracebackException (GH-23531)
https://github.com/python/cpython/commit/427613f005f0f412d12f0d775d2b60
miss-islington added the comment:
New changeset 1cc5c943c007b92116f06b3ec8e71f2a510d1898 by Miss Islington (bot)
in branch '3.8':
bpo-42482: remove reference to exc_traceback from TracebackException (GH-23531)
https://github.com/python/cpython/commit/1cc5c943c007b92116f06b3ec8e71f
miss-islington added the comment:
New changeset 4a44f53aa85c9400471ab084bc8fd8169065fc41 by Miss Islington (bot)
in branch '3.9':
[3.9] bpo-17852: Doc: Fix the tutorial about closing files (GH-23135) (GH-23527)
https://github.com/python/cpython/commit/4a44f53aa85c9400471ab084bc8fd8
Change by miss-islington :
--
nosy: +miss-islington
nosy_count: 9.0 -> 10.0
pull_requests: +22468
pull_request: https://github.com/python/cpython/pull/23599
___
Python tracker
<https://bugs.python.org/issu
Change by miss-islington :
--
pull_requests: +22469
pull_request: https://github.com/python/cpython/pull/23600
___
Python tracker
<https://bugs.python.org/issue37
miss-islington added the comment:
New changeset d9d63f13cf5b6b896c245099c42b08f6da083d05 by Miss Islington (bot)
in branch '3.8':
bpo-37221: PyCode_New() didn't change in Python 3.8 (GH-23595)
https://github.com/python/cpython/commit/d9d63f13cf5b6b896c245099c
miss-islington added the comment:
New changeset ed4614386f210964840daa1f7cbddbbd575f7a49 by Miss Islington (bot)
in branch '3.9':
bpo-37221: PyCode_New() didn't change in Python 3.8 (GH-23595)
https://github.com/python/cpython/commit/ed4614386f210964840daa1f7
Change by miss-islington :
--
nosy: +miss-islington
nosy_count: 4.0 -> 5.0
pull_requests: +22483
pull_request: https://github.com/python/cpython/pull/23615
___
Python tracker
<https://bugs.python.org/issu
miss-islington added the comment:
New changeset 9b34f34aa929941576a69a6f7de77f1fb0b96ed6 by Miss Islington (bot)
in branch '3.9':
bpo-42521: Add note about 'Python -d' only working on debug builds (GH-23607)
https://github.com/python/cpython/commit/9b34f34aa929941576a6
Change by miss-islington :
--
nosy: +miss-islington
nosy_count: 3.0 -> 4.0
pull_requests: +22490
pull_request: https://github.com/python/cpython/pull/23622
___
Python tracker
<https://bugs.python.org/issu
miss-islington added the comment:
New changeset 09a698b4743c669983d606595a1b2daeff6c3cf8 by Miss Islington (bot)
in branch '3.9':
bpo-42504: fix for MACOSX_DEPLOYMENT_TARGET=11 (GH-23556)
https://github.com/python/cpython/commit/09a698b4743c669983d606595a1b2d
Change by miss-islington :
--
pull_requests: +22493
pull_request: https://github.com/python/cpython/pull/23625
___
Python tracker
<https://bugs.python.org/issue42
Change by miss-islington :
--
pull_requests: +22492
pull_request: https://github.com/python/cpython/pull/23624
___
Python tracker
<https://bugs.python.org/issue42
miss-islington added the comment:
New changeset 12d2306a1db48f71b15ceaecf3d5ce06dbbe06c1 by Miss Islington (bot)
in branch '3.8':
bpo-42328: Skip some tests with themes vista and xpnative on Windows 7
(GH-23612)
https://github.com/python/cpyt
miss-islington added the comment:
New changeset ae67db6b314e297a1b67ed15c0bb560b8ce5b856 by Miss Islington (bot)
in branch '3.9':
bpo-42328: Skip some tests with themes vista and xpnative on Windows 7
(GH-23612)
https://github.com/python/cpyt
Change by miss-islington :
--
nosy: +miss-islington
nosy_count: 1.0 -> 2.0
pull_requests: +22496
pull_request: https://github.com/python/cpython/pull/23628
___
Python tracker
<https://bugs.python.org/issu
Change by miss-islington :
--
pull_requests: +22497
pull_request: https://github.com/python/cpython/pull/23629
___
Python tracker
<https://bugs.python.org/issue42
miss-islington added the comment:
New changeset 930d5377c5877a631c3c23929e2cb6211bb0e2fb by Miss Islington (bot)
in branch '3.8':
bpo-42553: Fix test_asyncio.test_call_later() (GH-23627)
https://github.com/python/cpython/commit/930d5377c5877a631c3c23929e2cb6
miss-islington added the comment:
New changeset 9f26833cedd33439b11059d423f599982abeb180 by Miss Islington (bot)
in branch '3.9':
bpo-42553: Fix test_asyncio.test_call_later() (GH-23627)
https://github.com/python/cpython/commit/9f26833cedd33439b11059d423f599
Change by miss-islington :
--
nosy: +miss-islington
nosy_count: 4.0 -> 5.0
pull_requests: +22500
pull_request: https://github.com/python/cpython/pull/23631
___
Python tracker
<https://bugs.python.org/issu
miss-islington added the comment:
New changeset 3689c25a1010c2acdb05f1b1b0229f4766b4440a by Miss Islington (bot)
in branch '3.9':
bpo-42523: Fix supported versions in "Using Python on Windows" (GH-23603)
https://github.com/python/cpython/commit/3689c25a1010c2acdb05
Change by miss-islington :
--
pull_requests: +22508
pull_request: https://github.com/python/cpython/pull/23640
___
Python tracker
<https://bugs.python.org/issue41
Change by miss-islington :
--
pull_requests: +22509
pull_request: https://github.com/python/cpython/pull/23641
___
Python tracker
<https://bugs.python.org/issue41
miss-islington added the comment:
New changeset 8e8f82dd9459b9f62c21480528d737cffd6146bc by Miss Islington (bot)
in branch '3.8':
bpo-41473: Reenable test_gdb on gdb 9.2 and newer (GH-23637)
https://github.com/python/cpython/commit/8e8f82dd9459b9f62c21480528d737
miss-islington added the comment:
New changeset c7cf66d2fe1b85cc02153be6422dfc5e34811638 by Miss Islington (bot)
in branch '3.9':
bpo-41473: Reenable test_gdb on gdb 9.2 and newer (GH-23637)
https://github.com/python/cpython/commit/c7cf66d2fe1b85cc02153be6422dfc
Change by miss-islington :
--
pull_requests: +22512
pull_request: https://github.com/python/cpython/pull/23644
___
Python tracker
<https://bugs.python.org/issue42
Change by miss-islington :
--
nosy: +miss-islington
nosy_count: 5.0 -> 6.0
pull_requests: +22511
pull_request: https://github.com/python/cpython/pull/23643
___
Python tracker
<https://bugs.python.org/issu
miss-islington added the comment:
New changeset 3b14f18205b17d1634e21bd7bc48152247590d9f by Miss Islington (bot)
in branch '3.8':
bpo-42116: Fix inspect.getsource handling of trailing comments (GH-23630)
https://github.com/python/cpython/commit/3b14f18205b17d1634e21bd7bc4815
miss-islington added the comment:
New changeset 81ac030d03bdaedd724603af6f89f9248a5f2700 by Miss Islington (bot)
in branch '3.9':
bpo-42116: Fix inspect.getsource handling of trailing comments (GH-23630)
https://github.com/python/cpython/commit/81ac030d03bdaedd724603af6f89f9
miss-islington added the comment:
New changeset 40b92f1cc06f9aaba813ae38266f424e0969b089 by Miss Islington (bot)
in branch '3.9':
[3.9] bpo-42482: remove reference to exc_traceback from TracebackException
(GH-23531) (GH-23578)
https://github.com/python/cpyt
Change by miss-islington :
--
nosy: +miss-islington
nosy_count: 5.0 -> 6.0
pull_requests: +22514
pull_request: https://github.com/python/cpython/pull/23646
___
Python tracker
<https://bugs.python.org/issu
Change by miss-islington :
--
pull_requests: +22515
pull_request: https://github.com/python/cpython/pull/23647
___
Python tracker
<https://bugs.python.org/issue17
miss-islington added the comment:
New changeset a4e7d5f750e06e31a80a83c2af02b1a40cecd0ff by Miss Islington (bot)
in branch '3.8':
bpo-17735: inspect.findsource now raises OSError when co_lineno is out of range
(GH-23633)
https://github.com/python/cpyt
Change by miss-islington :
--
pull_requests: +22518
pull_request: https://github.com/python/cpython/pull/23650
___
Python tracker
<https://bugs.python.org/issue41
Change by miss-islington :
--
nosy: +miss-islington
nosy_count: 7.0 -> 8.0
pull_requests: +22525
pull_request: https://github.com/python/cpython/pull/23657
___
Python tracker
<https://bugs.python.org/iss
miss-islington added the comment:
New changeset b630ca7bc13ba9bdf95cd7dce0ac8e1578fb53a0 by Miss Islington (bot)
in branch '3.9':
[3.9] bpo-5054: CGIHTTPRequestHandler.run_cgi() HTTP_ACCEPT improperly parsed
(GH-23638) (GH-23657)
https://github.com/python/cpyt
Change by miss-islington :
--
pull_requests: +22526
pull_request: https://github.com/python/cpython/pull/23659
___
Python tracker
<https://bugs.python.org/issue42
miss-islington added the comment:
New changeset 804d6893b801e8f30318afc38c20d4d0e6161db3 by kj in branch 'master':
bpo-42576: Raise TypeError when passing in keyword arguments to GenericAlias
(GH-23656)
https://github.com/python/cpython/commit/804d6893b801e8f30318afc38c20d4
miss-islington added the comment:
New changeset d5c029b1a9b47737efb8966f804d28b99a2de239 by Miss Islington (bot)
in branch '3.9':
bpo-42576: Raise TypeError when passing in keyword arguments to GenericAlias
(GH-23656)
https://github.com/python/cpyt
miss-islington added the comment:
New changeset 6a7fb9d31bce8590e30c44458d1fc1da4539743d by kj in branch 'master':
bpo-42576: Clarify only debug builds are affected in news (GH-23663)
https://github.com/python/cpython/commit/6a7fb9d31bce8590e30c44458d1fc1
Change by miss-islington :
--
pull_requests: +22533
pull_request: https://github.com/python/cpython/pull/23666
___
Python tracker
<https://bugs.python.org/issue42
miss-islington added the comment:
New changeset 8502d46e3649bedf6b58a30b0a4b6b726e32b84b by Miss Islington (bot)
in branch '3.9':
[3.9] bpo-42576: Clarify only debug builds are affected in news (GH-23663)
(GH-23666)
https://github.com/python/cpyt
Change by miss-islington :
--
nosy: +miss-islington
nosy_count: 4.0 -> 5.0
pull_requests: +22535
pull_request: https://github.com/python/cpython/pull/23668
___
Python tracker
<https://bugs.python.org/issu
Change by miss-islington :
--
pull_requests: +22536
pull_request: https://github.com/python/cpython/pull/23669
___
Python tracker
<https://bugs.python.org/issue42
Change by miss-islington :
--
pull_requests: +22537
pull_request: https://github.com/python/cpython/pull/23670
___
Python tracker
<https://bugs.python.org/issue42
Change by miss-islington :
--
nosy: +miss-islington
nosy_count: 5.0 -> 6.0
pull_requests: +22538
pull_request: https://github.com/python/cpython/pull/23672
___
Python tracker
<https://bugs.python.org/issu
Change by miss-islington :
--
pull_requests: +22539
pull_request: https://github.com/python/cpython/pull/23673
___
Python tracker
<https://bugs.python.org/issue41
Change by miss-islington :
--
nosy: +miss-islington
nosy_count: 10.0 -> 11.0
pull_requests: +22545
pull_request: https://github.com/python/cpython/pull/23681
___
Python tracker
<https://bugs.python.org/issu
Change by miss-islington :
--
pull_requests: +22546
pull_request: https://github.com/python/cpython/pull/23682
___
Python tracker
<https://bugs.python.org/issue39
miss-islington added the comment:
New changeset ca52aa3ddd949ce2d259b4263344339b56db00b7 by Miss Islington (bot)
in branch '3.8':
bpo-39825: Fixes sysconfig.get_config_var('EXT_SUFFIX') on Windows to match
distutils (GH-22088)
https://github.com/p
miss-islington added the comment:
New changeset e9a6dcdefabb6c19074566f4ee0e02daaf57be18 by Miss Islington (bot)
in branch '3.9':
bpo-39825: Fixes sysconfig.get_config_var('EXT_SUFFIX') on Windows to match
distutils (GH-22088)
https://github.com/p
miss-islington added the comment:
New changeset c168b5078f88874b9acd993ac886f82269c780dd by Petr Viktorin in
branch 'master':
bpo-42111: Make the xxlimited module an example of best extension module
practices (GH-23226)
https://github.com/python/cpyt
Change by miss-islington :
--
nosy: +miss-islington
nosy_count: 6.0 -> 7.0
pull_requests: +22570
pull_request: https://github.com/python/cpython/pull/23703
___
Python tracker
<https://bugs.python.org/issu
Change by miss-islington :
--
pull_requests: +22571
pull_request: https://github.com/python/cpython/pull/23704
___
Python tracker
<https://bugs.python.org/issue41
miss-islington added the comment:
New changeset 9fc571359af9320fddbe4aa2710a767f168c1707 by vabr-g in branch
'master':
bpo-41877: Improve docs for assert misspellings check in mock (GH-23729)
https://github.com/python/cpython/commit/9fc571359af9320fddbe4aa2710a767f168c1707
-
miss-islington added the comment:
New changeset 4b8cdfcb22fbeaab9d954cb693a7fb3362a382b6 by Nick Gaya in branch
'master':
bpo-41879: Doc: Fix description of async for statement (GH-23548)
https://github.com/python/cpython/commit/4b8cdfcb22fbeaab9d954cb693a7fb3362a382b6
-
5001 - 5100 of 11592 matches
Mail list logo