1. 5e25f9f Merged revisions 69874 via svnmerge from by Tarek Ziadé · 16 years ago
  2. 61cb087 Remove incorrect usages of map() in distutils. Reported by Lisandro Dalcin. by Amaury Forgeot d'Arc · 17 years ago
  3. 5b7e9d7 General cleanup, raise normalization in Lib/distutils. by Collin Winter · 18 years ago
  4. 1325790 Merged revisions 55795-55816 via svnmerge from by Guido van Rossum · 18 years ago
  5. 63236cf Minimal fixes to save the bootstrap on OSX. by Guido van Rossum · 18 years ago
  6. 9d72bb4 Remove functions in string module that are also string methods. Also remove: by Neal Norwitz · 18 years ago
  7. be19ed7 Fix most trivially-findable print statements. by Guido van Rossum · 18 years ago
  8. e2b70bc Get rid of dict.has_key(). Boy this has a lot of repercussions! by Guido van Rossum · 19 years ago
  9. a6483d2 Remove 'created by' lines; people can use CVS for this, and the information is often out of date by Andrew M. Kuchling · 23 years ago
  10. b94b849 Whitespace normalization. by Fred Drake · 24 years ago
  11. acff0b3 Changed so lines that are all comment (or just whitespace + comment) by Greg Ward · 25 years ago
  12. 3d05c16 Andrew Kuchling: by Greg Ward · 25 years ago
  13. f11296b [change from 2000/08/11, propagating now to distutils copy] by Greg Ward · 25 years ago
  14. 60cd286 [change from 2000/04/17, propagating now to distutils copy] by Greg Ward · 25 years ago
  15. 274ad9d Added all documentation. by Greg Ward · 26 years ago
  16. abc2f96 Allow comment characters (#) to be escaped: by Greg Ward · 26 years ago
  17. 4e5a7c7 'warn()' method now takes an optional line number. by Greg Ward · 26 years ago
  18. 91c488c Replaced the last attempt at an "unreadline" with one that actually by Greg Ward · 26 years ago
  19. 787451b Added 'linestart' array and 'unreadline()' method (makes parsing a lot easier). by Greg Ward · 26 years ago
  20. 782cdfe Changes to allow passing an open file to the constructor (to support by Greg Ward · 26 years ago
  21. db75afe Added collapse_ws option. by Greg Ward · 26 years ago
  22. f6cdcd5 Added 'warn' method. by Greg Ward · 27 years ago
  23. d1dc475 Added: mems.lib.text_file: provides TextFile class for parsing text by Greg Ward · 27 years ago