1. 16 Sep, 2003 1 commit
    • Shane Hathaway's avatar
      Found and fixed the source of the "AttributeError: __error_log__" bug. · fa074cf7
      Shane Hathaway authored
      This code looks for the __error_log__ attribute in order to report an
      error.  If it finds no such attribute, it reports the error in a
      different way.  Unfortunately, the alternative branch was reporting
      the exception that just happened to occur most recently, which is
      irrelevant; it needs to report the error that was passed to it.
      Fixed.
      fa074cf7
  2. 15 Sep, 2003 1 commit
  3. 14 Sep, 2003 3 commits
  4. 11 Sep, 2003 2 commits
  5. 09 Sep, 2003 4 commits
  6. 03 Sep, 2003 1 commit
  7. 28 Aug, 2003 3 commits
  8. 26 Aug, 2003 1 commit
  9. 25 Aug, 2003 3 commits
  10. 22 Aug, 2003 1 commit
  11. 21 Aug, 2003 1 commit
  12. 20 Aug, 2003 6 commits
  13. 18 Aug, 2003 2 commits
  14. 17 Aug, 2003 10 commits
  15. 16 Aug, 2003 1 commit
    • Andreas Jung's avatar
      · 2f2ef92f
      Andreas Jung authored
           - PathIndex and TopicIndex are now using a counter for the number
             of indexed objects instead of using a very expensive calculation
             based on the keys of their indexes.
      2f2ef92f