1. 24f7cad Changed the new deprecation warning to show the by Tim Peters · 18 years ago
  2. b86a54f Add deprecation warning to modules deprecated since 2000. by Georg Brandl · 18 years ago
  3. 70a6b49 Replace backticks with repr() or "%r" by Walter Dörwald · 21 years ago
  4. e46d14c Avoid list as a variable name. by Walter Dörwald · 21 years ago
  5. 54f0222 SF 563203. Replaced 'has_key()' with 'in'. by Raymond Hettinger · 22 years ago
  6. e12454f The Grande 'sendall()' patch, copied from release21-maint. Fixes #516715. by Martin v. Löwis · 23 years ago
  7. 77f9caf Remove unused variable (PyChecker) by Andrew M. Kuchling · 23 years ago
  8. 19e6d62 String method conversion. by Eric S. Raymond · 24 years ago
  9. 2dd4276 added a few more __all__ lists fixed typo in ihooks docstring by Skip Montanaro · 24 years ago
  10. 93a7c0f Fredrik Lundh: by Guido van Rossum · 24 years ago
  11. 54f22ed More trivial comment -> docstring transformations by Ka-Ping Yee, who writes: by Guido van Rossum · 25 years ago
  12. 8ca8420 A few lines were indented using spaces instead of tabs -- fix them. by Guido van Rossum · 26 years ago
  13. d2dd9a8 Some patches by Lars Marius Garshol: by Guido van Rossum · 27 years ago
  14. 2bb57b8 Changed makefile() args from r/w to rb/wb, for non-unix compatability. by Jack Jansen · 29 years ago
  15. 2922c6d Changes to use default argument values where possible by Guido van Rossum · 30 years ago
  16. 23acc95 Towards a standard access mechanism for URLs. by Guido van Rossum · 30 years ago