summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS.d
Commit message (Expand)AuthorAgeFilesLines
* bpo-47205: Skip error check of sched_get/setaffinity on FreeBSD (GH-32285)Miss Islington (bot)2022-04-031-0/+2
* bpo-47194: Update zlib to v1.2.12 on Windows to resolve CVE-2018-25032 (GH-32...Miss Islington (bot)2022-04-021-0/+1
* [3.10] bpo-47182: Fix crash by named unicode characters after interpreter rei...Christian Heimes2022-04-011-0/+2
* bpo-47151: Fallback to fork when vfork fails in subprocess. (GH-32186)Miss Islington (bot)2022-03-311-0/+3
* bpo-46775: OSError should call winerror_to_errno unconditionally on Windows (...Miss Islington (bot)2022-03-311-0/+3
* bpo-42340: Document issues around KeyboardInterrupt (GH-23255)Miss Islington (bot)2022-03-291-0/+3
* bpo-27929: resolve names only for AF_INET/AF_INET6 with asyncio (GH-32131)Miss Islington (bot)2022-03-281-0/+3
* [3.10] bpo-44493: Add missing terminated NUL in sockaddr_un's length (GH-2686...Miss Islington (bot)2022-03-281-0/+3
* bpo-47138: Fix documentation build by pinning Jinja version to 3.0.3 (GH-32154)Hugo van Kemenade2022-03-281-0/+1
* [3.10] bpo-47117: Don't crash if we fail to decode characters when the tokeni...Pablo Galindo Salgado2022-03-261-0/+2
* Merge remote-tracking branch 'upstream/3.10' into 3.10Pablo Galindo2022-03-242-0/+6
|\
| * bpo-47104: Rewrite asyncio.to_thread tests to use IsolatedAsyncioTestCase (GH...Miss Islington (bot)2022-03-231-0/+2
| * [3.10] bpo-47101: list only activated algorithms in hashlib.algorithms_availa...Christian Heimes2022-03-231-0/+4
* | Python 3.10.4v3.10.4Pablo Galindo2022-03-2312-27/+114
|/
* bpo-2604: Make doctest.DocTestCase reset globs in teardown (GH-31932)Miss Islington (bot)2022-03-221-0/+1
* [3.10] bpo-45997: Fix asyncio.Semaphore re-acquiring order (GH-31910) (#32047)Miss Islington (bot)2022-03-221-0/+1
* [3.10] bpo-47061: document module deprecations due to PEP 594 (GH-31984) (GH-...Miss Islington (bot)2022-03-221-0/+5
* bpo-23691: Protect the re.finditer() iterator from re-entering (GH-32012)Miss Islington (bot)2022-03-211-0/+1
* [3.10] bpo-38256: Fix binascii.crc32 large input. (GH-32000) (GH-32013)Gregory P. Smith2022-03-201-0/+5
* [3.10] bpo-47022: Document asynchat, asyncore and smtpd removals in 3.12 (GH-...Hugo van Kemenade2022-03-201-0/+4
* bpo-42369: Fix thread safety of zipfile._SharedFile.tell (GH-26974)Miss Islington (bot)2022-03-201-0/+1
* bpo-39394: Improve warning message in the re module (GH-31988)Miss Islington (bot)2022-03-191-0/+2
* [3.10] bpo-40296: Fix supporting generic aliases in pydoc (GH-30253). (GH-31976)Serhiy Storchaka2022-03-181-0/+1
* [3.10] bpo-46968: Check for 'sys/auxv.h' in the configure script (GH-31961). ...Pablo Galindo Salgado2022-03-181-0/+3
* bpo-46421: Fix unittest filename evaluation when called as a module (GH-30654)Miss Islington (bot)2022-03-181-0/+3
* Python 3.10.3v3.10.3Pablo Galindo2022-03-1692-194/+945
* [3.10] bpo-47032: Ensure Windows install builds fail correctly with a non-zer...Steve Dower2022-03-161-0/+2
* [3.10] bpo-47024: Update OpenSSL to 1.1.1n (GH-31895) (GH-31916)Christian Heimes2022-03-151-0/+1
* bpo-43253: Don't call shutdown() for invalid socket handles (GH-31892)Miss Islington (bot)2022-03-151-0/+1
* bpo-20392: Fix inconsistency with uppercase file extensions in mimetypes.gues...Miss Islington (bot)2022-03-151-0/+1
* But Add missing newline to NEWS entry (GH-31893)Miss Islington (bot)2022-03-151-1/+1
* bpo-43721: Fix docstrings for property.getter/setter/deleter (GH-31046)Miss Islington (bot)2022-03-141-0/+1
* Revert "bpo-46986: Upgrade bundled setuptools to 60.9.3 (GH-31820)" (GH-31880)Ned Deily2022-03-141-1/+0
* [3.10] bpo-47004: Sync with importlib_metadata 4.11.3. (GH-31854). (GH-31857)Jason R. Coombs2022-03-131-0/+3
* bpo-46986: Upgrade bundled setuptools to 60.9.3 (GH-31820)Miss Islington (bot)2022-03-131-0/+1
* [3.10] bpo-46985: Upgrade bundled pip to 22.0.4 (GH-31819) (GH-31849)Miss Islington (bot)2022-03-131-0/+1
* bpo-46968: Fix faulthandler for Sapphire Rapids Xeon (GH-31789) (GH-31830)Victor Stinner2022-03-111-0/+5
* [3.10] bpo-46581: Propagate private vars via _GenericAlias.copy_with (GH-3106...Matt Bogosian2022-03-111-0/+2
* bpo-24959: fix unittest.assertRaises bug where traceback entries are dropped ...Miss Islington (bot)2022-03-081-0/+1
* bpo-46955: Expose asyncio.base_events.Server as asyncio.Server (GH-31760)Miss Islington (bot)2022-03-081-0/+2
* bpo-23325: Fix SIG_IGN and SIG_DFL int comparison in signal module (GH-31759)Miss Islington (bot)2022-03-081-0/+2
* bpo-44439: _ZipWriteFile.write() handle buffer protocol correctly (GH-29468)Miss Islington (bot)2022-03-081-0/+2
* bpo-46932: Update bundled libexpat to 2.4.7 (GH-31736)Miss Islington (bot)2022-03-071-0/+1
* bpo-44549: Update bzip2 to 1.0.8 in Windows builds to mitigate CVE-2016-3189 ...Steve Dower2022-03-071-0/+2
* bpo-46948: Fix CVE-2022-26488 by ensuring the Windows Installer correctly use...Steve Dower2022-03-071-0/+2
* [3.10] bpo-46940: Don't override existing AttributeError suggestion informati...Pablo Galindo Salgado2022-03-071-0/+2
* bpo-43292: Fix file leak in `ET.iterparse()` when not exhausted (GH-31696)Miss Islington (bot)2022-03-071-0/+2
* bpo-14156: Make argparse.FileType work correctly for binary file modes when a...Miss Islington (bot)2022-03-061-0/+4
* [3.10] bpo-46913: Fix test_ctypes, test_hashlib, test_faulthandler on UBSan (...Victor Stinner2022-03-041-0/+3
* bpo-46643: Fix stringized P.args/P.kwargs with get_type_hints (GH-31238)Miss Islington (bot)2022-03-031-0/+1