1. 0b095bc Deleted the stdwin-based test() function. by Guido van Rossum · 24 years ago
  2. d28de23 Fixed a multi-arg append() call, discovered by Mark Favas. by Guido van Rossum · 24 years ago
  3. ae3d7920 no real change -- testing syncmail by Jeremy Hylton · 24 years ago
  4. d89ffeb These modules are now declared obsolete. by Fred Drake · 25 years ago
  5. 11a8d0b Dang. Even though this is obsolete code, somebody found a bug, and I by Guido van Rossum · 25 years ago
  6. e0fbe1c Declaring zmod and poly obsolete. They have problems. by Guido van Rossum · 26 years ago
  7. 068ad97 Untabified -- to satisfy the tab nanny. by Guido van Rossum · 26 years ago
  8. 9c93a69 Put quotes around the filename, so spaces in filenames work. (Jack) by Guido van Rossum · 26 years ago
  9. 153165c Restore ni as an obsolete module. by Fred Drake · 26 years ago
  10. 9694fca Convert all remaining *simple* cases of regex usage to re usage. by Guido van Rossum · 27 years ago
  11. 8566e47 Added pgrep() function, which is like grep/egrep/emgrep but uses Perl by Guido van Rossum · 27 years ago
  12. 6af6d35 Turns out whatsound.py and sndhdr.py were identical modules. by Guido van Rossum · 27 years ago
  13. f15d159 Use sys.exc_info() where needed. by Guido van Rossum · 27 years ago
  14. f357d3e This module is now completely obsolete. by Guido van Rossum · 27 years ago
  15. 2715bb2 Changes to always call list.append with a single argument. by Guido van Rossum · 28 years ago
  16. b7f48e3 Change to always call list.append with a single argument. by Guido van Rossum · 28 years ago
  17. a62b100 noted obsolescence; exec() -> exec by Guido van Rossum · 29 years ago
  18. f68ec39 added note about obsolescence by Guido van Rossum · 29 years ago
  19. 7c750e1 added html parser and supporting cast by Guido van Rossum · 29 years ago
  20. c7acf2a handle class exceptions by Guido van Rossum · 29 years ago
  21. 7e4b2de changes for the Mac by Guido van Rossum · 30 years ago
  22. b6775db Merge alpha100 branch back to main trunk by Guido van Rossum · 30 years ago
  23. 19806f4 Module to lock open files using fcntl() by Guido van Rossum · 30 years ago
  24. d1df83b urlopen: add basejoin() function. by Guido van Rossum · 30 years ago
  25. 5cfa5df * calendar.py: all libC functionality now moved to built-in time module by Guido van Rossum · 31 years ago
  26. 17ed1ae * toaiff.py: import whatsound instead of sndhdr by Guido van Rossum · 31 years ago
  27. fff3a1ee Added help() fn; use os.sep by Guido van Rossum · 32 years ago
  28. 6a1f089 Use *args syntax instead of +args by Guido van Rossum · 32 years ago
  29. 7084ec8 getattr() is now built-in; no longer need a class to simulate varargs. by Guido van Rossum · 32 years ago
  30. d9596e3 mac -> os by Guido van Rossum · 32 years ago
  31. cb7ce34 Add a function to return just the line number of a code object. by Guido van Rossum · 32 years ago
  32. babe2bf Initial revision by Guido van Rossum · 33 years ago
  33. e9cde31 Now uses varargs syntax to grep more than one file. by Guido van Rossum · 33 years ago
  34. 9542c58 Use module os. Split off file cache to module 'linecache'. by Guido van Rossum · 33 years ago
  35. bdfcfcc New == syntax by Guido van Rossum · 33 years ago
  36. 5fca8a1 Adapted to new "regex" module. by Guido van Rossum · 33 years ago
  37. decc4b9 Use ImportError by Guido van Rossum · 33 years ago
  38. 946749f Use AttributeError by Guido van Rossum · 33 years ago
  39. eee9498 Initial revision by Guido van Rossum · 33 years ago
  40. 668317d Added warning comment by Guido van Rossum · 33 years ago
  41. fbe0a8e macpath.cat --> join by Guido van Rossum · 33 years ago
  42. dff8404 save match function instead of regexp object by Guido van Rossum · 33 years ago
  43. ab2885e Clarify comment. by Guido van Rossum · 33 years ago
  44. d9d2c82 This is no longer needed, since all these functions are now built-in by Guido van Rossum · 33 years ago
  45. fa54064 Support packing whole trees. by Guido van Rossum · 33 years ago
  46. 17d82ce Added readfile() and readopenfile() functions. by Guido van Rossum · 33 years ago
  47. 217a5fa Initial revision by Guido van Rossum · 34 years ago
  48. c636014 Initial revision by Guido van Rossum · 34 years ago