- 22 Tem, 2005 1 kayıt (commit)
-
-
Georg Brandl yazdı
-
- 12 Kas, 2004 1 kayıt (commit)
-
-
Tim Peters yazdı
Simple correction from the code's author (Dan Gass).
-
- 10 Eyl, 2004 1 kayıt (commit)
-
-
Andrew M. Kuchling yazdı
-
- 29 Agu, 2004 4 kayıt (commit)
-
-
Tim Peters yazdı
-
Tim Peters yazdı
test depends on invisible trailing whitespace in .py files. The author will have to repair that.
-
Tim Peters yazdı
-
Martin v. Löwis yazdı
-
- 31 Tem, 2004 1 kayıt (commit)
-
-
Tim Peters yazdı
-
- 10 Tem, 2004 1 kayıt (commit)
-
-
Brett Cannon yazdı
that behaves as if both lists has an empty string in each of them. Closes bug #979794 (and duplicate bug #980117).
-
- 15 Haz, 2004 1 kayıt (commit)
-
-
Raymond Hettinger yazdı
Reads better when the iterable is a generator expression.
-
- 13 Haz, 2004 1 kayıt (commit)
-
-
Raymond Hettinger yazdı
-
- 12 Şub, 2004 1 kayıt (commit)
-
-
Walter Dörwald yazdı
From SF patch #852334.
-
- 16 Eki, 2003 1 kayıt (commit)
-
-
Raymond Hettinger yazdı
-
- 16 Tem, 2003 1 kayıt (commit)
-
-
Raymond Hettinger yazdı
Note, these tests were not getting exercised because doctest skips over private functions.
-
- 01 Tem, 2003 1 kayıt (commit)
-
-
Neal Norwitz yazdı
Backport candidate
-
- 17 Haz, 2003 1 kayıt (commit)
-
-
Raymond Hettinger yazdı
-
- 08 Haz, 2003 2 kayıt (commit)
-
-
Raymond Hettinger yazdı
* Simplified test for visible changes * Improved variable names and line spacing * Replaced dict(a=3) style with Py2.2 compatable {'a':3}
-
Raymond Hettinger yazdı
Documentation update and NEWS item are forthcoming.
-
- 30 Eki, 2002 1 kayıt (commit)
-
-
Raymond Hettinger yazdı
-
- 01 Haz, 2002 1 kayıt (commit)
-
-
Raymond Hettinger yazdı
-
- 29 Nis, 2002 1 kayıt (commit)
-
-
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!
-
- 03 Nis, 2002 1 kayıt (commit)
-
-
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.
-
- 01 Nis, 2002 1 kayıt (commit)
-
-
Tim Peters yazdı
I left the email pkg alone; I'm not sure how Barry would like to handle that.
-
- 04 Eki, 2001 1 kayıt (commit)
-
-
Tim Peters yazdı
-
- 22 Eyl, 2001 1 kayıt (commit)
-
-
Tim Peters yazdı
restores the 2.1 ability of Tools/scripts/ndiff.py to start producing output before the entire comparison is complete.
-
- 12 Agu, 2001 1 kayıt (commit)
-
-
Tim Peters yazdı
David Goodger.
-
- 20 Şub, 2001 1 kayıt (commit)
-
-
Tim Peters yazdı
extra backslash is getting displayed in the generated HTML.
-
- 19 Şub, 2001 1 kayıt (commit)
-
-
Fred Drake yazdı
get_close_matches(): Do not use %-interpolation for strings when concatenation is more efficient.
-
- 10 Şub, 2001 1 kayıt (commit)
-
-
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: ----------------------------------------------------------------------
-