]>
git.ipfire.org Git - thirdparty/Python/cpython.git/log
Miss Islington (bot) [Mon, 23 Aug 2021 19:21:06 +0000 (12:21 -0700)]
bpo-44980: fix test_constructor to return None value (GH-27898)
(cherry picked from commit
27b761a11a14521617a01257eb3767150bec3a74 )
Co-authored-by: andrei kulakov <andrei.avk@gmail.com>
Miss Islington (bot) [Mon, 23 Aug 2021 17:53:52 +0000 (10:53 -0700)]
[doc] Fix typo in idle.rst (GH-27903)
intially -> initially
(cherry picked from commit
0e8695ece0d3569eeb1b89c91a1b0aa3d34f228e )
Co-authored-by: Ikko Ashimine <eltociear@gmail.com>
Miss Islington (bot) [Mon, 23 Aug 2021 17:32:35 +0000 (10:32 -0700)]
bpo-38291: Update 3.10 WhatsNew with typing.{io|re} DeprecationWarning (GH-27872)
(cherry picked from commit
1a995b0ceefdf7eb59963f3ab395c47d8da226e3 )
Co-authored-by: Ken Jin <28750310+Fidget-Spinner@users.noreply.github.com>
Miss Islington (bot) [Sun, 22 Aug 2021 20:04:43 +0000 (13:04 -0700)]
Move susp-ignored locations
Miss Islington (bot) [Sun, 22 Aug 2021 19:49:24 +0000 (12:49 -0700)]
bpo-4442: Document use of __new__ for subclasses of immutable types (GH-27866)
(cherry picked from commit
eec340ea3af27887fcaac4029ebdee99f3713bff )
Co-authored-by: Raymond Hettinger <rhettinger@users.noreply.github.com>
Łukasz Langa [Sun, 22 Aug 2021 19:04:57 +0000 (21:04 +0200)]
[3.10] bpo-42560: rework external references in Tkinter docs (GH-27838) (GH-27893)
- reorganized from two sections (tkinter vs. tcl/tk) into three (tkinter, tcl/tk, and books)
- main (recommended) tkinter docs have one tutorial (tkdocs) and one reference (shipman), added better descriptions
- dropped link to Tkinter page on wiki (suggestion by E. Paine; outdated, most material already linked to from python.org)
- replaced Tcl/Tk recent man pages and core dev home with single link to main Tcl/Tk page (which holds both of these)
- updated Modern Tkinter link to book page on TkDocs site (was Amazon link to old version), dropped description
- replaced Grayson book by Moore book (newer, covers ttk)
- changed Ousterhout ref to second edition, covers ttk
- dropped link to Welch book (old).
(cherry picked from commit
d1049d1d6b43296d4db1aa8668aa4ca807bf7adb )
Co-authored-by: Mark Roseman <mark@markroseman.com>
Miss Islington (bot) [Sun, 22 Aug 2021 19:04:24 +0000 (12:04 -0700)]
bpo-42560: reorganize Tkinter docs modules section for clarity (GH-27840)
- move description of internal modules (_tkinter and tkinter.constants) from section intro to list of additional modules at end of section, as not most important info
- added missing ttk and tix here
- emphasized up front that most apps will need tkinter and ttk
(cherry picked from commit
d5dbe8bca792350f4997c027535e0ca498abd1bb )
Co-authored-by: Mark Roseman <mark@markroseman.com>
Miss Islington (bot) [Sun, 22 Aug 2021 18:54:46 +0000 (11:54 -0700)]
bpo-42560: tweaks to intro of Tkinter docs- add macOS, drop ActiveState (GH-27835)
(cherry picked from commit
141c7a4fce8def67baa9d24f542c105b8502893e )
Co-authored-by: Mark Roseman <mark@markroseman.com>
Miss Islington (bot) [Sun, 22 Aug 2021 18:29:59 +0000 (11:29 -0700)]
bpo-44926: `get_type_hints`: Add note about type aliases with forward refs (GH-27859) (GH-27860)
(cherry picked from commit
16b9be4861e007ad483611ba0479feb2b90ea783 )
Co-authored-by: Maximilian Hils <git@maximilianhils.com>
Miss Islington (bot) [Sun, 22 Aug 2021 07:55:34 +0000 (00:55 -0700)]
bpo-44955: Always call stopTestRun() for implicitly created TestResult objects (GH-27831)
Method stopTestRun() is now always called in pair with method startTestRun()
for TestResult objects implicitly created in TestCase.run().
Previously it was not called for test methods and classes decorated with
a skipping decorator.
(cherry picked from commit
a9640d75531d6cbbfd254b65435f238c26bf5cd9 )
Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>
Miss Islington (bot) [Sun, 22 Aug 2021 07:45:02 +0000 (00:45 -0700)]
bpo-44940: Clarify the documentation of re.findall() (GH-27849)
Co-authored-by: Ken Jin <28750310+Fidget-Spinner@users.noreply.github.com>
Co-authored-by: Vedran Čačić <vedgar+github@gmail.com>
(cherry picked from commit
64f9e7b19dc1603fcbd07c17c9860085b9d21465 )
Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>
Miss Islington (bot) [Sun, 22 Aug 2021 00:35:32 +0000 (17:35 -0700)]
bpo-44966: Fix out-of-date traceback message (GH-27867)
(cherry picked from commit
15a64d89a31b7e91f0361c305b7b27d8761db93d )
Co-authored-by: Raymond Hettinger <rhettinger@users.noreply.github.com>
Miss Islington (bot) [Sat, 21 Aug 2021 20:30:08 +0000 (13:30 -0700)]
bpo-44968: Fix test_subprocess_wait_no_same_group in test_asyncio (GH-27870)
The code of the test was never executed because the test function
was unintentionally converted to a generator function.
(cherry picked from commit
585390fdd8661b4bc08bdfc27551292da9b4b9b8 )
Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>
Miss Islington (bot) [Sat, 21 Aug 2021 09:33:14 +0000 (02:33 -0700)]
bpo-44524: Do not set _name of _SpecialForm without need (GH-27861) (GH-27871)
Because setting non-empty _name affects behavior of other code.
In most cases __name__ can be derived from __origin__.__name__.
(cherry picked from commit
4ceec495598e78f0776dd46d511dcc612a434dc3 )
Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>
Miss Islington (bot) [Fri, 20 Aug 2021 17:48:47 +0000 (10:48 -0700)]
bpo-44954: Fix wrong result in float.fromhex corner case (GH-27834)
(cherry picked from commit
60b93d9e4922eeae25052bc15909d1f4152babde )
Co-authored-by: Mark Dickinson <mdickinson@enthought.com>
Miss Islington (bot) [Thu, 19 Aug 2021 20:49:15 +0000 (13:49 -0700)]
Fix reST markup in dataclasses.rst (GH-27843) (GH-27845)
The signature of field() had an extraneous colon at the end, causing it
to appear all bold and without the module name.
(cherry picked from commit
d26dbba9297adb59bc49a6583c647804ef56fc58 )
Co-authored-by: Jean-Abou-Samra <37271310+Jean-Abou-Samra@users.noreply.github.com>
Co-authored-by: Jean-Abou-Samra <37271310+Jean-Abou-Samra@users.noreply.github.com>
Miss Islington (bot) [Thu, 19 Aug 2021 09:16:15 +0000 (02:16 -0700)]
bpo-36384: [doc] Mention CVE-2021-29921 fix in 3.8.12 (GH-27824)
(cherry picked from commit
0fd66e46b2f472d0d206a185dc8892f4f0347cb6 )
Co-authored-by: Łukasz Langa <lukasz@langa.pl>
Miss Islington (bot) [Thu, 19 Aug 2021 08:52:16 +0000 (01:52 -0700)]
bpo-44949: Fix test_readline auto history tests (GH-27813)
(cherry picked from commit
6fb62b42f4db56ed5efe0ca4c1059049276c1083 )
Co-authored-by: Victor Stinner <vstinner@python.org>
Miss Islington (bot) [Thu, 19 Aug 2021 08:33:42 +0000 (01:33 -0700)]
bpo-44830: [doc] Restore missing Mozilla devguide link (GH-27818)
(cherry picked from commit
942d1a4284e9341df47c48d7c63e921136dc9719 )
Co-authored-by: Jack DeVries <58614260+jdevries3133@users.noreply.github.com>
Miss Islington (bot) [Wed, 18 Aug 2021 20:32:01 +0000 (13:32 -0700)]
bpo-44947: Refine the syntax error for trailing commas in import statements (GH-27814)
(cherry picked from commit
b2f68b190035540872072ac1d2349e7745e85596 )
Co-authored-by: Pablo Galindo Salgado <Pablogsal@gmail.com>
Miss Islington (bot) [Wed, 18 Aug 2021 12:10:10 +0000 (05:10 -0700)]
bpo-44852: Support filtering over warnings without a set message (GH-27793)
Additional improvements:
- messages which were compiled regular expressions aren't unpacked back into
strings for unmatched warnings;
- removed unnecessary "if tokens:" check (there's one before the for loop);
- took `endswith` calculation out of the for loop.
(cherry picked from commit
8cf07d3db3eed02b43350a5f9dbf68f1c839ea82 )
Co-authored-by: Łukasz Langa <lukasz@langa.pl>
Miss Islington (bot) [Tue, 17 Aug 2021 23:17:29 +0000 (16:17 -0700)]
bpo-44508: [Doc] Document failure mode for loop.call_soon_threadsafe (GH-27688)
Co-authored-by: Łukasz Langa <lukasz@langa.pl>
(cherry picked from commit
3240bc62f4e0afa09964f3afc845697f0a0806b9 )
Co-authored-by: meowmeowmeowcat <meowmeowcat1211@gmail.com>
Miss Islington (bot) [Tue, 17 Aug 2021 21:42:50 +0000 (14:42 -0700)]
introduce omitted index default before using it (GH-27775) (GH-27802)
(cherry picked from commit
599f5c8481ca258ca3a5d13eaee7d07a9103b5f2 )
Co-authored-by: Jefferson Oliveira <jefferson.dev.insights@gmail.com>
Miss Islington (bot) [Tue, 17 Aug 2021 18:33:34 +0000 (11:33 -0700)]
[3.10] bpo-44935: enable posix_spawn() on Solaris (GH-27795) (GH-27800)
Enable posix_spawn() on Solaris
(cherry picked from commit
b1930bf75f276cd7ca08c4455298128d89adf7d1 )
Co-authored-by: Jakub Kulík <Kulikjak@gmail.com>
Automerge-Triggered-By: GH:gpshead
Miss Islington (bot) [Tue, 17 Aug 2021 17:38:03 +0000 (10:38 -0700)]
bpo-44698: Restore complex pow behaviour for small integral exponents (GH-27772) (GH-27796)
(cherry picked from commit
4b9a2dcf19e5d13c3bc2afea2de1f65cd994c699 )
Co-authored-by: Mark Dickinson <mdickinson@enthought.com>
Miss Islington (bot) [Tue, 17 Aug 2021 10:08:49 +0000 (03:08 -0700)]
bpo-44903: Removed othergui.rst and list of GUI frameworks (GH-27762)
(cherry picked from commit
6a358bb9482f7595b858ea7b800cbe66f0de5fa1 )
Co-authored-by: Gautam Chaudhuri <gautam.chaudhuri.1803@gmail.com>
Łukasz Langa [Tue, 17 Aug 2021 10:01:00 +0000 (12:01 +0200)]
[3.10] bpo-44852: Support ignoring specific DeprecationWarnings wholesale in regrtest (GH-27634) (GH-27784)
(cherry picked from commit
a0a6d39295a30434b088f4b66439bf5ea21a3e4e )
Co-authored-by: Łukasz Langa <lukasz@langa.pl>
Miss Islington (bot) [Tue, 17 Aug 2021 09:40:41 +0000 (02:40 -0700)]
bpo-38956: don't print BooleanOptionalAction's default twice (GH-27672)
Co-authored-by: Micky Yun Chan <michan@redhat.com>
(cherry picked from commit
1512bc21d60f098a9e9f37b44a2f6a9b49a3fd4f )
Co-authored-by: Maximilian Hils <git@maximilianhils.com>
Miss Islington (bot) [Mon, 16 Aug 2021 09:54:58 +0000 (02:54 -0700)]
bpo-44911: Fixed IsolatedAsyncioTestCase from throwing an exception on leaked tasks (GH-27765)
(cherry picked from commit
2cb1a6806c0cefab0c3a40fdd428a89a4392570e )
Co-authored-by: Bar Harel <bar.harel@biocatch.com>
Miss Islington (bot) [Mon, 16 Aug 2021 09:01:14 +0000 (02:01 -0700)]
bpo-44895: skip test_no_hang_on_context_chain_cycle2 until the refleak is fixed (GH-27761)
(cherry picked from commit
62bc716fde20fcb7b47416c7959be9e66df93212 )
Co-authored-by: Irit Katriel <1055913+iritkatriel@users.noreply.github.com>
Senthil Kumaran [Mon, 16 Aug 2021 08:48:08 +0000 (01:48 -0700)]
[3.10] bpo-44830 - Remove the broken Broken Mozilla devguide link. (GH-27664) (GH-27666)
(cherry picked from commit
ebecffdb6d5fffa4249f9a813f1fc1915926feb5 )
Co-authored-by: Senthil Kumaran <senthil@python.org>
Miss Islington (bot) [Sat, 14 Aug 2021 00:25:11 +0000 (17:25 -0700)]
bpo-44907: Update error messages in tutorial examples (GH-27755)
(cherry picked from commit
ed524b4569b1e4a166886c880018418d46284378 )
Co-authored-by: meowmeowmeowcat <meowmeowcat1211@gmail.com>
Miss Islington (bot) [Fri, 13 Aug 2021 11:21:53 +0000 (04:21 -0700)]
bpo-36700: [doc] Update base64 RFC references to RFC 4648 (GH-27700)
Co-authored-by: Łukasz Langa <lukasz@langa.pl>
(cherry picked from commit
e43b9bbc31c22a0d97dc4fc420300e40c2d74166 )
Co-authored-by: andrei kulakov <andrei.avk@gmail.com>
Miss Islington (bot) [Fri, 13 Aug 2021 11:21:06 +0000 (04:21 -0700)]
bpo-26228: [doc] Adapt PTY documentation updates from GH-4167 (GH-27754)
Co-authored-by: Cornelius Diekmann <c.diekmann@googlemail.com>
(cherry picked from commit
dd8eb303b90d63e1f56684bedadca6674bb74a29 )
Co-authored-by: Łukasz Langa <lukasz@langa.pl>
Miss Islington (bot) [Fri, 13 Aug 2021 11:15:27 +0000 (04:15 -0700)]
Added test case based on recommended test cases from RFC 4648 (GH-27747)
(cherry picked from commit
230403a6a19042b174374c3825904d2e857f38b0 )
Co-authored-by: andrei kulakov <andrei.avk@gmail.com>
Miss Islington (bot) [Fri, 13 Aug 2021 11:04:08 +0000 (04:04 -0700)]
bpo-44891: Tests `id` preserving on `* 1` for `str` and `bytes` (GH-27745)
Co-authored-by: Łukasz Langa <lukasz@langa.pl>
(cherry picked from commit
a2ce538e16d5e3a6168704366bdd7a8c5af29881 )
Co-authored-by: Nikita Sobolev <mail@sobolevn.me>
Miss Islington (bot) [Fri, 13 Aug 2021 10:21:26 +0000 (03:21 -0700)]
bpo-44895: Temporarily add an extra gc.collect() call (GH-27746)
This is part of an investigation of a non-deterministic reference leak. While we're looking for the root cause, this is included temporarily so that CI doesn't fail on this particular issue. This enables it to find other regressions in the meantime, which would otherwise be shadowed by our known issue.
(cherry picked from commit
7bf28cbb4bf37fa6bdfc2d3f8a3939066b3f8f22 )
Co-authored-by: Irit Katriel <1055913+iritkatriel@users.noreply.github.com>
Benjamin Peterson [Fri, 13 Aug 2021 09:45:13 +0000 (02:45 -0700)]
[3.10] bpo-33930: Fix typo in the test name. (GH-27736)
[bpo-33930](): Fix typo in the test name. (GH-27733)
(cherry picked from commit
f08e6d1bb3c5655f184af88c6793e90908bb6338 )
Automerge-Triggered-By: GH:benjaminp
Pablo Galindo Salgado [Thu, 12 Aug 2021 16:41:21 +0000 (17:41 +0100)]
[3.10] bpo-44885: Correct the ast locations of f-strings with format specs and repeated expressions (GH-27729) (GH-27743)
(cherry picked from commit
8e832fb2a2cb54d7262148b6ec15563dffb48d63 )
Co-authored-by: Pablo Galindo Salgado <Pablogsal@gmail.com>
Miss Islington (bot) [Thu, 12 Aug 2021 12:36:04 +0000 (05:36 -0700)]
bpo-26228: Fix pty EOF handling (GH-12049) (GH-27732)
On non-Linux POSIX platforms, like FreeBSD or macOS,
the FD used to read a forked PTY may signal its exit not
by raising an error but by sending empty data to the read
syscall. This case wasn't handled, leading to hanging
`pty.spawn` calls.
Co-authored-by: Reilly Tucker Siemens <reilly@tuckersiemens.com>
Co-authored-by: Łukasz Langa <lukasz@langa.pl>
(cherry picked from commit
81ab8db235580317edcb0e559cd4c983f70883f5 )
Co-authored-by: Zephyr Shannon <geoffpshannon@gmail.com>
Miss Islington (bot) [Wed, 11 Aug 2021 17:16:10 +0000 (10:16 -0700)]
bpo-33479: Add architecture and threading model sections to Tkinter module docs (GH-27717)
Co-authored-by: Łukasz Langa <lukasz@langa.pl>
(cherry picked from commit
08caf2d5d4a9994976e9eafaf345b5a1a4012a81 )
Co-authored-by: Mark Roseman <mark@markroseman.com>
Miss Islington (bot) [Wed, 11 Aug 2021 13:06:43 +0000 (06:06 -0700)]
Add .DS_Store on ignore (GH-27711) (GH-27723)
Co-authored-by: Łukasz Langa <lukasz@langa.pl>
(cherry picked from commit
1841c70f2bdab9d29c1c74a8afffa45d5555af98 )
Co-authored-by: 180909 <wjh180909@gmail.com>
Miss Islington (bot) [Wed, 11 Aug 2021 08:32:44 +0000 (01:32 -0700)]
bpo-33930: Fix segfault with deep recursion when cleaning method objects (GH-27678) (GH-27719)
(cherry picked from commit
bfc2d5a5c4550ab3a2fadeb9459b4bd948ff61a2 )
Co-authored-by: Pablo Galindo Salgado <Pablogsal@gmail.com>
Miss Islington (bot) [Tue, 10 Aug 2021 17:06:18 +0000 (10:06 -0700)]
bpo-44854: Add .editorconfig file to help enforce `make patchcheck` (GH-27638)
(cherry picked from commit
c0ab59f7de1906feee21c057ad433fad924d1e38 )
Co-authored-by: Łukasz Langa <lukasz@langa.pl>
Miss Islington (bot) [Tue, 10 Aug 2021 14:31:00 +0000 (07:31 -0700)]
bpo-14853: add back the stdin test, skip if stdin is redirected (GH-27694)
(cherry picked from commit
8ed183391241f0c73e7ba7f42b1d49fc02985f7b )
Co-authored-by: Irit Katriel <1055913+iritkatriel@users.noreply.github.com>
Miss Islington (bot) [Tue, 10 Aug 2021 13:47:23 +0000 (06:47 -0700)]
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
d5c217475c4957a8084ac3f92ae012ece5edc7cb )
Co-authored-by: Irit Katriel <1055913+iritkatriel@users.noreply.github.com>
Miss Islington (bot) [Tue, 10 Aug 2021 13:47:11 +0000 (06:47 -0700)]
make lib2to3 parse async generators everywhere (GH-6588)
(cherry picked from commit
149addd4960d634ce672ab5fc17e0e785a0cdcd0 )
Co-authored-by: Zsolt Dollenstein <zsol.zsol@gmail.com>
Miss Islington (bot) [Tue, 10 Aug 2021 09:55:08 +0000 (02:55 -0700)]
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
6b37d0d5300813de31d66df1c77dad7e1027e4d8 )
Co-authored-by: Terry Jan Reedy <tjreedy@udel.edu>
Irit Katriel [Tue, 10 Aug 2021 07:56:14 +0000 (08:56 +0100)]
bpo-44872: use new trashcan macros in framobject.c (GH-27683) (GH-27690)
Miss Islington (bot) [Tue, 10 Aug 2021 07:51:06 +0000 (00:51 -0700)]
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
c5c5326d4799fe4ae566aff32ed3461af95859cc )
Co-authored-by: Anthony Shaw <anthony.p.shaw@gmail.com>
Miss Islington (bot) [Mon, 9 Aug 2021 23:44:17 +0000 (16:44 -0700)]
bpo-41402: Fix email ContentManager calling .encode() on bytes (GH-21631)
(cherry picked from commit
b33186bc43bb5aaf652dd9d093a08fdde796d499 )
Co-authored-by: Johannes Reiff <mail@jreiff.de>
Miss Islington (bot) [Mon, 9 Aug 2021 17:39:05 +0000 (10:39 -0700)]
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
d0978761118856e8ca8ea7b162a6585b8da83df9 )
Co-authored-by: Zackery Spytz <zspytz@gmail.com>
Miss Islington (bot) [Mon, 9 Aug 2021 14:35:11 +0000 (07:35 -0700)]
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
b05e9b63fcfcd4bd7a6434fa9f9a7028d12f91c4 )
Co-authored-by: meowmeowmeowcat <meowmeowcat1211@gmail.com>
Mark Shannon [Mon, 9 Aug 2021 14:25:40 +0000 (15:25 +0100)]
Remove unused variable. (GH-27677) (#27680)
Miss Islington (bot) [Mon, 9 Aug 2021 10:30:30 +0000 (03:30 -0700)]
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
eb2d4a66ff07aa6e51cfaaa31afed31addf76936 )
Co-authored-by: Zackery Spytz <zspytz@gmail.com>
Mark Shannon [Mon, 9 Aug 2021 09:54:48 +0000 (10:54 +0100)]
bpo-44840: Compiler: Move duplication of exit blocks with no line numbers to after CFG optimization. (GH-27656) (#27673)
(cherry picked from commit
b854557b49083d8625a433eb36aacb0c87d67c52 )
Miss Islington (bot) [Sat, 7 Aug 2021 16:38:40 +0000 (09:38 -0700)]
Upgrade bundled pip and setuptools (GH-27625)
pip is now 21.2.3
setuptools is now 57.4.0
(cherry picked from commit
738ac00a08cb6a9d104ec85ccb1a44c2399d6baa )
Co-authored-by: Tzu-ping Chung <uranusjr@gmail.com>
Miss Islington (bot) [Sat, 7 Aug 2021 14:03:17 +0000 (07:03 -0700)]
bpo-44856: Possible reference leak in error paths of update_bases() and __build_class__ (GH-27647)
(cherry picked from commit
a40675c659cd8c0699f85ee9ac31660f93f8c2f5 )
Co-authored-by: Pablo Galindo Salgado <Pablogsal@gmail.com>
Miss Islington (bot) [Fri, 6 Aug 2021 21:14:40 +0000 (14:14 -0700)]
bpo-41576: document BaseException in favor of bare except (GH-21917)
(cherry picked from commit
e9a6f1b78bf57d9f3f99547bd007d7cfc9724cfb )
Co-authored-by: Thomas Grainger <tagrain@gmail.com>
Miss Islington (bot) [Fri, 6 Aug 2021 20:31:49 +0000 (13:31 -0700)]
bpo-27752: improve documentation of csv.Dialect (GH-26795)
Co-authored-by: Łukasz Langa <lukasz@langa.pl>
(cherry picked from commit
0ffdced3b64ba5886fcde64266a31a15712da284 )
Co-authored-by: Jack DeVries <58614260+jdevries3133@users.noreply.github.com>
Miss Islington (bot) [Fri, 6 Aug 2021 20:11:44 +0000 (13:11 -0700)]
bpo-44605: Teach @total_ordering() to work with metaclasses (GH-27633) (GH-27640)
Miss Islington (bot) [Fri, 6 Aug 2021 19:15:54 +0000 (12:15 -0700)]
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
55fa87b1ef46bbb9db7612b2dc2dd7fb039d9bc3 )
Co-authored-by: Łukasz Langa <lukasz@langa.pl>
Miss Islington (bot) [Fri, 6 Aug 2021 17:59:51 +0000 (10:59 -0700)]
bpo-44822: Don't truncate `str`s with embedded NULL chars returned by `sqlite3` UDF callbacks (GH-27588)
(cherry picked from commit
8f010dc920e1f6dc6a357e7cc1460a7a567c05c6 )
Co-authored-by: Erlend Egeberg Aasland <erlend.aasland@innova.no>
Miss Islington (bot) [Fri, 6 Aug 2021 17:09:06 +0000 (10:09 -0700)]
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
15d3c14df32a35ac69898a7852115722e30d7857 )
Co-authored-by: Jack DeVries <58614260+jdevries3133@users.noreply.github.com>
Miss Islington (bot) [Fri, 6 Aug 2021 17:08:27 +0000 (10:08 -0700)]
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
8bdf12e99a3dc7ada5f85bba79c2a9eb9931f5b0 )
Co-authored-by: Bas van Beek <43369155+BvB93@users.noreply.github.com>
Miss Islington (bot) [Fri, 6 Aug 2021 13:40:44 +0000 (06:40 -0700)]
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
c24896c0e3b32c8a9f614ef51366007b67d5c665 )
Co-authored-by: Victor Stinner <vstinner@python.org>
Miss Islington (bot) [Fri, 6 Aug 2021 11:32:37 +0000 (04:32 -0700)]
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
4d77691172aae81bdcbb0ea75839d0e896c43781 )
Co-authored-by: Victor Stinner <vstinner@python.org>
Miss Islington (bot) [Thu, 5 Aug 2021 21:10:14 +0000 (14:10 -0700)]
bpo-44679: [doc] fix typo in unittest.mock.rst (GH-27618)
(cherry picked from commit
938e84b4fa410f1a86f5e0708ebc3af6bb8efb0e )
Co-authored-by: Jack DeVries <58614260+jdevries3133@users.noreply.github.com>
Pablo Galindo Salgado [Thu, 5 Aug 2021 18:00:19 +0000 (19:00 +0100)]
[3.10] bpo-44838: Refine the custom syntax errors for invalid 'if' expressions (GH-27615). (GH-27616)
…
(cherry picked from commit
f5cbea6b1b5fc39cca377c6cc93f222916015fc4 )
Co-authored-by: Pablo Galindo Salgado <Pablogsal@gmail.com>
Automerge-Triggered-By: GH:lysnikolaou
Miss Islington (bot) [Wed, 4 Aug 2021 20:36:01 +0000 (13:36 -0700)]
bpo-44801: Check arguments in substitution of ParamSpec in Callable (GH-27585)
(cherry picked from commit
3875a6954741065b136650db67ac533bc70a3eac )
Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>
Miss Islington (bot) [Wed, 4 Aug 2021 20:03:33 +0000 (13:03 -0700)]
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
a8dc4893d2b28827e82447326ea47759c161a722 )
Co-authored-by: andrei kulakov <andrei.avk@gmail.com>
Miss Islington (bot) [Wed, 4 Aug 2021 19:59:04 +0000 (12:59 -0700)]
[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
7c5dab4340032eb15d3797d8b601ef11649bbab3 )
Co-authored-by: andrei kulakov <andrei.avk@gmail.com>
Miss Islington (bot) [Wed, 4 Aug 2021 19:50:18 +0000 (12:50 -0700)]
Fix typo in 'xml.dom.minidom' documentation (GH-27602)
(cherry picked from commit
cc77193127381be16467ad10f421d3ba147ed972 )
Co-authored-by: Cristián Maureira-Fredes <cmaureir@users.noreply.github.com>
Miss Islington (bot) [Wed, 4 Aug 2021 19:15:40 +0000 (12:15 -0700)]
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
977d99d1cca6ddd87fe6f218bca46e7ef105bd72 )
Co-authored-by: Rohit Nishad <47008599+rohitnishad613@users.noreply.github.com>
Miss Islington (bot) [Wed, 4 Aug 2021 18:23:41 +0000 (11:23 -0700)]
Note that tp_clear and m_clear are not always called (GH-27581)
(cherry picked from commit
10faada709561663d6b1f623d308ff45e3808cca )
Co-authored-by: Petr Viktorin <encukou@gmail.com>
Miss Islington (bot) [Wed, 4 Aug 2021 18:14:12 +0000 (11:14 -0700)]
Fix hyperlink conflict in turtle docs (GH-27592)
(cherry picked from commit
3d2b4c6f18d7e644e5850d2af74ac5dc530eb24c )
Co-authored-by: Harry <harry.lees@gmail.com>
Miss Islington (bot) [Tue, 3 Aug 2021 17:50:24 +0000 (10:50 -0700)]
bpo-41886: Fix documented type of PyType_Type (GH-22454)
(cherry picked from commit
ac811f9b5a68ce8756911ef2c8be83b46696018f )
Co-authored-by: da-woods <dw-git@d-woods.co.uk>
Steve Dower [Tue, 3 Aug 2021 16:38:04 +0000 (17:38 +0100)]
Ensure LICENSE.txt file is generated even in PGO builds (GH-27580) (GH-27582)
Miss Islington (bot) [Tue, 3 Aug 2021 13:07:59 +0000 (06:07 -0700)]
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
58325971de0faf330c9c38269dae8315a0746e59 )
Co-authored-by: andrei kulakov <andrei.avk@gmail.com>
Miss Islington (bot) [Tue, 3 Aug 2021 12:05:04 +0000 (05:05 -0700)]
bpo-41737: expand doc for NotADirectoryError (GH-27471)
(cherry picked from commit
f7c23a99cd4f8179b6ba2cffaeb78b852c0f6488 )
Co-authored-by: andrei kulakov <andrei.avk@gmail.com>
Miss Islington (bot) [Tue, 3 Aug 2021 10:10:38 +0000 (03:10 -0700)]
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
83ca46b7784b7357d82ec47b33295e09ed7380cb )
Co-authored-by: Noah <33094578+coolreader18@users.noreply.github.com>
Pablo Galindo [Mon, 2 Aug 2021 21:37:13 +0000 (22:37 +0100)]
Post 3.10.0rc1
Pablo Galindo [Mon, 2 Aug 2021 19:06:40 +0000 (20:06 +0100)]
Python 3.10.0rc1
Miss Islington (bot) [Mon, 2 Aug 2021 19:05:33 +0000 (12:05 -0700)]
bpo-44792: Improve syntax errors for if expressions (GH-27506) (GH-27565)
(cherry picked from commit
28b6dc9dd5d1ce6f8aff7e06d4ef9afdc2bc8332 )
Co-authored-by: Miguel Brito <5544985+miguendes@users.noreply.github.com>
Miss Islington (bot) [Mon, 2 Aug 2021 18:38:14 +0000 (11:38 -0700)]
bpo-44782: Improve OrderedDict recipe for LRU cache variants (GH-27536)
(cherry picked from commit
54f185b6d321a6354aef2b2886c766677f487ecb )
Co-authored-by: Raymond Hettinger <rhettinger@users.noreply.github.com>
Miss Islington (bot) [Mon, 2 Aug 2021 18:10:47 +0000 (11:10 -0700)]
bpo-35183: Add typical examples to os.path.splitext docs (GH-27286) (GH-27563)
(cherry picked from commit
aa0894b3792901adb91e5f6d049154b7bcb980ec )
Co-authored-by: Jake Stockwin <jake.stockwin@optimorlabs.com>
Miss Islington (bot) [Mon, 2 Aug 2021 17:09:05 +0000 (10:09 -0700)]
bpo-44785: Silence deprecation warnings in test_pickle (GH-27538)
(cherry picked from commit
36d952d228582b0ffc7a86c520d4ddbe8943d803 )
Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>
Miss Islington (bot) [Mon, 2 Aug 2021 17:08:59 +0000 (10:08 -0700)]
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
043cd60abed09edddc7185bcf7d039771acc734d )
Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>
Miss Islington (bot) [Mon, 2 Aug 2021 17:08:49 +0000 (10:08 -0700)]
Document PyMember_GetOne and PyMember_SetOne (GH-27555)
(cherry picked from commit
d382bde220b4c07cce2b924ffeb7525ea1a969f4 )
Co-authored-by: Ken Jin <28750310+Fidget-Spinner@users.noreply.github.com>
Miss Islington (bot) [Mon, 2 Aug 2021 16:30:05 +0000 (09:30 -0700)]
doc: "Mac OS " -> "macOS" (GH-27534)
(cherry picked from commit
1342248f3a2b321b7b00867f47c92ba6549f9497 )
Co-authored-by: partev <petrosyan@gmail.com>
Miss Islington (bot) [Mon, 2 Aug 2021 13:41:08 +0000 (06:41 -0700)]
bpo-44808: Fix test_inspect in refleak mode (GH-27544)
(cherry picked from commit
626d397cc1612ea5eef153dd910834c2ee00ddbd )
Co-authored-by: Pablo Galindo Salgado <Pablogsal@gmail.com>
Miss Islington (bot) [Mon, 2 Aug 2021 13:13:48 +0000 (06:13 -0700)]
doc: "Mac OS X" -> "macOS" (GH-27535)
(cherry picked from commit
414dcb13aaa4fd42f264fdee47782dede5c83d6c )
Co-authored-by: partev <petrosyan@gmail.com>
Miss Islington (bot) [Mon, 2 Aug 2021 09:54:52 +0000 (02:54 -0700)]
bpo-44781: make distutils test suppress deprecation warning from import distutils (GH-27485) (GH-27540)
(cherry picked from commit
a9134fa2ffb7e4684c980325dd5444afca596586 )
Co-authored-by: Irit Katriel <1055913+iritkatriel@users.noreply.github.com>
Miss Islington (bot) [Mon, 2 Aug 2021 09:43:45 +0000 (02:43 -0700)]
bpo-44667: Treat correctly lines ending with comments and no newlines in the Python tokenizer (GH-27499) (GH-27500)
(cherry picked from commit
b6bde9fc42aecad5be0457198d17cfe7b481ad79 )
Co-authored-by: Pablo Galindo Salgado <Pablogsal@gmail.com>
Miss Islington (bot) [Mon, 2 Aug 2021 07:08:24 +0000 (00:08 -0700)]
bpo-44793: Fix checking the number of arguments when subscribe a generic type with ParamSpec parameter. (GH-27515)
For example Callable[P, T][[int], str, float] will now raise an error.
Use also term "arguments" instead of "parameters" in error
message for too few/many arguments.
(cherry picked from commit
f92b9133ef67e77605cbd315b6b6c81036ce110e )
Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>
Ned Deily [Sun, 1 Aug 2021 21:35:53 +0000 (17:35 -0400)]
Remove beta release note from macOS installer displays (GH-27531)
Miss Islington (bot) [Sun, 1 Aug 2021 03:01:38 +0000 (20:01 -0700)]
bpo-44784: Apply changes from importlib_metadata 4.6.3 (GH-27508) (#27510)
Addressing issues with tests under error on warnings.
Automerge-Triggered-By: GH:jaraco
(cherry picked from commit
1cf8424a62db38a041d421a46618e025bbb87f89 )
Co-authored-by: Jason R. Coombs <jaraco@jaraco.com>
Co-authored-by: Jason R. Coombs <jaraco@jaraco.com>
Miss Islington (bot) [Sun, 1 Aug 2021 01:31:44 +0000 (18:31 -0700)]
bpo-34013: Don't consider a grouped expression when reporting legacy print syntax errors (GH-27521)
(cherry picked from commit
208a7e957b812ad3b3733791845447677a704f3e )
Co-authored-by: Pablo Galindo Salgado <Pablogsal@gmail.com>
Miss Islington (bot) [Sat, 31 Jul 2021 17:25:22 +0000 (10:25 -0700)]
bpo-44794: Merge tests for typing.Callable and collection.abc.Callable (GH-27507)
(cherry picked from commit
be4cb9089aaf58d5f90da5f9fa66dc3c6763b5a2 )
Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>
Miss Islington (bot) [Sat, 31 Jul 2021 05:04:45 +0000 (22:04 -0700)]
Trivial typo in docstring (#27504)
(cherry picked from commit
4b4227b907a262446b9d276c274feda2590a4e6e )
Co-authored-by: Jesús Cea <jcea@jcea.es>
Co-authored-by: Jesús Cea <jcea@jcea.es>