1. c411dba Whitespace normalization. by Tim Peters · 22 years ago
  2. e807e57 Docstring improvements. In particular, added docstrings for the by Greg Ward · 22 years ago
  3. 62080be Took initial_tab and subsequent_tab away from the fill() method and by Greg Ward · 22 years ago
  4. cf02ac6 Allow the standalone wrap() and fill() functions to take arbitrary by Greg Ward · 22 years ago
  5. d34c959 Make 'width' an instance attribute rather than an argument to the wrap() by Greg Ward · 22 years ago
  6. 47df99d Make all of TextWrapper's options keyword args to the constructor. by Greg Ward · 22 years ago
  7. 698d9f0 Record copyright and author. by Greg Ward · 22 years ago
  8. 70c726a Use True/False instead of 1/0. by Greg Ward · 22 years ago
  9. f404c7e Remove islower() -- not used anymore. by Greg Ward · 22 years ago
  10. cb320eb Conform to the bloody coding standards: "def foo()" not "def foo ()". Yuck. by Greg Ward · 22 years ago
  11. 9b4864e Convert _fix_sentence_endings() to use a regex, and augment it to by Greg Ward · 22 years ago
  12. 62e4f3b Add fix_sentence_endings option to control whether we ensure that by Greg Ward · 22 years ago
  13. 0093582 Initial revision. Currently biased towards English in a fixed-width font, by Greg Ward · 22 years ago