index
:
cpython
3.10
3.11
3.12
3.13
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_keywordonlyarg.py
Commit message (
Expand
)
Author
Age
*
Enable ruff on several more files in `Lib/test` (#110929)
Alex Waygood
2023-10-16
*
bpo-40679: Use the function's qualname in certain TypeErrors (GH-20236)
Dennis Sweeney
2020-05-22
*
Issue #18896: Python function can now have more than 255 parameters.
Serhiy Storchaka
2016-12-16
*
Issue #21741: Update 147 test modules to use test discovery.
Zachary Ware
2015-04-13
*
Issue #19936: Added executable bits or shebang lines to Python scripts which
Serhiy Storchaka
2014-01-16
|
\
|
*
Issue #19936: Added executable bits or shebang lines to Python scripts which
Serhiy Storchaka
2014-01-16
*
|
#17032: The "global" in the "NameError: global name 'x' is not defined" error...
Ezio Melotti
2013-03-03
*
|
evaluate lambda keyword-only defaults after positional defaults (#16967 again)
Benjamin Peterson
2013-02-10
*
|
evaluate positional defaults before keyword-only defaults (closes #16967)
Benjamin Peterson
2013-02-10
|
/
*
merge 3.2 (#14607)
Benjamin Peterson
2012-04-17
|
\
|
*
mangle keyword-only argname when loading defaults (closes #14607)
Benjamin Peterson
2012-04-17
*
|
Issue #13343: Fix a SystemError when a lambda expression uses a global
Amaury Forgeot d'Arc
2011-11-04
|
\
|
|
*
Issue #13343: Fix a SystemError when a lambda expression uses a global
Amaury Forgeot d'Arc
2011-11-04
*
|
greatly improve argument parsing error messages (closes #12265)
Benjamin Peterson
2011-06-05
|
/
*
#9424: Replace deprecated assert* methods in the Python test suite.
Ezio Melotti
2010-11-20
*
only take into account positional arguments count in related error messages
Benjamin Peterson
2010-06-25
*
convert shebang lines: python -> python3
Benjamin Peterson
2010-03-11
*
allow keyword args after *args in a function call
Benjamin Peterson
2008-08-19
*
#2621 rename test.test_support to test.support
Benjamin Peterson
2008-05-20
*
Issue #1573, second attempt:
Amaury Forgeot d'Arc
2007-12-09
*
Added another test case for kwonly methods
Christian Heimes
2007-12-08
*
Added two tests for f(*, **kw) syntax
Christian Heimes
2007-12-08
*
Merged revisions 53952-54987 via svnmerge from
Guido van Rossum
2007-04-27
*
Change all the function attributes from func_* -> __*__. This gets rid
Neal Norwitz
2007-02-25
*
Unit tests for PEP 3102, by Jiwon Seo. Forgot to add these earlier.
Guido van Rossum
2006-11-22