Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Make test_coercion.py less sensitive to platform fp quirks. Closes | Neil Schemenauer | 2004-03-10 | 1 | -329/+329 |
* | Match new sequence behavior. User defined types now behave better as and | Neil Schemenauer | 2002-12-30 | 1 | -2/+2 |
* | Generalize tuple() to work nicely with iterators. | Tim Peters | 2001-05-05 | 1 | -2/+2 |
* | Sequence repeat works now for in-place multiply with an integer type | Neil Schemenauer | 2001-01-04 | 1 | -4/+4 |
* | Use numbers that can be accurately represented on binary machines. I hope | Neil Schemenauer | 2001-01-03 | 1 | -585/+585 |
* | Add more tests for compare and coercion in preparation for the coercion | Neil Schemenauer | 2001-01-02 | 1 | -0/+1054 |