index
:
cpython
3.10
3.11
3.12
3.13
3.14
3.9
main
The Python programming language
Aslak Raanes
about
summary
refs
log
tree
commit
diff
stats
homepage
log msg
author
committer
range
path:
root
/
Lib
/
test
/
test_positional_only_arg.py
Commit message (
Expand
)
Author
Age
*
gh-91210: Improve error message when non-default param follows default (GH-95...
Lysandros Nikolaou
2022-09-17
*
bpo-38605: Revert making 'from __future__ import annotations' the default (GH...
Pablo Galindo
2021-04-21
*
bpo-38605: Make 'from __future__ import annotations' the default (GH-20434)
Batuhan Taskaya
2020-10-06
*
Raise specialised syntax error for invalid lambda parameters (GH-20776)
Pablo Galindo
2020-06-10
*
bpo-40443: Remove unused imports in tests (GH-19805)
Victor Stinner
2020-04-30
*
bpo-40334: Rename PyConfig.use_peg to _use_peg_parser (GH-19670)
Victor Stinner
2020-04-23
*
bpo-40334: PEP 617 implementation: New PEG parser for CPython (GH-19503)
Pablo Galindo
2020-04-22
*
bpo-39156: Break up COMPARE_OP into four logically distinct opcodes. (GH-17754)
Mark Shannon
2020-01-14
*
Organise and clean test_positional_only_arg and add more tests (GH-17842)
Pablo Galindo
2020-01-05
*
Fix constant folding optimization for positional only arguments (GH-17837)
Anthony Sottile
2020-01-05
*
Fix SystemError when nested function has annotation on positional-only argume...
Anthony Sottile
2020-01-05
*
bpo-37122: Make co->co_argcount represent the total number of positonal argum...
Pablo Galindo
2019-06-01
*
bpo-37108: Support super with methods that use positional-only arguments (GH-...
Pablo Galindo
2019-05-31
*
bpo-36540: PEP 570 -- Implementation (GH-12701)
Pablo Galindo
2019-04-29