- 18 Agu, 1998 5 kayıt (commit)
-
-
Jack Jansen yazdı
-
Jack Jansen yazdı
the continuous name conflicts which cause the wrong config.c to be found.
-
Jack Jansen yazdı
-
Jack Jansen yazdı
(Just).
-
Barry Warsaw yazdı
a method definition has args that span multiple lines; be sure to go to the beginning of the method definition -- but watch out for the match-data!
-
- 17 Agu, 1998 2 kayıt (commit)
-
-
Fred Drake yazdı
-
Fred Drake yazdı
<oli@rhein-zeitung.de>.
-
- 14 Agu, 1998 3 kayıt (commit)
-
-
Fred Drake yazdı
Lorenzo M. Catucci <lorenzo@argon.roma2.infn.it>.
-
Fred Drake yazdı
quote, not single quotes. Ugh.
-
Andrew M. Kuchling yazdı
Simplify the patterns in the examples for re.split
-
- 13 Agu, 1998 14 kayıt (commit)
-
-
Jeremy Hylton yazdı
I had to make a slight diddle to work with Python 1.4, which we and some of our customers are still using. :( I've also made a few minor enhancements: - You can now both get and set the memo using a 'memo' attribute. This is handy for certain advanced applications that we have. - Added a 'binary' attribute to get and set the binary mode for a pickler. - Added a somewhat experimental 'fast' attribute. When this is set, objects are not placed in the memo during pickling. This should lead to faster pickling and smaller pickles in cases where: o you *know* there are no circular references, and o either you've: - preloaded the memo with class information by pickling classes in non-fast mode or by manipilating the memo directly, or - aren't pickling instances.
-
Fred Drake yazdı
-
Fred Drake yazdı
ones. Get the <IMG> width & height right. New design for the navigation bars, including the document title as well as the navigation links/buttons.
-
Jeremy Hylton yazdı
instead of a list, turn it into a list containing that string. This avoids an apparently common newbie mistake -- passing in a single string for the destination and have it treated as a sequence of characters.
-
Fred Drake yazdı
-
Guido van Rossum yazdı
-
Fred Drake yazdı
Cool!
-
Guido van Rossum yazdı
Previously, this said "unsubscriptable object"; in 1.5.1, the reverse problem existed, where None[''] would complain about a non-integer index. This fix does the right thing in all cases (for get, set and del item).
-
Guido van Rossum yazdı
-
Jack Jansen yazdı
SIOUX, Tcl and Tk also need to be rebuilt (and tcl/tk need work)
-
Guido van Rossum yazdı
-
Guido van Rossum yazdı
Win32 in Debug mode).
-
Guido van Rossum yazdı
-
Guido van Rossum yazdı
-
- 12 Agu, 1998 16 kayıt (commit)
-
-
Fred Drake yazdı
Added --all to produce all formats at once.
-
Fred Drake yazdı
-
Fred Drake yazdı
-
Fred Drake yazdı
-
Guido van Rossum yazdı
strategy to read from the end of the file.
-
Fred Drake yazdı
-
Fred Drake yazdı
detailed build rules to the subdirs. Allow pretty much every useful target to be built directly from the top dir (no change in output location).
-
Fred Drake yazdı
with the parent Makefile. Will also force the auxillary files to be created if they need to be.
-
Fred Drake yazdı
-
Fred Drake yazdı
-
Fred Drake yazdı
-
Fred Drake yazdı
document. The main Makefile will only contain rules and "system" dependencies.
-
cvs2svn yazdı
-
Guido van Rossum yazdı
-
Guido van Rossum yazdı
-
Guido van Rossum yazdı
-