- 03 Nis, 1997 8 kayıt (commit)
-
-
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 25 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ı
-
Guido van Rossum yazdı
-
Guido van Rossum yazdı
-
Guido van Rossum yazdı
-
Guido van Rossum yazdı
-
Guido van Rossum yazdı
-
Guido van Rossum yazdı
-
Guido van Rossum yazdı
-
Guido van Rossum yazdı
Print correct name in fatal error from PyErr_Print.
-
Guido van Rossum yazdı
-
Guido van Rossum yazdı
-
Guido van Rossum yazdı
-
Guido van Rossum yazdı
-
Guido van Rossum yazdı
-
Guido van Rossum yazdı
Changed numericprog regexpr to make it faster to check. Removed now unnecessary checks for os.curdir, os.pardir.
-
- 01 Nis, 1997 1 kayıt (commit)
-
-
Guido van Rossum yazdı
Add __members__ attribute.
-
- 31 Mar, 1997 5 kayıt (commit)
-
-
Guido van Rossum yazdı
though the checkin message failed to note that).
-
Guido van Rossum yazdı
-
Guido van Rossum yazdı
-
Guido van Rossum yazdı
2. Fix two bugs in complex(): - Memory leak when using complex(classinstance) -- r was never DECREF'ed. - Conversion of the second argument, if not complex, was done using the type vector of the 1st.
-
Guido van Rossum yazdı
Added test that ensures that int() and long() truncate float numbers towards zero.
-
- 27 Mar, 1997 1 kayıt (commit)
-
-
Guido van Rossum yazdı
-