| Commit message (Expand) | Author | Age | Files | Lines |
* | Merged revisions 82594,82599 via svnmerge from | Georg Brandl | 2010-07-27 | 1 | -21/+35 |
|
|
* | remove svn:executable from scripts without a shebang line | Benjamin Peterson | 2010-03-08 | 7 | -0/+0 |
|
|
* | Update uses of string exceptions | Andrew M. Kuchling | 2008-09-13 | 1 | -1/+1 |
|
|
* | Subclass exception | Andrew M. Kuchling | 2008-09-13 | 1 | -1/+2 |
|
|
* | #687648 from Robert Schuppenies: use classic division. From me: don't use st... | Andrew M. Kuchling | 2008-09-13 | 1 | -5/+10 |
|
|
* | #2503 make singletons compared with "is" not == or != | Benjamin Peterson | 2008-03-29 | 1 | -1/+1 |
|
|
* | Remove reference to Rational | Mark Dickinson | 2008-02-10 | 1 | -1/+0 |
|
|
* | Add rational.Rational as an implementation of numbers.Rational with infinite | Jeffrey Yasskin | 2008-01-15 | 1 | -310/+0 |
|
|
* | Normalized a few cases of whitespace in function declarations. | Martin Blais | 2006-06-06 | 1 | -35/+35 |
|
|
* | * Fix error in definition of Im() which returned self instead of 0 | Raymond Hettinger | 2005-04-09 | 1 | -19/+14 |
|
|
* | Patch #1177597: Correct various bugs, add comments. | Martin v. Löwis | 2005-04-09 | 1 | -9/+36 |
|
|
* | Add code for a range function that uses generators. | Brett Cannon | 2004-06-27 | 1 | -42/+64 |
|
|
* | Replace backticks with repr() or "%r" | Walter Dörwald | 2004-02-12 | 5 | -35/+36 |
|
|
* | SF patch #803449: modernize demo scripts | Raymond Hettinger | 2003-09-10 | 2 | -93/+89 |
|
|
* | Patch #748846: Let Demo/classes/Date.py mention DateTime module. | Martin v. Löwis | 2003-06-07 | 1 | -0/+3 |
|
|
* | Run these demo scripts through reindent.py to give them 4-space indents. I'v... | Andrew M. Kuchling | 2003-04-24 | 7 | -963/+963 |
|
|
* | 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 |
|
|
* | Update docs. Remove old classes.doc. | Guido van Rossum | 2002-10-18 | 2 | -112/+1 |
|
|
* | Correct spelling of length, discovered by Christian Tismer. | Guido van Rossum | 1999-04-21 | 1 | -2/+2 |
|
|
* | nannified. | Guido van Rossum | 1998-09-14 | 1 | -70/+70 |
|
|
* | Fix a bug where comparison of a rational with a float failed because | Guido van Rossum | 1998-09-09 | 1 | -9/+9 |
|
|
* | Fix the test for pow() -- no more TypeErrors are raised! | Guido van Rossum | 1997-12-09 | 1 | -2/+2 |
|
|
* | A completely new Rat.py by Sjoerd. | Guido van Rossum | 1997-05-13 | 1 | -56/+260 |
|
|
* | Added note about Python's support of complex numbers. | Guido van Rossum | 1996-07-30 | 1 | -1/+11 |
|
|
* | adapted to new overloading scheme | Guido van Rossum | 1994-10-09 | 2 | -60/+51 |
|
|
* | totally redone for new overloading scheme | Guido van Rossum | 1994-10-08 | 1 | -60/+263 |
|
|
* | Use time.time() instead of time.millitimer() | Guido van Rossum | 1994-02-17 | 1 | -5/+5 |
|
|
* | builtin -> __builtin__ | Guido van Rossum | 1994-01-26 | 1 | -2/+2 |
|
|
* | *** empty log message *** | Guido van Rossum | 1993-12-17 | 8 | -49/+51 |
|
|
* | Added Dates.py and Rev.py | Guido van Rossum | 1993-10-30 | 1 | -0/+2 |
|
|
* | Initial revision | Guido van Rossum | 1993-10-30 | 2 | -0/+322 |
|
|
* | Fix bug and use __init__ | Guido van Rossum | 1993-10-30 | 1 | -9/+4 |
|
|
* | *** empty log message *** | Guido van Rossum | 1993-10-27 | 1 | -0/+1 |
|
|
* | Add coercions | Guido van Rossum | 1993-10-27 | 1 | -2/+12 |
|
|
* | Initial revision | Guido van Rossum | 1993-10-27 | 1 | -0/+341 |
|
|
* | Initial revision | Guido van Rossum | 1992-08-13 | 7 | -0/+488 |
|
|