- 15 Feb, 2000 8 commits
-
-
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 5 commits
-
-
Jack Jansen authored
-
Jack Jansen authored
folder and then move it to the Python hierarchy.
-
Jeremy Hylton authored
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 authored
'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 authored
* 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 Feb, 2000 14 commits
-
-
Jeremy Hylton authored
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 authored
-
Barry Warsaw authored
classes, NNTP.__init__() grows a new optional argument to set reader mode on the server).
-
Barry Warsaw authored
NNTPError - derived from Exception, it's the base class for all other exceptions in this module NNTPReplyError - what used to be error_reply NNTPTemporaryError - what used to be error_temp NNTPPermanentError - what used to be error_perm NNTPProtocolError - what used to be error_proto NNTPDataError - what used to be error_data All the old names are retained for backwards compatibility; they point to the class that replaces them. Also, any code in this module that raises an exception, now does so with the exception class. NNTP.__init__(): Added a new optional argument `readermode', which is a flag that defaults to false. When set to true, the "mode reader" command is sent to the NNTP server before user authentication. Reader mode is sometimes necessary if you are connecting to an NNTP server on the local machine and intend to call reader-specific comamnds, such as `group'. If you get unexpected NNTPPermanentErrors, you might need to set readermode. Patch provided by Thomas Wouters (who include the standard disclaimer on is patches@python.org submission), and inspired by Jim Tittsler.
-
Fred Drake authored
version only). Enable -tt for the regression test. Very similar to Skip's patch.
-
Jeremy Hylton authored
FUNCTION_NAMESPACE. initialize in __init__ and reset in generateFunctionCode. replace direct issue of STORE_FAST, STORE_GLOBAL, etc. with call to storeName; same for loadName and deleteName the new {store,load,delete}Name methods use the namespace attr and the local variable stack to determine the correct bytecode to issue
-
Fred Drake authored
-
Fred Drake authored
I ran "expand" instead of using Skip's patch, but it's all the same.
-
Jack Jansen authored
button (i.e. an empty label hides the button).
-
Fred Drake authored
-
Greg Ward authored
function names, dbetter (hopefully) ocstrings, and comments.
-
Greg Ward authored
-
Greg Ward authored
/export option mini-kludge.
-
Greg Ward authored
* don't need to mention python<ver>.lib -- it's done by a pragma * add debug flags for compile and link, and use them * fix 'link_shared_library()' to pass everything to 'link_shared_object()' * change filename when shared object with debug info (ugh)
-