- 16 Feb, 2000 2 commits
-
-
Jeremy Hylton authored
this is sort of a hack
-
Jeremy Hylton authored
-
- 15 Feb, 2000 23 commits
-
-
Jeremy Hylton authored
add support for nodes TryExcept, TryFinally, Sliceobj fix visitSubscript to properly handle x[a,b,c]
-
Jeremy Hylton authored
-
Jeremy Hylton authored
-
Jeremy Hylton authored
-
Jeremy Hylton authored
-
Jeremy Hylton authored
-
Guido van Rossum authored
-
Guido van Rossum authored
-
Guido van Rossum authored
-
Guido van Rossum authored
-
Guido van Rossum authored
-
Guido van Rossum authored
-
Guido van Rossum authored
-
Guido van Rossum authored
-
Guido van Rossum authored
-
Guido van Rossum authored
(XXX: the debugger doesn't yet use this.)
-
Guido van Rossum authored
-
Guido van Rossum authored
-
Guido van Rossum authored
-
Guido van Rossum authored
-
Guido van Rossum authored
it out in a more convenient format than CVS).
-
Guido van Rossum authored
-
Guido van Rossum authored
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 Feb, 2000 12 commits
-
-
Jeremy Hylton authored
(real intent is to test out rsync install)
-
Andrew M. Kuchling authored
-
Jeremy Hylton authored
-
Guido van Rossum authored
* In crlf.py and lfcr.py: regsub -> re
-
Guido van Rossum authored
* In logmerge.py: added '-r' flag to show the oldest checkin first instead of the newest, and getopt.getopt was used wrong.
-
Jeremy Hylton authored
compiles correctly)
-
Jeremy Hylton authored
(so they are common with other binary ops)
-
Fred Drake authored
colorspace name abbreviations, based on email from Gerrit Holl <gerrit.holl@pobox.com>.
-
Jeremy Hylton authored
Exec: expr, locals, globals Dict: items Assert: test, fail
-
Jeremy Hylton authored
should be calls to BUILD_ ops for these types with no arguments
-
Guido van Rossum authored
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 authored
add StackDepthFinder (and remove push/pop from CodeGen) add several nodes, including Ellipsis, Bit&|^, Exec
-
- 12 Feb, 2000 1 commit
-
-
Jeremy Hylton authored
named OPTIMIZED, which matches compile.c and makes more sense for classes revamp call signature for PythonVMCode.__init__; doesn't really matter 'cuz this code is going to be refactored out of existence add generateClassCode and modify Func & Lambda generation add support for nodes Classdef, Keyword, fix CallFunc to generate right op arg when calling w/ keywords add ugly hack to properly compute offsets when the same stack ref is used multiple times
-
- 11 Feb, 2000 2 commits
-
-
Jack Jansen authored
-
Jack Jansen authored
folder and then move it to the Python hierarchy.
-