aboutsummaryrefslogtreecommitdiff
path: root/Misc
AgeCommit message (Expand)Author
2022-03-16Python 3.10.3upstream-v3.10.3Pablo Galindo
2022-03-15[3.10] bpo-47032: Ensure Windows install builds fail correctly with a non-zer...Steve Dower
2022-03-15[3.10] bpo-47024: Update OpenSSL to 1.1.1n (GH-31895) (GH-31916)Christian Heimes
2022-03-15bpo-43253: Don't call shutdown() for invalid socket handles (GH-31892)Miss Islington (bot)
2022-03-15bpo-20392: Fix inconsistency with uppercase file extensions in mimetypes.gues...Miss Islington (bot)
2022-03-15But Add missing newline to NEWS entry (GH-31893)Miss Islington (bot)
2022-03-14bpo-43721: Fix docstrings for property.getter/setter/deleter (GH-31046)Miss Islington (bot)
2022-03-14Revert "bpo-46986: Upgrade bundled setuptools to 60.9.3 (GH-31820)" (GH-31880)Ned Deily
2022-03-13[3.10] bpo-47004: Sync with importlib_metadata 4.11.3. (GH-31854). (GH-31857)Jason R. Coombs
2022-03-13bpo-46986: Upgrade bundled setuptools to 60.9.3 (GH-31820)Miss Islington (bot)
2022-03-13[3.10] bpo-46985: Upgrade bundled pip to 22.0.4 (GH-31819) (GH-31849)Miss Islington (bot)
2022-03-12bpo-46968: Fix faulthandler for Sapphire Rapids Xeon (GH-31789) (GH-31830)Victor Stinner
2022-03-11[3.10] bpo-46581: Propagate private vars via _GenericAlias.copy_with (GH-3106...Matt Bogosian
2022-03-08bpo-24959: fix unittest.assertRaises bug where traceback entries are dropped ...Miss Islington (bot)
2022-03-08bpo-46955: Expose asyncio.base_events.Server as asyncio.Server (GH-31760)Miss Islington (bot)
2022-03-08bpo-23325: Fix SIG_IGN and SIG_DFL int comparison in signal module (GH-31759)Miss Islington (bot)
2022-03-08bpo-44439: _ZipWriteFile.write() handle buffer protocol correctly (GH-29468)Miss Islington (bot)
2022-03-07bpo-46932: Update bundled libexpat to 2.4.7 (GH-31736)Miss Islington (bot)
2022-03-07bpo-44549: Update bzip2 to 1.0.8 in Windows builds to mitigate CVE-2016-3189 ...Steve Dower
2022-03-07bpo-46948: Fix CVE-2022-26488 by ensuring the Windows Installer correctly use...Steve Dower
2022-03-07[3.10] bpo-46940: Don't override existing AttributeError suggestion informati...Pablo Galindo Salgado
2022-03-07bpo-43292: Fix file leak in `ET.iterparse()` when not exhausted (GH-31696)Miss Islington (bot)
2022-03-06bpo-14156: Make argparse.FileType work correctly for binary file modes when a...Miss Islington (bot)
2022-03-04[3.10] bpo-46913: Fix test_ctypes, test_hashlib, test_faulthandler on UBSan (...Victor Stinner
2022-03-02bpo-46643: Fix stringized P.args/P.kwargs with get_type_hints (GH-31238)Miss Islington (bot)
2022-02-25bpo-46852: Rename float.__set_format__() to float.__setformat__() (GH-31558) ...Victor Stinner
2022-02-25bpo-46756: Fix authorization check in urllib.request (GH-31353)Miss Islington (bot)
2022-02-23Inherit asyncio proactor datagram transport from asyncio.DatagramTransport (G...Miss Islington (bot)
2022-02-22bpo-46794: Bump up the libexpat version into 2.4.6 (GH-31487)Miss Islington (bot)
2022-02-22bpo-46827: pass sock.type to getaddrinfo in sock_connect (GH-31499)Miss Islington (bot)
2022-02-22bpo-46820: Fix a SyntaxError in a numeric literal followed by "not in" (GH-31...Miss Islington (bot)
2022-02-21[3.10] bpo-46732: fix __bool__ docstring (GH-31301) (GH-31473)Miss Islington (bot)
2022-02-21bpo-46811: Make test suite support Expat >=2.4.5 (GH-31453) (GH-31472)Miss Islington (bot)
2022-02-21bpo-46232: Fix parsing of certs with bit string in DN (GH-30351)Miss Islington (bot)
2022-02-21bpo-39327: Close file descriptors as soon as possible in shutil.rmtree (GH-31...Miss Islington (bot)
2022-02-20bpo-46672: fix `NameError` in `asyncio.gather` if type check fails (GH-31187)...Miss Islington (bot)
2022-02-20[3.10] Raise TypeError if SSLSocket is passed to asyncio transport-based meth...Andrew Svetlov
2022-02-18[3.10] bpo-46784: Add newly exported expat symbols to the namespace. (GH-3139...Gregory P. Smith
2022-02-18bpo-46400: Update libexpat from 2.4.1 to 2.4.4 (GH-31022) (GH-31296)Dong-hee Na
2022-02-16[3.10] bpo-46333: Honor `module` parameter in ForwardRef (GH-30536) (GH-31379)Miss Islington (bot)
2022-02-16[3.10] bpo-46724: Use `JUMP_ABSOLUTE` for all backward jumps. (GH-31326) (GH-...Mark Shannon
2022-02-16bpo-46762: Fix an assert failure in f-strings where > or < is the last charac...Miss Islington (bot)
2022-02-14bpo-46436: Fix command-line option -d/--directory in module http.server (GH-3...Miss Islington (bot)
2022-02-12bpo-45447: Add syntax highlighting for `.pyi` files in IDLE (GH-28950)Terry Jan Reedy
2022-02-12bpo-45948: Remove constructor discrepancy in C version of ElementTree.XMLPars...Miss Islington (bot)
2022-02-11bpo-46615: Don't crash when set operations mutate the sets (GH-31120)Miss Islington (bot)
2022-02-11[3.10] bpo-46433: _PyType_GetModuleByDef: handle static types in MRO (GH-3069...Petr Viktorin
2022-02-10bpo-46246: add missing __slots__ to importlib.metadata.DeprecatedList (GH-30452)Miss Islington (bot)
2022-02-10[3.10] Fix warning: asyncio.events._event_loop_policy was modified by test_as...Andrew Svetlov
2022-02-10[3.10] bpo-46707: Avoid potential exponential backtracking in some syntax err...Pablo Galindo Salgado