1. 03 Mar, 2005 12 commits
  2. 02 Mar, 2005 3 commits
  3. 01 Mar, 2005 5 commits
  4. 28 Feb, 2005 2 commits
  5. 27 Feb, 2005 1 commit
  6. 24 Feb, 2005 1 commit
  7. 23 Feb, 2005 2 commits
  8. 22 Feb, 2005 1 commit
  9. 21 Feb, 2005 4 commits
  10. 20 Feb, 2005 5 commits
  11. 19 Feb, 2005 1 commit
    • Ka-Ping Yee's avatar
      Use getdoc(object) instead of object.__doc__ to fix indentation problems. · bba6acc7
      Ka-Ping Yee authored
      Thanks to Robert Dick <dickrp@ece.northwestern.edu> for reporting this bug
      and submitting a patch.
      
      Adjust doc(object) to display useful documentation for plain values (e.g.
      help([]) now shows the methods on the list instead of just printing "[]").
      
      (This change has been tested interactively, by generating docs for the
      standard library, and by running the module documentation webserver.)
      bba6acc7
  12. 18 Feb, 2005 3 commits