- 09 Nis, 1997 7 kayıt (commit)
-
-
Guido van Rossum yazdı
-
Guido van Rossum yazdı
-
Guido van Rossum yazdı
-
Guido van Rossum yazdı
with cPickle.
-
Guido van Rossum yazdı
#backslashes, and other stuff I don't know.
-
Jack Jansen yazdı
-
Jack Jansen yazdı
the Python interface, unfortunately. Added a few calls that were blacklisted for no apparent reason.
-
- 08 Nis, 1997 9 kayıt (commit)
-
-
Guido van Rossum yazdı
-
Guido van Rossum yazdı
-
Jack Jansen yazdı
-
Jack Jansen yazdı
-
Jack Jansen yazdı
Started working on MSL support
-
Jack Jansen yazdı
-
Jack Jansen yazdı
-
Jack Jansen yazdı
-
Guido van Rossum yazdı
# 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 Nis, 1997 2 kayıt (commit)
-
-
Guido van Rossum yazdı
-
Guido van Rossum yazdı
In interactive mode, do generate code for single-string statements.
-
- 03 Nis, 1997 11 kayıt (commit)
-
-
Guido van Rossum yazdı
-
Guido van Rossum yazdı
-
Guido van Rossum yazdı
-
Guido van Rossum yazdı
all locals to be upped by one when `from <module> import <whatever>' was executed.
-
Guido van Rossum yazdı
-
Jack Jansen yazdı
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 yazdı
textual messages) - Plugged a memory leak or two
-
Jack Jansen yazdı
-
Jack Jansen yazdı
-
Jack Jansen yazdı
buffer address.
-
Guido van Rossum yazdı
-
- 02 Nis, 1997 11 kayıt (commit)
-
-
Fred Drake yazdı
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 yazdı
-
Guido van Rossum yazdı
-
Guido van Rossum yazdı
-
Guido van Rossum yazdı
-
Guido van Rossum yazdı
latex2html from collapsing it into '-'.
-
Guido van Rossum yazdı
Update int(), long(), float() to support string conversions.
-
Guido van Rossum yazdı
Change replace() arguments; remove replace1().
-
Guido van Rossum yazdı
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 yazdı
-
Guido van Rossum yazdı
-