1. 26 Oct, 2001 1 commit
  2. 25 Oct, 2001 5 commits
  3. 24 Oct, 2001 1 commit
  4. 23 Oct, 2001 16 commits
  5. 22 Oct, 2001 15 commits
  6. 19 Oct, 2001 2 commits
    • Shane Hathaway's avatar
      - Fixed some refcount bugs. · c7b741b4
      Shane Hathaway authored
      - Implemented stemming in a simpler way.
      
      - Made checkSynword() easier to read.
      
      - Used PyList_GetItem() to do bounds checking in Splitter_item().
      
      - Made Splitter_indexes slightly faster by keeping a local copy of the length.
      
      - splitUnicodeString() now returns -1 on error.
      
      - Made splitUnicodeString() easier to read.
      
      - prepareString() performs a copy the standard way.
      c7b741b4
    • Shane Hathaway's avatar
      Expanded the test slightly · dad261b1
      Shane Hathaway authored
      dad261b1