index
:
cpython.git
2.7
3.3
3.4
3.5
3.6
benjamin-clang
benjamin-iteration-torture
buildbot-custom
master
https://github.com/python/cpython.git
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Tools
/
build
Commit message (
Expand
)
Author
Age
Files
Lines
*
gh-103963: fix 'make regen-opcode' in out-of-tree builds (#104177)
Carl Meyer
2023-05-04
1
-1/+1
*
gh-102500: Implement PEP 688 (#102521)
Jelle Zijlstra
2023-05-04
1
-0/+2
*
GH-103963: Make dis display names of args for intrinsics opcodes (#104029)
Juhi Chandalia
2023-05-03
1
-2/+34
*
gh-98040: Remove just the `imp` module (#98573)
Barry Warsaw
2023-04-28
1
-1/+1
*
gh-103875: Use ascii and latin1 singletons in deepfreeze (#103876)
Yichen Yan
2023-04-26
1
-0/+6
*
gh-84436: Implement Immortal Objects (gh-19474)
Eddie Elizondo
2023-04-22
1
-1/+1
*
gh-102856: Initial implementation of PEP 701 (#102855)
Pablo Galindo Salgado
2023-04-19
1
-0/+2
*
gh-95299: Stop installing setuptools as a part of ensurepip and venv (#101039)
Pradyun Gedam
2023-04-18
1
-1/+1
*
GH-103082: Implementation of PEP 669: Low Impact Monitoring for CPython (GH-1...
Mark Shannon
2023-04-12
2
-5/+3
*
gh-91276: remove unused _PyOpcode_RelativeJump (#103156)
Irit Katriel
2023-04-11
1
-2/+0
*
gh-87092: move CFG related code from compile.c to flowgraph.c (#103021)
Irit Katriel
2023-03-31
1
-1/+3
*
gh-100227: Move the Dict of Interned Strings to PyInterpreterState (gh-102339)
Eric Snow
2023-03-28
1
-2/+2
*
GH-101291: Rearrange the size bits in PyLongObject (GH-102464)
Mark Shannon
2023-03-22
1
-4/+6
*
GH-94851: check unicode consistency of static strings in debug mode (#102684)
Kumar Aditya
2023-03-14
1
-0/+1
*
gh-101524: Split Up the _xxsubinterpreters Module (gh-101526)
Eric Snow
2023-02-04
1
-0/+1
*
Add advice how to freeze fewer modules (#101298)
Guido van Rossum
2023-01-25
1
-1/+6
*
gh-100712: make it possible to disable specialization (for debugging) (#100713)
Irit Katriel
2023-01-19
1
-0/+5
*
GH-100719: Remove the `co_nplaincellvars` field from code objects. (GH-100721)
Mark Shannon
2023-01-04
1
-6/+2
*
gh-100720: refactor calculation of number of frame slots for a code object in...
Irit Katriel
2023-01-04
1
-0/+1
*
GH-98522: Add version number to code objects. (GH-98525)
Mark Shannon
2022-12-09
1
-0/+5
*
gh-96002: Add functional test for Argument Clinic (#96178)
colorfulappl
2022-11-21
1
-0/+1
*
gh-81057: Move contextvars-related Globals to _PyRuntimeState (gh-99400)
Eric Snow
2022-11-16
1
-0/+3
*
gh-81057: Add PyInterpreterState.static_objects (gh-99397)
Eric Snow
2022-11-11
1
-2/+4
*
gh-81057: Generate a Separate Initializer For Each Part of the Global Objects...
Eric Snow
2022-11-11
1
-48/+49
*
gh-90868: Add _PyStaticObject_CheckRefcnt() function (#99261)
Victor Stinner
2022-11-09
1
-5/+2
*
gh-90868: Adjust the Generated Objects (gh-99223)
Eric Snow
2022-11-08
1
-3/+49
*
gh-98627: Add the _testsinglephase Module (gh-99039)
Eric Snow
2022-11-08
1
-0/+1
*
gh-92584: Remove the distutils package (#99061)
Victor Stinner
2022-11-03
1
-1/+0
*
gh-99016: Make build scripts compatible with Python 3.8 (GH-99017)
Serhiy Storchaka
2022-11-02
2
-3/+3
*
GH-98686: Quicken everything (GH-98687)
Brandt Bucher
2022-11-02
1
-18/+11
*
gh-97669: Create Tools/build/ directory (#97963)
Victor Stinner
2022-10-17
16
-0/+4529