summaryrefslogtreecommitdiffstats
path: root/Misc
Commit message (Expand)AuthorAgeFilesLines
...
* gh-96387: take_gil() resets drop request before exit (GH-96869) (GH-96941)Miss Islington (bot)2022-09-201-0/+5
* gh-96821: Fix undefined behaviour in `_testcapimodule.c` (GH-96915) (GH-96926)Miss Islington (bot)2022-09-191-0/+1
* gh-95778: Mention sys.set_int_max_str_digits() in error message (GH-96874)Miss Islington (bot)2022-09-161-0/+3
* gh-96678: Fix UB of null pointer arithmetic (GH-96782)Miss Islington (bot)2022-09-131-0/+1
* gh-96729: Ensure installers built with Tools/msi/buildrelease.bat have matchi...Miss Islington (bot)2022-09-121-0/+2
* GH-74116: Allow multiple drain waiters for asyncio.StreamWriter (GH-94705)Miss Islington (bot)2022-09-081-0/+1
* gh-90467: StreamReaderProtocol - add strong reference to created task (GH-96323)Miss Islington (bot)2022-09-082-0/+4
* gh-96352: Set AttributeError context in _PyObject_GenericGetAttrWithDict (GH-...Miss Islington (bot)2022-09-081-0/+2
* gh-96652: Fix faulthandler chained signal without sigaction() (GH-96666)Miss Islington (bot)2022-09-081-0/+3
* gh-96577: Fixes buffer overrun in _msi module (GH-96633)Miss Islington (bot)2022-09-071-0/+1
* gh-96641: Do not expose `KeyWrapper` in `_functoolsmodule.c` (gh-96642)Miss Islington (bot)2022-09-071-0/+1
* gh-96611: Fix error message for invalid UTF-8 in mid-multiline string (GH-96623)Miss Islington (bot)2022-09-061-0/+2
* Merge remote-tracking branch 'upstream/3.10' into 3.10Pablo Galindo2022-09-061-0/+1
|\
| * gh-92986: Fix ast.unparse when ImportFrom.level is None (GH-92992)Miss Islington (bot)2022-09-051-0/+1
* | Python 3.10.7v3.10.7Pablo Galindo2022-09-0520-46/+205
|/
* [3.10] gh-95778: Correctly pre-check for int-to-str conversion (GH-96537) (#9...Gregory P. Smith2022-09-041-1/+1
* gh-68163: Correct conversion of Rational instances to float (GH-25619) (GH-96...Miss Islington (bot)2022-09-041-0/+1
* [3.10] gh-95778: CVE-2020-10735: Prevent DoS by very large int() (#96501)Gregory P. Smith2022-09-021-0/+14
* [3.10] Clean up junk & fix typo in 3.10.6 release notes (#95997)Marti Raudsepp2022-08-301-6/+1
* gh-95231: Disable md5 & crypt modules if FIPS is enabled (GH-94742)Miss Islington (bot)2022-08-301-0/+3
* [3.10] gh-94682: Build and test with OpenSSL 1.1.1q (gh-94683) (gh-96391)Christian Heimes2022-08-291-0/+1
* gh-95243: Mitigate the race condition in testSockName (GH-96173)Miss Islington (bot)2022-08-251-0/+3
* GH-96179: Fix misleading example on the bisect documentation (GH-96228)Miss Islington (bot)2022-08-241-0/+1
* gh-96175: add missing self._localName assignment in `xml.dom.minidom.Attr` (G...Miss Islington (bot)2022-08-231-0/+1
* [3.10] GH-96187: Prevent _PyCode_GetExtra to return garbage for negative inde...Pablo Galindo Salgado2022-08-231-0/+2
* [3.10] GH--93592: Fix frame chain when throwing exceptions into coroutines (G...Kristján Valur Jónsson2022-08-231-0/+2
* [3.10] gh-96159: Fix significant performance degradation in logging.TimedRota...Miss Islington (bot)2022-08-231-0/+1
* gh-96098: Clearly link concurrent.futures from threading & multiprocessing do...Miss Islington (bot)2022-08-211-0/+3
* [3.10] gh-94996: Disallow parsing pos only params with feature_version < (3, ...Shantanu2022-08-121-0/+1
* [3.10] gh-95789: update documentation RFC base URL (GH-95800)Julian Maurin2022-08-121-0/+1
* [3.10] gh-95876: Fix format string in pegen error location code (GH-95877 (GH...Christian Heimes2022-08-111-0/+4
* gh-95605: Fix `float(s)` error message when `s` contains only whitespace (GH-...Miss Islington (bot)2022-08-101-0/+2
* gh-91271: Document which parts of structs are in limited API/stable ABI (GH-3...Petr Viktorin2022-08-052-3/+72
* gh-65802: IDLE - explain SaveAs and extensions (GH-95690)Miss Islington (bot)2022-08-051-0/+1
* gh-95423: Update winreg.DeleteKeyEx documentation and remove dynamic function...Steve Dower2022-08-031-0/+1
* gh-95609: update bundled pip to 22.2.2 (gh-95610)Miss Islington (bot)2022-08-031-0/+1
* gh-91207: Override stylesheet fingerprinting when building for HTML Help (GH-...CAM Gerlach2022-08-021-0/+2
* gh-95191: IDLE: Include prompts when saving Shell GH-95554 (#95558)Miss Islington (bot)2022-08-021-0/+1
* Python 3.10.6v3.10.6Pablo Galindo2022-08-0183-143/+824
* gh-95511: IDLE - fix Shell context menu copy-with-prompts bug (GH-95512)Miss Islington (bot)2022-08-011-0/+2
* [3.10] bpo-46053: Fix OSS audio support on NetBSD (GH-30065). (GH-95477)Thomas Klausner2022-07-311-0/+1
* gh-95471: IDLE - Tweak Edit menu (GH-95481)Miss Islington (bot)2022-07-311-0/+1
* gh-95411: IDLE - Enable using the module browser with .pyw files (GH-95397)Miss Islington (bot)2022-07-301-0/+1
* [3.10] gh-95166: cancel map waited on future on timeout (GH-95169) (GH-95375)Łukasz Langa2022-07-291-0/+1
* gh-89610: Add .pyi as a recognised extension for IDLE on macOS (GH-95393)Miss Islington (bot)2022-07-281-0/+2
* gh-86128: Add warning to ThreadPoolExecutor docs about atexit behaviour (GH-9...Miss Islington (bot)2022-07-281-0/+1
* gh-95355: Check tokens[0] after allocating memory (GH-95356)Miss Islington (bot)2022-07-281-0/+1
* [3.10] GH-93899: fix checks for eventfd flags (GH-95170). (#95345)Kumar Aditya2022-07-281-0/+1
* [3.10] gh-94938: Fix errror detection of unexpected keyword arguments (GH-949...Serhiy Storchaka2022-07-281-0/+3
* gh-95339: update bundled pip to 22.2.1 (gh-95340)Miss Islington (bot)2022-07-271-0/+1