- 17 Feb, 2000 4 commits
-
-
Guido van Rossum authored
* Changes to a recent patch by Chris Tismer to errors.c. Chris' patch always used FormatMessage() to get the error message passing the error code from errno - but errno and FormatMessage use a different numbering scheme. The main reason the patch looked OK was that ENOFILE==ERROR_FILE_NOT_FOUND - but that is about the only shared error code :-). The MS CRT docs tell you to use _sys_errlist()/_sys_nerr. My patch does also this, and adds a very similar function specifically for win32 error codes.
-
Guido van Rossum authored
-
Guido van Rossum authored
-
Guido van Rossum authored
-
- 16 Feb, 2000 8 commits
-
-
Guido van Rossum authored
(Fred, please check.)
-
Guido van Rossum authored
-
Guido van Rossum authored
(e.g. used for ZIP files). The patch includes code that says: + Copyright (C) 1986 Gary S. Brown. You may use this program, or + code or tables extracted from it, as desired without restriction. My interpretation (and Jim's) is that Gary S Brown has no claims under copyright, patent or other rights or interests. Lawyers might disagree.
-
Guido van Rossum authored
-
Jeremy Hylton authored
- 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 authored
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 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 5 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.
-