- 16 Şub, 2000 5 kayıt (commit)
-
-
Guido van Rossum yazdı
-
Jeremy Hylton yazdı
- added a number of support methods to generate code just before the body - hack protocol for communicating number of args to PyAssembler fix TryExcept generation for case where exception handler has no body fix visitAssAttr add comment about incomplete visitAssName stop using the ExampleASTVisitor change script invocation to accept a list of .py files (e.g. Lib/*.py)
-
Jeremy Hylton yazdı
get the lineno from the name of the keyword arg example of case that didn't work-- def foo(x, y, a = None, b = None):
-
Jeremy Hylton yazdı
this is sort of a hack
-
Jeremy Hylton yazdı
-
- 15 Şub, 2000 23 kayıt (commit)
-
-
Jeremy Hylton yazdı
add support for nodes TryExcept, TryFinally, Sliceobj fix visitSubscript to properly handle x[a,b,c]
-
Jeremy Hylton yazdı
-
Jeremy Hylton yazdı
-
Jeremy Hylton yazdı
-
Jeremy Hylton yazdı
-
Jeremy Hylton yazdı
-
Guido van Rossum yazdı
-
Guido van Rossum yazdı
-
Guido van Rossum yazdı
-
Guido van Rossum yazdı
-
Guido van Rossum yazdı
-
Guido van Rossum yazdı
-
Guido van Rossum yazdı
-
Guido van Rossum yazdı
-
Guido van Rossum yazdı
-
Guido van Rossum yazdı
(XXX: the debugger doesn't yet use this.)
-
Guido van Rossum yazdı
-
Guido van Rossum yazdı
-
Guido van Rossum yazdı
-
Guido van Rossum yazdı
-
Guido van Rossum yazdı
it out in a more convenient format than CVS).
-
Guido van Rossum yazdı
-
Guido van Rossum yazdı
messages from "OverflowError: integer pow()" to "OverflowError: integer exponentiation". (Not that this takes care of the complaint in general that the error messages could be greatly improved. :-)
-
- 14 Şub, 2000 12 kayıt (commit)
-
-
Jeremy Hylton yazdı
(real intent is to test out rsync install)
-
Andrew M. Kuchling yazdı
-
Jeremy Hylton yazdı
-
Guido van Rossum yazdı
* In crlf.py and lfcr.py: regsub -> re
-
Guido van Rossum yazdı
* In logmerge.py: added '-r' flag to show the oldest checkin first instead of the newest, and getopt.getopt was used wrong.
-
Jeremy Hylton yazdı
compiles correctly)
-
Jeremy Hylton yazdı
(so they are common with other binary ops)
-
Fred Drake yazdı
colorspace name abbreviations, based on email from Gerrit Holl <gerrit.holl@pobox.com>.
-
Jeremy Hylton yazdı
Exec: expr, locals, globals Dict: items Assert: test, fail
-
Jeremy Hylton yazdı
should be calls to BUILD_ ops for these types with no arguments
-
Guido van Rossum yazdı
If we attempt to import a dynamic module in a newer (or older) version of Python give an error message tailored to the situation (Python too new/old).
-
Jeremy Hylton yazdı
add StackDepthFinder (and remove push/pop from CodeGen) add several nodes, including Ellipsis, Bit&|^, Exec
-