1. 54f22ed More trivial comment -> docstring transformations by Ka-Ping Yee, who writes: by Guido van Rossum · 25 years ago
  2. 138bdaf Typo. (Andrew Dalke, without kjpylint) by Guido van Rossum · 25 years ago
  3. 6952f17 No need to import string. (Andrew Dalke & kjpylint) by Guido van Rossum · 25 years ago
  4. 4ecd85a After the previous changes, func_normalize() turned out to be redundant. by Guido van Rossum · 26 years ago
  5. b0a94c0 Changes so that JPython can also use this version of profile.py. by Guido van Rossum · 26 years ago
  6. e3f8a64 Comment out 't = t[0] + t[1]' in profiler_simulation() -- this by Guido van Rossum · 26 years ago
  7. 8ca8420 A few lines were indented using spaces instead of tabs -- fix them. by Guido van Rossum · 26 years ago
  8. 96c07fe Prefer clock() over times() for timer function, except on the Mac, by Guido van Rossum · 26 years ago
  9. cbf3dd5 Use better timer on the mac Open files in binary mode (Jack) by Guido van Rossum · 27 years ago
  10. f06ee5f /usr/local/bin/python -> /usr/bin/env python by Guido van Rossum · 28 years ago
  11. cc778eb Add main program similar to pdb. by Guido van Rossum · 28 years ago
  12. 6cb84f3 change return values of simple run* functions by Guido van Rossum · 28 years ago
  13. 4f399fb more robust coding, adapted for mac by Guido van Rossum · 29 years ago
  14. 9c3241d exec() -> exec by Guido van Rossum · 29 years ago
  15. 8afa824 functions don't have a __name__ attribute by Guido van Rossum · 29 years ago
  16. b6775db Merge alpha100 branch back to main trunk by Guido van Rossum · 30 years ago
  17. 7bc817d * Mass change: get rid of all init() methods, in favor of __init__() by Guido van Rossum · 31 years ago
  18. e61fa0a * profile.py, pdb.py: added help() function by Guido van Rossum · 31 years ago
  19. 4fddf33 XEvent.py: Added support for ExposeEvent. by Sjoerd Mullender · 31 years ago
  20. d316607 * ftplib.py: added abort() command (sends oob data). by Guido van Rossum · 31 years ago
  21. 4e16098 Added a _v21 def to FL.py and added two new input field types by Guido van Rossum · 32 years ago
  22. 8176258 Initial revision by Guido van Rossum · 32 years ago