- 18 Aug, 1998 8 commits
-
-
Jack Jansen authored
-
Jack Jansen authored
-
Jack Jansen authored
-
Jack Jansen authored
-
Jack Jansen authored
the continuous name conflicts which cause the wrong config.c to be found.
-
Jack Jansen authored
-
Jack Jansen authored
(Just).
-
Barry Warsaw authored
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 Aug, 1998 2 commits
-
-
Fred Drake authored
-
Fred Drake authored
<oli@rhein-zeitung.de>.
-
- 14 Aug, 1998 3 commits
-
-
Fred Drake authored
Lorenzo M. Catucci <lorenzo@argon.roma2.infn.it>.
-
Fred Drake authored
quote, not single quotes. Ugh.
-
Andrew M. Kuchling authored
Simplify the patterns in the examples for re.split
-
- 13 Aug, 1998 14 commits
-
-
Jeremy Hylton authored
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 authored
-
Fred Drake authored
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 authored
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 authored
-
Guido van Rossum authored
-
Fred Drake authored
Cool!
-
Guido van Rossum authored
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 authored
-
Jack Jansen authored
SIOUX, Tcl and Tk also need to be rebuilt (and tcl/tk need work)
-
Guido van Rossum authored
-
Guido van Rossum authored
Win32 in Debug mode).
-
Guido van Rossum authored
-
Guido van Rossum authored
-
- 12 Aug, 1998 13 commits
-
-
Fred Drake authored
Added --all to produce all formats at once.
-
Fred Drake authored
-
Fred Drake authored
-
Fred Drake authored
-
Guido van Rossum authored
strategy to read from the end of the file.
-
Fred Drake authored
-
Fred Drake authored
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 authored
with the parent Makefile. Will also force the auxillary files to be created if they need to be.
-
Fred Drake authored
-
Fred Drake authored
-
Fred Drake authored
-
Fred Drake authored
document. The main Makefile will only contain rules and "system" dependencies.
-
cvs2svn authored
-