summaryrefslogtreecommitdiffstats
path: root/Misc
Commit message (Expand)AuthorAgeFilesLines
* Python 3.10.1v3.10.1Pablo Galindo2021-12-06150-322/+1530
* [3.10] bpo-44035: Check autoconf files thoroughly (GH-29935) (GH-29937)Miss Islington (bot)2021-12-061-0/+2
* bpo-45732: Update python.org macOS installer to use Tcl/Tk 8.6.12. (GH-29932)Ned Deily2021-12-061-0/+1
* bpo-45664: Fix resolve_bases() and new_class() for GenericAlias instance as a...Miss Islington (bot)2021-12-051-0/+2
* bpo-45663: Fix is_dataclass() for dataclasses which are subclasses of types.G...Miss Islington (bot)2021-12-051-0/+2
* bpo-45662: Fix the repr of InitVar with a type alias to the built-in class (G...Miss Islington (bot)2021-12-051-0/+2
* bpo-27946: Fix possible crash in ElementTree.Element (GH-29915)Miss Islington (bot)2021-12-051-0/+3
* bpo-43905: Expand dataclasses.astuple() and asdict() docs (GH-26154)Miss Islington (bot)2021-11-291-0/+2
* bpo-43498: Fix dictionary iteration error in _ExecutorManagerThread (GH-24868)Miss Islington (bot)2021-11-291-0/+2
* bpo-45614: Fix traceback display for exceptions with invalid module name (GH-...Irit Katriel2021-11-291-0/+1
* bpo-37658: Actually return result in race condition (GH-29202)Miss Islington (bot)2021-11-291-0/+3
* [3.10] bpo-42268: Fail the configure step if the selected compiler doesn't su...Pablo Galindo Salgado2021-11-281-0/+2
* [3.10] bpo-19460: Add test for MIMENonMultipart (GH-29817) (GH-29818)Miss Islington (bot)2021-11-281-0/+1
* [3.10] bpo-45881: Use CC from env first for cross building (GH-29752). (GH-29...Christian Heimes2021-11-271-0/+2
* [3.10] bpo-41735: Fix thread lock in zlib.Decompress.flush() may go wrong (GH...Miss Islington (bot)2021-11-271-0/+1
* bpo-45901: Fixes argument passing when invoking .py files directly through th...Miss Islington (bot)2021-11-261-0/+4
* bpo-45866: Fix typo in the NEWS entry (GH-29798)Miss Islington (bot)2021-11-261-1/+1
* bpo-45866: pegen strips directory of "generated from" header (GH-29777) (GH-2...Victor Stinner2021-11-261-0/+4
* [3.10] bpo-33393: Update config.guess and config.sub (GH-29781) (GH-29782)Christian Heimes2021-11-251-0/+3
* bpo-39026: Fix Python.h when building with Xcode (GH-29488) (GH-29732)Victor Stinner2021-11-251-0/+2
* [3.10] bpo-41498: Fix build on platforms without sigset_t (GH-29770) (GH-29773)Miss Islington (bot)2021-11-251-0/+4
* [3.10] bpo-45727: Only trigger the 'did you forgot a comma' error suggestion ...Pablo Galindo Salgado2021-11-251-0/+3
* bpo-45616: Let py.exe distinguish between v3.1 and v3.10 (GH-29731)Miss Islington (bot)2021-11-241-0/+4
* bpo-45561: Run smelly.py tool from $(srcdir) (GH-29138)Miss Islington (bot)2021-11-231-0/+1
* [3.10] bpo-45250: fix docs regarding `__iter__` and iterators being inconsist...Brett Cannon2021-11-221-0/+2
* bpo-44649: Fix dataclasses(slots=True) with a field with a default, but init=...Miss Islington (bot)2021-11-221-0/+2
* Added kw_only parameter to make_dataclasses. (GH-29679)Miss Islington (bot)2021-11-201-0/+1
* [3.10] bpo-45848: Allow the parser to get error lines from encoded files (GH-...Łukasz Langa2021-11-201-0/+2
* [3.10] bpo-45788: Link sys.prefix doc to 'Installation paths' (GH-29606)Miss Islington (bot)2021-11-181-0/+1
* bpo-45640: [docs] Tokens are now clickable (GH-29260) (GH-29621)Miss Islington (bot)2021-11-181-0/+3
* bpo-44959: Add fallback to extension modules with '.sl' suffix on HP-UX (GH-2...Miss Islington (bot)2021-11-181-0/+1
* bpo-45835: Fix race condition in test_queue (GH-29601) (GH-29612)Miss Islington (bot)2021-11-181-0/+1
* [3.10] bpo-45826: Fix a crash in suggestions.c by checking for `traceback is ...Łukasz Langa2021-11-181-0/+1
* bpo-45820: Fix a segfault when the parser fails without reading any input (GH...Miss Islington (bot)2021-11-171-0/+2
* [3.10] bpo-45822: Respect PEP 263's coding cookies in the parser even if flag...Pablo Galindo Salgado2021-11-171-0/+2
* bpo-45831: _Py_DumpASCII() uses a single write() call if possible (GH-29596) ...Miss Islington (bot)2021-11-171-0/+5
* bpo-42540: reallocation of id_mutex should not force default allocator (GH-29...Miss Islington (bot)2021-11-171-0/+2
* [3.10] bpo-45716: Improve the error message when using True/False/None as key...Pablo Galindo Salgado2021-11-161-0/+2
* ensure deprecation warning from assertDictContainsSubset points at actual tes...Anthony Sottile2021-11-161-0/+2
* bpo-25381: Update explanation of exceptions in C. (GH-26838) (GH-29568)Miss Islington (bot)2021-11-151-0/+2
* bpo-45738: Fix computation of error location for invalid continuation (GH-29550)Miss Islington (bot)2021-11-141-0/+2
* [bpo-45765] Fix distribution discovery on empty path. (GH-29487) (GH-29510)Miss Islington (bot)2021-11-131-0/+1
* [3.10] bpo-45772: socket.socket should be a class instead of a function (GH-2...Miss Islington (bot)2021-11-131-0/+1
* bpo-45235: Revert an argparse bugfix that caused a regression (GH-29525) (GH...Miss Islington (bot)2021-11-121-0/+3
* [3.10] bpo-45773: Stop "optimizing" certain jump patterns (GH-29526)Brandt Bucher2021-11-111-0/+1
* [3.10] bpo-45757: Fix bug where dis produced an incorrect oparg on EXTENDED_A...Irit Katriel2021-11-091-0/+1
* bpo-45732: Update bundled Tcl/Tk on Windows to 8.6.12 (GH-29477)Steve Dower2021-11-091-0/+1
* bpo-45392: Update the docstring of the 'type' built-in (GH-29439) (GH-29452)Miss Islington (bot)2021-11-061-0/+2
* bpo-45644: Make json.tool read infile before writing to outfile (GH-29273) (...Miss Islington (bot)2021-11-061-0/+3
* bpo-45720: Drop references to shlwapi.dll on Windows (GH-29417)Steve Dower2021-11-061-0/+3