1. c2b151c Add code for a range function that uses generators. by Brett Cannon · 20 years ago
  2. 70a6b49 Replace backticks with repr() or "%r" by Walter Dörwald · 20 years ago
  3. fe63faa SF patch #803449: modernize demo scripts (Contributed by George Yoshida.) by Raymond Hettinger · 21 years ago
  4. 7890c26 Patch #748846: Let Demo/classes/Date.py mention DateTime module. by Martin v. Löwis · 21 years ago
  5. 946c53e Run these demo scripts through reindent.py to give them 4-space indents. I've verified that their output is unchanged. by Andrew M. Kuchling · 21 years ago
  6. 4f237b6 Modernize code by using isinstance() instead of type() checks by Andrew M. Kuchling · 21 years ago
  7. 64b3c83 Avoid TypeError by not comparing complex numbers by Andrew M. Kuchling · 21 years ago
  8. ecbb0ea Update docs. Remove old classes.doc. by Guido van Rossum · 22 years ago
  9. eda80ea Correct spelling of length, discovered by Christian Tismer. by Guido van Rossum · 25 years ago
  10. dcd038f nannified. by Guido van Rossum · 26 years ago
  11. 7ca9a1a Fix a bug where comparison of a rational with a float failed because by Guido van Rossum · 26 years ago
  12. 1a24bb5 Fix the test for pow() -- no more TypeErrors are raised! by Guido van Rossum · 27 years ago
  13. 0609f19 A completely new Rat.py by Sjoerd. by Guido van Rossum · 27 years ago
  14. 72ba616 Added note about Python's support of complex numbers. Added exp(z). by Guido van Rossum · 28 years ago
  15. 2e61103 adapted to new overloading scheme by Guido van Rossum · 30 years ago
  16. 81a12bc totally redone for new overloading scheme by Guido van Rossum · 30 years ago
  17. e69d3fe Use time.time() instead of time.millitimer() by Guido van Rossum · 30 years ago
  18. 62326f2 builtin -> __builtin__ by Guido van Rossum · 31 years ago
  19. 7565b93 *** empty log message *** by Guido van Rossum · 31 years ago
  20. 0a2fa75 Added Dates.py and Rev.py by Guido van Rossum · 31 years ago
  21. 102abab Initial revision by Guido van Rossum · 31 years ago
  22. becec31 Fix bug and use __init__ by Guido van Rossum · 31 years ago
  23. ed49c5e *** empty log message *** by Guido van Rossum · 31 years ago
  24. f1bbf9c Add coercions by Guido van Rossum · 31 years ago
  25. b6957e4 Initial revision by Guido van Rossum · 31 years ago
  26. e876949 Initial revision by Guido van Rossum · 32 years ago