1. 26 Sep, 2001 14 commits
  2. 25 Sep, 2001 25 commits
  3. 24 Sep, 2001 1 commit
    • Tim Peters's avatar
      + Text-mode (but not yet GUI mode) pydoc now produces useful stuff for · 088a60ba
      Tim Peters authored
        properties:  the docstring (if any) is displayed, and the getter, setter
        and deleter (if any) functions are named.  All that is shown indented
        after the property name.
      
      + Text-mode pydoc class display now draws a horizontal line between
        class attribute groups (similar to GUI mode -- while visually more
        intrusive in text mode, it's still an improvement).
      088a60ba