Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
| | | | | recently changed. | ||||
* | Two fixes for extended call syntax: | Jeremy Hylton | 2000-03-30 | 1 | -0/+44 |
| | | | | | | | If a non-tuple sequence is passed as the *arg, convert it to a tuple before checking its length. If named keyword arguments are used in combination with **kwargs, make a copy of kwargs before inserting the new keys. | ||||
* | 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 |