Sign in
chromium
/
external
/
github.com
/
python
/
cpython
/
refs/tags/v3.10.14
/
Misc
tag
c0bfafcdbe2fe18acd6a522b43ddddd9b8c7d680
tagger
Łukasz Langa <lukasz@langa.pl>
Tue Mar 19 21:46:28 2024
object
976ea78599d71f22e9c0fefc2dc37c1d9fc835a4
Python 3.10.14
976ea78
Python 3.10.14
by Łukasz Langa
· 1 year, 5 months ago
v3.10.14
eac1495
[3.10] gh-115197: Stop resolving host in urllib.request proxy bypass (GH-115210) (GH-116070)
by Miss Islington (bot)
· 1 year, 5 months ago
516a6d4
[3.10] gh-115398: Expose Expat >=2.6.0 reparse deferral API (CVE-2023-52425) (GH-115623) (GH-116270)
by Sebastian Pipping
· 1 year, 5 months ago
b612ec6
[3.10] gh-115399: Document CVE-2023-52425 under "XML vulnerabilities" (GH-115400) (GH-115762)
by Miss Islington (bot)
· 1 year, 6 months ago
37324b4
[3.10] gh-114572: Fix locking in cert_store_stats and get_ca_certs (GH-114573) (#115548)
by Miss Islington (bot)
· 1 year, 6 months ago
d0524ca
[3.10] Upgrade bundled libexpat to 2.6.0 (GH-115399) (GH-115468) (#115473)
by Miss Islington (bot)
· 1 year, 6 months ago
d9c79e1
[3.10] gh-115133: Fix tests for XMLPullParser with Expat 2.6.0 (GH-115164) (#115525)
by Miss Islington (bot)
· 1 year, 6 months ago
0e7ff84
[3.10] Add missing sections to blurbs (GH-114553) (#115338)
by Miss Islington (bot)
· 1 year, 6 months ago
806e6ec
[3.10] gh-111239: Update Windows build to use zlib 1.3.1 (GH-114877) (#115079)
by Miss Islington (bot)
· 1 year, 6 months ago
9afc6d1
[3.10] gh-113659: Skip hidden .pth files (GH-113660) (GH-114145)
by Miss Islington (bot)
· 1 year, 7 months ago
30fe5d8
[3.10] gh-109858: Protect zipfile from "quoted-overlap" zipbomb (GH-110016) (GH-113914)
by Miss Islington (bot)
· 1 year, 7 months ago
8eaeefe
[3.10] gh-91133: tempfile.TemporaryDirectory: fix symlink bug in cleanup (GH-99930) (GH-112840)
by Serhiy Storchaka
· 1 year, 7 months ago
32e7acd
[3.10] bpo-37013: Fix the error handling in socket.if_indextoname() (GH-13503) (GH-112599)
by Miss Islington (bot)
· 1 year, 7 months ago
6c2f34f
[3.10] gh-101180: Fix a bug where iso2022_jp_3 and iso2022_jp_2004 codecs read out of bounds (gh-111695) (gh-111779)
by Łukasz Langa
· 1 year, 10 months ago
dcb16c9
[3.10] gh-109991: Update Windows build to use OpenSSL 1.1.1w (GH-110090)
by Steve Dower
· 1 year, 10 months ago
97ce15c
[3.10] gh-109991: Update GitHub CI workflows to use OpenSSL 3.0.11 and multissltests to use 1.1.1w, 3.0.11, and 3.1.3. (#110007)
by Ned Deily
· 1 year, 11 months ago
4996560
Python 3.10.13
by Pablo Galindo
· 2 years ago
v3.10.13
1c937e5
[3.10] gh-99612: Fix PyUnicode_DecodeUTF8Stateful() for ASCII-only data (GH-99613) (GH-107224) (#107230)
by Miss Islington (bot)
· 2 years ago
37d7180
[3.10] gh-108310: Fix CVE-2023-40217: Check for & avoid the ssl pre-close flaw (#108318)
by Łukasz Langa
· 2 years ago
7d44551
[3.10] gh-107845: Fix symlink handling for tarfile.data_filter (GH-107846) (#108210)
by Miss Islington (bot)
· 2 years ago
56e8c87
[3.10] gh-107565: Update multissltests and GitHub CI workflows to use OpenSSL 1.1.1v, 3.0.10, and 3.1.2. (GH-108120)
by Ned Deily
· 2 years ago
c32f095
[3.10] Revert "[3.10] gh-107077: Raise SSLCertVerificationError even if the error is set via SSL_ERROR_SYSCALL (GH-107586) (#107589)" (#107602)
by Pablo Galindo Salgado
· 2 years, 1 month ago
24d54fe
[3.10] gh-107077: Raise SSLCertVerificationError even if the error is set via SSL_ERROR_SYSCALL (GH-107586) (#107589)
by Miss Islington (bot)
· 2 years, 1 month ago
b4e48a4
Python 3.10.12
by Pablo Galindo
· 2 years, 2 months ago
v3.10.12
b7fd286
[3.10] gh-89412: Add missing attributes (added in 3.10) to traceback module docs (GH-105046) (#105329)
by Miss Islington (bot)
· 2 years, 2 months ago
cb37100
[3.10] gh-103142: Upgrade binary builds and CI to OpenSSL 1.1.1u (GH-105174) (GH-105200) (#105204)
by Gregory P. Smith
· 2 years, 3 months ago
f48a96a
[3.10] [3.11] gh-102153: Start stripping C0 control and space chars in `urlsplit` (GH-102508) (GH-104575) (#104592)
by Miss Islington (bot)
· 2 years, 3 months ago
425065b
[3.10] gh-102950: Implement PEP 706 – Filter for tarfile.extractall (GH-102953) (GH-104128)
by Matěj Cepl
· 2 years, 3 months ago
cfa4295
[3.10] gh-99889: Fix directory traversal security flaw in uu.decode() (GH-104096) (#104330)
by Miss Islington (bot)
· 2 years, 3 months ago
d77e77c
[3.10] gh-104049: do not expose on-disk location from SimpleHTTPRequestHandler (GH-104067) (#104119)
by Miss Islington (bot)
· 2 years, 3 months ago
e277266
gh-103935: Use `io.open_code()` when executing code in trace and profile modules (GH-103947)
by Steve Dower
· 2 years, 4 months ago
decf7a7
gh-103262: Fixes Windows installer build to work with latest compilers (GH-103281)
by Steve Dower
· 2 years, 5 months ago
7d4cc5a
Python 3.10.11
by Pablo Galindo
· 2 years, 5 months ago
v3.10.11
ec80ffe
[3.10] gh-103207: Add instructions to the macOS installer welcome display on how to workaround the macOS 13 Ventura “The installer encountered an error” failure. (GH-103253)
by Ned Deily
· 2 years, 5 months ago
3a27be7
[3.10] gh-103112: Add http.client.HTTPResponse.read docstring and fix pydoc output (GH-103113) (#103120)
by Miss Islington (bot)
· 2 years, 5 months ago
5ae5ea8
[3.10] GH-87235: Make sure "python /dev/fd/9 9</path/to/script.py" works on macOS (GH-99768) (#99817)
by Miss Islington (bot)
· 2 years, 5 months ago
aae84a0
[3.10] GH-102711: Fix warnings found by clang (GH-102712) (#103076)
by Miss Islington (bot)
· 2 years, 5 months ago
d445147
[3.10] gh-88233: zipfile: handle extras after a zip64 extra (GH-96161) (#102087)
by Miss Islington (bot)
· 2 years, 5 months ago
3288923
[3.10] gh-101997: Update bundled pip version to 23.0.1 (GH-101998). (#102241)
by Pradyun Gedam
· 2 years, 5 months ago
b5bf6c1
[3.10] GH-95494: Fix transport EOF handling in OpenSSL 3.0 (GH-95495) (#103007)
by Miss Islington (bot)
· 2 years, 5 months ago
d3b4d3a
gh-102980: Add tests for pdf's display, alias and where commands (GH-102981)
by Miss Islington (bot)
· 2 years, 5 months ago
581dd8c
[3.10] gh-102027: Fix macro name (GH-102124) (#102917)
by Miss Islington (bot)
· 2 years, 5 months ago
0a2b63f
[3.10] gh-96931: Fix incorrect results in ssl.SSLSocket.shared_ciphers (GH-96932) (#102919)
by Miss Islington (bot)
· 2 years, 5 months ago
4531fd0
[3.10] gh-102947: Improve traceback when calling `fields()` on a non-dataclass (#102948) (#102954)
by Alex Waygood
· 2 years, 5 months ago
9781240
gh-94440: Fix issue of ProcessPoolExecutor shutdown hanging (GH-94468)
by Miss Islington (bot)
· 2 years, 5 months ago
6f4df72
gh-101377: improving test_locale_calendar_formatweekday of calendar (GH-101378)
by Miss Islington (bot)
· 2 years, 5 months ago
d4f8faf
[3.10] GH-101673: Fix pdb bug where local variable changes are lost after longlist (#101674) (#102633)
by Irit Katriel
· 2 years, 5 months ago
5bdcb08
GH-102537: Handle check for PYTHONTZPATH failing in zoneinfo test (GH-102538)
by Miss Islington (bot)
· 2 years, 5 months ago
c4fb418
[3.10] GH-102397: Fix segfault from race condition in signal handling (GH-102399) (#102527)
by Miss Islington (bot)
· 2 years, 5 months ago
6b49cc6
[3.10] gh-102416: Do not memoize incorrectly loop rules in the parser (GH-102467). (#102474)
by Pablo Galindo Salgado
· 2 years, 6 months ago
2a062f2
gh-101979: argparse: fix a bug where parentheses in metavar argument of add_argument() were dropped (GH-102318)
by Miss Islington (bot)
· 2 years, 6 months ago
d4a04e5
gh-102356: Add thrashcan macros to filter object dealloc (GH-102426)
by Miss Islington (bot)
· 2 years, 6 months ago
925ebfb
[3.10] gh-102179: Fix `os.dup2` error reporting for negative fds (GH-102180) (#102419)
by Miss Islington (bot)
· 2 years, 6 months ago
fe36778
[3.10] gh-101892: Fix `SystemError` when a callable iterator call exhausts the iterator (GH-101896) (#102422)
by Oleg Iarygin
· 2 years, 6 months ago
6c2e052
[3.10] GH-102126: fix deadlock at shutdown when clearing thread state… (#102235)
by Kumar Aditya
· 2 years, 6 months ago
5b610b5
[3.10] gh-97786: Fix compiler warnings in pytime.c (GH-101826) (#102150)
by Mark Dickinson
· 2 years, 6 months ago
601c9db
[3.10] gh-85417: Clarify behaviour on branch cuts in cmath module (GH-102046) (#102275)
by Miss Islington (bot)
· 2 years, 6 months ago
9f472f8
[3.10] gh-101765: Fix SystemError / segmentation fault in iter `__reduce__` when internal access of `builtins.__dict__` exhausts the iterator (GH-101769) (#102229)
by Ionite
· 2 years, 6 months ago
3e80d21
[3.10] gh-95675: fix uid and gid at test_add_dir_getmember (gh-102207) (gh-102230)
by Miss Islington (bot)
· 2 years, 6 months ago
0f28af5
[3.10] gh-101936: Update the default value of fp from io.StringIO to io.BytesIO (gh-102100) (#102118)
by Miss Islington (bot)
· 2 years, 6 months ago
bac3fe7
[3.10] gh-95672 fix typo SkitTest to SkipTest (gh-102119) (gh-102122)
by Miss Islington (bot)
· 2 years, 6 months ago
d9dce23
[3.10] gh-101961 fileinput.hookcompressed should not set the encoding value for the binary mode (gh-102068) (#102099)
by Miss Islington (bot)
· 2 years, 6 months ago
7bb41d9
[3.10] gh-101566: Sync with zipp 3.14. (GH-102018). (GH-102091)
by Jason R. Coombs
· 2 years, 6 months ago
92050e8
gh-101967: add a missing error check (GH-101968)
by Miss Islington (bot)
· 2 years, 6 months ago
207fa11
[3.10] gh-101759: Update Windows installer to SQLite 3.40.1 (GH-101762) (#101792)
by Erlend E. Aasland
· 2 years, 6 months ago
6d8ef96
gh-101517: make bdb avoid looking up in linecache with lineno=None (GH-101787)
by Miss Islington (bot)
· 2 years, 6 months ago
b653fce
gh-101759: Update macOS installer to SQLite 3.40.1 (GH-101761)
by Miss Islington (bot)
· 2 years, 6 months ago
b8149a9
gh-101726: Update the OpenSSL version to 1.1.1t (GH-101727)
by Steve Dower
· 2 years, 6 months ago
9889de3
Apply suggestions from code review
by Miss Islington (bot)
· 2 years, 6 months ago
c63d7c9
gh-101614: Don't treat python3_d.dll as a Python DLL when checking extension modules for incompatibility (GH-101615)
by Miss Islington (bot)
· 2 years, 6 months ago
7d727518
[3.10] gh-97725: Fix documentation for the default file of `asyncio.Task.print_stack` (#101652) (#101654)
by Oleg Iarygin
· 2 years, 6 months ago
aad5f6a
Python 3.10.10
by Pablo Galindo
· 2 years, 6 months ago
v3.10.10
3325029
gh-101372: Fix unicodedata.is_normalized to properly handle the UCD 3… (gh-101388)
by Miss Islington (bot)
· 2 years, 6 months ago
435fcb0
gh-101334: Don't force USTAR format in test_tarfile. (GH-101572)
by Miss Islington (bot)
· 2 years, 6 months ago
b134978
[3.10] [3.11] gh-99952: fix refcount issues in ctypes.Structure from_param() result (GH-101339) (#101340)
by Miss Islington (bot)
· 2 years, 7 months ago
3139ea3
gh-101522: Allow overriding Windows dependencies versions and paths using MSBuild properties (GH-101523)
by Steve Dower
· 2 years, 7 months ago
740050a
[3.10] gh-101400: Fix incorrect lineno in exception message on contin… (gh-101448)
by Dong-hee Na
· 2 years, 7 months ago
8126628
gh-100795: Don't call freeaddrinfo on failure. (GH-101252)
by Miss Islington (bot)
· 2 years, 7 months ago
5717ab3
[3.10] gh-96192: fix os.ismount() to use a path that is str or bytes (GH-96194) (#99456)
by Miss Islington (bot)
· 2 years, 7 months ago
9532c04
gh-101143: Remove references to `TimerHandle` from `asyncio.base_events.BaseEventLoop._add_callback` (GH-101197)
by Miss Islington (bot)
· 2 years, 7 months ago
c77b0ce
[3.10] gh-95778: add doc missing in some places (GH-100627). (#101065)
by Éric
· 2 years, 7 months ago
b2a662f
[3.10] gh-101144: Allow zipfile.Path .open & .read_text encoding to be positional (GH-101179) (GH-101182)
by Miss Islington (bot)
· 2 years, 7 months ago
9407631
gh-82052: Don't send partial UTF-8 sequences to the Windows API (GH-101103)
by Miss Islington (bot)
· 2 years, 7 months ago
9345eea
[3.10] gh-101046: Fix a potential memory leak in the parser when raising MemoryError (GH-101051). (#101086)
by Pablo Galindo Salgado
· 2 years, 7 months ago
b7b641a
[3.10] GH-100942: Fix incorrect cast in property_copy(). (GH-100965). (#101009)
by Nikita Sobolev
· 2 years, 7 months ago
94f9198
[3.10] GH-100573: Fix server hang caused by os.stat() on named pipe (Windows) (GH-100959) (#101020)
by Miss Islington (bot)
· 2 years, 7 months ago
87f9b1d
[3.10] gh-100160: Remove any deprecation warnings in asyncio.get_event_loop() (GH-100412) (GH-100970)
by Serhiy Storchaka
· 2 years, 7 months ago
a3b6577
[3.10] GH-100892: Fix race in clearing `threading.local` (GH-100922). (#100938)
by Kumar Aditya
· 2 years, 7 months ago
f6decc5
gh-100180: Update macOS installer to OpenSSL 1.1.1s (GH-100908)
by Miss Islington (bot)
· 2 years, 7 months ago
40d87ff
gh-100180: Update Windows installer to OpenSSL 1.1.1s (GH-100903)
by Steve Dower
· 2 years, 7 months ago
b374481
GH-81061: Fix refcount issue when returning `None` from a `ctypes.py_object` callback (GH-13364)
by Miss Islington (bot)
· 2 years, 7 months ago
0e00bce
[3.10] gh-100689: Revert "bpo-41798: pyexpat: Allocate the expat_CAPI on the heap memory (GH-24061)" (GH-100745) (#100847)
by Miss Islington (bot)
· 2 years, 7 months ago
a8702bb
[3.10] gh-100776: Fix misleading default value in help(input) (GH-100788) (#100842)
by Shantanu
· 2 years, 7 months ago
ebe8d23
[3.10] gh-90104: avoid RecursionError on recursive dataclass field repr (gh-100756) (GH-100785)
by Carl Meyer
· 2 years, 8 months ago
f49cc3c
gh-100739: Respect mock spec when checking for unsafe prefixes (GH-100740)
by Miss Islington (bot)
· 2 years, 8 months ago
35a010f
GH-86508: skip binding to local addresses of different family in `asyncio.open_connection` (GH-100615)
by Miss Islington (bot)
· 2 years, 8 months ago
3ab7b61
gh-100616: Document 'attr' parameter for window.vline() in curses module (GH-24961)
by Miss Islington (bot)
· 2 years, 8 months ago
9975d4e
[3.10] gh-100287: Fix unittest.mock.seal with AsyncMock (GH-100496) (#100508)
by Shantanu
· 2 years, 8 months ago
ad8d2ef
gh-100472: Fix docs claim that compileall parameters could be bytes (GH-100473)
by Miss Islington (bot)
· 2 years, 8 months ago
ecbf136
[3.10] gh-100474: Fix handling of dirs named index.html in http.server (GH-100504)
by Miss Islington (bot)
· 2 years, 8 months ago
Next »