Sign in
chromium
/
external
/
github.com
/
python
/
cpython
/
refs/tags/v3.10.3
/
Misc
tag
1515a31dfbcf9fc7c6de51f6f8b3b7aea7d9929b
tagger
Pablo Galindo <pablogsal@gmail.com>
Wed Mar 16 11:27:15 2022
object
a342a49189c16f01e7b95e0bf22ea2bd539222cd
Python 3.10.3
a342a49
Python 3.10.3
by Pablo Galindo
· 3 years, 5 months ago
v3.10.3
04fdbb4
[3.10] bpo-47032: Ensure Windows install builds fail correctly with a non-zero exit code when part of the build fails (GH-31921) (GH-31926)
by Steve Dower
· 3 years, 5 months ago
a59ac1e
[3.10] bpo-47024: Update OpenSSL to 1.1.1n (GH-31895) (GH-31916)
by Christian Heimes
· 3 years, 5 months ago
88c243f
bpo-43253: Don't call shutdown() for invalid socket handles (GH-31892)
by Miss Islington (bot)
· 3 years, 5 months ago
3c4f24f
bpo-20392: Fix inconsistency with uppercase file extensions in mimetypes.guess_type (GH-30229)
by Miss Islington (bot)
· 3 years, 5 months ago
0e4beba
But Add missing newline to NEWS entry (GH-31893)
by Miss Islington (bot)
· 3 years, 5 months ago
cebdc32
bpo-43721: Fix docstrings for property.getter/setter/deleter (GH-31046)
by Miss Islington (bot)
· 3 years, 5 months ago
0cfcc0c
Revert "bpo-46986: Upgrade bundled setuptools to 60.9.3 (GH-31820)" (GH-31880)
by Ned Deily
· 3 years, 5 months ago
d929aa7
[3.10] bpo-47004: Sync with importlib_metadata 4.11.3. (GH-31854). (GH-31857)
by Jason R. Coombs
· 3 years, 5 months ago
25962e4
bpo-46986: Upgrade bundled setuptools to 60.9.3 (GH-31820)
by Miss Islington (bot)
· 3 years, 5 months ago
1ceda97
[3.10] bpo-46985: Upgrade bundled pip to 22.0.4 (GH-31819) (GH-31849)
by Miss Islington (bot)
· 3 years, 5 months ago
393e2bf
bpo-46968: Fix faulthandler for Sapphire Rapids Xeon (GH-31789) (GH-31830)
by Victor Stinner
· 3 years, 5 months ago
3bc8019
[3.10] bpo-46581: Propagate private vars via _GenericAlias.copy_with (GH-31061) (GH-31821)
by Matt Bogosian
· 3 years, 5 months ago
26fa25a
bpo-24959: fix unittest.assertRaises bug where traceback entries are dropped from chained exceptions (GH-23688)
by Miss Islington (bot)
· 3 years, 5 months ago
8de434b
bpo-46955: Expose asyncio.base_events.Server as asyncio.Server (GH-31760)
by Miss Islington (bot)
· 3 years, 5 months ago
95b001f
bpo-23325: Fix SIG_IGN and SIG_DFL int comparison in signal module (GH-31759)
by Miss Islington (bot)
· 3 years, 5 months ago
21c5b3f
bpo-44439: _ZipWriteFile.write() handle buffer protocol correctly (GH-29468)
by Miss Islington (bot)
· 3 years, 5 months ago
1e52e78
bpo-46932: Update bundled libexpat to 2.4.7 (GH-31736)
by Miss Islington (bot)
· 3 years, 5 months ago
58d576a
bpo-44549: Update bzip2 to 1.0.8 in Windows builds to mitigate CVE-2016-3189 and CVE-2019-12900 (GH-31732)
by Steve Dower
· 3 years, 5 months ago
136842c
bpo-46948: Fix CVE-2022-26488 by ensuring the Windows Installer correctly uses the install path during repair (GH-31727)
by Steve Dower
· 3 years, 5 months ago
3594ebc
[3.10] bpo-46940: Don't override existing AttributeError suggestion information (GH-31710) (GH-31724)
by Pablo Galindo Salgado
· 3 years, 5 months ago
8acbb93
bpo-43292: Fix file leak in `ET.iterparse()` when not exhausted (GH-31696)
by Miss Islington (bot)
· 3 years, 5 months ago
ee18df4
bpo-14156: Make argparse.FileType work correctly for binary file modes when argument is '-' (GH-13165)
by Miss Islington (bot)
· 3 years, 6 months ago
7b5b429
[3.10] bpo-46913: Fix test_ctypes, test_hashlib, test_faulthandler on UBSan (GH-31675)
by Victor Stinner
· 3 years, 6 months ago
257f5be
bpo-46643: Fix stringized P.args/P.kwargs with get_type_hints (GH-31238)
by Miss Islington (bot)
· 3 years, 6 months ago
0848da1
bpo-46852: Rename float.__set_format__() to float.__setformat__() (GH-31558) (GH-31578)
by Victor Stinner
· 3 years, 6 months ago
2b7e04d
bpo-46756: Fix authorization check in urllib.request (GH-31353)
by Miss Islington (bot)
· 3 years, 6 months ago
6717edc
Inherit asyncio proactor datagram transport from asyncio.DatagramTransport (GH-31512) (GH-31514)
by Miss Islington (bot)
· 3 years, 6 months ago
4955a9e
bpo-46794: Bump up the libexpat version into 2.4.6 (GH-31487)
by Miss Islington (bot)
· 3 years, 6 months ago
d327517
bpo-46827: pass sock.type to getaddrinfo in sock_connect (GH-31499)
by Miss Islington (bot)
· 3 years, 6 months ago
f20ac2e
bpo-46820: Fix a SyntaxError in a numeric literal followed by "not in" (GH-31479) (GH-31493)
by Miss Islington (bot)
· 3 years, 6 months ago
c596ecb
[3.10] bpo-46732: fix __bool__ docstring (GH-31301) (GH-31473)
by Miss Islington (bot)
· 3 years, 6 months ago
7da97f6
bpo-46811: Make test suite support Expat >=2.4.5 (GH-31453) (GH-31472)
by Miss Islington (bot)
· 3 years, 6 months ago
633d0f9
bpo-46232: Fix parsing of certs with bit string in DN (GH-30351)
by Miss Islington (bot)
· 3 years, 6 months ago
95d6271
bpo-39327: Close file descriptors as soon as possible in shutil.rmtree (GH-31384)
by Miss Islington (bot)
· 3 years, 6 months ago
f1916cd
bpo-46672: fix `NameError` in `asyncio.gather` if type check fails (GH-31187) (GH-31440)
by Miss Islington (bot)
· 3 years, 6 months ago
dde0488
[3.10] Raise TypeError if SSLSocket is passed to asyncio transport-based methods (GH-31442). (GH-31443)
by Andrew Svetlov
· 3 years, 6 months ago
e05e3d2
[3.10] bpo-46784: Add newly exported expat symbols to the namespace. (GH-31397) (GH-31420)
by Gregory P. Smith
· 3 years, 6 months ago
cb7551d
bpo-46400: Update libexpat from 2.4.1 to 2.4.4 (GH-31022) (GH-31296)
by Dong-hee Na
· 3 years, 6 months ago
a17d59a
[3.10] bpo-46333: Honor `module` parameter in ForwardRef (GH-30536) (GH-31379)
by Miss Islington (bot)
· 3 years, 6 months ago
d4e4ef1
[3.10] bpo-46724: Use `JUMP_ABSOLUTE` for all backward jumps. (GH-31326) (GH-31354)
by Mark Shannon
· 3 years, 6 months ago
3d407b9
bpo-46762: Fix an assert failure in f-strings where > or < is the last character if the f-string is missing a trailing right brace. (GH-31365)
by Miss Islington (bot)
· 3 years, 6 months ago
b271953
bpo-46436: Fix command-line option -d/--directory in module http.server (GH-30701)
by Miss Islington (bot)
· 3 years, 6 months ago
9fabcfb
bpo-45447: Add syntax highlighting for `.pyi` files in IDLE (GH-28950)
by Terry Jan Reedy
· 3 years, 6 months ago
b7a65c9
bpo-45948: Remove constructor discrepancy in C version of ElementTree.XMLParser (GH-31152)
by Miss Islington (bot)
· 3 years, 6 months ago
1f5fe99
bpo-46615: Don't crash when set operations mutate the sets (GH-31120)
by Miss Islington (bot)
· 3 years, 6 months ago
8b8673f
[3.10] bpo-46433: _PyType_GetModuleByDef: handle static types in MRO (GH-30696) (GH-31262)
by Petr Viktorin
· 3 years, 6 months ago
1124ab6
bpo-46246: add missing __slots__ to importlib.metadata.DeprecatedList (GH-30452)
by Miss Islington (bot)
· 3 years, 6 months ago
9f51454
[3.10] Fix warning: asyncio.events._event_loop_policy was modified by test_asyncio (GH-31253) (GH-31255)
by Andrew Svetlov
· 3 years, 6 months ago
9b23f8f
[3.10] bpo-46707: Avoid potential exponential backtracking in some syntax errors (GH-31241). (GH-31242)
by Pablo Galindo Salgado
· 3 years, 6 months ago
42f87d4
bpo-45863: tarfile: don't zero out header fields unnecessarily (GH-29693)
by Miss Islington (bot)
· 3 years, 6 months ago
c2735b7
bpo-46678: Fix Invalid cross device link in Lib/test/support/import_helper.py (GH-31204) (GH-31207)
by Miss Islington (bot)
· 3 years, 6 months ago
5b58db7
[3.10] bpo-46521: Fix codeop to use a new partial-input mode of the parser (GH-31010). (GH-31213)
by Pablo Galindo Salgado
· 3 years, 6 months ago
cbdcae5
[3.10] bpo-46676: Make ParamSpec args and kwargs equal to themselves (GH-31203) (GH-31210)
by Gregory Beauregard
· 3 years, 6 months ago
9c45390
bpo-46638: Makes registry virtualisation setting stable when building MSIX packages (GH-31130)
by Miss Islington (bot)
· 3 years, 6 months ago
e2eeffe
[3.10] bpo-46655: allow stringized TypeAlias with get_type_hints (GH-31156). (#31175)
by Gregory Beauregard
· 3 years, 6 months ago
3ceff99
bpo-40479: Fix undefined behavior in Modules/_hashopenssl.c (GH-31153)
by Miss Islington (bot)
· 3 years, 6 months ago
91e8889
bpo-14916: use specified tokenizer fd for file input (GH-31006)
by Miss Islington (bot)
· 3 years, 7 months ago
4f76b36
bpo-46630: Fix initial focus of IDLE query dialogs (GH-31112)
by Miss Islington (bot)
· 3 years, 7 months ago
ff6948b
bpo-45773: Remove invalid peephole optimizations (GH-31066)
by Miss Islington (bot)
· 3 years, 7 months ago
f5ebec4
[3.10] bpo-46576: bpo-46524: Disable compiler optimization within test_peg_generator. (GH-31015) (GH-31089)
by Gregory P. Smith
· 3 years, 7 months ago
5765eaa
bpo-46616: Ensures test_importlib.test_windows cleans up registry keys after completion (GH-31086)
by Miss Islington (bot)
· 3 years, 7 months ago
ba4d79a
[3.10] bpo-45173: Note configparser deprecations will be removed in 3.12 (GH-31084)
by Hugo van Kemenade
· 3 years, 7 months ago
85b421f
bpo-44359: Fix test_ftplib unhandled thread exceptions (GH-31069)
by Miss Islington (bot)
· 3 years, 7 months ago
7dee93c
bpo-46591: Make About IDLE doc link label clickable (GH-30251)
by Miss Islington (bot)
· 3 years, 7 months ago
e5e1441
bpo-46487: Add `get_write_buffer_limits` to Write and _SSLProtocol transports (GH-30958)
by Miss Islington (bot)
· 3 years, 7 months ago
519eb6a
bpo-45925: Update macOS installer to SQLite 3.37.2 (GH-30921) (GH-31057)
by Ned Deily
· 3 years, 7 months ago
3479451
bpo-46542: test_lib2to3 uses support.infinite_recursion() (GH-31035)
by Miss Islington (bot)
· 3 years, 7 months ago
a5451c9
bpo-26552: Fixed case where failing `asyncio.ensure_future` did not close the coroutine (#30288) (#31003)
by Kumar Aditya
· 3 years, 7 months ago
4d191fc
bpo-45925: Update Windows installer to SQLite 3.37.2 (GH-30485)
by Steve Dower
· 3 years, 7 months ago
20f5313
bpo-46542: test_json uses support.infinite_recursion() (GH-30972)
by Miss Islington (bot)
· 3 years, 7 months ago
bfcb414
bpo-46539: Pass status of special typeforms to forward references (GH-30926)
by Miss Islington (bot)
· 3 years, 7 months ago
5c39e47
[3.10] bpo-45703: Invalidate _NamespacePath cache on importlib.invalidate_cache (GH-29384) (GH-30922)
by Petr Viktorin
· 3 years, 7 months ago
89db090
bpo-44791: Fix substitution of ParamSpec in Concatenate with different parameter expressions (GH-27518)
by Miss Islington (bot)
· 3 years, 7 months ago
5acaad0
bpo-45296: Clarify close, quit, and exit in IDLE (GH-30936) (GH-30944)
by Miss Islington (bot)
· 3 years, 7 months ago
171fdf2
bpo-38472: setup.py uses LC_ALL=C to check the C compiler (GH-30929)
by Miss Islington (bot)
· 3 years, 7 months ago
4371fbd
[3.10] bpo-46513: Remove AC_C_CHAR_UNSIGNED / __CHAR_UNSIGNED__ (GH-30851) (GH-30914)
by Christian Heimes
· 3 years, 7 months ago
3fc8b74
[3.10] bpo-46091: Correctly calculate indentation levels for whitespace lines with continuation characters (GH-30130). (GH-30898)
by Pablo Galindo Salgado
· 3 years, 7 months ago
41e0aea
bpo-46491: Allow Annotated on outside of Final/ClassVar (GH-30864)
by Miss Islington (bot)
· 3 years, 7 months ago
ce79b50
bpo-41841: update idlelib News up to 3.10.0. (GH-30868) (GH-30870)
by Miss Islington (bot)
· 3 years, 7 months ago
894e8c1
bpo-46503: Prevent an assert from firing when parsing some invalid \N sequences in f-strings. (GH-30865) (GH-30866)
by Miss Islington (bot)
· 3 years, 7 months ago
e3ade66
bpo-41403: Improve error message for invalid mock target (GH-30833) (GH-30834)
by Irit Katriel
· 3 years, 7 months ago
a7a4ca4
[3.10] bpo-46474: Avoid REDoS in EntryPoint.pattern (sync with importlib_metadata 4.10.1) (GH-30803) (GH-30827)
by Jason R. Coombs
· 3 years, 7 months ago
633db1c
[3.10] bpo-46240: Correct the error for unclosed parentheses when the tokenizer is not finished (GH-30378). (GH-30819)
by Pablo Galindo Salgado
· 3 years, 7 months ago
f66ef3e
bpo-46266: Add calendar day of week constants to __all__ (GH-30412) (GH-30424)
by Miss Islington (bot)
· 3 years, 7 months ago
83aef4d
bpo-43118: Fix bug in inspect.signature around 'base.__text_signature__' (GH-30285) (#30765)
by Miss Islington (bot)
· 3 years, 7 months ago
acda9f3
bpo-46417: Fix race condition on setting type __bases__ (GH-30788) (GH-30789)
by Miss Islington (bot)
· 3 years, 7 months ago
90e2998
[3.10] bpo-46469: Make asyncio generic classes return GenericAlias (GH-30777) (#30784)
by Miss Islington (bot)
· 3 years, 7 months ago
d548c87
bpo-46463: Fixes escape4chm.py script used when building the CHM documentation file (GH-30768)
by Miss Islington (bot)
· 3 years, 7 months ago
05063fa
bpo-46434: Handle missing docstrings in pdb help (GH-30705)
by Miss Islington (bot)
· 3 years, 7 months ago
1d11fdd
bpo-21987: Fix TarFile.getmember getting a dir with a trailing slash (GH-30283)
by Miss Islington (bot)
· 3 years, 7 months ago
e5edc8d
bpo-46080: fix argparse help generation exception in edge case (GH-30111)
by Miss Islington (bot)
· 3 years, 7 months ago
1fb1f5d
[3.10] bpo-46339: Fix crash in the parser when computing error text for multi-line f-strings (GH-30529) (GH-30542)
by Miss Islington (bot)
· 3 years, 7 months ago
4449a16
bpo-45554: Document multiprocessing.Process.exitcode values (GH-30142)
by Miss Islington (bot)
· 3 years, 7 months ago
7a822c9
bpo-46383: Fix signature of zoneinfo module_free function (GH-30607) (GH-30610)
by Miss Islington (bot)
· 3 years, 7 months ago
1345b46
bpo-13886: Skip PTY non-ASCII tests if readline is loaded (GH-30631)
by Miss Islington (bot)
· 3 years, 7 months ago
30300f4
Merge remote-tracking branch 'upstream/3.10' into 3.10
by Pablo Galindo
· 3 years, 7 months ago
a58ebcc
Python 3.10.2
by Pablo Galindo
· 3 years, 7 months ago
v3.10.2
e6bb17f
bpo-46070: _PyGC_Fini() untracks objects (GH-30577)
by Miss Islington (bot)
· 3 years, 7 months ago
3ce6945
Define Py_BUILD_CORE_MODULE
by Miss Islington (bot)
· 3 years, 7 months ago
Next »