summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Python 3.12.2v3.12.2Thomas Wouters2024-02-06109-530/+1455
|
* [3.12] GH-gh-75705: Set unixfrom envelope in mailbox._mboxMMDF (GH-107117) ↵Miss Islington (bot)2024-02-063-3/+15
| | | | | | | (GH-115098) (cherry picked from commit 76108b8b05040fc49a6bc50eb2e990576595c57c) Co-authored-by: Matthieu Caneill <matthieucan@users.noreply.github.com>
* [3.12] gh-112302: Change 'licenseConcluded' field to 'NOASSERTION' ↵Miss Islington (bot)2024-02-062-49/+51
| | | | | | | | | | | | | | (GH-115038) (#115088) * gh-112302: Change 'licenseConcluded' field to 'NOASSERTION' (GH-115038) (cherry picked from commit 4bf41879d03b1da3c6d38c39a04331e3ae2e7545) Co-authored-by: Seth Michael Larson <seth@python.org> * Update pip SBOM package to version in source --------- Co-authored-by: Seth Michael Larson <seth@python.org>
* [3.12] gh-46968: Fix invalid reference to Sound eXchange (SoX) 12.17.7 ↵Łukasz Langa2024-02-062-47/+48
| | | | | license (#115094) Fix invalid reference to Sound eXchange (SoX) 12.17.7 license
* [3.12] gh-112302: Backport SBOM generation tooling (#114730)Seth Michael Larson2024-02-065-1/+3402
| | | [3.12] Backport SBOM generation tooling
* [3.12] gh-111239: Update Windows build to use zlib 1.3.1 (GH-114877) (GH-115076)Miss Islington (bot)2024-02-063-2/+3
| | | | | | gh-111239: Update Windows build to use zlib 1.3.1 (GH-114877) (cherry picked from commit 618d7256e78da8200f6e2c6235094a1ef885dca4) Co-authored-by: Zachary Ware <zach@python.org>
* [3.12] gh-106233: Fix stacklevel in zoneinfo.InvalidTZPathWarning ↵Miss Islington (bot)2024-02-063-11/+32
| | | | | | | (GH-106234) (GH-115081) (cherry picked from commit d7334e2c2012defaf7aae920d6a56689464509d1) Co-authored-by: Nikita Sobolev <mail@sobolevn.me>
* [3.12] gh-115009: Update macOS installer to use SQLite 3.45.1 (#115066) ↵Erlend E. Aasland2024-02-062-3/+4
| | | | | | | (#115071) (cherry picked from commit 13eb5215c9de9dd302f116ef0bca4ae23b02842b) Co-authored-by: Ned Deily <nad@python.org>
* [3.12] gh-115015: Argument Clinic: fix generated code for METH_METHOD ↵Erlend E. Aasland2024-02-0630-68/+162
| | | | | methods without params (#115016) (#115067) (cherry picked from commit 09096a1647913526a3d4fa69a9d2056ec82a8f37)
* [3.12] gh-109991: Update GitHub CI workflows to use OpenSSL 3.0.13. (GH-115055)Miss Islington (bot)2024-02-064-6/+9
| | | | | | Also update multissltests to use 1.1.1w, 3.0.13, 3.1.5, and 3.2.1. (cherry picked from commit 299e16ca0f303a1e00bd0e04679862a5d4db5ab2) Co-authored-by: Ned Deily <nad@python.org>
* [3.12] gh-109991: Update macOS installer to use OpenSSL 3.0.13. (GH-115053)Miss Islington (bot)2024-02-062-3/+4
| | | | | (cherry picked from commit 638e811a3c54a81d8af5a4c08b9497d210823f78) Co-authored-by: Ned Deily <nad@python.org>
* [3.12] gh-109991: Update Windows build to use OpenSSL 3.0.13 (#115047)Zachary Ware2024-02-063-4/+5
| | | (cherry picked from commit 01dceba13e872e9ca24b8e00a2b75db3d0d6c1a3)
* [3.12] gh-109475: Fix support of explicit option value "--" in argparse ↵Miss Islington (bot)2024-02-053-1/+19
| | | | | | | | (GH-114814) (GH-115036) For example "--option=--". (cherry picked from commit 4aa4f0906df9fc9c6c6f6657f2c521468c6b1688) Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>
* [3.12] gh-114967: Fix "Built-in Exceptions" documentation ambiguous wording ↵Miss Islington (bot)2024-02-051-1/+1
| | | | | | | | | | | (GH-114968) (#115033) Change the somewhat vague "listed below" to "listed in this chapter" in Doc/library/exceptions.rst. The exceptions are listed in multiple sections after two intermediate sections. --------- (cherry picked from commit 750489cc774df44daa2c0d23e8a404fe62be93d1) Co-authored-by: Terry Jan Reedy <tjreedy@udel.edu> Co-authored-by: HarryLHW <123lhw321@gmail.com>
* [3.12] GH-69695: Update ``PyImport_ImportModule`` description (GH-103836) ↵Miss Islington (bot)2024-02-051-14/+2
| | | | | | | | | | | GH-114925) GH-69695: Update ``PyImport_ImportModule`` description (GH-103836) (cherry picked from commit 9872855a31720f514b84373848b49fca09d66ecd) Co-authored-by: patenaud <33957588+patenaud@users.noreply.github.com> Co-authored-by: Alex Waygood <Alex.Waygood@Gmail.com> Co-authored-by: Adam Turner <9087854+AA-Turner@users.noreply.github.com>
* [3.12] Remove bogus syntax error marker in csv doc (GH-115017) (#115018)Miss Islington (bot)2024-02-051-1/+0
| | | | | (cherry picked from commit 39ec7fbba84663ab760853da2ac422c2e988d189) Co-authored-by: Terry Jan Reedy <tjreedy@udel.edu>
* [3.12] gh-114887 Reject only sockets of type SOCK_STREAM in create_da… ↵Travis Howse2024-02-043-3/+5
| | | | | | | | | (#114980) Also improve exception message. (cherry picked from commit 94ec2b9c9ce898723c3fe61fbc64d6c8f4f68700) Co-authored-by: Donghee Na <donghee.na92@gmail.com>
* [3.12] gh-114480: Add docs for f_trace_opcodes behavior on 3.12 (#114540)Tian Gao2024-02-041-0/+6
|
* [3.12] gh-114392: Improve test_capi.test_structmembers (GH-114393) (GH-115010)Miss Islington (bot)2024-02-041-124/+93
| | | | | | | | Test all integer member types with extreme values and values outside of the valid range. Test support of integer-like objects. Test warnings for wrapped out values. (cherry picked from commit 15f6f048a6ecdf0f6f4fc076d013be3d110f8ed6) Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>
* [3.12] gh-113803: Fix inaccurate documentation for shutil.move when dst is ↵Miss Islington (bot)2024-02-042-16/+19
| | | | | | | | | an existing directory (GH-113837) (#115006) * fix the usage of dst and destination in shutil.move doc * update shutil.move doc (cherry picked from commit da8f9fb2ea65cc2784c2400fc39ad8c800a67a42) Co-authored-by: Dai Wentao <dwt136@gmail.com>
* [3.12] gh-114388: Fix warnings when assign an unsigned integer member ↵Serhiy Storchaka2024-02-043-28/+99
| | | | | | | | | | (GH-114391) (GH-115001) * Fix a RuntimeWarning emitted when assign an integer-like value that is not an instance of int to an attribute that corresponds to a C struct member of type T_UINT and T_ULONG. * Fix a double RuntimeWarning emitted when assign a negative integer value to an attribute that corresponds to a C struct member of type T_UINT. (cherry picked from commit 3ddc5152550ea62280124c37d0b4339030ff7df4)
* [3.12] gh-113951: Tkinter: "tag_unbind(tag, sequence, funcid)" now only ↵Miss Islington (bot)2024-02-043-11/+117
| | | | | | | | | | | | | | unbinds "funcid" (GH-113955) (GH-114997) Previously, "tag_unbind(tag, sequence, funcid)" methods of Text and Canvas widgets destroyed the current binding for "sequence", leaving "sequence" unbound, and deleted the "funcid" command. Now they remove only "funcid" from the binding for "sequence", keeping other commands, and delete the "funcid" command. They leave "sequence" unbound only if "funcid" was the last bound command. (cherry picked from commit 7e42fddf608337e83b30401910d76fd75d5cf20a) Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>
* [3.12] gh-113280: Always close socket if SSLSocket creation failed ↵Miss Islington (bot)2024-02-043-64/+78
| | | | | | | | (GH-114659) (GH-114995) (cherry picked from commit 0ea366240b75380ed7568acbe95d72e481a734f7) Co-authored-by: Serhiy Storchaka <storchaka@gmail.com> Co-authored-by: Thomas Grainger <tagrain@gmail.com>
* [3.12] gh-101100: Fix dangling references in pickle.rst (#114972) (#114999)Skip Montanaro2024-02-042-26/+26
| | | | | | gh-101100: Fix dangling references in pickle.rst (#114972) Co-authored-by: Alex Waygood <Alex.Waygood@Gmail.com> (cherry picked from commit ec69e1d0ddc9906e0fb755a5234aeabdc96450ab)
* [3.12] gh-113267: Revert "gh-106584: Fix exit code for unittest in Python ↵Miss Islington (bot)2024-02-045-16/+14
| | | | | | | | 3.12 (GH-106588)" (GH-114470) (GH-114994) This reverts commit 8fc071345b50dd3de61ebeeaa287ccef21d061b2. (cherry picked from commit ecabff98c41453f15ecd26ac255d531b571b9bc1) Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>
* [3.12] gh-101100: Fix Sphinx warnings from PEP 3108 stdlib re-organisation ↵Hugo van Kemenade2024-02-048-91/+91
| | | | | | | (GH-114327) (#114988) Co-authored-by: Alex Waygood <Alex.Waygood@Gmail.com> Fix Sphinx warnings from PEP 3108 stdlib re-organisation (#114327)
* [3.12] gh-101100: Fix sphinx warnings in `c-api/file.rst` (GH-114546) (#114584)Miss Islington (bot)2024-02-043-3/+15
| | | | | | | * gh-101100: Fix sphinx warnings in `c-api/file.rst` (GH-114546) (cherry picked from commit 01d970c1b8acf3ccf199d5de151a635ffd9d8c61) Co-authored-by: Nikita Sobolev <mail@sobolevn.me> Co-authored-by: Hugo van Kemenade <1324225+hugovk@users.noreply.github.com>
* [3.12] gh-114965: Updated bundled pip to 24.0 (gh-114966) (gh-114971)Stéphane Bidoul2024-02-033-1/+2
| | | | | | | gh-114965: Updated bundled pip to 24.0 (gh-114966) Updated bundled pip to 24.0 (cherry picked from commit a4c298c1494b602a9650b597aad50b48e3fa1f41)
* [3.12] gh-101100: Fix Sphinx reference warnings in the glossary (GH-114729) ↵Miss Islington (bot)2024-02-031-3/+5
| | | | | | | | | (#114969) gh-101100: Fix Sphinx reference warnings in the glossary (GH-114729) (cherry picked from commit ab76d37948fd506af44762dc1c3e32f27d1327a8) Co-authored-by: Skip Montanaro <skip.montanaro@gmail.com> Co-authored-by: Alex Waygood <Alex.Waygood@Gmail.com>
* [3.12] gh-114959: tarfile: do not ignore errors when extract a directory on ↵Miss Islington (bot)2024-02-035-1/+220
| | | | | | | | top of a file (GH-114960) (GH-114963) Also, add tests common to tarfile and zipfile. (cherry picked from commit 96bce033c4a4da7112792ba335ef3eb9a3eb0da0) Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>
* [3.12] gh-114955: Add clear to MutableSequence's mixin methods in document ↵Miss Islington (bot)2024-02-031-2/+2
| | | | (gh-114956) (gh-114961)
* [3.12] Update LOGGING example taken from Django docs. (GH-114903) (#114951)Miss Islington (bot)2024-02-031-14/+11
| | | | Co-authored-by: Mariusz Felisiak <felisiak.mariusz@gmail.com>
* [3.12] Normalize heading underline in multiprocessing.rst (GH-114923) (#114946)Miss Islington (bot)2024-02-031-26/+26
| | | | | | This gets rid of the mildly confusing `>>>>>>>' underlines which look vaguely like `diff` punctuation. (cherry picked from commit 00d7109075dfaadf438362c084e8a1890c53d4c8) Co-authored-by: Skip Montanaro <skip.montanaro@gmail.com>
* [3.12] gh-114913: Add newline to subprocess doc (GH-114941) (#114942)Miss Islington (bot)2024-02-021-1/+2
| | | | | | | *creationflags* is a separate topic from *startupinfo*. Start sentence with 'If given', like previous sentence. (cherry picked from commit 1183f1e6bfba06ae6c8ea362f96e977bc288e627) Co-authored-by: Terry Jan Reedy <tjreedy@udel.edu>
* [3.12] Bump ruff to 0.2.0 (GH-114932) (#114935)Miss Islington (bot)2024-02-023-4/+8
| | | | | | Bump ruff to 0.2.0 (GH-114932) (cherry picked from commit 920b89f62751e64a35fa1bebc03701af6d6f31f2) Co-authored-by: Alex Waygood <Alex.Waygood@Gmail.com>
* [3.12] Correct timedelta description (GH-101417) (GH-114938)Miss Islington (bot)2024-02-021-3/+3
| | | | | | | It only represents the difference between two datetime or date objects, not between two time objects. (cherry picked from commit 73d20cafb54193c94577ca60df1ba0410b3ced74) Co-authored-by: John Belmonte <john@neggie.net>
* [3.12] Fix indentation of "versionchanged" in datetime.rst (GH-114933) ↵Miss Islington (bot)2024-02-021-3/+3
| | | | | | | (GH-114937) (cherry picked from commit b27812d6320e35d62d91f1b3714be1e38021101a) Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>
* [3.12] gh-114728: Fix documentation for comparison of objects in datetime ↵Miss Islington (bot)2024-02-021-68/+50
| | | | | | | module (GH-114749) (GH-114928) (cherry picked from commit c12240ed28aac6494750e00143bc550c4d6d8ad1) Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>
* [3.12] gh-103360: Add link in stdtypes.rst to escape sequences in ↵Miss Islington (bot)2024-02-021-1/+1
| | | | | | | lexical_analysis.rst (GH-103638) (GH-114907) (cherry picked from commit d29f57f6036353b4e705a42637177442bf7e07e5) Co-authored-by: Justin Williams <97240811+juswil@users.noreply.github.com>
* [3.12] gh-103820: IDLE: Do not interpret buttons 4/5 as scrolling on non-X11 ↵Miss Islington (bot)2024-02-024-14/+25
| | | | | | | | | (GH-103821) (GH-114901) Also fix test_mousewheel: do not skip a check which was broken due to incorrect delta on Aqua and XQuartz, and probably not because of `.update_idletasks()`. (cherry picked from commit d25d4ee60cc789a8b9c222859bb720ade1ab2e30) Co-authored-by: Christopher Chavez <chrischavez@gmx.us>
* [3.12] Move "format" param doc of shutil.make_archive() on its own paragraph ↵Miss Islington (bot)2024-02-021-1/+3
| | | | | | | (GH-103829) (GH-114897) (cherry picked from commit 53339a0ef72fcfc15221792b117c4670b07a0b20) Co-authored-by: Michal Kaptur <kaptur.michal@gmail.com>
* [3.12] gh-101100: Fix sphinx warnings in `howto/logging.rst` (GH-114846) ↵Hugo van Kemenade2024-02-013-24/+36
| | | | | | (#114878) Co-authored-by: Nikita Sobolev <mail@sobolevn.me>
* [3.12] gh-89891: Refer SharedMemory implementation as POSIX (GH-104678) ↵Miss Islington (bot)2024-02-011-1/+1
| | | | | | | | (GH-114873) It only uses POSIX API. (cherry picked from commit 500ede01178a8063bb2a3c664172dffa1b40d7c9) Co-authored-by: Oleg Iarygin <oleg@arhadthedev.net>
* [3.12] Correct description of inheriting from another class (GH-114660) ↵Miss Islington (bot)2024-02-014-19/+18
| | | | | | | | (#114868) "inherits <someclass>" grates to this reader. I think it should be "inherits from <someclass>". (cherry picked from commit c9c6e04380ffedd25ea2e582f9057ab9612960c9) Co-authored-by: Skip Montanaro <skip.montanaro@gmail.com>
* [3.12] gh-105031: Clarify datetime documentation for ISO8601 (GH-105049) ↵Miss Islington (bot)2024-02-011-3/+15
| | | | | | | (GH-114866) (cherry picked from commit e9dab656380ec03d628979975646748330b76b9b) Co-authored-by: Nicholas Hollander <31573882+nhhollander@users.noreply.github.com>
* [3.12] gh-105089: Fix test_create_directory_with_write test failure in AIX ↵Miss Islington (bot)2024-02-012-1/+5
| | | | | | | (GH-105228) (GH-114860) (cherry picked from commit 4dbb198d279a06fed74ea4c38f93d658baf38170) Co-authored-by: Ayappan Perumal <ayappap2@in.ibm.com>
* [3.12] gh-107461 ctypes: Add a testcase for nested `_as_parameter_` lookup ↵Miss Islington (bot)2024-02-011-0/+11
| | | | | | | (GH-107462) (GH-114858) (cherry picked from commit 0bf42dae7e73febc76ea96fd58af6b765a12b8a7) Co-authored-by: Tomas R <tomas.roun8@gmail.com>
* [3.12] Fix typos in ElementTree documentation (GH-108848) (GH-114854)Miss Islington (bot)2024-02-011-3/+3
| | | | | | PI objects instead of comment objects. (cherry picked from commit de6f97cd3519c5d8528d8ca1bb00fce4e9969671) Co-authored-by: Christophe Nanteuil <35002064+christopheNan@users.noreply.github.com>
* [3.12] gh-114648: Add IndexError exception to tutorial datastructures ↵Miss Islington (bot)2024-02-011-4/+3
| | | | | | | | list.pop entry (GH-114681) (#114841) Remove redundant explanation of optional argument. (cherry picked from commit 57c3e775df5a5ca0982adf15010ed80a158b1b80) Co-authored-by: srinivasan <shivnaren@gmail.com>
* [3.12] gh-67230: Add versionadded notes for QUOTE_NOTNULL and QUOTE_STRINGS ↵Miss Islington (bot)2024-02-011-0/+4
| | | | | | | | (GH-114816) (#114840) As @GPHemsley pointed out, GH-29469 omitted `versionadded` notes for the 2 new items. (cherry picked from commit 586057e9f80d57f16334c0eee8431931e4aa8cff) Co-authored-by: Skip Montanaro <skip.montanaro@gmail.com>