- 09 Apr, 1997 8 commits
-
-
Guido van Rossum authored
-
Guido van Rossum authored
-
Guido van Rossum authored
-
Guido van Rossum authored
-
Guido van Rossum authored
with cPickle.
-
Guido van Rossum authored
#backslashes, and other stuff I don't know.
-
Jack Jansen authored
-
Jack Jansen authored
the Python interface, unfortunately. Added a few calls that were blacklisted for no apparent reason.
-
- 08 Apr, 1997 9 commits
-
-
Guido van Rossum authored
-
Guido van Rossum authored
-
Jack Jansen authored
-
Jack Jansen authored
-
Jack Jansen authored
Started working on MSL support
-
Jack Jansen authored
-
Jack Jansen authored
-
Jack Jansen authored
-
Guido van Rossum authored
# Ignore now accepts \f as whitespace. Operator now includes '**'. # Ignore and Special now accept \n or \r\n at the end of a line. # Imagnumber is new. Expfloat is corrected to reject '0e4'.
-
- 06 Apr, 1997 2 commits
-
-
Guido van Rossum authored
-
Guido van Rossum authored
In interactive mode, do generate code for single-string statements.
-
- 03 Apr, 1997 11 commits
-
-
Guido van Rossum authored
-
Guido van Rossum authored
-
Guido van Rossum authored
-
Guido van Rossum authored
all locals to be upped by one when `from <module> import <whatever>' was executed.
-
Guido van Rossum authored
-
Jack Jansen authored
have to add to the id() of a string to get the address of the data. This is a horrible and error-prone hack, but unfortunately it is one that is needed for playing audio and crearing pixmaps. Having the constant here is at least marginally better than the previous practice of having the constant 16 all over the place...
-
Jack Jansen authored
textual messages) - Plugged a memory leak or two
-
Jack Jansen authored
-
Jack Jansen authored
-
Jack Jansen authored
buffer address.
-
Guido van Rossum authored
-
- 02 Apr, 1997 10 commits
-
-
Fred Drake authored
Para. 1: ...that reads and writes a string buffer... ^ ^ Para. 3: ...can be called at any time to retrieve the... XXXXXXXXXXXX ^^^^^ ...entire contents of the entire ``file'' ... ^^^^^^^ XXXXXXX Guido, I hope I'm not stomping too far afield, but these seem pretty clear to me.
-
Guido van Rossum authored
-
Guido van Rossum authored
-
Guido van Rossum authored
-
Guido van Rossum authored
-
Guido van Rossum authored
latex2html from collapsing it into '-'.
-
Guido van Rossum authored
Update int(), long(), float() to support string conversions.
-
Guido van Rossum authored
Change replace() arguments; remove replace1().
-
Guido van Rossum authored
It's now replace(str, old, new, maxsplit=0). Note new ordering of parameters (string first); this is more consistent with translate().
-
Guido van Rossum authored
-