- 16 May, 2008 1 kayıt (commit)
-
-
Georg Brandl 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
-
- 19 Ara, 2006 1 kayıt (commit)
-
-
Georg Brandl yazdı
-
- 06 Eyl, 2006 1 kayıt (commit)
-
-
Georg Brandl yazdı
-
- 20 Eki, 2003 1 kayıt (commit)
-
-
Walter Dörwald yazdı
(From SF patch #810751)
-
- 13 May, 2003 1 kayıt (commit)
-
-
Andrew M. Kuchling yazdı
(I've tested the fixes, but please proofread anyway.)
-
- 04 Eyl, 2001 4 kayıt (commit)
-
-
Guido van Rossum yazdı
operators per line or statement are now on by default, and -m turns these warnings off. - Change the way multiple / operators are reported; a regular recommendation is always emitted after the warning. - Report ambiguous warnings (both int|long and float|complex used for the same operator). - Update the doc string again to clarify all this and describe the possible messages more precisely.
-
Tim Peters yazdı
-
Guido van Rossum yazdı
division, and this makes sense. Add -Qwarnall to warn for all classic divisions, as required by the fixdiv.py tool.
-
Guido van Rossum yazdı
-
- 02 Eyl, 2001 2 kayıt (commit)
-
-
Guido van Rossum yazdı
treated the same as single ones by default. Added -m option to issue a warning for this case instead.
-
Guido van Rossum yazdı
percolated out, and some general cleanup. The output is still the same, except it now prints "Index: <file>" instead of "Processing: <file>", so that the output can be used as input for patch (but only the diff-style parts of it).
-
- 01 Eyl, 2001 1 kayıt (commit)
-
-
Guido van Rossum yazdı
to be change to //. The code is pretty gross so far, and I promise I'll work on this more, but I have to go eat now! :-)
-