1. 2b66da7 massive import cleaning in Distutils by Tarek Ziadé · 15 years ago
  2. 90b7d56 moved distutils.text_file tests into a real unittest class by Tarek Ziadé · 16 years ago
  3. 8bc0965 Removed uses of dict.has_key() from distutils, and uses of by Guido van Rossum · 17 years ago
  4. 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
  5. b94b849 Whitespace normalization. by Fred Drake · 23 years ago
  6. acff0b3 Changed so lines that are all comment (or just whitespace + comment) by Greg Ward · 25 years ago
  7. 3d05c16 Andrew Kuchling: by Greg Ward · 25 years ago
  8. f11296b [change from 2000/08/11, propagating now to distutils copy] by Greg Ward · 25 years ago
  9. 60cd286 [change from 2000/04/17, propagating now to distutils copy] by Greg Ward · 25 years ago
  10. 274ad9d Added all documentation. by Greg Ward · 26 years ago
  11. abc2f96 Allow comment characters (#) to be escaped: by Greg Ward · 26 years ago
  12. 4e5a7c7 'warn()' method now takes an optional line number. by Greg Ward · 26 years ago
  13. 91c488c Replaced the last attempt at an "unreadline" with one that actually by Greg Ward · 26 years ago
  14. 787451b Added 'linestart' array and 'unreadline()' method (makes parsing a lot easier). by Greg Ward · 26 years ago
  15. 782cdfe Changes to allow passing an open file to the constructor (to support by Greg Ward · 26 years ago
  16. db75afe Added collapse_ws option. by Greg Ward · 26 years ago
  17. f6cdcd5 Added 'warn' method. by Greg Ward · 26 years ago
  18. d1dc475 Added: mems.lib.text_file: provides TextFile class for parsing text by Greg Ward · 26 years ago