1. 11 Sep, 2003 2 commits
  2. 09 Sep, 2003 4 commits
  3. 03 Sep, 2003 1 commit
  4. 28 Aug, 2003 3 commits
  5. 26 Aug, 2003 1 commit
  6. 25 Aug, 2003 3 commits
  7. 22 Aug, 2003 1 commit
  8. 21 Aug, 2003 1 commit
  9. 20 Aug, 2003 6 commits
  10. 18 Aug, 2003 2 commits
  11. 17 Aug, 2003 10 commits
  12. 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
  13. 15 Aug, 2003 4 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
    • Godefroid Chapelle's avatar
      *** empty log message *** · 1d5e4c4f
      Godefroid Chapelle authored
      1d5e4c4f
    • Godefroid Chapelle's avatar
      merge from gotcha-talz3_backport-branch · 405b7ed0
      Godefroid Chapelle authored
      backport of TAL fixes from z3
      
      - i18n and metal interactions
      
      - fix handling of nested translations with tal:content/replace and i18n:name
      
      some reformatting to ease comparisons between 2.x and 3
      405b7ed0