index
:
cpython.git
2.7
3.3
3.4
3.5
3.6
benjamin-clang
benjamin-iteration-torture
buildbot-custom
master
https://github.com/python/cpython.git
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Lib
/
test
/
test_extcall.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
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
*
Patch #103344: Sort dicts from extcall for easier comparison with Jython.
Tim Peters
2001-01-21
1
-5/+13
*
a bold attempt to fix things broken by MAL's verify patch: import
Fredrik Lundh
2001-01-17
1
-2/+1
*
This patch removes all uses of "assert" in the regression test suite
Marc-André Lemburg
2001-01-17
1
-3/+4
*
This patch makes sure that the function name always appears in the error
Ka-Ping Yee
2001-01-15
1
-0/+30
*
When a PyCFunction that takes only positional parameters is called with
Fred Drake
2001-01-04
1
-1/+11
*
Fix for SF bug #117241
Jeremy Hylton
2000-10-30
1
-0/+18
*
Make reindent.py happy (convert everything to 4-space indents!).
Fred Drake
2000-10-23
1
-6/+6
*
Break a cycle created in the saboteur() function.
Vladimir Marangozov
2000-07-15
1
-2/+5
*
Don't be so strict in checking AttributeError -- the error message
Guido van Rossum
2000-04-10
1
-2/+2
*
Two fixes for extended call syntax:
Jeremy Hylton
2000-03-30
1
-0/+44
*
fix previous checkin
Jeremy Hylton
2000-03-28
1
-1/+1
*
add test cases for Greg Ewing's extended call syntax patch
Jeremy Hylton
2000-03-28
1
-0/+99