Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
cpython2
/
064ee4d28cbc39da8d0a872b71dd8c2b72cdfa9d
/
Lib
/
test
/
test_extcall.py
9a118f1
Issue #26778: Fixed "a/an/and" typos in code comment and documentation.
by Serhiy Storchaka
· 9 years ago
0bb165e
Issue #4806: Avoid masking TypeError when *-unpacking a generator
by Martin Panter
· 10 years ago
c2077b0
#11565: Fix several typos. Patch by Piotr Kasprzyk.
by Ezio Melotti
· 14 years ago
bb9d726
take into account keyword arguments when passing too many args
by Benjamin Peterson
· 15 years ago
9654589
improve error message from passing inadequate number of keyword arguments #6474
by Benjamin Peterson
· 15 years ago
54bc22e
don't write duplicate tests
by Benjamin Peterson
· 15 years ago
52b32b6
fix import
by Benjamin Peterson
· 15 years ago
e39b2ec
rewrite a bit
by Benjamin Peterson
· 15 years ago
595f7a5
#2016 Fix a crash in function call when the **kwargs dictionary is mutated
by Amaury Forgeot d'Arc
· 16 years ago
e18ef19
allow unicode keyword arguments for the ** syntax #4978
by Benjamin Peterson
· 17 years ago
0c1ef47
Import the test properly. This is especially important for py3k.
by Neal Norwitz
· 17 years ago
0bb7950
Move test_extcall to doctest.
by Brett Cannon
· 17 years ago
c5f05e4
Patch #2167 from calvin: Remove unused imports
by Christian Heimes
· 17 years ago
2134e75
Patch #1686487: you can now pass any mapping after '**' in function calls.
by Georg Brandl
· 18 years ago
8036c83
adding passing test. testing for g(*Nothing()) where Nothing is a user-defined iterator.
by Samuele Pedroni
· 21 years ago
40174c3
SF bug #733667: kwargs handled incorrectly
by Raymond Hettinger
· 22 years ago
68468eb
Get rid of many apply() calls.
by Guido van Rossum
· 22 years ago
408b6d3
Complete the absolute import patch for the test suite. All relative
by Barry Warsaw
· 23 years ago
1914873
Quick and dirty fix for test_extcall failures trigged by Guido's
by Barry Warsaw
· 24 years ago
2f228e7
Get rid of the superstitious "~" in dict hashing's "i = (~hash) & mask".
by Tim Peters
· 24 years ago
6912d4d
Generalize tuple() to work nicely with iterators.
by Tim Peters
· 24 years ago
ceccc3c
Test cases for examples of ext call error handling.
by Jeremy Hylton
· 24 years ago
fc170b1
String method conversion.
by Eric S. Raymond
· 24 years ago
08dabf0
Patch #103344: Sort dicts from extcall for easier comparison with Jython.
by Tim Peters
· 25 years ago
f785042
a bold attempt to fix things broken by MAL's verify patch: import
by Fredrik Lundh
· 25 years ago
3661908
This patch removes all uses of "assert" in the regression test suite
by Marc-André Lemburg
· 25 years ago
2057970
This patch makes sure that the function name always appears in the error
by Ka-Ping Yee
· 25 years ago
1a7aab7
When a PyCFunction that takes only positional parameters is called with
by Fred Drake
· 25 years ago
6b4ec51
Fix for SF bug #117241
by Jeremy Hylton
· 25 years ago
004d5e6
Make reindent.py happy (convert everything to 4-space indents!).
by Fred Drake
· 25 years ago
5ff2ac2
Break a cycle created in the saboteur() function.
by Vladimir Marangozov
· 25 years ago
4b49101
Don't be so strict in checking AttributeError -- the error message
by Guido van Rossum
· 25 years ago
074c3e6
Two fixes for extended call syntax:
by Jeremy Hylton
· 25 years ago
003663d
fix previous checkin
by Jeremy Hylton
· 25 years ago
aed0d8d
add test cases for Greg Ewing's extended call syntax patch
by Jeremy Hylton
· 25 years ago