summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Fix double-space in exception message (GH-29955)Ned Batchelder2021-12-081-1/+1
* bpo-40222: update doc entry with respect to the change in WITH_EXCEPT_START (...Irit Katriel2021-12-081-1/+3
* bpo-20751: Match variable name to the example. (GH-29980)Raymond Hettinger2021-12-081-4/+8
* bpo-45582: Write empty pybuilddir.txt on Windows to allow relocatable build d...Steve Dower2021-12-083-6/+6
* bpo-46008: Move Py*State init into distinct functions. (gh-29977)Eric Snow2021-12-084-103/+299
* bpo-46008: Add _PyInterpreterState_Main(). (gh-29978)Eric Snow2021-12-084-9/+13
* bpo-46008: Stop calling _PyThreadState_Init() in new_threadstate(). (gh-29973)Eric Snow2021-12-083-9/+17
* bpo-46008: Use PyMem_RawCalloc() to allocate PyThreadState. (GH-29972)Eric Snow2021-12-071-38/+2
* bpo-46008: Move thread-related interpreter state into a sub-struct. (gh-29971)Eric Snow2021-12-078-40/+42
* bpo-46008: Return void from _PyEval_InitState(). (gh-29970)Eric Snow2021-12-073-10/+7
* bpo-45847: Revert Port _ctypes partly to PY_STDLIB_MOD (GH-29747) (GH-29969)Christian Heimes2021-12-075-479/+38
* bpo-45582: Fix framework path and bootstrap build (GH-29954)Christian Heimes2021-12-072-23/+14
* Fix leak when an exception is raised during generator creation. (GH-29960)Mark Shannon2021-12-071-20/+7
* bpo-45635: standardize error handling in traceback.c (GH-29905)Irit Katriel2021-12-071-66/+104
* bpo-45947: Place dict and values pointer at fixed (negative) offset just befo...Mark Shannon2021-12-0719-281/+256
* bpo-35821: Fix restructuredtext code formatting in logging.rst (GH-29963)Ken Jin2021-12-071-5/+5
* bpo-46004: Fix error location for loops with invalid targets (GH-29959)Pablo Galindo Salgado2021-12-073-1/+5
* Revert "bpo-28533: Remove asyncore, asynchat, smtpd modules (GH-29521)" (GH-2...Victor Stinner2021-12-0728-34/+3228
* bpo-35821: Add an example to Logger.propagate documentation. (GH-29841)Vinay Sajip2021-12-071-0/+9
* bpo-45890: Add tests for tracing try-except-finally blocks (GH-29746)Irit Katriel2021-12-072-2/+51
* bpo-46001: Change OverflowError to RecursionError in JSON library docstrings ...James Gerity2021-12-073-5/+5
* bpo-45798: Let libmpdec decide which archs to build on macOS as done previous...Ned Deily2021-12-072-22/+5
* bpo-28953: Use `raise from` when raising new IncompleteRead (GH-29861)1809092021-12-071-2/+2
* bpo-45582: Ensure PYTHONHOME still overrides detected build prefixes (GH-29948)Steve Dower2021-12-072-0/+32
* bpo-23819: asyncio: Replace AssertionError with TypeError where it makes sens...Kumar Aditya2021-12-065-9/+15
* removal of duplicated text paragraph (#29666)Taras Sereda2021-12-061-6/+0
* bpo-45847: Fix uuid detection on macOS (GH-29946)Christian Heimes2021-12-062-3/+44
* bpo-45582: framework build: modPath must not be const (GH-29944)Christian Heimes2021-12-061-1/+1
* bpo-45582: Fix getpath_isxfile() and test_embed on Windows (GH-29930)neonene2021-12-062-3/+11
* bpo-45950: Fix macOS framework builds of _bootstrap_python (GH-29936)Christian Heimes2021-12-064-11/+21
* bpo-44035: Check autoconf files thoroughly (GH-29935)Christian Heimes2021-12-063-7/+20
* bpo-45963: Make space for the InterpreterFrame of a generator in that generat...Mark Shannon2021-12-067-144/+127
* bpo-45732: Update python.org macOS installer to use Tcl/Tk 8.6.12. (GH-29931)Ned Deily2021-12-063-14/+5
* bpo-45840: Improve cross-references in the data model documentation (GH-29633)Alex Waygood2021-12-052-54/+77
* bpo-45664: Fix resolve_bases() and new_class() for GenericAlias instance as a...Serhiy Storchaka2021-12-053-1/+19
* bpo-45663: Fix is_dataclass() for dataclasses which are subclasses of types.G...Serhiy Storchaka2021-12-053-1/+15
* bpo-45662: Fix the repr of InitVar with a type alias to the built-in class (G...Serhiy Storchaka2021-12-053-1/+7
* bpo-37295: Optimize math.comb() and math.perm() (GH-29090)Serhiy Storchaka2021-12-053-93/+198
* bpo-45582: Fix signature of _Py_Get_Getpath_CodeObject (GH-29921)Christian Heimes2021-12-051-1/+1
* Delete orphaned comment (#29917)Guido van Rossum2021-12-051-5/+0
* bpo-27946: Fix possible crash in ElementTree.Element (GH-29915)Serhiy Storchaka2021-12-053-13/+25
* bpo-13236: Flush the output stream more often in unittest (GH-29864)Serhiy Storchaka2021-12-044-5/+54
* Fixed documentation typo in compileall.py (GH-29912)Vishal Pandey2021-12-041-1/+1
* bpo-45847: Update whatsnew and add place holder entries for missing extension...Christian Heimes2021-12-043-7/+23
* bpo-45847: Port _ctypes partly to PY_STDLIB_MOD (GH-29747)Christian Heimes2021-12-045-36/+482
* bpo-45695: Test out-of-tree builds on GHA (GH-29904)Christian Heimes2021-12-042-3/+19
* bpo-20751: Replace method example with attribute example, matching the descr...Raymond Hettinger2021-12-041-4/+32
* bpo-45582 Fix prototype of _Py_Get_Getpath_CodeObject. (GH-29907)Benjamin Peterson2021-12-031-1/+1
* bpo-45582: Add a NOT operator to the condition in getpath_isxfile (GH-29906)neonene2021-12-031-3/+9
* bpo-45607: Make it possible to enrich exception displays via setting their __...Irit Katriel2021-12-0310-5/+183