summaryrefslogtreecommitdiff
path: root/Lib/test/test_extcall.py
Commit message (Expand)AuthorAgeFilesLines
* Issue #27358: Backported tests.Serhiy Storchaka2016-10-021-0/+15
* Issue #28257: Backported a test.Serhiy Storchaka2016-10-021-0/+5
* Issue #26778: Fixed "a/an/and" typos in code comment and documentation.Serhiy Storchaka2016-04-171-1/+1
* Issue #4806: Avoid masking TypeError when *-unpacking a generatorMartin Panter2016-01-311-5/+16
* #11565: Fix several typos. Patch by Piotr Kasprzyk.Ezio Melotti2011-03-161-1/+1
* take into account keyword arguments when passing too many argsBenjamin Peterson2010-03-211-0/+9
* improve error message from passing inadequate number of keyword arguments #6474Benjamin Peterson2010-03-211-0/+9
* don't write duplicate testsBenjamin Peterson2010-03-211-2/+0
* fix importBenjamin Peterson2010-03-211-2/+3
* rewrite a bitBenjamin Peterson2010-03-211-4/+6
* #2016 Fix a crash in function call when the **kwargs dictionary is mutatedAmaury Forgeot d'Arc2009-06-251-0/+18
* allow unicode keyword arguments for the ** syntax #4978Benjamin Peterson2009-01-201-0/+20
* Import the test properly. This is especially important for py3k.Neal Norwitz2008-03-181-1/+1
* Move test_extcall to doctest.Brett Cannon2008-03-181-286/+262
* Patch #2167 from calvin: Remove unused importsChristian Heimes2008-02-231-1/+1
* Patch #1686487: you can now pass any mapping after '**' in function calls.Georg Brandl2007-05-211-0/+7
* adding passing test. testing for g(*Nothing()) where Nothing is a user-define...Samuele Pedroni2004-02-211-0/+25
* SF bug #733667: kwargs handled incorrectlyRaymond Hettinger2003-05-311-0/+11
* Get rid of many apply() calls.Guido van Rossum2003-02-271-1/+1
* Complete the absolute import patch for the test suite. All relativeBarry Warsaw2002-07-301-1/+1
* Quick and dirty fix for test_extcall failures trigged by Guido'sBarry Warsaw2001-08-241-2/+6
* Get rid of the superstitious "~" in dict hashing's "i = (~hash) & mask".Tim Peters2001-05-131-11/+4
* Generalize tuple() to work nicely with iterators.Tim Peters2001-05-051-4/+4
* Test cases for examples of ext call error handling.Jeremy Hylton2001-04-111-0/+35
* String method conversion.Eric S. Raymond2001-02-091-2/+1
* Patch #103344: Sort dicts from extcall for easier comparison with Jython.Tim Peters2001-01-211-5/+13
* a bold attempt to fix things broken by MAL's verify patch: importFredrik Lundh2001-01-171-2/+1
* This patch removes all uses of "assert" in the regression test suiteMarc-André Lemburg2001-01-171-3/+4
* This patch makes sure that the function name always appears in the errorKa-Ping Yee2001-01-151-0/+30
* When a PyCFunction that takes only positional parameters is called withFred Drake2001-01-041-1/+11
* Fix for SF bug #117241Jeremy Hylton2000-10-301-0/+18
* Make reindent.py happy (convert everything to 4-space indents!).Fred Drake2000-10-231-6/+6
* Break a cycle created in the saboteur() function.Vladimir Marangozov2000-07-151-2/+5
* Don't be so strict in checking AttributeError -- the error messageGuido van Rossum2000-04-101-2/+2
* Two fixes for extended call syntax:Jeremy Hylton2000-03-301-0/+44
* fix previous checkinJeremy Hylton2000-03-281-1/+1
* add test cases for Greg Ewing's extended call syntax patchJeremy Hylton2000-03-281-0/+99