- 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 18 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
-
Guido van Rossum authored
-
Guido van Rossum authored
-
Guido van Rossum authored
-
Guido van Rossum authored
-
Guido van Rossum authored
-
- 11 Aug, 1998 5 commits
-
-
Guido van Rossum authored
The registry always comes first and the default is always appended.
-
Jeremy Hylton authored
1. Only DECREF the class's module when the module is retrieved via PyImport_Import. If it is retrieved from the modules dictionary with PyDict_GetItem, it is using a borrowed reference. 2. If the module doesn't define the desired class, raise the same SystemError that pickle.py does instead of returning an AttributeError (which is cryptic at best). Also, fix the PyArg_ParseTuple in cpm_loads (the externally visible loads) function: Use "S" instead of "O" because cStringIO will croak with a "bad arguments to internal function" if passed anything other than a string.
-
Fred Drake authored
-
Fred Drake authored
-
Fred Drake authored
-