Sign in
chromium
/
external
/
github.com
/
python
/
cpython
/
refs/tags/v3.11.10
tag
40bd36b96b8518213ad45850c832c1e9e6f01d51
tagger
Pablo Galindo <pablogsal@gmail.com>
Sat Sep 07 01:03:38 2024
object
0c47759eee3e170e04a5dae82f12f6b375ae78f7
Python 3.11.10
0c47759
Python 3.11.10
by Pablo Galindo
· 11 months ago
v3.11.10
2e2b1b5
[3.11] gh-102988: Adjust version numbers in versionadded directives (#123772)
by Petr Viktorin
· 12 months ago
bc4a703
[3.11] [CVE-2023-27043] gh-102988: Reject malformed addresses in email.parseaddr() (GH-111116) (#123767)
by Petr Viktorin
· 12 months ago
5752116
[3.11] gh-123418: Update OpenSSL to 3.0.15 on Windows (GH-123673) (#123692)
by Zachary Ware
· 12 months ago
b582d52
[3.11] gh-123678: Upgrade libexpat 2.6.3 (#123709)
by Seth Michael Larson
· 12 months ago
522799a
[3.11]GH-112275: Fix HEAD_LOCK deadlock in child process after fork (#112336)
by ChuBoning
· 12 months ago
851821d
[3.11] gh-100117: Fix inaccuracy in documentation of the CodeObject's co_positions field. (GH-119364) (#119871)
by Miss Islington (bot)
· 12 months ago
697beec
[3.11] gh-119690: Fixes buffer type confusion in _winapi.CreateNamedPipe audit event (#119734)
by Steve Dower
· 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
· 12 months ago
8a978a7
[3.11] gh-119506: fix _io.TextIOWrapper.write() write during flush (#119507) (#120314)
by Inada Naoki
· 1 year ago
b396360
[3.11] gh-114539: Clarify implicit launching of shells by subprocess (GH-117996) (#118003)
by Miss Islington (bot)
· 1 year 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
1b0e63c
[3.11] gh-112346: Document the OS byte in `gzip.compress` output change in 3.11 (GH-120480) (#120614)
by Miss Islington (bot)
· 1 year, 2 months 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
8133285
[3.11] gh-116741: Upgrade libexpat to 2.6.2 (GH-117296) (#118185)
by Seth Michael Larson
· 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
9a40444
Post 3.11.9
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
5b547de
[3.11] Docs: specify XML document name in xml.etree.elementtree example (GH-24223) (#117430)
by Miss Islington (bot)
· 1 year, 5 months ago
8dcda74
[3.11] Docs: add more links to PIPE in subprocess docs (GH-25416) (#117428)
by Miss Islington (bot)
· 1 year, 5 months ago
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
65a0923
[3.11] gh-117310: Remove extra DECREF on "no ciphers" error path in `_ssl._SSLContext` constructor (GH-117309) (GH-117318)
by Miss Islington (bot)
· 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
d161061
[3.11] Change links on the index page (GH-117230) (#117269)
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
452b0e5
[3.11] pre-commit: add `check-case-conflict` and `check-merge-conflict` (GH-117259) (#117261)
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
e64c7d3
[3.11] Add information about negative indexes to sequence datamodel doc (GH-110903) (#117239)
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
a3a0ce1
[3.11] GH-115986 Docs: promote pprint.pp usage as a default (GH-116614) (#117197)
by Miss Islington (bot)
· 1 year, 5 months ago
5d12230
[3.11] gh-101760: Improve the imaplib.IMAP4 example (GH-101764) (#117192)
by Miss Islington (bot)
· 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
cf034ad
[3.11] docs: fix over-linking in dataclasses.rst (GH-117005) (#117164)
by Carol Willing
· 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
da5efeb
Fix get_packagefamilyname helper function on Windows 32-bit (GH-117153)
by Miss Islington (bot)
· 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
7323c4d
[3.11] gh-117021: Fix integer overflow in PyLong_AsPid() on non-Windows 64-bit platforms (GH-117064) (GH-117070) (GH-117075)
by Serhiy Storchaka
· 1 year, 5 months ago
2f1806e
[3.11] Fix sort order for "locale encoding" glossary item (GH-115794) (#117103)
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
7eedaf4
[3.11] gh-117058: Update GUI and packaging recommendations for macOS. (GH-117059) (#117082)
by Miss Islington (bot)
· 1 year, 5 months ago
051b8a2
[3.11] gh-90300: Improve the Python CLI help output (GH-115853) (GH-117022) (GH-117034)
by Serhiy Storchaka
· 1 year, 5 months ago
1de746f
[3.11] docs: announce venv creation before installing packages (GH-117036) (#117039)
by Miss Islington (bot)
· 1 year, 5 months ago
25c34ce
[3.11] gh-101100: Fix Sphinx warnings in `library/pydoc.rst` (GH-116913) (#117038)
by Miss Islington (bot)
· 1 year, 5 months ago
b027278
[3.11] Update titles and subtitles on landing page template (GH-116914) (#117019)
by Miss Islington (bot)
· 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
bb7a6d4
[3.11] gh-107607: Update comment about utf-8 BOM being ignored (GH-107858) (#117015)
by Miss Islington (bot)
· 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
b23fae3
[3.11] Bump GitHub Actions (GH-116944) (GH-116949)
by Hugo van Kemenade
· 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
56cd874
[3.11] gh-116881: Remove erroneous or redundant grammar NULL (GH-116885) (#116952)
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
fb66087
[3.11] gh-116851: Remove "from ctypes import *" from a ctypes example (GH-116852) (GH-116906)
by Miss Islington (bot)
· 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, 5 months ago
eaefa0b
[3.11] gh-90095: Ignore empty lines and comments in `.pdbrc` (GH-116834) (#116855)
by Miss Islington (bot)
· 1 year, 5 months ago
d83b4c5
[3.11] gh-90300: Fix undocumented envvars in the Python CLI help (GH-116765) (GH-116797) (GH-116803)
by Miss Islington (bot)
· 1 year, 5 months ago
0ecdaf0
[3.11] gh-90300: Document equivalent -X options for envvars in the Python CLI help (GH-116756) (GH-116786) (GH-116796)
by Miss Islington (bot)
· 1 year, 5 months ago
c42e709
[3.11] gh-116785: Fix direct invocation of `test_inspect` (GH-116787) (#116795)
by Miss Islington (bot)
· 1 year, 5 months ago
1080dd1
[3.11] gh-90300: Sort the -X options and some envvars in the Python CLI help (GH-116739) (GH-116766) (GH-116779)
by Serhiy Storchaka
· 1 year, 5 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, 5 months ago
039fd9e
[3.11] gh-98731: Improvements to the logging documentation (GH-101618) (GH-116733)
by Miss Islington (bot)
· 1 year, 5 months ago
f292b07
[3.11] gh-106687: _ssl: use uint64_t for SSL options (#106700) (#116665)
by Victor Stinner
· 1 year, 5 months ago
cde47e2
[3.11] gh-110918: Fix side effects of regrtest test_match_tests() (GH-116718) (#116727)
by Miss Islington (bot)
· 1 year, 5 months ago
1117e7d
[3.11] [doc]: Update cookbook recipe for Qt6. (GH-116719) (GH-116728)
by Miss Islington (bot)
· 1 year, 5 months ago
76c4ab3
[3.11] gh-90300: Fix cmdline.rst (GH-116721) (GH-116725)
by Miss Islington (bot)
· 1 year, 5 months ago
bccd1f6
[3.11] gh-116714: Handle errors correctly in `PyFloat_GetInfo` (GH-116715) (#116723)
by Miss Islington (bot)
· 1 year, 5 months ago
1dcb461
[3.11] gh-111307: Update design FAQ 'switch' entry (GH-115899) (#116704)
by Miss Islington (bot)
· 1 year, 5 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, 5 months ago
5bd3507
[3.11] gh-116491: Improve `test_win32_ver` (GH-116506) (#116709)
by Miss Islington (bot)
· 1 year, 5 months ago
7e8578c
[3.11] gh-115264: Fix `test_functools` with `-00` mode (GH-115276) (#116706)
by Miss Islington (bot)
· 1 year, 5 months ago
0ebc792
[3.11] Docs: fix broken links (GH-116651) (#116701)
by Mariusz Felisiak
· 1 year, 5 months ago
21a259e
[3.11] gh-116307: Proper fix for 'mod' leaking across importlib tests… (#116694)
by Jason R. Coombs
· 1 year, 5 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, 5 months ago
0917338
[3.11] Add `typing.NamedTuple` in glossary section for named tuples (GH-108327) (#116690)
by Miss Islington (bot)
· 1 year, 5 months ago
f3a2b62
[3.11] gh-110819: Fix ‘kind’ may be used uninitialized warning in `longobject` (GH-116599) (#116650)
by Nikita Sobolev
· 1 year, 5 months ago
b17d347
[3.11] gh-90095: Make .pdbrc work properly and add some reasonable te… (#116660)
by Tian Gao
· 1 year, 5 months ago
52c4117
[3.11] gh-116541: Handle errors correctly in `_pystatvfs_fromstructstatvfs` (GH-116542) (#116644)
by Miss Islington (bot)
· 1 year, 5 months ago
5562a09
[3.11] gh-116600: [Enum] fix global Flag repr (GH-116615) (#116630)
by Miss Islington (bot)
· 1 year, 5 months ago
Next »