Sign in
chromium
/
external
/
github.com
/
python
/
cpython
/
refs/tags/v3.10.13
tag
c7b458e12db0165c6f0751de48b44851140dd5b4
tagger
Pablo Galindo <pablogsal@gmail.com>
Thu Aug 24 12:46:56 2023
object
49965601d6afedafe47cc85556d99b7a24981051
Python 3.10.13
4996560
Python 3.10.13
by Pablo Galindo
· 2 years ago
v3.10.13
e96bddf
[3.10] gh-108342: Make ssl TestPreHandshakeClose more reliable (GH-108370) (#108406)
by Łukasz Langa
· 2 years ago
893c3b7
[3.10] gh-108342: Break ref cycle in SSLSocket._create() exc (GH-108344) (#108350)
by Miss Islington (bot)
· 2 years ago
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
917439d
[3.10] gh-98154: Clarify Usage of "Reference Count" In the Docs (#107754)
by Eric Snow
· 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 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
a9e5e59
[3.10] gh-105090: Replace incorrect TLSv1.2 with TLSv1.3 (GH-105404) (#107039)
by Miss Islington (bot)
· 2 years, 1 month ago
f91dfdf
[3.10] gh-105993: Add possible `None` return type to `asyncio.EventLoop.start_tls` docs (GH-105995) (#106190)
by Miss Islington (bot)
· 2 years, 1 month ago
073c660
[3.10] CI: Bump macOS build to use OpenSSL v3.0 (GH-105538) (#105869)
by Miss Islington (bot)
· 2 years, 1 month ago
1851443
[3.10] [3.11] Add single value `agen.athrow(value)` signature to the 3.11 docs gh-105269 (GH-105468) (#105480)
by Miss Islington (bot)
· 2 years, 1 month ago
45de31d
[3.10] Clarify the supported cases in the tokenize module (GH-105569) (#105575)
by Miss Islington (bot)
· 2 years, 2 months ago
a23ff66
Post 3.10.12
by Pablo Galindo
· 2 years, 2 months 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, 2 months ago
f12502b
[3.10] gh-105184: document that marshal functions can fail and need to be checked with PyErr_Occurred (GH-105185) (#105220)
by Miss Islington (bot)
· 2 years, 2 months ago
6cae236
[3.10] Update GitHub CI workflow for macOS. (GH-105304)
by Ned Deily
· 2 years, 2 months ago
2c9b0f3
[3.10] Skip test_sundry on Windows APPX tests (GH-104944)
by Steve Dower
· 2 years, 3 months ago
f22ddbf
[3.10] Improves the Windows MSI test run on PR (GH-104929)
by Steve Dower
· 2 years, 3 months ago
f9d2a10
[3.10] gh-104472: Skip `test_subprocess.ProcessTestCase.test_empty_env` if ASAN is enabled (GH-104667) (#104669)
by Miss Islington (bot)
· 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
4075e01
[3.10] gh-103207: Fix Welcome formatting issues when macOS Installer is run in dark mode. (GH-103304)
by Ned Deily
· 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
18d825b
gh-102899: Fix doc link for getting filesystem error handler (GH-102901)
by Miss Islington (bot)
· 2 years, 5 months ago
8693ec2
gh-81762: Clarify and simplify description of print's flush param (GH-103264)
by Miss Islington (bot)
· 2 years, 5 months ago
8d4c9e5
Merge remote-tracking branch 'upstream/3.10' into 3.10
by Pablo Galindo
· 2 years, 5 months ago
20f4222
Post 3.10.11
by Pablo Galindo
· 2 years, 5 months ago
d76a5c6
Improve some grammar in the socket docs (GH-103254)
by Miss Islington (bot)
· 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
9a8ce95
gh-103109: Document ignore_warnings() test support helper (GH-103110)
by Miss Islington (bot)
· 2 years, 5 months ago
d58ff6a
Minor docs improvements fix for `codeop` (GH-103123)
by Miss Islington (bot)
· 2 years, 5 months ago
ba755a2
gh-103099: Link mypy docs from typing.rst (GH-103100)
by Miss Islington (bot)
· 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
4abf1f1
gh-103097: Add workaround for Windows ARM64 compiler bug (GH-103098)
by Steve Dower
· 2 years, 5 months ago
473fd7b
[3.10] gh-102582: Fix invalid JSON in Doc/howto/logging-cookbook.rst (GH-102635) (GH-103107)
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
ae8a721
Update pdb docs for arguments (GH-102965)
by Miss Islington (bot)
· 2 years, 5 months ago
db5bf52
[3.10] gh-103025: fix a ctypes doc typo (GH-103026) (#103030)
by Miss Islington (bot)
· 2 years, 5 months ago
7513c6b
[3.10] gh-101100: Document PyObject_ClearWeakRefs and gzip's name (#103002)
by Hugo van Kemenade
· 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
cbffc3a
gh-102873: logging.LogRecord docs: improve description of `msg` parameter (GH-102875)
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
206c2b1
GH-100989: Revert Improve the accuracy of collections.deque docstrings (GH-102979)
by Miss Islington (bot)
· 2 years, 5 months ago
77e54fe
gh-98239: Document that `inspect.getsource()` can raise `TypeError` (GH-101689)
by Miss Islington (bot)
· 2 years, 5 months ago
6c667d0
gh-102936: typing: document performance pitfalls of protocols decorated with `@runtime_checkable` (GH-102937)
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
100da7c
gh-100989: Improve the accuracy of collections.deque docstrings (GH-100990)
by Miss Islington (bot)
· 2 years, 5 months ago
3c2a7bb
Docs: improve accuracy of sqlite3.Connection.interrupt() (GH-102904)
by Miss Islington (bot)
· 2 years, 5 months ago
2e0505a
Docs: improve the accuracy of the sqlite3.connect() timeout param (GH-102900)
by Miss Islington (bot)
· 2 years, 5 months ago
00b5060
Docs: improve accuracy of pdb alias example (GH-102892)
by Miss Islington (bot)
· 2 years, 5 months ago
eaafea8
gh-102595: Document `PyObject_Format` c-api function (GH-102596)
by Miss Islington (bot)
· 2 years, 5 months ago
21b9402
Add link to `sys.exit` function documentation (GH-102805)
by Miss Islington (bot)
· 2 years, 5 months ago
d5fdc3f
gh-98608: Fix Failure-handling in new_interpreter() (gh-102658)
by Miss Islington (bot)
· 2 years, 5 months ago
e732a85
[3.10] gh-102721: Improve coverage of `_collections_abc._CallableGenericAlias` (GH-102790)
by Nikita Sobolev
· 2 years, 5 months ago
744a41b
Increase stack reserve size for Windows debug builds to avoid test crashes (GH-102776)
by Steve Dower
· 2 years, 5 months ago
99b38be
[3.10] Fix outdated note about 'int' rounding or truncating (GH-102736) (#102767)
by Miss Islington (bot)
· 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
bef189b
gh-101100: Documenting --prefix and --exec-prefix. (GH-102695)
by Miss Islington (bot)
· 2 years, 5 months ago
087fb56
[3.10] Remove misformatted exclamation marks in docs (GH-102694) (#102717)
by Hugo van Kemenade
· 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
95fd2df
gh-102703: Fix typo in modules tutorial documentation (GH-102707)
by Miss Islington (bot)
· 2 years, 5 months ago
df38f7c
[3.10] gh-102354: change python3 to python in docs examples (GH-102696) (#102698)
by Miss Islington (bot)
· 2 years, 5 months ago
2c015a6
gh-100315: clarification to `__slots__` docs. (GH-102621)
by Miss Islington (bot)
· 2 years, 5 months ago
125f75c
doc: Remove a duplicate 'versionchanged' in library/asyncio-task (gh-102677)
by Miss Islington (bot)
· 2 years, 5 months ago
0275b12
gh-102627: Replace address pointing toward malicious web page (GH-102630)
by Miss Islington (bot)
· 2 years, 5 months ago
83ccaf2
[3.10] Fix duplicated words in the docs (#102645)
by Alex Waygood
· 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
5e10479
Fix broken link to MSDN (GH-102355)
by Miss Islington (bot)
· 2 years, 5 months ago
a01ad52
gh-101100: Fix Sphinx warnings in `turtle` module (GH-102340)
by Miss Islington (bot)
· 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
2810787
gh-102433: Add tests for how classes with properties interact with `isinstance()` checks on `typing.runtime_checkable` protocols (GH-102449)
by Miss Islington (bot)
· 2 years, 5 months ago
7276ee0
gh-101100: Fix sphinx warnings in `zipapp` and `zipfile` modules (GH-102526)
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
5e6351c
[3.10] gh-101759: Update macOS installer SQLite 3.40.1 checksum (gh-102485) (GH-102489)
by Miss Islington (bot)
· 2 years, 5 months ago
4248c24
Add gettext support to tools/extensions/c_annotations.py (GH-101989)
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
f5280e2
[3.10] gh-102444: Fix minor bugs in `test_typing` highlighted by pyflakes (#102445) (#102452)
by Alex Waygood
· 2 years, 6 months ago
9cec602
GH-102341: Improve the test function for pow (GH-102342)
by Miss Islington (bot)
· 2 years, 6 months ago
94e08e1
Fix unused classes in a typing test (GH-102437)
by Miss Islington (bot)
· 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
d4992c7
gh-101992: update pstlib module documentation (GH-102133)
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
3d88b4e
gh-101754: Document that Windows converts keys in `os.environ` to uppercase (GH-101840)
by Miss Islington (bot)
· 2 years, 6 months ago
Next »