1. 22 Tem, 2005 1 kayıt (commit)
  2. 12 Kas, 2004 1 kayıt (commit)
  3. 10 Eyl, 2004 1 kayıt (commit)
  4. 29 Agu, 2004 4 kayıt (commit)
  5. 31 Tem, 2004 1 kayıt (commit)
  6. 10 Tem, 2004 1 kayıt (commit)
  7. 15 Haz, 2004 1 kayıt (commit)
  8. 13 Haz, 2004 1 kayıt (commit)
  9. 12 Şub, 2004 1 kayıt (commit)
  10. 16 Eki, 2003 1 kayıt (commit)
  11. 16 Tem, 2003 1 kayıt (commit)
  12. 01 Tem, 2003 1 kayıt (commit)
  13. 17 Haz, 2003 1 kayıt (commit)
  14. 08 Haz, 2003 2 kayıt (commit)
  15. 30 Eki, 2002 1 kayıt (commit)
  16. 01 Haz, 2002 1 kayıt (commit)
  17. 29 Nis, 2002 1 kayıt (commit)
    • Tim Peters's avatar
      Mostly in SequenceMatcher.{__chain_b, find_longest_match}: · 81b9251d
      Tim Peters yazdı
      This now does a dynamic analysis of which elements are so frequently
      repeated as to constitute noise.  The primary benefit is an enormous
      speedup in find_longest_match, as the innermost loop can have factors
      of 100s less potential matches to worry about, in cases where the
      sequences have many duplicate elements.  In effect, this zooms in on
      sequences of non-ubiquitous elements now.
      
      While I like what I've seen of the effects so far, I still consider
      this experimental.  Please give it a try!
      81b9251d
  18. 03 Nis, 2002 1 kayıt (commit)
    • Guido van Rossum's avatar
      Add the 'bool' type and its values 'False' and 'True', as described in · 77f6a65e
      Guido van Rossum yazdı
      PEP 285.  Everything described in the PEP is here, and there is even
      some documentation.  I had to fix 12 unit tests; all but one of these
      were printing Boolean outcomes that changed from 0/1 to False/True.
      (The exception is test_unicode.py, which did a type(x) == type(y)
      style comparison.  I could've fixed that with a single line using
      issubtype(x, type(y)), but instead chose to be explicit about those
      places where a bool is expected.
      
      Still to do: perhaps more documentation; change standard library
      modules to return False/True from predicates.
      77f6a65e
  19. 01 Nis, 2002 1 kayıt (commit)
  20. 04 Eki, 2001 1 kayıt (commit)
  21. 22 Eyl, 2001 1 kayıt (commit)
  22. 12 Agu, 2001 1 kayıt (commit)
  23. 20 Şub, 2001 1 kayıt (commit)
  24. 19 Şub, 2001 1 kayıt (commit)
  25. 10 Şub, 2001 1 kayıt (commit)
    • Tim Peters's avatar
      Moved SequenceMatcher from ndiff into new std library module difflib.py. · 9ae2148a
      Tim Peters yazdı
      Guido told me to do this <wink>.
      Greatly expanded docstrings, and fleshed out with examples.
      New std test.
      Added new get_close_matches() function for ESR.
      Needs docs, but LaTeXification of the module docstring is all it needs.
      \CVS: ----------------------------------------------------------------------
      9ae2148a