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-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
*
gh-106368: Argument clinic: improve coverage for `self.valid_line()` calls (#...
Alex Waygood
2023-08-04
1
-3/+1
*
gh-104683: Argument Clinic: Use CConverter.length_name where possible (#107638)
Erlend E. Aasland
2023-08-04
1
-15/+15
*
gh-106812: Refactor cases_generator to allow uops with array stack effects (#...
Guido van Rossum
2023-08-04
8
-322/+592
*
gh-104146: Argument clinic: remove dead code highlighted by the `vulture` too...
Alex Waygood
2023-08-04
1
-15/+11
*
gh-104146: Argument clinic: Remove dead code flagged by mypy's `truthy-bool` ...
Alex Waygood
2023-08-04
2
-7/+3
*
gh-107614: Normalise Argument Clinic error messages (#107615)
Erlend E. Aasland
2023-08-04
1
-76/+108
*
Add some GC stats to Py_STATS (GH-107581)
Mark Shannon
2023-08-04
1
-0/+34
*
gh-107609: Fix duplicate module check in Argument Clinic (#107610)
Erlend E. Aasland
2023-08-04
1
-1/+1
*
gh-104146: Argument clinic: remove unused methods and variables (#107608)
Alex Waygood
2023-08-04
2
-23/+5
*
gh-104683: Rework Argument Clinic error handling (#107551)
Erlend E. Aasland
2023-08-03
1
-26/+43
*
gh-104683: Make Argument Clinic template strings class level members (#107556)
Erlend E. Aasland
2023-08-02
1
-71/+69
*
gh-105481: simplify definition of pseudo ops in Lib/opcode.py (#107561)
Irit Katriel
2023-08-02
1
-9/+1
*
gh-107559: Argument Clinic: complain about non-ASCII chars in param docstring...
Erlend E. Aasland
2023-08-02
1
-3/+5
*
gh-104146: Remove dead code from Argument Clinic (#107555)
Erlend E. Aasland
2023-08-02
2
-5/+0
*
gh-104683: Argument Clinic: Refactor and simplify 'add docstring' states (#10...
Erlend E. Aasland
2023-08-01
1
-32/+23
*
gh-104683: Argument clinic: cleanup `DLSParser` `state_foo` methods (#107543)
Alex Waygood
2023-08-01
1
-22/+11
*
gh-104683: Argument clinic: remove the `LandMine` class (#107541)
Alex Waygood
2023-08-01
1
-21/+20
*
gh-105481: combine regen-opcode-targets with regen-opcode to avoid calculatin...
Irit Katriel
2023-08-01
1
-1/+11
*
gh-105481: the ENABLE_SPECIALIZATION flag does not need to be generated by th...
Irit Katriel
2023-08-01
1
-5/+0
*
gh-107467: Restructure Argument Clinic command-line interface (#107469)
Erlend E. Aasland
2023-08-01
1
-25/+22
*
gh-106263: Fix segfault in `signaldict_repr` in `_decimal` module (#106270)
Charlie Zhao
2023-07-30
1
-0/+1
*
gh-104683: Argument clinic: pass `clinic` as a parameter where possible (#107...
Alex Waygood
2023-07-29
1
-4/+4
*
gh-104683: Argument clinic: Make the `filename` parameter to `Clinic` require...
Alex Waygood
2023-07-29
1
-2/+1
*
gh-104050: Argument clinic: enable mypy's `--warn-return-any` setting (#107405)
Alex Waygood
2023-07-29
2
-7/+5
*
gh-104050: Argument clinic: complete type annotations (#107399)
Alex Waygood
2023-07-28
2
-18/+24
*
gh-106368: Argument clinic: Fix minor bug in `state_modulename_name` (#107387)
Alex Waygood
2023-07-28
1
-5/+3
*
gh-104629: Build _testclinic extension module on Windows (#104723)
Erlend E. Aasland
2023-07-28
1
-1/+1
*
gh-106078: Isolate `decimal` module (#107287)
Charlie Zhao
2023-07-28
1
-1/+0
*
gh-104683: Argument clinic: cleanup `state_modulename_name()` (#107340)
Alex Waygood
2023-07-27
1
-10/+9
*
gh-101524: Only Use Public C-API in the _xxsubinterpreters Module (gh-107359)
Eric Snow
2023-07-27
2
-1/+2
*
gh-106931: Intern Statically Allocated Strings Globally (gh-107272)
Eric Snow
2023-07-27
1
-0/+2
*
gh-105481: remove dependency of _inline_cache_entries on opname (#107339)
Irit Katriel
2023-07-27
1
-3/+2
*
remove outdated `_asyncio` globals from globals-to-fix.tsv (#107334)
Kumar Aditya
2023-07-27
1
-2/+0
*
Docs: Argument Clinic: Restructure "Basic concepts and usage" (#106981)
Erlend E. Aasland
2023-07-26
1
-7/+13
*
gh-104050: Argument clinic: Annotate `str_converter_key()` (#107294)
Alex Waygood
2023-07-26
1
-2/+6
*
gh-104050: Argument clinic: Complete `get_destination_buffer` annotations (#1...
Alex Waygood
2023-07-26
1
-2/+2
*
gh-107015: Remove async_hacks from the tokenizer (#107018)
Pablo Galindo Salgado
2023-07-26
2
-5/+2
*
gh-104683: Argument Clinic: Make most arguments to `Class` and `Function` req...
Alex Waygood
2023-07-26
1
-15/+10
*
gh-104050: Argument clinic: improve typing around `parse_arg()` methods (#107...
Alex Waygood
2023-07-26
1
-24/+24
*
gh-104050: Argument clinic: annotate `post_parsing()` and `cleanup()` (#107225)
Alex Waygood
2023-07-25
1
-3/+7
*
gh-104050: Argument clinic: more misc typing improvements (#107264)
Alex Waygood
2023-07-25
1
-6/+11
*
gh-104050: Argument clinic: more misc typing coverage improvements (#107210)
Alex Waygood
2023-07-25
1
-11/+18
*
gh-104050: Argument clinic: improve typing around adding C converters (#107209)
Alex Waygood
2023-07-25
1
-7/+13
*
gh-104050: Argument Clinic: Annotate `CRenderData.__init__` (#107207)
Alex Waygood
2023-07-24
1
-12/+12
*
gh-104050: Argument clinic: misc improvements to type annotation coverage (#1...
Alex Waygood
2023-07-24
1
-9/+15
*
gh-104050: Argument clinic: annotate `format_docstring()` (#107200)
Alex Waygood
2023-07-24
1
-7/+9
*
gh-104050: Argument Clinic: annotate `main()` (#107192)
Alex Waygood
2023-07-24
1
-4/+5
*
Thoroughly refactor the cases generator (#107151)
Guido van Rossum
2023-07-24
6
-1146/+1285
[next]