Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | only take into account positional arguments count in related error messages | Benjamin Peterson | 2010-06-25 | 1 | -0/+8 |
* | convert shebang lines: python -> python3 | Benjamin Peterson | 2010-03-11 | 1 | -1/+1 |
* | allow keyword args after *args in a function call | Benjamin Peterson | 2008-08-19 | 1 | -1/+1 |
* | #2621 rename test.test_support to test.support | Benjamin Peterson | 2008-05-20 | 1 | -1/+1 |
* | Issue #1573, second attempt: | Amaury Forgeot d'Arc | 2007-12-09 | 1 | -7/+1 |
* | Added another test case for kwonly methods | Christian Heimes | 2007-12-08 | 1 | -0/+9 |
* | Added two tests for f(*, **kw) syntax | Christian Heimes | 2007-12-08 | 1 | -0/+7 |
* | Merged revisions 53952-54987 via svnmerge from | Guido van Rossum | 2007-04-27 | 1 | -1/+1 |
* | Change all the function attributes from func_* -> __*__. This gets rid | Neal Norwitz | 2007-02-25 | 1 | -4/+4 |
* | Unit tests for PEP 3102, by Jiwon Seo. Forgot to add these earlier. | Guido van Rossum | 2006-11-22 | 1 | -0/+151 |