miss-islington added the comment:
New changeset 2cc19a5463c804b2f39b94de896d55dcb57a364c by Miss Islington (bot)
in branch '3.10':
bpo-44806: Fix __init__ in subclasses of protocols (GH-27545)
https://github.com/python/cpython/commit/2cc19a5463c804b2f39b94de896d55
miss-islington added the comment:
New changeset aa7266854abc63524b4be40a3a83977b8ad166c6 by Miss Islington (bot)
in branch '3.10':
bpo-44785: Silence deprecation warnings in test_pickle (GH-27538)
https://github.com/python/cpython/commit/aa7266854abc63524b4be40a3a8397
Change by miss-islington :
--
nosy: +miss-islington
nosy_count: 3.0 -> 4.0
pull_requests: +26072
pull_request: https://github.com/python/cpython/pull/27565
___
Python tracker
<https://bugs.python.org/issu
Change by miss-islington :
--
nosy: +miss-islington
nosy_count: 6.0 -> 7.0
pull_requests: +26073
pull_request: https://github.com/python/cpython/pull/27566
___
Python tracker
<https://bugs.python.org/issu
Change by miss-islington :
--
pull_requests: +26074
pull_request: https://github.com/python/cpython/pull/27567
___
Python tracker
<https://bugs.python.org/issue44
miss-islington added the comment:
New changeset c6e7c9860d5ac968c7a1073fdbfbd44e0e87f582 by Miss Islington (bot)
in branch '3.10':
bpo-44782: Improve OrderedDict recipe for LRU cache variants (GH-27536)
https://github.com/python/cpython/commit/c6e7c9860d5ac968c7a1073fdbfbd4
Change by miss-islington :
--
nosy: +miss-islington
nosy_count: 4.0 -> 5.0
pull_requests: +26079
pull_request: https://github.com/python/cpython/pull/27572
___
Python tracker
<https://bugs.python.org/issu
Change by miss-islington :
--
pull_requests: +26080
pull_request: https://github.com/python/cpython/pull/27573
___
Python tracker
<https://bugs.python.org/issue39
Change by miss-islington :
--
pull_requests: +26083
pull_request: https://github.com/python/cpython/pull/27577
___
Python tracker
<https://bugs.python.org/issue41
Change by miss-islington :
--
nosy: +miss-islington
nosy_count: 5.0 -> 6.0
pull_requests: +26082
pull_request: https://github.com/python/cpython/pull/27576
___
Python tracker
<https://bugs.python.org/issu
miss-islington added the comment:
New changeset 84494db41902774ea6ac72e5b308b429850bbf71 by Miss Islington (bot)
in branch '3.10':
bpo-41737: expand doc for NotADirectoryError (GH-27471)
https://github.com/python/cpython/commit/84494db41902774ea6ac72e5b308b4
Change by miss-islington :
--
pull_requests: +26084
pull_request: https://github.com/python/cpython/pull/27578
___
Python tracker
<https://bugs.python.org/issue44
miss-islington added the comment:
New changeset bc2841c7a9fe2b05ef77ebdf77701188dc83b2ce by Miss Islington (bot)
in branch '3.10':
bpo-44808: fixes test for interactive inspect getsource of a class (GH-27571)
https://github.com/python/cpython/commit/bc2841c7a9fe2b05ef77ebdf777011
Change by miss-islington :
--
nosy: +miss-islington
nosy_count: 4.0 -> 5.0
pull_requests: +26086
pull_request: https://github.com/python/cpython/pull/27583
___
Python tracker
<https://bugs.python.org/issu
Change by miss-islington :
--
pull_requests: +26087
pull_request: https://github.com/python/cpython/pull/27584
___
Python tracker
<https://bugs.python.org/issue41
miss-islington added the comment:
New changeset f26fec4f74ae7da972595703bc39d3d30b8cfdf9 by Miss Islington (bot)
in branch '3.9':
bpo-41886: Fix documented type of PyType_Type (GH-22454)
https://github.com/python/cpython/commit/f26fec4f74ae7da972595703bc39d3
miss-islington added the comment:
New changeset 952aa31c89f70d3c53596449bd2ed9a4817a2364 by Miss Islington (bot)
in branch '3.10':
bpo-41886: Fix documented type of PyType_Type (GH-22454)
https://github.com/python/cpython/commit/952aa31c89f70d3c53596449bd2ed9
Change by miss-islington :
--
nosy: +miss-islington
nosy_count: 3.0 -> 4.0
pull_requests: +26095
pull_request: https://github.com/python/cpython/pull/27594
___
Python tracker
<https://bugs.python.org/issu
Change by miss-islington :
--
pull_requests: +26096
pull_request: https://github.com/python/cpython/pull/27595
___
Python tracker
<https://bugs.python.org/issue44
Change by miss-islington :
--
pull_requests: +26098
pull_request: https://github.com/python/cpython/pull/27597
___
Python tracker
<https://bugs.python.org/issue44
Change by miss-islington :
--
nosy: +miss-islington
nosy_count: 3.0 -> 4.0
pull_requests: +26097
pull_request: https://github.com/python/cpython/pull/27596
___
Python tracker
<https://bugs.python.org/issu
Change by miss-islington :
--
nosy: +miss-islington
nosy_count: 4.0 -> 5.0
pull_requests: +26099
pull_request: https://github.com/python/cpython/pull/27598
___
Python tracker
<https://bugs.python.org/issu
Change by miss-islington :
--
pull_requests: +26101
pull_request: https://github.com/python/cpython/pull/27606
___
Python tracker
<https://bugs.python.org/issue43
Change by miss-islington :
--
nosy: +miss-islington
nosy_count: 3.0 -> 4.0
pull_requests: +26100
pull_request: https://github.com/python/cpython/pull/27605
___
Python tracker
<https://bugs.python.org/issu
Change by miss-islington :
--
pull_requests: +26103
pull_request: https://github.com/python/cpython/pull/27608
___
Python tracker
<https://bugs.python.org/issue42
miss-islington added the comment:
New changeset 98f6a72ff621c2033e8f2c38df410e9bfa2b772a by Miss Islington (bot)
in branch '3.10':
[doc] bpo-43066: zipfile - add note on leading slash in the filename arg
(GH-26899)
https://github.com/python/cpyt
miss-islington added the comment:
New changeset c2593b4d06712cefcdeae93b32f88faa4772bc3a by Miss Islington (bot)
in branch '3.10':
bpo-42958: Improve description of shallow= in filecmp.cmp docs (GH-27166)
https://github.com/python/cpython/commit/c2593b4d06712cefcdeae93b32f88f
miss-islington added the comment:
New changeset 536e35ae6a2555a01f4b51a68ad71dbf7923536d by Miss Islington (bot)
in branch '3.10':
bpo-44801: Check arguments in substitution of ParamSpec in Callable (GH-27585)
https://github.com/python/cpython/commit/536e35ae6a2555a01f4b51a68ad71d
Change by miss-islington :
--
nosy: +miss-islington
nosy_count: 2.0 -> 3.0
pull_requests: +26105
pull_request: https://github.com/python/cpython/pull/27611
___
Python tracker
<https://bugs.python.org/issu
miss-islington added the comment:
New changeset b1bd16c2528295b8b28395827f6b589dccea0624 by Pablo Galindo Salgado
in branch '3.10':
[3.10] bpo-44838: Refine the custom syntax errors for invalid 'if' expressions
(GH-27615). (GH-27616)
https://github.com/p
miss-islington added the comment:
New changeset 938e84b4fa410f1a86f5e0708ebc3af6bb8efb0e by Jack DeVries in
branch 'main':
bpo-44679: [doc] fix typo in unittest.mock.rst (GH-27618)
https://github.com/python/cpython/commit/938e84b4fa410f1a86f5e0708ebc3af6bb8efb0e
--
n
Change by miss-islington :
--
pull_requests: +26113
pull_request: https://github.com/python/cpython/pull/27619
___
Python tracker
<https://bugs.python.org/issue44
Change by miss-islington :
--
pull_requests: +26114
pull_request: https://github.com/python/cpython/pull/27620
___
Python tracker
<https://bugs.python.org/issue44
miss-islington added the comment:
New changeset 0a642d57736be6802c712bdbf2dcff39fe8a39b7 by Miss Islington (bot)
in branch '3.10':
bpo-44679: [doc] fix typo in unittest.mock.rst (GH-27618)
https://github.com/python/cpython/commit/0a642d57736be6802c712bdbf2dcff
Change by miss-islington :
--
nosy: +miss-islington
nosy_count: 1.0 -> 2.0
pull_requests: +26118
pull_request: https://github.com/python/cpython/pull/27624
___
Python tracker
<https://bugs.python.org/issu
miss-islington added the comment:
New changeset a11158ecef8cff795f7db8f4047cbd20cc9cf37e by Miss Islington (bot)
in branch '3.10':
bpo-44584: Deprecate PYTHONTHREADDEBUG env var (GH-27065)
https://github.com/python/cpython/commit/a11158ecef8cff795f7db8f4047cbd
Change by miss-islington :
--
nosy: +miss-islington
nosy_count: 6.0 -> 7.0
pull_requests: +26122
pull_request: https://github.com/python/cpython/pull/27628
___
Python tracker
<https://bugs.python.org/issu
Change by miss-islington :
--
nosy: +miss-islington
nosy_count: 5.0 -> 6.0
pull_requests: +26124
pull_request: https://github.com/python/cpython/pull/27630
___
Python tracker
<https://bugs.python.org/issu
Change by miss-islington :
--
pull_requests: +26125
pull_request: https://github.com/python/cpython/pull/27631
___
Python tracker
<https://bugs.python.org/issue44
Change by miss-islington :
--
pull_requests: +26126
pull_request: https://github.com/python/cpython/pull/27632
___
Python tracker
<https://bugs.python.org/issue44
miss-islington added the comment:
New changeset 2ae2235c7a7627725df40c7875245cd17d90f39f by Miss Islington (bot)
in branch '3.10':
bpo-44849: Fix os.set_inheritable() on FreeBSD 14 with O_PATH (GH-27623)
https://github.com/python/cpython/commit/2ae2235c7a7627725df40c7875245c
miss-islington added the comment:
New changeset 791c28a56f043618111a19377f8527326037230e by Miss Islington (bot)
in branch '3.9':
bpo-44849: Fix os.set_inheritable() on FreeBSD 14 with O_PATH (GH-27623)
https://github.com/python/cpython/commit/791c28a56f043618111a19377f8527
miss-islington added the comment:
New changeset 36a2497093f0c66c2fb1667308691561c1bbe3f4 by Miss Islington (bot)
in branch '3.10':
bpo-44524: Fix an issue wherein `_GenericAlias._name` was not properly set for
specialforms (GH-27614)
https://github.com/python/cpyt
miss-islington added the comment:
New changeset a5d99632766b458b42f327e8bd0f82b0345c9a63 by Miss Islington (bot)
in branch '3.10':
bpo-40928: notify users running test_decimal on macOS of malloc warnings
(GH-26783)
https://github.com/python/cpyt
miss-islington added the comment:
New changeset 2b1e713f877102bbca299f0f5d7db969d78db49f by Miss Islington (bot)
in branch '3.10':
bpo-44822: Don't truncate `str`s with embedded NULL chars returned by `sqlite3`
UDF callbacks (GH-27588)
https://github.com/python
Change by miss-islington :
--
pull_requests: +26130
pull_request: https://github.com/python/cpython/pull/27636
___
Python tracker
<https://bugs.python.org/issue44
Change by miss-islington :
--
pull_requests: +26131
pull_request: https://github.com/python/cpython/pull/27637
___
Python tracker
<https://bugs.python.org/issue44
miss-islington added the comment:
New changeset 1e9c9ca570ffe92dc6a60825c2f9c91865129b8f by Miss Islington (bot)
in branch '3.10':
bpo-44756: [docs] revert automated virtual environment creation on `make html`
(GH-27635)
https://github.com/python/cpyt
Change by miss-islington :
--
nosy: +miss-islington
nosy_count: 4.0 -> 5.0
pull_requests: +26134
pull_request: https://github.com/python/cpython/pull/27640
___
Python tracker
<https://bugs.python.org/issu
Change by miss-islington :
--
pull_requests: +26135
pull_request: https://github.com/python/cpython/pull/27641
___
Python tracker
<https://bugs.python.org/issue44
Change by miss-islington :
--
pull_requests: +26138
pull_request: https://github.com/python/cpython/pull/27644
___
Python tracker
<https://bugs.python.org/issue27
Change by miss-islington :
--
nosy: +miss-islington
nosy_count: 4.0 -> 5.0
pull_requests: +26137
pull_request: https://github.com/python/cpython/pull/27643
___
Python tracker
<https://bugs.python.org/issu
miss-islington added the comment:
New changeset 2fd1f21db46b165cf603cf4524b4d14ab41ed1cc by Miss Islington (bot)
in branch '3.10':
bpo-27752: improve documentation of csv.Dialect (GH-26795)
https://github.com/python/cpython/commit/2fd1f21db46b165cf603cf4524b4d1
Change by miss-islington :
--
keywords: +patch
nosy: +miss-islington
nosy_count: 5.0 -> 6.0
pull_requests: +26140
stage: -> patch review
pull_request: https://github.com/python/cpython/pull/27646
___
Python tracker
<https://bugs.p
miss-islington added the comment:
New changeset 699ee016af5736ffc80f68359617611a22b72943 by Miss Islington (bot)
in branch '3.10':
bpo-41576: document BaseException in favor of bare except (GH-21917)
https://github.com/python/cpython/commit/699ee016af5736ffc80f6835961761
Change by miss-islington :
--
nosy: +miss-islington
nosy_count: 1.0 -> 2.0
pull_requests: +26145
pull_request: https://github.com/python/cpython/pull/27651
___
Python tracker
<https://bugs.python.org/issu
Change by miss-islington :
--
pull_requests: +26146
pull_request: https://github.com/python/cpython/pull/27652
___
Python tracker
<https://bugs.python.org/issue44
Change by miss-islington :
--
pull_requests: +26147
pull_request: https://github.com/python/cpython/pull/27653
___
Python tracker
<https://bugs.python.org/issue44
miss-islington added the comment:
New changeset ac8f72cd3ffa24f53c558911947c42316865683c by Miss Islington (bot)
in branch '3.10':
bpo-44856: Possible reference leak in error paths of update_bases() and
__build_class__ (GH-27647)
https://github.com/python/cpyt
Change by miss-islington :
--
nosy: +miss-islington
nosy_count: 4.0 -> 5.0
pull_requests: +26151
pull_request: https://github.com/python/cpython/pull/27657
___
Python tracker
<https://bugs.python.org/issu
Change by miss-islington :
--
nosy: +miss-islington
nosy_count: 4.0 -> 5.0
pull_requests: +26154
pull_request: https://github.com/python/cpython/pull/27665
___
Python tracker
<https://bugs.python.org/issu
Change by miss-islington :
--
nosy: +miss-islington
nosy_count: 3.0 -> 4.0
pull_requests: +26162
pull_request: https://github.com/python/cpython/pull/27674
___
Python tracker
<https://bugs.python.org/issu
Change by miss-islington :
--
pull_requests: +26163
pull_request: https://github.com/python/cpython/pull/27675
___
Python tracker
<https://bugs.python.org/issue32
miss-islington added the comment:
New changeset d5c8ad24716d146ffa025e09dad85e5a1bac5c77 by Miss Islington (bot)
in branch '3.10':
bpo-32695: Docs and tests for compresslevel and preset kwargs in tarfile
(GH-21470)
https://github.com/python/cpyt
miss-islington added the comment:
New changeset 03e5647ab07c7d2a05094fc3b5ed6eba6fc01349 by meowmeowmeowcat in
branch 'main':
bpo-44702: Remove ambiguity in sentence (GH-27676)
https://github.com/python/cpython/commit/03e5647ab07c7d2a05094fc3b5ed6eba6fc01349
--
n
Change by miss-islington :
--
nosy: +miss-islington
nosy_count: 4.0 -> 5.0
pull_requests: +26166
pull_request: https://github.com/python/cpython/pull/27681
___
Python tracker
<https://bugs.python.org/issu
Change by miss-islington :
--
pull_requests: +26167
pull_request: https://github.com/python/cpython/pull/27682
___
Python tracker
<https://bugs.python.org/issue44
miss-islington added the comment:
New changeset c79aa427c0b0c8a09e5c22a5420baf837054f509 by Miss Islington (bot)
in branch '3.10':
bpo-44522: Fix inaccurate information in open() function (GH-27650)
https://github.com/python/cpython/commit/c79aa427c0b0c8a09e5c22a5420baf
Change by miss-islington :
--
pull_requests: +26171
pull_request: https://github.com/python/cpython/pull/27685
___
Python tracker
<https://bugs.python.org/issue38
Change by miss-islington :
--
nosy: +miss-islington
nosy_count: 4.0 -> 5.0
pull_requests: +26170
pull_request: https://github.com/python/cpython/pull/27684
___
Python tracker
<https://bugs.python.org/issu
Change by miss-islington :
--
nosy: +miss-islington
nosy_count: 5.0 -> 6.0
pull_requests: +26172
pull_request: https://github.com/python/cpython/pull/27686
___
Python tracker
<https://bugs.python.org/issu
Change by miss-islington :
--
pull_requests: +26173
pull_request: https://github.com/python/cpython/pull/27687
___
Python tracker
<https://bugs.python.org/issue41
miss-islington added the comment:
New changeset 8ece98a7e418c3c68a4c61bc47a2d0931b59a889 by Miss Islington (bot)
in branch '3.10':
bpo-38840: Incorrect __all__ in multiprocessing.managers (GH-18034)
https://github.com/python/cpython/commit/8ece98a7e418c3c68a4c61bc47a2d0
Change by miss-islington :
--
nosy: +miss-islington
nosy_count: 7.0 -> 8.0
pull_requests: +26182
pull_request: https://github.com/python/cpython/pull/27696
___
Python tracker
<https://bugs.python.org/issu
Change by miss-islington :
--
nosy: +miss-islington
nosy_count: 8.0 -> 9.0
pull_requests: +26183
pull_request: https://github.com/python/cpython/pull/27697
___
Python tracker
<https://bugs.python.org/issu
Change by miss-islington :
--
pull_requests: +26184
pull_request: https://github.com/python/cpython/pull/27698
___
Python tracker
<https://bugs.python.org/issue14
Change by miss-islington :
--
pull_requests: +26185
pull_request: https://github.com/python/cpython/pull/27699
___
Python tracker
<https://bugs.python.org/issue39
miss-islington added the comment:
New changeset a3185da26f8c818907c297d92c533deaa96f40fd by Miss Islington (bot)
in branch '3.10':
bpo-41402: Fix email ContentManager calling .encode() on bytes (GH-21631)
https://github.com/python/cpython/commit/a3185da26f8c818907c297d92c533d
miss-islington added the comment:
New changeset d657da8155cc9611b901ea052f3eac28f99122b4 by Miss Islington (bot)
in branch '3.10':
bpo-39498 Start linking the security warnings in the stdlib modules (GH-18272)
https://github.com/python/cpython/commit/d657da8155cc9611b901ea052f3eac
Change by miss-islington :
--
pull_requests: +26188
pull_request: https://github.com/python/cpython/pull/27705
___
Python tracker
<https://bugs.python.org/issue33
Change by miss-islington :
--
pull_requests: +26190
pull_request: https://github.com/python/cpython/pull/27703
___
Python tracker
<https://bugs.python.org/issue33
Change by miss-islington :
--
nosy: +miss-islington
nosy_count: 4.0 -> 5.0
pull_requests: +26189
pull_request: https://github.com/python/cpython/pull/27702
___
Python tracker
<https://bugs.python.org/issu
Change by miss-islington :
--
nosy: +miss-islington
nosy_count: 8.0 -> 9.0
pull_requests: +26187
pull_request: https://github.com/python/cpython/pull/27704
___
Python tracker
<https://bugs.python.org/issu
Change by miss-islington :
--
nosy: +miss-islington
nosy_count: 14.0 -> 15.0
pull_requests: +26191
pull_request: https://github.com/python/cpython/pull/27706
___
Python tracker
<https://bugs.python.org/issu
Change by miss-islington :
--
pull_requests: +26192
pull_request: https://github.com/python/cpython/pull/27707
___
Python tracker
<https://bugs.python.org/issue25
miss-islington added the comment:
New changeset 2e1fef541c4a0a227af7bf1b59bfbccd3fb1a45e by Miss Islington (bot)
in branch '3.10':
bpo-33479: Remove unqualified tkinter threadsafe claim. (GH-6990)
https://github.com/python/cpython/commit/2e1fef541c4a0a227af7bf1b59bfbc
miss-islington added the comment:
New changeset d86bbe3cff0abefc13e5462cca1fb3344d4a5b52 by Miss Islington (bot)
in branch '3.10':
bpo-25782: avoid hang in PyErr_SetObject when current exception has a cycle in
its context chain (GH-27626)
https://github.com/python/cpyt
miss-islington added the comment:
New changeset 4e0147ec50aa62315c5a9aa7c88c181f57aadf42 by Miss Islington (bot)
in branch '3.10':
bpo-14853: add back the stdin test, skip if stdin is redirected (GH-27694)
https://github.com/python/cpython/commit/4e0147ec50aa62315c5a9aa7c88c18
Change by miss-islington :
--
nosy: +miss-islington
nosy_count: 3.0 -> 4.0
pull_requests: +26196
pull_request: https://github.com/python/cpython/pull/27714
___
Python tracker
<https://bugs.python.org/issu
Change by miss-islington :
--
pull_requests: +26197
pull_request: https://github.com/python/cpython/pull/27712
___
Python tracker
<https://bugs.python.org/issue44
Change by miss-islington :
--
pull_requests: +26198
pull_request: https://github.com/python/cpython/pull/27713
___
Python tracker
<https://bugs.python.org/issue44
miss-islington added the comment:
New changeset a6808c6378ccfd732285ee20319658ac29eacf4c by Miss Islington (bot)
in branch '3.10':
bpo-44854: Add .editorconfig file to help enforce `make patchcheck` (GH-27638)
https://github.com/python/cpython/commit/a6808c6378ccfd732285ee20319658
Change by miss-islington :
--
nosy: +miss-islington
nosy_count: 12.0 -> 13.0
pull_requests: +26202
pull_request: https://github.com/python/cpython/pull/27719
___
Python tracker
<https://bugs.python.org/issu
Change by miss-islington :
--
pull_requests: +26203
pull_request: https://github.com/python/cpython/pull/27720
___
Python tracker
<https://bugs.python.org/issue33
Change by miss-islington :
--
pull_requests: +26210
pull_request: https://github.com/python/cpython/pull/27730
___
Python tracker
<https://bugs.python.org/issue33
miss-islington added the comment:
New changeset 2666d702e49aa0e4975553bec2e92ca4a2dba4ea by Miss Islington (bot)
in branch '3.10':
bpo-33479: Add architecture and threading model sections to Tkinter module docs
(GH-27717)
https://github.com/python/cpyt
Change by miss-islington :
--
nosy: +miss-islington
nosy_count: 8.0 -> 9.0
pull_requests: +26212
pull_request: https://github.com/python/cpython/pull/27732
___
Python tracker
<https://bugs.python.org/issu
Change by miss-islington :
--
pull_requests: +26215
pull_request: https://github.com/python/cpython/pull/27735
___
Python tracker
<https://bugs.python.org/issue33
Change by miss-islington :
--
pull_requests: +26214
pull_request: https://github.com/python/cpython/pull/27734
___
Python tracker
<https://bugs.python.org/issue33
miss-islington added the comment:
New changeset f7635f0e542c916bfd62542e7b60ee23ff681d0d by Miss Islington (bot)
in branch '3.9':
[3.9] bpo-33930: Fix typo in the test name. (GH-27733) (GH-27734)
https://github.com/python/cpython/commit/f7635f0e542c916bfd62542e7b60ee
2901 - 3000 of 11592 matches
Mail list logo