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