1. 281084f Put the deprecated .ignore() method back where it was. by Tim Peters · 23 years ago
  2. 7d01685 Widespread random code cleanup. by Tim Peters · 23 years ago
  3. 77f9caf Remove unused variable (PyChecker) by Andrew M. Kuchling · 23 years ago
  4. 27c430e Patch #445538: add completion for pstats.py sort cmd. by Martin v. Löwis · 23 years ago
  5. 66b6e19 Patch #416224: add readline completion to cmd.Cmd. by Martin v. Löwis · 23 years ago
  6. 22adac5 Patch #416220: Fix misplaced paren. by Martin v. Löwis · 23 years ago
  7. e818761 When guarding an import, only catch ImportError. by Fred Drake · 23 years ago
  8. 53b809d Added more help, and recovery from misspelled sort key arguments. by Eric S. Raymond · 23 years ago
  9. 3c1858a Should resolve [ #416039 ] pstats browser crashes. by Eric S. Raymond · 23 years ago
  10. 9cb9857 Import readline when possible to make the commaninterpreter UI nicer. by Eric S. Raymond · 23 years ago
  11. 613b222 Whitespace normalization. by Tim Peters · 23 years ago
  12. 4f3980d Added a test main to the pstats library that can help you browse profile dumps. by Eric S. Raymond · 23 years ago
  13. c62c81e __all__ for several more modules by Skip Montanaro · 23 years ago
  14. 373c55e String method conversion. by Eric S. Raymond · 23 years ago
  15. 2344fae Whitespace normalization. by Tim Peters · 23 years ago
  16. 7e47402 Spelling fixes supplied by Rob W. W. Hooft. All these are fixes in either by Thomas Wouters · 24 years ago
  17. 54f22ed More trivial comment -> docstring transformations by Ka-Ping Yee, who writes: by Guido van Rossum · 24 years ago
  18. dabcd00 Fix mysterious references to jprofile that were in the source since by Guido van Rossum · 25 years ago
  19. c8d3628 Give in to Timmy's Tedious Tab Theorem. by Guido van Rossum · 26 years ago
  20. 9694fca Convert all remaining *simple* cases of regex usage to re usage. by Guido van Rossum · 27 years ago
  21. 2861f4e Open files in binary mode (Jack) by Guido van Rossum · 27 years ago
  22. 4f399fb more robust coding, adapted for mac by Guido van Rossum · 29 years ago
  23. adb3105 Companion module for new profile.py by Guido van Rossum · 30 years ago