summaryrefslogtreecommitdiff
path: root/Lib/test/test_keywordonlyarg.py
Commit message (Expand)AuthorAgeFilesLines
* Issue #18896: Python function can now have more than 255 parameters.Serhiy Storchaka2016-12-161-18/+6
* Issue #21741: Update 147 test modules to use test discovery.Zachary Ware2015-04-131-5/+1
* Issue #19936: Added executable bits or shebang lines to Python scripts whichSerhiy Storchaka2014-01-161-2/+0
|\
| * Issue #19936: Added executable bits or shebang lines to Python scripts whichSerhiy Storchaka2014-01-161-2/+0
* | #17032: The "global" in the "NameError: global name 'x' is not defined" error...Ezio Melotti2013-03-031-2/+2
* | evaluate lambda keyword-only defaults after positional defaults (#16967 again)Benjamin Peterson2013-02-101-0/+4
* | evaluate positional defaults before keyword-only defaults (closes #16967)Benjamin Peterson2013-02-101-0/+8
|/
* merge 3.2 (#14607)Benjamin Peterson2012-04-171-1/+1
|\
| * Issue #13343: Fix a SystemError when a lambda expression uses a globalAmaury Forgeot d'Arc2011-11-041-0/+8
| |\
| * | greatly improve argument parsing error messages (closes #12265)Benjamin Peterson2011-06-051-1/+1
* | | mangle keyword-only argname when loading defaults (closes #14607)Benjamin Peterson2012-04-171-0/+6
| |/ |/|
* | Issue #13343: Fix a SystemError when a lambda expression uses a globalAmaury Forgeot d'Arc2011-11-041-0/+8
|/
* #9424: Replace deprecated assert* methods in the Python test suite.Ezio Melotti2010-11-201-34/+34
* only take into account positional arguments count in related error messagesBenjamin Peterson2010-06-251-0/+8
* convert shebang lines: python -> python3Benjamin Peterson2010-03-111-1/+1
* allow keyword args after *args in a function callBenjamin Peterson2008-08-191-1/+1
* #2621 rename test.test_support to test.supportBenjamin Peterson2008-05-201-1/+1
* Issue #1573, second attempt:Amaury Forgeot d'Arc2007-12-091-7/+1
* Added another test case for kwonly methodsChristian Heimes2007-12-081-0/+9
* Added two tests for f(*, **kw) syntaxChristian Heimes2007-12-081-0/+7
* Merged revisions 53952-54987 via svnmerge fromGuido van Rossum2007-04-271-1/+1
* Change all the function attributes from func_* -> __*__. This gets ridNeal Norwitz2007-02-251-4/+4
* Unit tests for PEP 3102, by Jiwon Seo. Forgot to add these earlier.Guido van Rossum2006-11-221-0/+151