aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* [3.11] gh-115133: Fix tests for XMLPullParser with Expat 2.6.0 (GH-115164) (G...gentoo-3.11.8_p1Miss Islington (bot)2024-02-112-22/+38
* test_lzma: Skip tests requiring extra-filtersgentoo-3.11.8Michał Górny2024-02-071-0/+21
* Prevent tests from detecting our fake tzdata packageMichał Górny2024-02-071-5/+2
* Skip tests which interact with invalid UTF-8 filesSam James2024-02-0710-0/+15
* Workaround clang+musl build failureMichał Górny2024-02-071-9/+11
* Skip sched/priority testsSam James2024-02-071-0/+2
* Replace hard-coded system libdir listMike Gilbert2024-02-071-4/+4
* Temporary hack: handle all extensions via .addext()Michał Górny2024-02-072-9/+15
* ssl: Hard-disable SSLv3 to avoid automagic depsMichał Górny2024-02-071-0/+4
* Skip RDS socket tests that hang frequentlyMichał Górny2024-02-071-0/+1
* Blacklist test_pickletools from __all__ test as it imports numpyMichał Górny2024-02-071-0/+2
* distutils: make -OO enable both opt-1 and opt-2 optimizationMichał Górny2024-02-072-10/+10
* Python 3.11.8v3.11.8Pablo Galindo2024-02-0699-600/+1583
* [3.11] GH-gh-75705: Set unixfrom envelope in mailbox._mboxMMDF (GH-107117) (G...Miss Islington (bot)2024-02-063-3/+15
* [3.11] gh-46968: Fix invalid reference to Sound eXchange (SoX) 12.17.7 licens...Miss Islington (bot)2024-02-062-47/+48
* [3.11] gh-111239: Update Windows build to use zlib 1.3.1 (GH-114877) (GH-115080)Miss Islington (bot)2024-02-063-2/+3
* [3.11] gh-89811: Check for valid tp_version_tag in specializer (GH-115045)Peter Lazorchak2024-02-064-1/+216
* [3.11] gh-115009: Update macOS installer to use SQLite 3.45.1 (#115066) (#115...Erlend E. Aasland2024-02-062-3/+4
* [3.11] gh-115015: Argument Clinic: fix generated code for METH_METHOD methods...Erlend E. Aasland2024-02-0622-48/+143
* [3.11] gh-109991: Update GitHub CI workflows to use OpenSSL 3.0.13. (GH-115057)Ned Deily2024-02-054-5/+8
* [3.11] gh-109991: Update macOS installer to use OpenSSL 3.0.13. (GH-115054)Miss Islington (bot)2024-02-062-3/+4
* [3.11] gh-109991: Update Windows build to use OpenSSL 3.0.13 (#115048)Zachary Ware2024-02-063-4/+5
* [3.11] gh-109475: Fix support of explicit option value "--" in argparse (GH-1...Serhiy Storchaka2024-02-053-1/+20
* [3.11] gh-114967: Fix "Built-in Exceptions" documentation ambiguous wording (...Miss Islington (bot)2024-02-051-1/+1
* [3.11] gh-114392: Improve test_capi.test_structmembers (GH-114393) (GH-115030)Serhiy Storchaka2024-02-051-99/+89
* [3.11] GH-69695: Update ``PyImport_ImportModule`` description (GH-103836) (GH...Miss Islington (bot)2024-02-051-14/+2
* [3.11] Remove bogus syntax error marker in csv doc (GH-115017) (#115019)Miss Islington (bot)2024-02-051-1/+0
* [3.11] gh-114887 Reject only sockets of type SOCK_STREAM in create_da… (#11...Travis Howse2024-02-043-3/+5
* [3.11] Bump ruff to 0.2.0 (#114932) (#115008)Alex Waygood2024-02-042-4/+6
* [3.11] gh-113803: Fix inaccurate documentation for shutil.move when dst is an...Miss Islington (bot)2024-02-042-16/+19
* [3.11] gh-114388: Fix warnings when assign an unsigned integer member (GH-114...Serhiy Storchaka2024-02-043-28/+97
* [3.11] gh-113951: Tkinter: "tag_unbind(tag, sequence, funcid)" now only unbin...Miss Islington (bot)2024-02-043-11/+117
* [3.11] gh-113280: Always close socket if SSLSocket creation failed (GH-114659...Miss Islington (bot)2024-02-043-64/+78
* [3.11] gh-101100: Fix dangling references in pickle.rst (GH-114972) (#114992)Miss Islington (bot)2024-02-042-26/+26
* [3.11] gh-101100: Fix Sphinx warnings from PEP 3108 stdlib re-organisation (G...Hugo van Kemenade2024-02-048-91/+91
* [3.11] gh-114965: Updated bundled pip to 24.0 (gh-114966) (gh-114973)Stéphane Bidoul2024-02-033-1/+2
* [3.11] gh-101100: Fix Sphinx reference warnings in the glossary (GH-114729) (...Miss Islington (bot)2024-02-031-3/+5
* [3.11] gh-114959: tarfile: do not ignore errors when extract a directory on t...Miss Islington (bot)2024-02-035-1/+220
* [3.11] gh-114955: Add clear to MutableSequence's mixin methods in document (g...Miss Islington (bot)2024-02-031-2/+2
* [3.11] Update LOGGING example taken from Django docs. (GH-114903) (#114952)Miss Islington (bot)2024-02-031-14/+11
* [3.11] Normalize heading underline in multiprocessing.rst (GH-114923) (#114947)Miss Islington (bot)2024-02-031-26/+26
* [3.11] gh-114913: Add newline to subprocess doc (GH-114941) (#114943)Miss Islington (bot)2024-02-021-1/+2
* [3.11] Correct timedelta description (GH-101417) (GH-114939)Miss Islington (bot)2024-02-021-3/+3
* [3.11] Fix indentation of "versionchanged" in datetime.rst (GH-114933) (GH-11...Miss Islington (bot)2024-02-021-3/+3
* [3.11] gh-103360: Add link in stdtypes.rst to escape sequences in lexical_ana...Miss Islington (bot)2024-02-022-1/+6
* [3.11] gh-114728: Fix documentation for comparison of objects in datetime mod...Miss Islington (bot)2024-02-021-68/+50
* [3.11] gh-103820: IDLE: Do not interpret buttons 4/5 as scrolling on non-X11 ...Miss Islington (bot)2024-02-024-14/+25
* [3.11] Move "format" param doc of shutil.make_archive() on its own paragraph ...Miss Islington (bot)2024-02-021-1/+3
* [3.11] gh-89891: Refer SharedMemory implementation as POSIX (GH-104678) (GH-1...Miss Islington (bot)2024-02-011-1/+1
* [3.11] gh-101100: Fix sphinx warnings in `howto/logging.rst` (GH-114846) (#11...Miss Islington (bot)2024-02-013-24/+36