aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* GH-98831: Move assorted macros from ceval.h to a new header (#101116)Guido van Rossum2023-01-181-2/+6
* gh-100764: add `pycore_frame.h` to PYTHON_HEADERS and Windows build files(#10...Carl Meyer2023-01-091-0/+1
* GH-98831: Update generate_cases.py: register inst, opcode_metadata.h (#100735)Guido van Rossum2023-01-051-0/+9
* GH-99005: Add `CALL_INTRINSIC_1` instruction (GH-100771)Mark Shannon2023-01-051-0/+2
* gh-100540: Remove obsolete Modules/_ctypes/darwin/ dlfcn shim (GH-100541)Zachary Ware2022-12-291-1/+1
* gh-81057: Move faulthandler Globals to _PyRuntimeState (gh-100152)Eric Snow2022-12-121-0/+1
* gh-81057: Move tracemalloc Globals to _PyRuntimeState (gh-100151)Eric Snow2022-12-121-0/+1
* gh-99582: freeze `zipimport` into `_bootstrap_python` (#99583)Kai Zhang2022-12-101-1/+2
* gh-81057: Move Threading-Related Globals to _PyRuntimeState (#100084)Eric Snow2022-12-081-0/+1
* gh-81057: Move Ceval Trampoline Globals to _PyRuntimeState (gh-100083)Eric Snow2022-12-081-0/+1
* gh-81057: Move time Globals to _PyRuntimeState (gh-100122)Eric Snow2022-12-081-1/+1
* gh-81057: Move OS-Related Globals to _PyRuntimeState (gh-100082)Eric Snow2022-12-081-0/+1
* Fix zipfile packaging after GH-98103 (GH-99797)Jason R. Coombs2022-11-261-0/+2
* gh-79315: Add Include/cpython/memoryobject.h header (#99723)Victor Stinner2022-11-231-0/+1
* gh-93649: Split float/long tests from _testcapimodule.c (GH-99549)Erlend E. Aasland2022-11-171-1/+1
* gh-81057: Move the global Dict-Related Versions to _PyRuntimeState (gh-99497)Eric Snow2022-11-161-0/+1
* gh-96269: static and shared ext need different deps (#96316)Christian Heimes2022-11-161-1/+3
* gh-99289: Add COMPILEALL_OPTS to Makefile (#99291)Victor Stinner2022-11-141-21/+6
* gh-81057: Move the Allocators to _PyRuntimeState (gh-99217)Eric Snow2022-11-111-0/+3
* gh-98707: configure --with-system-libmpdec and --with-system-expat no longer ...Miro Hrončok2022-11-111-3/+3
* gh-90868: Adjust the Generated Objects (gh-99223)Eric Snow2022-11-081-0/+2
* GH-98831: Add `regen-cases` to `regen-all` (#99107)Brandt Bucher2022-11-041-1/+1
* gh-92584: Remove the distutils package (#99061)Victor Stinner2022-11-031-7/+1
* gh-98948: Remove obsolete readelf dependency (#98949)serge-sans-paille2022-11-031-1/+0
* GH-98831: "Generate" the interpreter (#98830)Guido van Rossum2022-11-021-1/+13
* gh-97731: Specify the full path to the docs for `make docclean` (GH-98982)Brett Cannon2022-11-021-1/+1
* gh-98776: Fix make regen-test-levenshtein for out-of-tree builds (GH-98779)Miro Hrončok2022-10-281-1/+1
* gh-96143: Move the perf trampoline files to the Python directory (#98675)Pablo Galindo Salgado2022-10-251-2/+2
* gh-97669: Create Tools/build/ directory (#97963)Victor Stinner2022-10-171-31/+31
* gh-97669: Create Tools/patchcheck/ directory (#98186)Victor Stinner2022-10-121-2/+2
* gh-94808: Fix regex on exotic platforms (#98036)Jelle Zijlstra2022-10-071-0/+1
* gh-97008: Add a Python implementation of AttributeError and NameError suggest...Łukasz Langa2022-10-041-1/+6
* gh-97731: fix distclean target to clean docs (#97732)Skip Montanaro2022-10-041-4/+3
* gh-95853: Multiple ops and debug for wasm_build.py (#96744)Christian Heimes2022-09-111-0/+4
* gh-96143: Allow Linux perf profiler to see Python calls (GH-96123)Pablo Galindo Salgado2022-08-301-1/+6
* gh-95973: Add a new --with-dsymutil option to link debug information in macOS...Pablo Galindo Salgado2022-08-261-2/+43
* gh-96269: Fix build dependency on AIX (GH-96304)Christian Heimes2022-08-261-0/+2
* GH-96177: Move GIL and eval breaker code out of ceval.c into ceval_gil.c. (GH...Mark Shannon2022-08-241-2/+2
* gh-95853: WASM: better version and asset handling in scripts (GH-96045)Christian Heimes2022-08-191-2/+3
* gh-90536: Add support for the BOLT post-link binary optimizer (gh-95908)Kevin Modzelewski2022-08-191-0/+10
* gh-90928: Statically Initialize the Keywords Tuple in Clinic-Generated Code (...Eric Snow2022-08-111-0/+1
* gh-93744: Remove configure --with-cxx-main option (#95651)Victor Stinner2022-08-051-3/+2
* gh-95174: Add pthread stubs for WASI (GH-95234)Christian Heimes2022-07-271-0/+1
* gh-95005: Replace PyAccu with PyUnicodeWriter (gh-95006)Aivars Kalvāns2022-07-271-2/+0
* gh-95218: Move tests for importlib.resources into test_importlib.resources. (...Jason R. Coombs2022-07-241-12/+12
* gh-89758: Track all socket module dependencies (#95157)Christian Heimes2022-07-231-1/+1
* gh-93939: Build C extensions without setup.py (GH-94474)Christian Heimes2022-07-141-53/+14
* gh-94759: Create LCOV report with branch coverage (GH-94793)Christian Heimes2022-07-131-7/+8
* gh-93649: Fix dependencies of _testcapi (#94695)Christian Heimes2022-07-091-1/+1
* gh-93649: Split vectorcall testing from _testcapimodule.c (GH-94549)Petr Viktorin2022-07-081-1/+1