- 23 Kas, 2013 1 kayıt (commit)
-
-
Serhiy Storchaka yazdı
-
- 11 Mar, 2010 1 kayıt (commit)
-
-
Benjamin Peterson yazdı
-
- 03 Agu, 2007 1 kayıt (commit)
-
-
Collin Winter yazdı
-
- 10 Ock, 2007 1 kayıt (commit)
-
-
Guido van Rossum yazdı
(a) "except E, V" -> "except E as V" (b) V is now limited to a simple name (local variable) (c) V is now deleted at the end of the except block
-
- 03 Eki, 2004 1 kayıt (commit)
-
-
Tim Peters yazdı
-
- 13 May, 2003 1 kayıt (commit)
-
-
Andrew M. Kuchling yazdı
-
- 23 Eyl, 2001 1 kayıt (commit)
-
-
Tim Peters yazdı
-
- 22 Eyl, 2001 2 kayıt (commit)
-
-
Tim Peters yazdı
-
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.
-
- 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: ----------------------------------------------------------------------
-
- 09 Ara, 2000 1 kayıt (commit)
-
-
Tim Peters yazdı
after implementing it I liked Gregor's two-"?" line idea a lot.
-
- 01 Kas, 2000 1 kayıt (commit)
-
-
Tim Peters yazdı
ndiff w/ a custom version I made for Guido during the pre-2.0 freeze.
-
- 28 Mar, 1999 1 kayıt (commit)
-
-
Guido van Rossum yazdı
I should have waited overnight <wink/sigh>. Nothing wrong with the one I sent, but I couldn't resist going on to add new -r1 / -r2 cmdline options for recreating the original files from ndiff's output. That's attached, if you're game! Us Windows guys don't usually have a sed sitting around <wink>.
-
- 27 Mar, 1999 1 kayıt (commit)
-
-
Guido van Rossum yazdı
Attached is a cleaned-up version of ndiff (added useful module docstring, now echo'ed in case of cmd line mistake); added -q option to suppress initial file identification lines; + other minor cleanups, & a slightly faster match engine.
-
- 08 May, 1998 1 kayıt (commit)
-
-
Guido van Rossum yazdı
the comments.
-
- 06 May, 1998 1 kayıt (commit)
-
-
Guido van Rossum yazdı
This is handy for comparing plain-text documentation files, since it displays intra-line differences.
-