summaryrefslogtreecommitdiffstats
path: root/Misc
Commit message (Expand)AuthorAgeFilesLines
* gh-95196: Disable incorrect pickling of the C implemented classmethod descrip...Miss Islington (bot)2022-10-051-0/+1
* gh-97825: fix AttributeError when calling subprocess.check_output(input=None)...Miss Islington (bot)2022-10-051-0/+1
* gh-97639: Remove `tokenize.NL` check from `tabnanny` (GH-97640)Miss Islington (bot)2022-10-041-0/+1
* [3.10] gh-97728: Argument Clinic: Fix uninitialized variable in the Py_UNICOD...Serhiy Storchaka2022-10-031-0/+3
* gh-97740: Fix bang in Sphinx C domain ref target syntax (GH-97741)Miss Islington (bot)2022-10-031-0/+2
* gh-96819: multiprocessing.resource_tracker: check if length of pipe write <= ...Miss Islington (bot)2022-10-031-0/+1
* gh-97591: In `Exception.__setstate__()` acquire strong references before call...Miss Islington (bot)2022-10-021-0/+2
* gh-95588: Drop the safety claim from `ast.literal_eval` docs. (GH-95919)Miss Islington (bot)2022-10-021-0/+6
* GH-97592: Fix crash in C remove_done_callback due to evil code (GH-97660)Miss Islington (bot)2022-09-301-0/+1
* GH-96827: Don't touch closed loops from executor threads (GH-96837)Miss Islington (bot)2022-09-301-0/+1
* gh-90989: Clarify some installer text (GH-97676)Steve Dower2022-09-301-0/+1
* [3.10] Use SyntaxError invalid range in tutorial introduction example (GH-930...Miss Islington (bot)2022-09-301-0/+1
* gh-91212: Fixed flickering when the tracer is turned off (GH-95129)Miss Islington (bot)2022-09-291-0/+1
* gh-97612: Fix shell injection in get-remote-certificate.py (GH-97613)Miss Islington (bot)2022-09-281-0/+3
* gh-97616: list_resize() checks for integer overflow (GH-97617)Miss Islington (bot)2022-09-281-0/+3
* gh-73588: Fix generation of the default name of tkinter.Checkbutton. (GH-97547)Miss Islington (bot)2022-09-271-0/+4
* gh-97545: Make Semaphore run faster. (GH-97549)Miss Islington (bot)2022-09-261-0/+1
* gh-96848: Fix -X int_max_str_digits option parsing (GH-96988)Miss Islington (bot)2022-09-261-0/+3
* gh-97519: Synchronize links in other copies of HISTORY OF THE SOFTWARE (GH-97...Miss Islington (bot)2022-09-251-1/+1
* gh-96052: codeop: fix handling compiler warnings in incomplete input (GH-96132)Miss Islington (bot)2022-09-251-0/+4
* GH-85760: Fix race in calling process_exited callback too early (GH-97009)Miss Islington (bot)2022-09-221-0/+1
* gh-90155: Fix bug in asyncio.Semaphore and strengthen FIFO guarantee (GH-93222)Miss Islington (bot)2022-09-221-0/+1
* gh-97005: Update libexpat from 2.4.7 to 2.4.9 (gh-97006)Miss Islington (bot)2022-09-221-0/+1
* [3.10] GH-95921: Fix positions for some chained comparisons (GH-96968) (GH-96...Brandt Bucher2022-09-201-0/+2
* [3.10] GH-96864: Check for error between line and opcode events (GH-96969)Brandt Bucher2022-09-201-0/+2
* [3.10] gh-68966: Make mailcap refuse to match unsafe filenames/types/params (...Miss Islington (bot)2022-09-201-0/+4
* 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