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