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-106581: Fix two bugs in the code generator's copy optimization (#108380)
Guido van Rossum
2023-08-24
1
-17/+62
*
gh-107211: No longer export internal functions (7) (#108425)
Victor Stinner
2023-08-24
1
-2/+2
*
gh-105481: remove regen-opcode. Generated _PyOpcode_Caches in regen-cases. (#...
Irit Katriel
2023-08-23
2
-67/+12
*
Fix spurious diff if the cases generator is run on Windows (#108319)
Alex Waygood
2023-08-22
1
-1/+1
*
gh-108179: Add error message for parser stack overflows (#108256)
Dennis Sweeney
2023-08-22
1
-2/+1
*
gh-108216: Cleanup #include in internal header files (#108228)
Victor Stinner
2023-08-21
1
-1/+1
*
gh-108220: Internal header files require Py_BUILD_CORE to be defined (#108221)
Victor Stinner
2023-08-21
1
-0/+7
*
gh-95065, gh-107704: Argument Clinic: support multiple '/ [from ...]' and '* ...
Serhiy Storchaka
2023-08-21
1
-51/+59
*
gh-104504: cases generator: Add `--warn-unreachable` to the mypy config (#108...
Alex Waygood
2023-08-20
4
-28/+36
*
gh-107704: Argument Clinic: add support for deprecating keyword use of parame...
Serhiy Storchaka
2023-08-19
2
-102/+234
*
gh-107565: Update multissltests and GitHub CI workflows to use OpenSSL 1.1.1v...
Ned Deily
2023-08-18
1
-3/+3
*
gh-104504: Run mypy on cases_generator in CI (and blacken the code) (gh-108090)
Dong-hee Na
2023-08-18
9
-189/+304
*
gh-106581: Project through calls (#108067)
Guido van Rossum
2023-08-17
2
-3/+5
*
gh-104683: Argument Clinic: Remove unreachable code from _module_and_class() ...
Erlend E. Aasland
2023-08-17
1
-2/+0
*
gh-105481: opcode.h is no longer generated during the build (#108080)
Irit Katriel
2023-08-17
1
-34/+3
*
gh-105481: fix out of date comment (#108079)
Irit Katriel
2023-08-17
1
-1/+1
*
gh-106581: Split `CALL_PY_EXACT_ARGS` into uops (#107760)
Guido van Rossum
2023-08-16
4
-54/+79
*
gh-105481: generate op IDs from bytecode.c instead of hard coding them in opc...
Irit Katriel
2023-08-16
4
-116/+208
*
gh-104683: Argument Clinic: Extract parse function name helper (#107964)
Erlend E. Aasland
2023-08-16
1
-32/+29
*
gh-107557: Setup abstract interpretation (#107847)
Ken Jin
2023-08-15
5
-2/+111
*
gh-107972: Argument Clinic: Ensure a C basename is provided after 'as' (#107973)
Erlend E. Aasland
2023-08-15
1
-3/+6
*
gh-107880: Argument Clinic: Fix regression in gh-107885 (#107974)
Erlend E. Aasland
2023-08-15
1
-14/+19
*
Attempt to speed up deepfreeze.py (#107887)
Guido van Rossum
2023-08-14
1
-12/+23
*
gh-105481: reduce repetition in opcode metadata generation code (#107942)
Irit Katriel
2023-08-14
1
-62/+46
*
gh-107880: Teach Argument Clinic to clone __init__ and __new__ methods (#107885)
Erlend E. Aasland
2023-08-13
1
-7/+19
*
gh-107883: Argument Clinic: Handle full module/class path in Function.fulldis...
Erlend E. Aasland
2023-08-12
1
-3/+10
*
gh-106797: Remove warning logs from Python/generated_cases.c.h and executor_c...
Dong-hee Na
2023-08-12
1
-2/+2
*
gh-105481: split opcode_ids.h out of opcode.h so that it can be generated sep...
Irit Katriel
2023-08-11
1
-15/+46
*
gh-84805: Autogenerate signature for METH_NOARGS and METH_O extension functio...
Serhiy Storchaka
2023-08-11
1
-0/+1
*
Fix the long64 reader in umarshal.py (GH-107828)
Martin DeMello
2023-08-10
1
-4/+4
*
gh-95065: Argument Clinic: Add functional tests of deprecated positionals (#1...
Erlend E. Aasland
2023-08-10
1
-0/+2
*
Update README for the cases generator (#107826)
Guido van Rossum
2023-08-10
1
-2/+6
*
gh-91054: make code watcher tests resilient to other watchers (#107821)
Carl Meyer
2023-08-09
1
-0/+1
*
gh-95065: Produce nicer deprecation messages in Argument Clinic (#107808)
Erlend E. Aasland
2023-08-09
1
-17/+19
*
gh-104683: Argument Clinic: Params now render their own docstrings (#107790)
Erlend E. Aasland
2023-08-09
1
-16/+11
*
gh-104683: Remove unused variables from `Tools/clinic` and tests for `Tools/c...
Alex Waygood
2023-08-09
1
-1/+1
*
gh-80282: Argument Clinic: Add clarifying comment about ASCII docstring limit...
Erlend E. Aasland
2023-08-09
1
-0/+5
*
gh-104683: Argument Clinic: refactor format_docstring() (#107623)
Erlend E. Aasland
2023-08-08
1
-46/+36
*
gh-104683: Add --exclude option to Argument Clinic CLI (#107770)
Erlend E. Aasland
2023-08-08
1
-0/+11
*
gh-106368: Argument clinic: add tests for more failure paths (#107731)
Alex Waygood
2023-08-08
1
-2/+3
*
gh-95065: Argument Clinic: Add comment to preprocessor warning code (#107766)
Erlend E. Aasland
2023-08-08
1
-0/+1
*
gh-95065: Make Argument Clinic append deprecation warnings to docstrings (#10...
Erlend E. Aasland
2023-08-08
1
-0/+6
*
gh-106812: Small stack effect fixes (#107759)
Guido van Rossum
2023-08-08
3
-20/+15
*
gh-86457: Fix signature for code.replace() (GH-23199)
Serhiy Storchaka
2023-08-07
1
-124/+133
*
gh-95065: Argument Clinic: Pretty-print long C strings in generated code (#10...
Erlend E. Aasland
2023-08-07
1
-7/+30
*
gh-107713: Reduce usage of mocks in `test_clinic.py` (#107714)
Alex Waygood
2023-08-07
1
-0/+3
*
gh-95065: Add Argument Clinic support for deprecating positional use of param...
Erlend E. Aasland
2023-08-07
1
-13/+154
*
gh-106368: Improve coverage reports for argument clinic (#107693)
Alex Waygood
2023-08-06
2
-6/+15
*
gh-104683: Improve consistency and test coverage of argument-clinic `__repr__...
Alex Waygood
2023-08-05
2
-10/+17
*
gh-106812: Fix two tiny bugs in analysis.py (#107649)
Guido van Rossum
2023-08-05
1
-1/+3
[next]