summaryrefslogtreecommitdiffstats
path: root/Tools
Commit message (Expand)AuthorAgeFilesLines
* 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
* gh-106368: Argument clinic: improve coverage for `self.valid_line()` calls (#...Alex Waygood2023-08-041-3/+1
* gh-104683: Argument Clinic: Use CConverter.length_name where possible (#107638)Erlend E. Aasland2023-08-041-15/+15
* gh-106812: Refactor cases_generator to allow uops with array stack effects (#...Guido van Rossum2023-08-048-322/+592
* gh-104146: Argument clinic: remove dead code highlighted by the `vulture` too...Alex Waygood2023-08-041-15/+11
* gh-104146: Argument clinic: Remove dead code flagged by mypy's `truthy-bool` ...Alex Waygood2023-08-042-7/+3
* gh-107614: Normalise Argument Clinic error messages (#107615)Erlend E. Aasland2023-08-041-76/+108
* Add some GC stats to Py_STATS (GH-107581)Mark Shannon2023-08-041-0/+34
* gh-107609: Fix duplicate module check in Argument Clinic (#107610)Erlend E. Aasland2023-08-041-1/+1
* gh-104146: Argument clinic: remove unused methods and variables (#107608)Alex Waygood2023-08-042-23/+5
* gh-104683: Rework Argument Clinic error handling (#107551)Erlend E. Aasland2023-08-031-26/+43
* gh-104683: Make Argument Clinic template strings class level members (#107556)Erlend E. Aasland2023-08-021-71/+69
* gh-105481: simplify definition of pseudo ops in Lib/opcode.py (#107561)Irit Katriel2023-08-021-9/+1
* gh-107559: Argument Clinic: complain about non-ASCII chars in param docstring...Erlend E. Aasland2023-08-021-3/+5
* gh-104146: Remove dead code from Argument Clinic (#107555)Erlend E. Aasland2023-08-022-5/+0
* gh-104683: Argument Clinic: Refactor and simplify 'add docstring' states (#10...Erlend E. Aasland2023-08-011-32/+23
* gh-104683: Argument clinic: cleanup `DLSParser` `state_foo` methods (#107543)Alex Waygood2023-08-011-22/+11
* gh-104683: Argument clinic: remove the `LandMine` class (#107541)Alex Waygood2023-08-011-21/+20
* gh-105481: combine regen-opcode-targets with regen-opcode to avoid calculatin...Irit Katriel2023-08-011-1/+11
* gh-105481: the ENABLE_SPECIALIZATION flag does not need to be generated by th...Irit Katriel2023-08-011-5/+0
* gh-107467: Restructure Argument Clinic command-line interface (#107469)Erlend E. Aasland2023-08-011-25/+22
* gh-106263: Fix segfault in `signaldict_repr` in `_decimal` module (#106270)Charlie Zhao2023-07-301-0/+1
* gh-104683: Argument clinic: pass `clinic` as a parameter where possible (#107...Alex Waygood2023-07-291-4/+4
* gh-104683: Argument clinic: Make the `filename` parameter to `Clinic` require...Alex Waygood2023-07-291-2/+1
* gh-104050: Argument clinic: enable mypy's `--warn-return-any` setting (#107405)Alex Waygood2023-07-292-7/+5