aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/Lib/test/test_keywordonlyarg.py
Commit message (Expand)AuthorAge
* Merged revisions 86596 via svnmerge fromEzio Melotti2010-11-21
* allow keyword args after *args in a function callBenjamin Peterson2008-08-19
* #2621 rename test.test_support to test.supportBenjamin Peterson2008-05-20
* Issue #1573, second attempt:Amaury Forgeot d'Arc2007-12-09
* Added another test case for kwonly methodsChristian Heimes2007-12-08
* Added two tests for f(*, **kw) syntaxChristian Heimes2007-12-08
* Merged revisions 53952-54987 via svnmerge fromGuido van Rossum2007-04-27
* Change all the function attributes from func_* -> __*__. This gets ridNeal Norwitz2007-02-25
* Unit tests for PEP 3102, by Jiwon Seo. Forgot to add these earlier.Guido van Rossum2006-11-22