index
:
cpython
3.10
3.11
3.12
3.13
3.14
3.9
main
The Python programming language
Aslak Raanes
about
summary
refs
log
tree
commit
diff
stats
homepage
log msg
author
committer
range
path:
root
/
Lib
/
test
/
test_extcall.py
Commit message (
Expand
)
Author
Age
*
Complete the absolute import patch for the test suite. All relative
Barry Warsaw
2002-07-30
*
Quick and dirty fix for test_extcall failures trigged by Guido's
Barry Warsaw
2001-08-24
*
Get rid of the superstitious "~" in dict hashing's "i = (~hash) & mask".
Tim Peters
2001-05-13
*
Generalize tuple() to work nicely with iterators.
Tim Peters
2001-05-05
*
Test cases for examples of ext call error handling.
Jeremy Hylton
2001-04-11
*
String method conversion.
Eric S. Raymond
2001-02-09
*
Patch #103344: Sort dicts from extcall for easier comparison with Jython.
Tim Peters
2001-01-21
*
a bold attempt to fix things broken by MAL's verify patch: import
Fredrik Lundh
2001-01-17
*
This patch removes all uses of "assert" in the regression test suite
Marc-André Lemburg
2001-01-17
*
This patch makes sure that the function name always appears in the error
Ka-Ping Yee
2001-01-15
*
When a PyCFunction that takes only positional parameters is called with
Fred Drake
2001-01-04
*
Fix for SF bug #117241
Jeremy Hylton
2000-10-30
*
Make reindent.py happy (convert everything to 4-space indents!).
Fred Drake
2000-10-23
*
Break a cycle created in the saboteur() function.
Vladimir Marangozov
2000-07-15
*
Don't be so strict in checking AttributeError -- the error message
Guido van Rossum
2000-04-10
*
Two fixes for extended call syntax:
Jeremy Hylton
2000-03-30
*
fix previous checkin
Jeremy Hylton
2000-03-28
*
add test cases for Greg Ewing's extended call syntax patch
Jeremy Hylton
2000-03-28