Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Run these demo scripts through reindent.py to give them 4-space indents. ↵ | Andrew M. Kuchling | 2003-04-24 | 1 | -279/+279 |
| | | | | I've verified that their output is unchanged. | ||||
* | Modernize code by using isinstance() instead of type() checks | Andrew M. Kuchling | 2003-04-24 | 1 | -16/+14 |
| | |||||
* | Avoid TypeError by not comparing complex numbers | Andrew M. Kuchling | 2003-04-24 | 1 | -1/+6 |
| | |||||
* | Fix a bug where comparison of a rational with a float failed because | Guido van Rossum | 1998-09-09 | 1 | -9/+9 |
| | | | | | | | the difference got converted to float. Put brackets around the string representation of (non-integer) rationals. (Sjoerd Mullender.) | ||||
* | A completely new Rat.py by Sjoerd. | Guido van Rossum | 1997-05-13 | 1 | -56/+260 |
| | |||||
* | adapted to new overloading scheme | Guido van Rossum | 1994-10-09 | 1 | -21/+27 |
| | |||||
* | *** empty log message *** | Guido van Rossum | 1993-12-17 | 1 | -5/+6 |
| | |||||
* | Add coercions | Guido van Rossum | 1993-10-27 | 1 | -2/+12 |
| | |||||
* | Initial revision | Guido van Rossum | 1992-08-13 | 1 | -0/+86 |