1. 14 Sep, 2003 2 commits
  2. 11 Sep, 2003 2 commits
  3. 09 Sep, 2003 4 commits
  4. 03 Sep, 2003 1 commit
  5. 28 Aug, 2003 3 commits
  6. 26 Aug, 2003 1 commit
  7. 25 Aug, 2003 3 commits
  8. 22 Aug, 2003 1 commit
  9. 21 Aug, 2003 1 commit
  10. 20 Aug, 2003 6 commits
  11. 18 Aug, 2003 2 commits
  12. 17 Aug, 2003 10 commits
  13. 16 Aug, 2003 2 commits
    • 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
    • Chris McDonough's avatar
      Initialize the class, not the module. · 5dfe4e63
      Chris McDonough authored
      5dfe4e63
  14. 15 Aug, 2003 2 commits
    • Chris McDonough's avatar
      · c0c1f235
      Chris McDonough authored
      Allow for a different skelsrc directory at install time.
      c0c1f235
    • Tim Peters's avatar
      subclass_compare(): As reported by Neil Schemenauer, instances of · 8ed9a76f
      Tim Peters authored
      an ExtensionClass type that get into this code can raise RuntimeWarning
      under Python 2.3, because the comparison result may be outside the
      set {-1, 0, 1}.  Worse, on a box where sizeof(ptrdiff_t) > sizeof(int)
      (all 64-bit platforms), comparison results across a set of objects
      could be inconsistent because the implicit cast of pointer subtraction
      to int loses the information-carrying sign bit.
      8ed9a76f