| Commit message (Expand) | Author | Age | Files | Lines |
* | adding passing test. testing for g(*Nothing()) where Nothing is a user-define... | Samuele Pedroni | 2004-02-21 | 1 | -0/+1 |
|
|
* | Add the 'bool' type and its values 'False' and 'True', as described in | Guido van Rossum | 2002-04-03 | 1 | -1/+1 |
|
|
* | Undo previous checkin -- Barry fixed it better. | Guido van Rossum | 2001-08-24 | 1 | -2/+0 |
|
|
* | Update test output to match new (more informative) error message about | Guido van Rossum | 2001-08-24 | 1 | -2/+2 |
|
|
* | The change of type(None).__name__ from 'None' to 'NoneType' broke this | Guido van Rossum | 2001-08-16 | 1 | -2/+2 |
|
|
* | Get rid of the superstitious "~" in dict hashing's "i = (~hash) & mask". | Tim Peters | 2001-05-13 | 1 | -10/+10 |
|
|
* | Test cases for examples of ext call error handling. | Jeremy Hylton | 2001-04-11 | 1 | -0/+5 |
|
|
* | Patch #103344: Sort dicts from extcall for easier comparison with Jython. | Tim Peters | 2001-01-21 | 1 | -36/+36 |
|
|
* | This patch makes sure that the function name always appears in the error | Ka-Ping Yee | 2001-01-15 | 1 | -10/+85 |
|
|
* | track recent change to test_extcall.py | Jeremy Hylton | 2000-10-30 | 1 | -0/+4 |
|
|
* | Ka-Ping Yee <ping@lfw.org>: | Fred Drake | 2000-10-24 | 1 | -6/+6 |
|
|
* | Two fixes for extended call syntax: | Jeremy Hylton | 2000-03-30 | 1 | -0/+4 |
|
|
* | fix previous checkin | Jeremy Hylton | 2000-03-28 | 1 | -0/+7 |
|
|
* | add test cases for Greg Ewing's extended call syntax patch | Jeremy Hylton | 2000-03-28 | 1 | -0/+18 |
|
|