- b4ec174 [3.11] gh-130577: tarfile now validates archives to ensure member offsets are non-negative (GH-137027) (#137172) by Miss Islington (bot) · 8 days ago 3.11
- 3511c2e [3.11] gh-135661: Fix parsing attributes with whitespaces around the "=" separator in HTMLParser (GH-136908) (GH-136920) by Miss Islington (bot) · 5 weeks ago
- 228509e [3.11] gh-135661: Fix parsing start and end tags in HTMLParser according to the HTML5 standard (GH-135930) (GH-136268) (#136291) by Miss Islington (bot) · 7 weeks ago
- d8f6297 [3.11] gh-102555: Fix comment parsing in HTMLParser according to the HTML5 standard (GH-135664) (GH-136274) by Miss Islington (bot) · 7 weeks ago
- f3c6f88 [3.11] gh-135462: Fix quadratic complexity in processing special input in HTMLParser (GH-135464) (GH-135484) by Serhiy Storchaka · 8 weeks ago
- c96ab19 [3.11] gh-135374: Update the bundled copy of setuptools to 79.0.1 (#135396) by Łukasz Langa · 3 months ago
- 498b971 Python 3.11.13 by Pablo Galindo · 3 months ago v3.11.13
- 4633f3f [3.11] gh-135034: Normalize link targets in tarfile, add `os.path.realpath(strict='allow_missing')` (GH-135037) (GH-135068) by T. Wouters · 3 months ago
- 2c6ca1a [3.11] gh-128840: Fix parsing long IPv6 addresses with embedded IPv4 address (GH-134836) (GH-135091) by Miss Islington (bot) · 3 months ago
- 9df171d [3.11] gh-123409: fix `IPv6Address.reverse_pointer` for IPv4-mapped addresses (GH-123419) (GH-135087) by Miss Islington (bot) · 3 months ago
- da37555 [3.11] gh-128840: Limit the number of parts in IPv6 address parsing (GH-128841) (GH-134613) by Miss Islington (bot) · 3 months ago
- f38f9cf [3.11] gh-87799: Improve the textual representation of IPv4-mapped IPv6 addresses (GH-29345) (GH-135080) by Miss Islington (bot) · 3 months ago
- f8b4421 [3.11] gh-134062: Fix hash collisions in IPv4Network and IPv6Network (GH-134063) (GH-134479) by Miss Islington (bot) · 3 months ago
- 73b3040 [3.11] gh-133767: Fix use-after-free in the unicode-escape decoder with an error handler (GH-129648) (GH-133944) (GH-134341) by Serhiy Storchaka · 3 months ago
- 461ca2c [3.11] gh-126500: test_ssl: Don't stop ThreadedEchoServer on OSError in ConnectionHandler; rely on __exit__ (GH-126503) (GH-126572) (GH-133148) by Miss Islington (bot) · 3 months ago
- da1f6c6 Python 3.11.12 by Pablo Galindo · 5 months ago v3.11.12
- 0a66052 [3.11] gh-121284: Fix email address header folding with parsed encoded-word (GH-122754) (GH-131405) by Miss Islington (bot) · 5 months ago
- f576d31 [3.11] gh-106883: Make test_current_frames_exceptions_deadlock faster (#131182) by Diego Russo · 6 months ago
- 6b37486 [3.11] gh-106883 Fix deadlock in threaded application (#117332) by Diego Russo · 6 months ago
- f1897d3 [3.11] GH-130396: Treat clang -Og as optimized for gdb tests (GH-130550) (GH-130573) (#130593) by Miss Islington (bot) · 6 months ago
- 3abcace [3.11] gh-119511: Fix a potential denial of service in imaplib (GH-119514) (#129357) by Miss Islington (bot) · 6 months ago
- 526617e [3.11] gh-105704: Disallow square brackets (`[` and `]`) in domain names for parsed URLs (GH-129418) (#129528) by Miss Islington (bot) · 6 months ago
- 7cff053 [3.11] gh-80222: Fix email address header folding with long quoted-string (GH-122753) (#129009) by Miss Islington (bot) · 6 months ago
- 9d727fe [3.11] gh-107262: Update Tkinter tests for Tcl/Tk 8.6.14 (GH-119322) (#130276) by Miss Islington (bot) · 6 months ago
- 552ec42 [3.11] gh-119461: Restore the testSocket VSOCK skipUnless removed by PR GH-119465 (GH-129561) (#129566) by Miss Islington (bot) · 7 months ago
- 45db419 [3.11] gh-119461: Fix ThreadedVSOCKSocketStreamTest (#129171) by Victor Stinner · 7 months ago
- d03b868 Python 3.11.11 by Pablo Galindo · 9 months ago v3.11.11
- 66a01b0 [3.11] gh-122792: Make IPv4-mapped IPv6 address properties consistent with IPv4 (GH-122793) (GH-123818) by Miss Islington (bot) · 9 months ago
- 8c6885d [3.11] gh-87846: test_io: Ignore OpenWrapper in test___all__ (#126478) by Petr Viktorin · 10 months ago
- ae961ae [3.11] gh-124651: Quote template strings in `venv` activation scripts (GH-124712) (GH-126185) (#126269) by Victor Stinner · 10 months ago
- 8630002 [3.11] gh-125041: test_zlib: For s390x HW acceleration, only skip checking the compressed bytes (GH-125042) (#125577) by Petr Viktorin · 10 months ago
- 0c47759 Python 3.11.10 by Pablo Galindo · 12 months ago v3.11.10
- bc4a703 [3.11] [CVE-2023-27043] gh-102988: Reject malformed addresses in email.parseaddr() (GH-111116) (#123767) by Petr Viktorin · 12 months ago
- fc0b825 [3.11] gh-123270: Replaced SanitizedNames with a more surgical fix. (GH-123354) (#123425) by Jason R. Coombs · 12 months ago
- d4ac921 [3.11] gh-123067: Fix quadratic complexity in parsing "-quoted cookie values with backslashes (GH-123075) (#123105) by Miss Islington (bot) · 12 months ago
- d0e8c10 [3.11] gh-67693: Fix urlunparse() and urlunsplit() for URIs with path starting with multiple slashes and no authority (GH-113563) (#119025) by Serhiy Storchaka · 12 months ago
- f7c0f09 [3.11] gh-121650: Encode newlines in headers, and verify headers are sound (GH-122233) (#122608) by Łukasz Langa · 12 months ago
- d449caf [3.11] gh-121285: Remove backtracking when parsing tarfile headers (GH-121286) (#123639) by Seth Michael Larson · 12 months ago
- 795f259 [3.11] gh-122905: Sanitize names in zipfile.Path. (GH-122906) (#122925) by Jason R. Coombs · 1 year ago
- 8a978a7 [3.11] gh-119506: fix _io.TextIOWrapper.write() write during flush (#119507) (#120314) by Inada Naoki · 1 year, 1 month ago
- c5655aa [3.11] gh-122133: Rework pure Python socketpair tests to avoid use of importlib.reload. (GH-122493) (GH-122506) by Miss Islington (bot) · 1 year, 1 month ago
- 5f90aba [3.11] gh-122133: Authenticate socket connection for `socket.socketpair()` fallback (GH-122134) (#122426) by Miss Islington (bot) · 1 year, 1 month ago
- d542a9b [3.11] gh-121957: Emit audit events for python -i and python -m asyncio (GH-122118) by Łukasz Langa · 1 year, 1 month ago
- 35c799d [3.11] gh-118486: Support mkdir(mode=0o700) on Windows (GH-118488) (GH-118739) by Steve Dower · 1 year, 3 months ago
- 4762b36 [3.11] gh-118643: Fix AttributeError in the email module (GH-119099) (#119393) by Serhiy Storchaka · 1 year, 3 months ago
- ba43157 [3.11] gh-113171: gh-65056: Fix "private" (non-global) IP address ranges (GH-113179) (GH-113186) (GH-118177) (#118227) by Petr Viktorin · 1 year, 4 months ago
- 3bc0d2b [3.11] gh-109120: Fix syntax error in handlinh of incorrect star expressions… (#117464) by Grigoriev Semyon · 1 year, 5 months ago
- cd12e6c Merge remote-tracking branch 'upstream/3.11' into 3.11 by Pablo Galindo · 1 year, 5 months ago
- 38bcbb2 [3.11] gh-115538: Use pathlib to compare prefixes in test_venv (GH-117076) by Miss Islington (bot) · 1 year, 5 months ago
- de54cf5 Python 3.11.9 by Pablo Galindo · 1 year, 5 months ago v3.11.9
- 54ee038 [3.11] [3.12] gh-117347: Fix test_clinic side effects (GH-117363) (GH-117365) (#117366) by Miss Islington (bot) · 1 year, 5 months ago
- 01ab43c [3.11] gh-117110: Fix subclasses of typing.Any with custom constructors (GH-117111) (#117358) by Miss Islington (bot) · 1 year, 5 months ago
- 8bbb121 [3.11] gh-114331: Skip decimal test_maxcontext_exact_arith on s390x (#117326) (#117331) by Victor Stinner · 1 year, 5 months ago
- c703b7b [3.11] gh-117178: Recover lazy loading of self-referential modules (GH-117179) (#117320) by Miss Islington (bot) · 1 year, 5 months ago
- 370a7f1 [3.11] gh-104242: Enable test_is_char_device_true in pathlib test on all platform (GH-116983) (GH-117277) (GH-117280) by Miss Islington (bot) · 1 year, 5 months ago
- 3d853a4 [3.11] [3.12] gh-115538: Use isolate mode when running venv test_multiproces… (GH-117264) (#117265) by Miss Islington (bot) · 1 year, 5 months ago
- 2d93236 [3.11] gh-66543: Fix mimetype.guess_type() (GH-117217) (GH-117257) by Miss Islington (bot) · 1 year, 5 months ago
- 1112e01 [3.11] gh-83845: Add tests for operator module (GH-115883) (#117254) by Miss Islington (bot) · 1 year, 5 months ago
- 04b26ee [3.11] [3.12] gh-83434: Sync libregrtest and test_regrtest with the main branch (GH-117250) (#117251) by Miss Islington (bot) · 1 year, 5 months ago
- 2f8d3a1 [3.11] gh-117187: Fix XML tests for vanilla Expat <2.6.0 (GH-117203) (GH-117245) by Miss Islington (bot) · 1 year, 5 months ago
- 6261322 [3.11] gh-91227: Ignore ERROR_PORT_UNREACHABLE in proactor recvfrom() (GH-32011) (GH-117210) by Serhiy Storchaka · 1 year, 5 months ago
- de43ce1 [3.11] [docs] Fix typo in docstring and add example to logging cookbook. (GH-117157) (GH-117158) by Miss Islington (bot) · 1 year, 5 months ago
- 0d82047 [3.11] gh-117084: Fix ZIP file extraction for directory entry names with backslashes on Windows (GH-117129) (GH-117162) (GH-117165) by Serhiy Storchaka · 1 year, 5 months ago
- 8440125 [3.11] gh-117127: glob tests: Reopen dir_fd to pick up directory changes (GH-117128) (GH-117149) by Miss Islington (bot) · 1 year, 5 months ago
- 51da1dd [3.11] gh-75988: Fix issues with autospec ignoring wrapped object (GH-115223) (#117124) by infohash · 1 year, 5 months ago
- 0ec8561 [3.11] gh-117061: Fix test_posix.test_sched_setaffinity() on RHEL9 (GH-117126) (#117138) by Miss Islington (bot) · 1 year, 5 months ago
- 23a1c9f [3.11] gh-116773: Fix overlapped memory corruption crash (GH-116774) (#117077) by jkriegshauser · 1 year, 5 months ago
- b517fd5 [3.11] gh-116957: configparser: Do post-process values after DuplicateOptionError (GH-116958) (GH-117012) by David Röthlisberger · 1 year, 5 months ago
- c7b01e3 [3.11] gh-90872: Fix subprocess.Popen.wait() for negative timeout (#116989) (#117003) by Victor Stinner · 1 year, 5 months ago
- 299b6d0 [3.11] gh-105866: fix dataclass with slots=True, weakref_slot=True (GH-105870) (GH-116979) by Miss Islington (bot) · 1 year, 5 months ago
- 3b4cd48 [3.11] gh-90535: Fix support of interval>1 in logging.TimedRotatingFileHandler (GH-116220) (GH-116893) by Miss Islington (bot) · 1 year, 5 months ago
- a93974d [3.11] gh-116831: Fixes tests for c extension in WASI for Python 3.11 (GH-116831) (#116933) by Kushal Das · 1 year, 5 months ago
- 02497b7 [3.11] gh-116484: Fix collisions between Checkbutton and ttk.Checkbutton default names (GH-116495) (GH-116902) by Miss Islington (bot) · 1 year, 5 months ago
- eddfdb3 [3.11] gh-116764: Fix regressions in urllib.parse.parse_qsl() (GH-116801) (GH-116895) by Miss Islington (bot) · 1 year, 5 months ago
- d16519a [3.11] gh-116858: Add `@cpython_only` to several tests in `test_cmd_line` (GH-116859) (#116890) by Nikita Sobolev · 1 year, 5 months ago
- 8acd6ca [3.11] gh-116811: Ensure MetadataPathFinder.invalidate_caches is reachable when delegated through PathFinder. (GH-116812) (#116865) by Jason R. Coombs · 1 year, 6 months ago
- eaefa0b [3.11] gh-90095: Ignore empty lines and comments in `.pdbrc` (GH-116834) (#116855) by Miss Islington (bot) · 1 year, 6 months ago
- c42e709 [3.11] gh-116785: Fix direct invocation of `test_inspect` (GH-116787) (#116795) by Miss Islington (bot) · 1 year, 6 months ago
- 3cc24f1 [3.11] GH-115979: update test_importlib to work under WASI SDK 21 (GH-116754) (GH-116762) by Brett Cannon · 1 year, 6 months ago
- f292b07 [3.11] gh-106687: _ssl: use uint64_t for SSL options (#106700) (#116665) by Victor Stinner · 1 year, 6 months ago
- cde47e2 [3.11] gh-110918: Fix side effects of regrtest test_match_tests() (GH-116718) (#116727) by Miss Islington (bot) · 1 year, 6 months ago
- 4a73637 [3.11] gh-116401: Fix blocking os.fwalk() and shutil.rmtree() on opening a named pipe (GH-116421) (GH-116717) by Serhiy Storchaka · 1 year, 6 months ago
- 5bd3507 [3.11] gh-116491: Improve `test_win32_ver` (GH-116506) (#116709) by Miss Islington (bot) · 1 year, 6 months ago
- 7e8578c [3.11] gh-115264: Fix `test_functools` with `-00` mode (GH-115276) (#116706) by Miss Islington (bot) · 1 year, 6 months ago
- 21a259e [3.11] gh-116307: Proper fix for 'mod' leaking across importlib tests… (#116694) by Jason R. Coombs · 1 year, 6 months ago
- a01621a [3.11] gh-116682: stdout may be empty in test_cancel_futures_wait_false (GH-116683) (#116693) by Miss Islington (bot) · 1 year, 6 months ago
- b17d347 [3.11] gh-90095: Make .pdbrc work properly and add some reasonable te… (#116660) by Tian Gao · 1 year, 6 months ago
- 5562a09 [3.11] gh-116600: [Enum] fix global Flag repr (GH-116615) (#116630) by Miss Islington (bot) · 1 year, 6 months ago
- 88ed804 [3.11] gh-71052: Use `raise_signal` in `ThreadSignals.test_signals` (GH-116423) (#116617) by Miss Islington (bot) · 1 year, 6 months ago
- d781179 [3.11] gh-115421: List all test/ subdirs in Makefile, and test them (GH-115813) by Petr Viktorin · 1 year, 6 months ago
- 707ce1f [3.11] gh-88352: Make TimedRotatingFileHandler tests more stable (GH-116409) (GH-116586) by Miss Islington (bot) · 1 year, 6 months ago
- 0f6cd29 [3.11] gh-116485: Fixed the typo (GH-116486) (#116490) by Miss Islington (bot) · 1 year, 6 months ago
- 22eb97c [3.11] gh-88118: Fix some test_multiprocessing flakiness. (GH-116434) (GH-116441) by Miss Islington (bot) · 1 year, 6 months ago
- fc9da96 [3.11] gh-115398: Expose Expat >=2.6.0 reparse deferral API (CVE-2023-52425) (GH-115623) (#116268) by Sebastian Pipping · 1 year, 6 months ago
- 26f7956 [3.11] gh-116143: Fix race condition in pydoc _start_server (GH-116144) (#116416) by Miss Islington (bot) · 1 year, 6 months ago
- f4672e2 [3.11] chore: fix typos (GH-116345) (#116375) by Terry Jan Reedy · 1 year, 6 months ago
- fa670a5 [3.11] gh-74668: Fix support of bytes in urllib.parse.parse_qsl() (GH-115771) (GH-116367) by Miss Islington (bot) · 1 year, 6 months ago
- c75df4b [3.11] gh-76511: Fix email.Message.as_string() for non-ASCII message with ASCII charset (GH-116125) (GH-116365) by Miss Islington (bot) · 1 year, 6 months ago
- f187da5 [3.11] gh-116325: Raise `SyntaxError` rather than `IndexError` on ForwardRef with empty string arg (GH-116341) (#116348) by Miss Islington (bot) · 1 year, 6 months ago
- 8bfbeeb [3.11] gh-112281: Allow `Union` with unhashable `Annotated` metadata (GH-112283) (#116288) by Nikita Sobolev · 1 year, 6 months ago