- 26 Jun, 1998 7 commits
-
-
Jack Jansen authored
-
Jack Jansen authored
-
Jack Jansen authored
-
Jack Jansen authored
-
Jack Jansen authored
augmenting them here and there. For now, it works more-or-less similar to unix/windows freeze, generating a config.c file, but storing modules in PYC resources. A template project is also copied. The hooks are in place to freeze by merging shared libraries so you can freeze without a C compiler/linker, but this does not work yet.
-
Jack Jansen authored
-
Guido van Rossum authored
-
- 25 Jun, 1998 6 commits
-
-
Guido van Rossum authored
function.
-
Fred Drake authored
it's already decribed that way in the description.
-
Guido van Rossum authored
-
Guido van Rossum authored
retrieve one or more URLs to stdout. Use -t to run the self-test.
-
Guido van Rossum authored
changes, and made only a few minor changes. No changes of my own this time.
-
Guido van Rossum authored
in comments and doc strings.
-
- 24 Jun, 1998 1 commit
-
-
Guido van Rossum authored
-
- 23 Jun, 1998 3 commits
-
-
Guido van Rossum authored
possible to use this in PythonWin, and to replace Fredrik Lundh's PythonInterpreter class. Fredrik is credited with the class' API.
-
Guido van Rossum authored
-
Guido van Rossum authored
MultiFile constructor, and only do the posstack bookkeeping when it is true.
-
- 22 Jun, 1998 9 commits
-
-
Fred Drake authored
to pypaper.sty. Added the use of the "avant" package to use AvantGarde for the sans-serif font instead of the helvetica font loaded by the "times" package.
-
Fred Drake authored
like any other header.
-
Fred Drake authored
.dvi files are properly dependent on it.
-
Guido van Rossum authored
for presence unread, not getattr()!
-
Andrew M. Kuchling authored
^ and the pos argument to re.match(). Also, fixed a typo in libregex.tex.
-
Guido van Rossum authored
doesn't work on modern Windows systems, and Control-Z works everywhere.
-
Guido van Rossum authored
goal to use isinstance(x, y) instead of comparing type(x) to y, it doesn't make sense to change this in the example code for the type() builtin...
-
Guido van Rossum authored
-
Guido van Rossum authored
conversions. Formerly, for example, int('-') would return 0 instead of raising ValueError, and int(' 0') would raise ValueError (complaining about a null byte!) instead of 0...
-
- 19 Jun, 1998 10 commits
-
-
Guido van Rossum authored
L.append(a,b,c,d) with the correct L.append((a,b,c,d)).
-
Fred Drake authored
the empty prompt.
-
Fred Drake authored
-
Guido van Rossum authored
-
Jack Jansen authored
-
Guido van Rossum authored
The int() function (aliased to getint()) doesn't handle that, so we must use self.tk.getint() again...
-
Guido van Rossum authored
-
Guido van Rossum authored
-
Guido van Rossum authored
-
Guido van Rossum authored
PythonCmd_Error() but failed to return. The error wasn't very likely (only when we run out of memory) but since the check is there we might as well return the error. (I think that Barry introduced this buglet when he added error checks everywhere.)
-
- 18 Jun, 1998 2 commits
-
-
Guido van Rossum authored
locals().
-
Guido van Rossum authored
-
- 17 Jun, 1998 2 commits
-
-
Guido van Rossum authored
-
Guido van Rossum authored
keyword argument can be used to direct it somewhere else. Also documented all the other functions in this module, and even added a little example. # Haven't tested the latex for correctness -- all latex installations # appear broken.
-