- 15 Şub, 2000 19 kayıt (commit)
-
-
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
-
- 12 Şub, 2000 1 kayıt (commit)
-
-
Jeremy Hylton yazdı
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 Şub, 2000 5 kayıt (commit)
-
-
Jack Jansen yazdı
-
Jack Jansen yazdı
folder and then move it to the Python hierarchy.
-
Jeremy Hylton yazdı
change resolution of local name ops (LOAD_FAST). i think it makes sense now. if it is an argument or a local var name that it used, it must be in varnames. if it is a local var name that is used, it must also be in names
-
Greg Ward yazdı
'get_msvc_paths()'. Renamed '_do_SET()' to 'set_path_env_var()', tweaked docstring, and cosmetically tweaked code. Stylistic changes to MSVCCompiler constructor (variable renaming and type consistency).
-
Greg Ward yazdı
* tweak my docstrings * fix None returns to empty list * reshuffle responsibilities between '_find_exe()', '_find_SET()', and the MSVCCompiler constructor -- now the constructor worries about fetching the version list and determining the most recent one * added "/W3" compile option Also, I added/tweaked some docstrings.
-
- 10 Şub, 2000 3 kayıt (commit)
-
-
Jeremy Hylton yazdı
Loop object to handle StackRegs loops stack attr on CodeGenreeator to hold the current loop object add support for nodes While, Break, Continue
-
Jeremy Hylton yazdı
-
Barry Warsaw yazdı
classes, NNTP.__init__() grows a new optional argument to set reader mode on the server).
-