- 23 Kas, 2009 1 kayıt (commit)
-
-
Senthil Kumaran yazdı
svn+ssh://pythondev@svn.python.org/python/trunk ........ r76464 | senthil.kumaran | 2009-11-24 00:11:31 +0530 (Tue, 24 Nov 2009) | 4 lines Fix for issue1488943 - difflib.Differ() doesn't always add hints for tab characters. ........
-
- 02 Tem, 2009 1 kayıt (commit)
-
-
Jesus Cea yazdı
svn+ssh://pythondev@svn.python.org/python/trunk ........ r69846 | mark.dickinson | 2009-02-21 21:27:01 +0100 (Sat, 21 Feb 2009) | 2 lines Issue #5341: Fix a variety of spelling errors. ........
-
- 09 Agu, 2008 1 kayıt (commit)
-
-
Brett Cannon yazdı
warnings when running under -3.
-
- 24 Haz, 2008 1 kayıt (commit)
-
-
Raymond Hettinger yazdı
-
- 11 Ock, 2008 1 kayıt (commit)
-
-
Raymond Hettinger yazdı
-
- 08 Mar, 2007 1 kayıt (commit)
-
-
Raymond Hettinger yazdı
-
- 05 Ock, 2007 1 kayıt (commit)
-
-
Andrew M. Kuchling yazdı
-
- 14 Haz, 2006 2 kayıt (commit)
-
-
Tim Peters yazdı
-
Tim Peters yazdı
adjacent triples in the result list describe non-adjacent matching blocks. That's _nice_ to have, and Guido said he wanted it. Not a bugfix candidate: Guido or not ;-), this changes visible endcase semantics (note that some tests had to change), and nothing about this was documented before. Since it was working as designed, and behavior was consistent with the docs, it wasn't "a bug".
-
- 13 Haz, 2006 1 kayıt (commit)
-
-
Tim Peters yazdı
more comments about why it's this way at all; and removed what looked like needless expense (sorting (i, j, k) triples directly should give exactly the same order as sorting (i, (i, j, k)) pairs).
-
- 09 Haz, 2006 1 kayıt (commit)
-
-
Georg Brandl yazdı
Occurences in email and compiler were ignored due to backwards compat requirements.
-
- 31 Ock, 2006 1 kayıt (commit)
-
-
Gustavo Niemeyer yazdı
touch the recursion limit. The applied patch inlines the recursive __helper method in a non-recursive way.
-
- 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.
-