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
Commit message (
Expand
)
Author
Age
Files
Lines
*
GH-103082: Filter LINE events in VM, to simplify tool implementation. (GH-104...
Mark Shannon
2023-05-12
1
-1/+1
*
gh-104389: Add 'unused' keyword to Argument Clinic C converters (#104390)
Erlend E. Aasland
2023-05-12
1
-1/+19
*
gh-87729: improve hit rate of LOAD_SUPER_ATTR specialization (#104270)
Carl Meyer
2023-05-11
1
-3/+5
*
GH-102181: Improve specialization stats for SEND (GH-102182)
penguin_wwy
2023-05-10
1
-0/+2
*
gh-90953: Don't use deprecated AST nodes in clinic.py (#104322)
Alex Waygood
2023-05-09
1
-9/+3
*
Trim trailing whitespace and test on CI (#104275)
Hugo van Kemenade
2023-05-08
2
-2/+2
*
gh-99108: Replace SHA3 implementation HACL* version (#103597)
Jonathan Protzenko
2023-05-08
1
-7/+1
*
gh-64660: Don't hardcode Argument Clinic return converter result variable nam...
Erlend E. Aasland
2023-05-07
1
-9/+14
*
gh-101819: Port _io.PyBytesIOBuffer_Type to heap type (#104264)
Erlend E. Aasland
2023-05-07
1
-1/+0
*
gh-101819: Adapt _io.PyWindowsConsoleIO_Type to heap type (#104197)
Erlend E. Aasland
2023-05-07
1
-1/+0
*
gh-101819: Port _io.PyIncrementalNewlineDecoder_Type to heap type (#104249)
Erlend E. Aasland
2023-05-07
1
-1/+0
*
gh-104146: Remove unused var 'parser_body_declarations' from clinic.py (#104214)
Erlend E. Aasland
2023-05-05
1
-3/+1
*
gh-103533: Use PEP 669 APIs for cprofile (GH-103534)
Tian Gao
2023-05-05
1
-0/+1
*
gh-64595: Argument Clinic: Touch source file if any output file changed (#104...
Erlend E. Aasland
2023-05-05
1
-6/+13
*
gh-68395: Avoid naming conflicts by mangling variable names in Argument Clini...
Erlend E. Aasland
2023-05-05
1
-1/+12
*
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
3
-0/+4
*
gh-104146: Remove unused 'second_pass_replacements' from clinic.py (#104147)
Erlend E. Aasland
2023-05-04
1
-19/+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
3
-9/+8
*
gh-103583: Isolate CJK codec modules (#103869)
Erlend E. Aasland
2023-04-27
1
-21/+0
*
gh-103092: Isolate _ctypes, part 1 (#103893)
Erlend E. Aasland
2023-04-27
1
-6/+2
*
gh-103875: Use ascii and latin1 singletons in deepfreeze (#103876)
Yichen Yan
2023-04-26
1
-0/+6
*
gh-101659: Isolate "obmalloc" State to Each Interpreter (gh-101660)
Eric Snow
2023-04-24
1
-0/+1
*
gh-103801: Tools/wasm linting and formatting (#103796)
Daniel Versoza
2023-04-24
2
-3/+4
*
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
2
-0/+3
*
gh-95299: Stop installing setuptools as a part of ensurepip and venv (#101039)
Pradyun Gedam
2023-04-18
1
-1/+1
*
gh-103583: Add codecs and maps to _codecs_* module state (#103540)
Erlend E. Aasland
2023-04-17
1
-2/+0
*
gh-103326: Remove `Python/importlib.h` (GH-103331)
Nikita Sobolev
2023-04-12
1
-1/+0
*
gh-103092: Isolate `_collections` (#103093)
Erlend E. Aasland
2023-04-12
1
-5/+0
*
GH-103082: Implementation of PEP 669: Low Impact Monitoring for CPython (GH-1...
Mark Shannon
2023-04-12
3
-5/+8
*
Remove redundant words from interpreter_definition.md. (GH-103455)
Benjamin Peterson
2023-04-11
1
-3/+3
*
gh-91276: remove unused _PyOpcode_RelativeJump (#103156)
Irit Katriel
2023-04-11
1
-2/+0
*
gh-103334: Ignore `Tools/c-analyzer/cpython/_parser.py` from `patchcheck` (GH...
Nikita Sobolev
2023-04-10
2
-2/+15
*
gh-103300: Fix `Popen.wait()` deadlock in patchcheck.py (#103301)
Oleg Iarygin
2023-04-09
1
-2/+3
*
gh-103092: Isolate `socket` module (#103094)
Erlend E. Aasland
2023-04-09
1
-6/+0
*
gh-100176: Tools/iobench: Remove redundant compat code for Python <= 3.2 (#10...
Hugo van Kemenade
2023-04-08
1
-42/+54
*
gh-103092: Isolate `_pickle` module (#102982)
Erlend E. Aasland
2023-04-04
1
-5/+0
*
gh-87092: move CFG related code from compile.c to flowgraph.c (#103021)
Irit Katriel
2023-03-31
2
-3/+5
*
gh-102110: Add all tools description missed (GH-102625)
Missoupro
2023-03-30
2
-3/+32
*
gh-90110: Bring the whitelists up to date. (gh-103114)
Eric Snow
2023-03-29
2
-2/+3
*
GH-102973: add a dev container (GH-102975)
Brett Cannon
2023-03-29
1
-0/+1
*
gh-100227: Move the Dict of Interned Strings to PyInterpreterState (gh-102339)
Eric Snow
2023-03-28
1
-2/+2
*
GH-100982: Break up COMPARE_AND_BRANCH (GH-102801)
Brandt Bucher
2023-03-23
2
-3/+0
*
gh-102033: Fix syntax error in `Tools/c-analyzer` (GH-102066)
Nikita Sobolev
2023-03-22
14
-335/+3
*
GH-101291: Rearrange the size bits in PyLongObject (GH-102464)
Mark Shannon
2023-03-22
2
-13/+23
*
gh-102304: Move _Py_RefTotal to _PyRuntimeState (gh-102543)
Eric Snow
2023-03-20
1
-1/+1
*
gh-102781: fix cwd dependence in cases generator (#102782)
Carl Meyer
2023-03-17
1
-1/+3
*
gh-102737: Un-ignore ceval.c in the CI globals check (gh-102745)
Eric Snow
2023-03-16
2
-7/+7
[next]