Miss Islington (bot)
d6d2d54997
bpo-33930: Fix segfault with deep recursion when cleaning method objects (GH-27678) (GH-27719)
...
(cherry picked from commit bfc2d5a5c4
)
Co-authored-by: Pablo Galindo Salgado <Pablogsal@gmail.com>
2021-08-11 10:32:44 +02:00
Miss Islington (bot)
a6808c6378
bpo-44854: Add .editorconfig file to help enforce make patchcheck
(GH-27638)
...
(cherry picked from commit c0ab59f7de
)
Co-authored-by: Łukasz Langa <lukasz@langa.pl>
2021-08-10 10:06:18 -07:00
Miss Islington (bot)
4e0147ec50
bpo-14853: add back the stdin test, skip if stdin is redirected (GH-27694)
...
(cherry picked from commit 8ed1833912
)
Co-authored-by: Irit Katriel <1055913+iritkatriel@users.noreply.github.com>
2021-08-10 07:31:00 -07:00
Miss Islington (bot)
d86bbe3cff
bpo-25782: avoid hang in PyErr_SetObject when current exception has a cycle in its context chain (GH-27626)
...
Co-authored-by: Dennis Sweeney 36520290+sweeneyde@users.noreply.github.com
(cherry picked from commit d5c217475c
)
Co-authored-by: Irit Katriel <1055913+iritkatriel@users.noreply.github.com>
2021-08-10 06:47:23 -07:00
Miss Islington (bot)
52d481f15c
make lib2to3 parse async generators everywhere (GH-6588)
...
(cherry picked from commit 149addd496
)
Co-authored-by: Zsolt Dollenstein <zsol.zsol@gmail.com>
2021-08-10 06:47:11 -07:00
Miss Islington (bot)
2e1fef541c
bpo-33479: Remove unqualified tkinter threadsafe claim. (GH-6990)
...
It has not been true for several years and likely never was.
(cherry picked from commit 6b37d0d530
)
Co-authored-by: Terry Jan Reedy <tjreedy@udel.edu>
2021-08-10 02:55:08 -07:00
Irit Katriel
e9ec71ad2c
bpo-44872: use new trashcan macros in framobject.c (GH-27683) (GH-27690)
2021-08-10 09:56:14 +02:00
Miss Islington (bot)
d657da8155
bpo-39498 Start linking the security warnings in the stdlib modules (GH-18272)
...
Co-authored-by: Łukasz Langa <lukasz@langa.pl>
(cherry picked from commit c5c5326d47
)
Co-authored-by: Anthony Shaw <anthony.p.shaw@gmail.com>
2021-08-10 00:51:06 -07:00
Miss Islington (bot)
a3185da26f
bpo-41402: Fix email ContentManager calling .encode() on bytes (GH-21631)
...
(cherry picked from commit b33186bc43
)
Co-authored-by: Johannes Reiff <mail@jreiff.de>
2021-08-09 16:44:17 -07:00
Miss Islington (bot)
8ece98a7e4
bpo-38840: Incorrect __all__ in multiprocessing.managers (GH-18034)
...
This was causing test___all__ to fail on platforms lacking a shared
memory implementation.
Co-Authored-By: Xavier de Gaye <xdegaye@gmail.com>
Co-authored-by: Łukasz Langa <lukasz@langa.pl>
(cherry picked from commit d097876111
)
Co-authored-by: Zackery Spytz <zspytz@gmail.com>
2021-08-09 10:39:05 -07:00
Miss Islington (bot)
c79aa427c0
bpo-44522: Fix inaccurate information in open() function (GH-27650)
...
- Use "Low surrogate code units" instead of "Unicode Private Use Area"
(cherry picked from commit b05e9b63fc
)
Co-authored-by: meowmeowmeowcat <meowmeowcat1211@gmail.com>
2021-08-09 07:35:11 -07:00
Mark Shannon
0f02993b2c
Remove unused variable. (GH-27677) ( #27680 )
2021-08-09 15:25:40 +01:00
Miss Islington (bot)
d5c8ad2471
bpo-32695: Docs and tests for compresslevel and preset kwargs in tarfile (GH-21470)
...
Co-Authored-By: Bo Bayles <bbayles@gmail.com>
(cherry picked from commit eb2d4a66ff
)
Co-authored-by: Zackery Spytz <zspytz@gmail.com>
2021-08-09 03:30:30 -07:00
Mark Shannon
762ef85f44
bpo-44840: Compiler: Move duplication of exit blocks with no line numbers to after CFG optimization. (GH-27656) ( #27673 )
...
(cherry picked from commit b854557b49
)
2021-08-09 10:54:48 +01:00
Miss Islington (bot)
7d6a0fe5b8
Upgrade bundled pip and setuptools (GH-27625)
...
pip is now 21.2.3
setuptools is now 57.4.0
(cherry picked from commit 738ac00a08
)
Co-authored-by: Tzu-ping Chung <uranusjr@gmail.com>
2021-08-07 09:38:40 -07:00
Miss Islington (bot)
ac8f72cd3f
bpo-44856: Possible reference leak in error paths of update_bases() and __build_class__ (GH-27647)
...
(cherry picked from commit a40675c659
)
Co-authored-by: Pablo Galindo Salgado <Pablogsal@gmail.com>
2021-08-07 07:03:17 -07:00
Miss Islington (bot)
699ee016af
bpo-41576: document BaseException in favor of bare except (GH-21917)
...
(cherry picked from commit e9a6f1b78b
)
Co-authored-by: Thomas Grainger <tagrain@gmail.com>
2021-08-06 14:14:40 -07:00
Miss Islington (bot)
2fd1f21db4
bpo-27752: improve documentation of csv.Dialect (GH-26795)
...
Co-authored-by: Łukasz Langa <lukasz@langa.pl>
(cherry picked from commit 0ffdced3b6
)
Co-authored-by: Jack DeVries <58614260+jdevries3133@users.noreply.github.com>
2021-08-06 13:31:49 -07:00
Miss Islington (bot)
66dd1a0e64
bpo-44605: Teach @total_ordering() to work with metaclasses (GH-27633) (GH-27640)
2021-08-06 15:11:44 -05:00
Miss Islington (bot)
1e9c9ca570
bpo-44756: [docs] revert automated virtual environment creation on make html
(GH-27635)
...
It turned out to be disruptive for downstream distributors.
(cherry picked from commit 55fa87b1ef
)
Co-authored-by: Łukasz Langa <lukasz@langa.pl>
2021-08-06 12:15:54 -07:00
Miss Islington (bot)
2b1e713f87
bpo-44822: Don't truncate str
s with embedded NULL chars returned by sqlite3
UDF callbacks (GH-27588)
...
(cherry picked from commit 8f010dc920
)
Co-authored-by: Erlend Egeberg Aasland <erlend.aasland@innova.no>
2021-08-06 10:59:51 -07:00
Miss Islington (bot)
a5d9963276
bpo-40928: notify users running test_decimal on macOS of malloc warnings (GH-26783)
...
* When trying to allocate very large regions on macOS, malloc does not fail silently. It sends a noisy error out to STDERR
* This provides a helper function to warn the user, and provides the warning for test_decimal, which consistently generates these warnings on macOS.
Co-authored-by: Łukasz Langa <lukasz@langa.pl>
(cherry picked from commit 15d3c14df3
)
Co-authored-by: Jack DeVries <58614260+jdevries3133@users.noreply.github.com>
2021-08-06 10:09:06 -07:00
Miss Islington (bot)
36a2497093
bpo-44524: Fix an issue wherein _GenericAlias._name
was not properly set for specialforms (GH-27614)
...
Co-authored-by: Ken Jin <28750310+Fidget-Spinner@users.noreply.github.com>
Co-authored-by: Łukasz Langa <lukasz@langa.pl>
(cherry picked from commit 8bdf12e99a
)
Co-authored-by: Bas van Beek <43369155+BvB93@users.noreply.github.com>
2021-08-06 10:08:27 -07:00
Miss Islington (bot)
2ae2235c7a
bpo-44849: Fix os.set_inheritable() on FreeBSD 14 with O_PATH (GH-27623)
...
Fix the os.set_inheritable() function on FreeBSD 14 for file
descriptor opened with the O_PATH flag: ignore the EBADF error on
ioctl(), fallback on the fcntl() implementation.
(cherry picked from commit c24896c0e3
)
Co-authored-by: Victor Stinner <vstinner@python.org>
2021-08-06 06:40:44 -07:00
Miss Islington (bot)
a11158ecef
bpo-44584: Deprecate PYTHONTHREADDEBUG env var (GH-27065)
...
The threading debug (PYTHONTHREADDEBUG environment variable) is
deprecated in Python 3.10 and will be removed in Python 3.12. This
feature requires a debug build of Python.
(cherry picked from commit 4d77691172
)
Co-authored-by: Victor Stinner <vstinner@python.org>
2021-08-06 04:32:37 -07:00
Miss Islington (bot)
0a642d5773
bpo-44679: [doc] fix typo in unittest.mock.rst (GH-27618)
...
(cherry picked from commit 938e84b4fa
)
Co-authored-by: Jack DeVries <58614260+jdevries3133@users.noreply.github.com>
2021-08-05 14:10:14 -07:00
Pablo Galindo Salgado
b1bd16c252
[3.10] bpo-44838: Refine the custom syntax errors for invalid 'if' expressions (GH-27615). (GH-27616)
...
…
(cherry picked from commit f5cbea6b1b
)
Co-authored-by: Pablo Galindo Salgado <Pablogsal@gmail.com>
Automerge-Triggered-By: GH:lysnikolaou
2021-08-05 11:00:19 -07:00
Miss Islington (bot)
536e35ae6a
bpo-44801: Check arguments in substitution of ParamSpec in Callable (GH-27585)
...
(cherry picked from commit 3875a69547
)
Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>
2021-08-04 13:36:01 -07:00
Miss Islington (bot)
c2593b4d06
bpo-42958: Improve description of shallow= in filecmp.cmp docs (GH-27166)
...
Co-authored-by: Łukasz Langa <lukasz@langa.pl>
Co-authored-by: Alexander Vandenbulcke <alexander.vandenbulcke95@gmail.com>
(cherry picked from commit a8dc4893d2
)
Co-authored-by: andrei kulakov <andrei.avk@gmail.com>
2021-08-04 13:03:33 -07:00
Miss Islington (bot)
98f6a72ff6
[doc] bpo-43066: zipfile - add note on leading slash in the filename arg (GH-26899)
...
Co-authored-by: Łukasz Langa <lukasz@langa.pl>
(cherry picked from commit 7c5dab4340
)
Co-authored-by: andrei kulakov <andrei.avk@gmail.com>
2021-08-04 12:59:04 -07:00
Miss Islington (bot)
cdcae41377
Fix typo in 'xml.dom.minidom' documentation (GH-27602)
...
(cherry picked from commit cc77193127
)
Co-authored-by: Cristián Maureira-Fredes <cmaureir@users.noreply.github.com>
2021-08-04 12:50:18 -07:00
Miss Islington (bot)
770be3a9e1
Fix 404 link to the pyporting mailing list (GH-27320)
...
Co-authored-by: Mariatta Wijaya <Mariatta@users.noreply.github.com>
Co-authored-by: Łukasz Langa <lukasz@langa.pl>
(cherry picked from commit 977d99d1cc
)
Co-authored-by: Rohit Nishad <47008599+rohitnishad613@users.noreply.github.com>
2021-08-04 12:15:40 -07:00
Miss Islington (bot)
f4b3217874
Note that tp_clear and m_clear are not always called (GH-27581)
...
(cherry picked from commit 10faada709
)
Co-authored-by: Petr Viktorin <encukou@gmail.com>
2021-08-04 11:23:41 -07:00
Miss Islington (bot)
40a863185e
Fix hyperlink conflict in turtle docs (GH-27592)
...
(cherry picked from commit 3d2b4c6f18
)
Co-authored-by: Harry <harry.lees@gmail.com>
2021-08-04 11:14:12 -07:00
Miss Islington (bot)
952aa31c89
bpo-41886: Fix documented type of PyType_Type (GH-22454)
...
(cherry picked from commit ac811f9b5a
)
Co-authored-by: da-woods <dw-git@d-woods.co.uk>
2021-08-03 10:50:24 -07:00
Steve Dower
4b46db68d0
Ensure LICENSE.txt file is generated even in PGO builds (GH-27580) (GH-27582)
2021-08-03 17:38:04 +01:00
Miss Islington (bot)
bc2841c7a9
bpo-44808: fixes test for interactive inspect getsource of a class (GH-27571)
...
Co-authored-by: Łukasz Langa <lukasz@langa.pl>
(cherry picked from commit 58325971de
)
Co-authored-by: andrei kulakov <andrei.avk@gmail.com>
2021-08-03 06:07:59 -07:00
Miss Islington (bot)
84494db419
bpo-41737: expand doc for NotADirectoryError (GH-27471)
...
(cherry picked from commit f7c23a99cd
)
Co-authored-by: andrei kulakov <andrei.avk@gmail.com>
2021-08-03 05:05:04 -07:00
Miss Islington (bot)
8ce7f2f4ef
bpo-39091: Fix segfault when Exception constructor returns non-exception for gen.throw. (GH-17658) (GH-27572)
...
Co-authored-by: Benjamin Peterson <benjamin@python.org>
(cherry picked from commit 83ca46b778
)
Co-authored-by: Noah <33094578+coolreader18@users.noreply.github.com>
2021-08-03 12:10:38 +02:00
Pablo Galindo
2b8d4eaec9
Post 3.10.0rc1
2021-08-02 22:37:13 +01:00
Pablo Galindo
cc115e5bf6
Python 3.10.0rc1
2021-08-02 20:53:59 +01:00
Miss Islington (bot)
567176249e
bpo-44792: Improve syntax errors for if expressions (GH-27506) (GH-27565)
...
(cherry picked from commit 28b6dc9dd5
)
Co-authored-by: Miguel Brito <5544985+miguendes@users.noreply.github.com>
2021-08-02 20:05:33 +01:00
Miss Islington (bot)
c6e7c9860d
bpo-44782: Improve OrderedDict recipe for LRU cache variants (GH-27536)
...
(cherry picked from commit 54f185b6d3
)
Co-authored-by: Raymond Hettinger <rhettinger@users.noreply.github.com>
2021-08-02 11:38:14 -07:00
Miss Islington (bot)
14cb669357
bpo-35183: Add typical examples to os.path.splitext docs (GH-27286) (GH-27563)
...
(cherry picked from commit aa0894b379
)
Co-authored-by: Jake Stockwin <jake.stockwin@optimorlabs.com>
2021-08-02 20:10:47 +02:00
Miss Islington (bot)
aa7266854a
bpo-44785: Silence deprecation warnings in test_pickle (GH-27538)
...
(cherry picked from commit 36d952d228
)
Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>
2021-08-02 10:09:05 -07:00
Miss Islington (bot)
2cc19a5463
bpo-44806: Fix __init__ in subclasses of protocols (GH-27545)
...
Non-protocol subclasses of protocol ignore now the __init__ method
inherited from protocol base classes.
(cherry picked from commit 043cd60abe
)
Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>
2021-08-02 10:08:59 -07:00
Miss Islington (bot)
9de590151d
Document PyMember_GetOne and PyMember_SetOne (GH-27555)
...
(cherry picked from commit d382bde220
)
Co-authored-by: Ken Jin <28750310+Fidget-Spinner@users.noreply.github.com>
2021-08-02 10:08:49 -07:00
Miss Islington (bot)
7c89bddd2f
doc: "Mac OS " -> "macOS" (GH-27534)
...
(cherry picked from commit 1342248f3a
)
Co-authored-by: partev <petrosyan@gmail.com>
2021-08-02 09:30:05 -07:00
Miss Islington (bot)
a1eaa74d9d
bpo-44808: Fix test_inspect in refleak mode (GH-27544)
...
(cherry picked from commit 626d397cc1
)
Co-authored-by: Pablo Galindo Salgado <Pablogsal@gmail.com>
2021-08-02 06:41:08 -07:00
Miss Islington (bot)
5888107f33
doc: "Mac OS X" -> "macOS" (GH-27535)
...
(cherry picked from commit 414dcb13aa
)
Co-authored-by: partev <petrosyan@gmail.com>
2021-08-02 06:13:48 -07:00