1. 24 Jun, 2000 2 commits
  2. 23 Jun, 2000 7 commits
  3. 21 Jun, 2000 14 commits
  4. 20 Jun, 2000 13 commits
  5. 19 Jun, 2000 3 commits
  6. 18 Jun, 2000 1 commit
    • Marc-André Lemburg's avatar
      Marc-Andre Lemburg <mal@lemburg.com>: · 49ef6dc1
      Marc-André Lemburg authored
      Fixed a bug in PyUnicode_Count() which would have caused a
      core dump in case of substring coercion failure.
      
      Synchronized .count() with the string method of the same name
      to return len(s)+1 for s.count('').
      49ef6dc1