- 07 Ock, 1999 1 kayıt (commit)
-
-
Guido van Rossum yazdı
-
- 06 Ock, 1999 23 kayıt (commit)
-
-
Guido van Rossum yazdı
format, can produce different pickle strings for the same object.
-
Guido van Rossum yazdı
- add example of string literal concatenation - add clarifying comment to the example of the if statement
-
Guido van Rossum yazdı
was actually clearer!
-
Guido van Rossum yazdı
-
Jeremy Hylton yazdı
patch from Grzegorz Makarewicz & Rafal Smotrzyk.
-
Guido van Rossum yazdı
Patch (again) by Sean Reifschneider.
-
Fred Drake yazdı
-
Andrew M. Kuchling yazdı
fragment, and/or parameter information. 3 cases added to the test suite to check for this bug.
-
Guido van Rossum yazdı
-
Guido van Rossum yazdı
-
Guido van Rossum yazdı
(Slightly modified to isolate the test for various funcs more.)
-
Guido van Rossum yazdı
(This also redoes my previous patch, but better.)
-
Guido van Rossum yazdı
(Really: moved a bunch of defs to longobject.h.)
-
Guido van Rossum yazdı
-
Guido van Rossum yazdı
He also fixes thread-related evil that caused core dumps.
-
Guido van Rossum yazdı
Also added access() and ttyname() by Sean Reifschneider.
-
Guido van Rossum yazdı
-
Fred Drake yazdı
-
Fred Drake yazdı
-
Fred Drake yazdı
functions (from comments).
-
Greg Ward yazdı
get_config_h_filename, get_makefile_filename, parse_config_h, and parse_makefile.
-
Guido van Rossum yazdı
Doc-string-ified the lead comments. Added auto call of test() when run as script.
-
Guido van Rossum yazdı
-
- 05 Ock, 1999 10 kayıt (commit)
-
-
Fred Drake yazdı
Document that the whatsound module is obsolete.
-
Fred Drake yazdı
-
Fred Drake yazdı
data file used by buildindex.py. next_argument_id(): Removed; no longer used. next_argument(): Doesn't use next_argument_id(), just does the work. gen_target(), gen_target_name(): Removed, no longer used. The only place that used them now does the (trivial) work directly. Lots of little changes so we never have to pass around $br_id values all over the place. The only places they're used now new IDs are generated as needed.
-
Fred Drake yazdı
-
Fred Drake yazdı
-
Guido van Rossum yazdı
with trailing garbage generated by some broke uuencoders.
-
Guido van Rossum yazdı
w.scroll(). (It then calls wscrl(win, nlines) instead of scoll(win).)
-
Fred Drake yazdı
script.
-
Fred Drake yazdı
\methodline. Fixed up support for \withsubitem, hopefully improving the fidelity of the index a bit.
-
Guido van Rossum yazdı
-
- 04 Ock, 1999 6 kayıt (commit)
-
-
Fred Drake yazdı
-
Guido van Rossum yazdı
-
Guido van Rossum yazdı
-
Fred Drake yazdı
complaint about 98.2b8 problems.
-
Guido van Rossum yazdı
in autoexec.bat in order to find the Tcl DLLs -- Tkinter calls FixTk which will hunt around in a few common places and then set PATH and try again, or else issue a big clarifying error message.
-
Guido van Rossum yazdı
calls was used instead of a single PyArg_ParseTuple call with an optional argument.
-