summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_positional_only_arg.py
Commit message (Expand)AuthorAgeFilesLines
* bpo-38605: Make 'from __future__ import annotations' the default (GH-20434)Batuhan Taskaya2020-10-061-14/+3
* Raise specialised syntax error for invalid lambda parameters (GH-20776)Pablo Galindo2020-06-101-18/+12
* bpo-40443: Remove unused imports in tests (GH-19805)Victor Stinner2020-04-291-1/+0
* bpo-40334: Rename PyConfig.use_peg to _use_peg_parser (GH-19670)Victor Stinner2020-04-231-4/+4
* bpo-40334: PEP 617 implementation: New PEG parser for CPython (GH-19503)Pablo Galindo2020-04-221-11/+18
* bpo-39156: Break up COMPARE_OP into four logically distinct opcodes. (GH-17754)Mark Shannon2020-01-141-3/+3
* Organise and clean test_positional_only_arg and add more tests (GH-17842)Pablo Galindo2020-01-051-14/+23
* Fix constant folding optimization for positional only arguments (GH-17837)Anthony Sottile2020-01-051-0/+12
* Fix SystemError when nested function has annotation on positional-only argume...Anthony Sottile2020-01-051-0/+7
* bpo-37122: Make co->co_argcount represent the total number of positonal argum...Pablo Galindo2019-06-011-2/+2
* bpo-37108: Support super with methods that use positional-only arguments (GH-...Pablo Galindo2019-05-311-0/+14
* bpo-36540: PEP 570 -- Implementation (GH-12701)Pablo Galindo2019-04-291-0/+403