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