| Commit message (Expand) | Author | Age | Files | Lines |
* | gh-96751: Remove dead code from `CALL_FUNCTION_EX` opcode (GH-96752) | Nikita Sobolev | 2022-09-15 | 1 | -0/+21 |
|
|
* | gh-84623: Move imports in doctests (#94133) | Victor Stinner | 2022-06-22 | 1 | -1/+1 |
|
|
* | bpo-45229: Use doctest.DocTestSuite instead of run_doctest (GH-28468) | Serhiy Storchaka | 2021-09-20 | 1 | -4/+7 |
|
|
* | Make sure that keyword arguments are merged into the arguments dictionary whe... | Mark Shannon | 2020-06-01 | 1 | -0/+18 |
|
|
* | bpo-39320: Handle unpacking of *values in compiler (GH-17984) | Mark Shannon | 2020-01-23 | 1 | -2/+2 |
|
|
* | bpo-37645: add new function _PyObject_FunctionStr() (GH-14890) | Jeroen Demeyer | 2019-11-05 | 1 | -19/+19 |
|
|
* | bpo-37540: vectorcall: keyword names must be strings (GH-14682) | Jeroen Demeyer | 2019-08-16 | 1 | -1/+1 |
|
|
* | Fix syntax warnings in tests introduced in bpo-15248. (GH-11932) | Serhiy Storchaka | 2019-02-19 | 1 | -2/+3 |
|
|
* | bpo-35634: Raise an error when first passed kwargs contains duplicated keys. ... | Serhiy Storchaka | 2019-01-12 | 1 | -0/+46 |
|
|
* | bpo-31071: Avoid masking original TypeError in call with * unpacking (#2957) | Serhiy Storchaka | 2017-08-03 | 1 | -0/+16 |
|
|
* | Issue #27358: Optimized merging var-keyword arguments and improved error | Serhiy Storchaka | 2016-10-02 | 1 | -0/+25 |
|
|
* | Issue #28257: Improved error message when pass a non-iterable as | Serhiy Storchaka | 2016-10-02 | 1 | -0/+10 |
|
|
* | Issue #27213: Fixed different issues with reworked CALL_FUNCTION* opcodes. | Serhiy Storchaka | 2016-09-11 | 1 | -8/+10 |
|
|
* | Rework CALL_FUNCTION* opcodes | Victor Stinner | 2016-09-09 | 1 | -10/+8 |
|
|
* | Issue #27286: Fixed compiling BUILD_MAP_UNPACK_WITH_CALL opcode. Calling | Serhiy Storchaka | 2016-06-12 | 1 | -0/+4 |
|
|
* | Issue #4806: Avoid masking original TypeError in call with * unpacking | Martin Panter | 2016-01-31 | 1 | -5/+44 |
|
|
* | PEP 448: additional unpacking generalizations (closes #2292) | Benjamin Peterson | 2015-05-06 | 1 | -0/+22 |
|
|
* | give the names of missing positional or keyword-only arguments (closes #12356) | Benjamin Peterson | 2011-06-24 | 1 | -59/+48 |
|
|
* | greatly improve argument parsing error messages (closes #12265) | Benjamin Peterson | 2011-06-06 | 1 | -10/+72 |
|
|
* | #11565: Merge with 3.1. | Ezio Melotti | 2011-03-16 | 1 | -1/+1 |
|\ |
|
| * | #11565: Fix several typos. Patch by Piotr Kasprzyk. | Ezio Melotti | 2011-03-16 | 1 | -1/+1 |
|
|
| * | Merged revisions 73623-73624 via svnmerge from | Benjamin Peterson | 2009-06-28 | 1 | -0/+18 |
|
|
* | | only take into account positional arguments count in related error messages | Benjamin Peterson | 2010-06-25 | 1 | -2/+2 |
|
|
* | | count keyword only arguments as part of the total | Benjamin Peterson | 2010-03-21 | 1 | -0/+6 |
|
|
* | | Merged revisions 79205,79219,79228,79230,79232-79233,79235,79237 via svnmerge... | Benjamin Peterson | 2010-03-21 | 1 | -5/+24 |
|
|
* | | Merged revisions 73004,73439,73496,73509,73529,73564,73576-73577,73595-73596,... | Benjamin Peterson | 2009-06-28 | 1 | -0/+18 |
|/ |
|
* | #2621 rename test.test_support to test.support | Benjamin Peterson | 2008-05-20 | 1 | -4/+4 |
|
|
* | Get this test to pass (UserList/UserDict no longer exist and caused a skip). | Neal Norwitz | 2008-03-18 | 1 | -23/+16 |
|
|
* | Merged revisions 61431,61433-61436,61439,61444,61449-61450,61453,61458,61465,... | Christian Heimes | 2008-03-18 | 1 | -274/+262 |
|
|
* | Merged revisions 60990-61002 via svnmerge from | Christian Heimes | 2008-02-23 | 1 | -1/+1 |
|
|
* | Move UserList to collections. | Raymond Hettinger | 2008-02-12 | 1 | -2/+1 |
|
|
* | Migrate remaining tests from UserDict.UserDict to collections.UserDict. | Raymond Hettinger | 2008-02-06 | 1 | -1/+1 |
|
|
* | Patch from Georg Brandl and me for #1493 | Christian Heimes | 2007-11-25 | 1 | -12/+2 |
|
|
* | Raise statement normalization in Lib/test/. | Collin Winter | 2007-08-29 | 1 | -2/+2 |
|
|
* | Merged revisions 56125-56153 via svnmerge from | Guido van Rossum | 2007-07-03 | 1 | -2/+1 |
|
|
* | Merged revisions 55407-55513 via svnmerge from | Guido van Rossum | 2007-05-22 | 1 | -0/+7 |
|
|
* | PEP 3114: rename .next() to .__next__() and add next() builtin. | Georg Brandl | 2007-04-21 | 1 | -1/+1 |
|
|
* | Change all the function attributes from func_* -> __*__. This gets rid | Neal Norwitz | 2007-02-25 | 1 | -1/+1 |
|
|
* | * Remove PRINT_ITEM(_TO), PRINT_NEWLINE(_TO) opcodes. | Georg Brandl | 2007-02-09 | 1 | -2/+2 |
|
|
* | Fix most trivially-findable print statements. | Guido van Rossum | 2007-02-09 | 1 | -47/+47 |
|
|
* | SF patch 1631942 by Collin Winter: | Guido van Rossum | 2007-01-10 | 1 | -20/+20 |
|
|
* | adding passing test. testing for g(*Nothing()) where Nothing is a user-define... | Samuele Pedroni | 2004-02-21 | 1 | -0/+25 |
|
|
* | SF bug #733667: kwargs handled incorrectly | Raymond Hettinger | 2003-05-31 | 1 | -0/+11 |
|
|
* | Get rid of many apply() calls. | Guido van Rossum | 2003-02-27 | 1 | -1/+1 |
|
|
* | Complete the absolute import patch for the test suite. All relative | Barry Warsaw | 2002-07-30 | 1 | -1/+1 |
|
|
* | Quick and dirty fix for test_extcall failures trigged by Guido's | Barry Warsaw | 2001-08-24 | 1 | -2/+6 |
|
|
* | Get rid of the superstitious "~" in dict hashing's "i = (~hash) & mask". | Tim Peters | 2001-05-13 | 1 | -11/+4 |
|
|
* | Generalize tuple() to work nicely with iterators. | Tim Peters | 2001-05-05 | 1 | -4/+4 |
|
|
* | Test cases for examples of ext call error handling. | Jeremy Hylton | 2001-04-11 | 1 | -0/+35 |
|
|
* | String method conversion. | Eric S. Raymond | 2001-02-09 | 1 | -2/+1 |
|
|