Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | bpo-39156: Break up COMPARE_OP into four logically distinct opcodes. (GH-17754) | Mark Shannon | 2020-01-14 | 1 | -3/+3 |
* | Organise and clean test_positional_only_arg and add more tests (GH-17842) | Pablo Galindo | 2020-01-05 | 1 | -14/+23 |
* | Fix constant folding optimization for positional only arguments (GH-17837) | Anthony Sottile | 2020-01-05 | 1 | -0/+12 |
* | Fix SystemError when nested function has annotation on positional-only argume... | Anthony Sottile | 2020-01-05 | 1 | -0/+7 |
* | bpo-37122: Make co->co_argcount represent the total number of positonal argum... | Pablo Galindo | 2019-06-01 | 1 | -2/+2 |
* | bpo-37108: Support super with methods that use positional-only arguments (GH-... | Pablo Galindo | 2019-05-31 | 1 | -0/+14 |
* | bpo-36540: PEP 570 -- Implementation (GH-12701) | Pablo Galindo | 2019-04-29 | 1 | -0/+403 |