1. 2067bfd Rename thread to _thread and dummy_thread to _dummy_thread. Issue #2875. by Georg Brandl · 16 years ago
  2. 1e8ce58 remove most uses of list(somedict.keys()) in Demo scripts by Skip Montanaro · 17 years ago
  3. 6f2df4d Run 2to3 over the Demo/ directory to shut up parse errors from 2to3 about lingering print statements. by Collin Winter · 17 years ago
  4. d910855 Remove apply() by Neal Norwitz · 18 years ago
  5. e6ddc8b Whitespace normalization. Ran reindent.py over the entire source tree. by Tim Peters · 20 years ago
  6. 70a6b49 Replace backticks with repr() or "%r" by Walter Dörwald · 20 years ago
  7. f0dfc7a Fix a bunch of typos in documentation, docstrings and comments. by Walter Dörwald · 21 years ago
  8. 425a8ec Repair example code in doc string. by Jeremy Hylton · 22 years ago
  9. e13be40 Geoffrey Gerrietts discovered that a KeyError was caught that probably by Guido van Rossum · 24 years ago
  10. e0a928d Fix some broken links. by Guido van Rossum · 25 years ago
  11. 4117e54 nannified by Guido van Rossum · 26 years ago
  12. 482e82a Corrected some spelling and one technical error. by Guido van Rossum · 26 years ago
  13. a9ca42d Vladimir Marangozov's explanatory message. by Guido van Rossum · 26 years ago
  14. d895749 New warnings to the uninitiated reader. by Guido van Rossum · 26 years ago
  15. c37eb56 Forgot to use </> for some example output. by Guido van Rossum · 27 years ago
  16. 682fbe5 Remove hyperlink to time-sensitive Python release info. by Guido van Rossum · 27 years ago
  17. 626a8d0 Added hint to skip the heavy stuff on first reading. by Guido van Rossum · 27 years ago
  18. 7ade6da As Paul Prescod pointed out, metaprogramming is really something by Guido van Rossum · 27 years ago
  19. 7b877a9 Some nits, added a whole section on what you could do with by Guido van Rossum · 27 years ago
  20. 0cdb887 Completed first draft. by Guido van Rossum · 27 years ago
  21. 1fb071c Checkpoint. by Guido van Rossum · 27 years ago
  22. 27e4aa3 Arbitrary point checkpoint commit. Take no notice. by Guido van Rossum · 27 years ago
  23. bff110f Examples of metaprogramming in pure Python. by Guido van Rossum · 27 years ago