- 16 Sep, 2000 22 commits
-
-
Greg Ward authored
-
Greg Ward authored
-
Greg Ward authored
-
Greg Ward authored
Run "install" the right way, by calling 'run_command()'.
-
Greg Ward authored
-
Greg Ward authored
real implementation in Distribution.
-
Greg Ward authored
the command's sub-commands as well (off by default). This is essential if we want to be be able to run (eg.) "install" twice in one run, as happens when generating multiple built distributions in one run.
-
Greg Ward authored
families" -- eg. install and its brood, build and its brood, and so forth. Specifically: added the 'sub_commands' class attribute (empty list, sub- classes must override it) and a comment describing it, and the 'get_sub_commands()' method.
-
Greg Ward authored
meant removing 'get_sub_commands()', and moving the 'sub_commands' class attribute to the end and restructuring it to conform to the new regime.
-
Fred Drake authored
This replaces the tilde character with the string ";SPMtilde;", which LaTeX2HTML converts to a tilde on output.
-
Fred Drake authored
document.
-
Fred Drake authored
advertised as the canonical form.
-
Fred Drake authored
-
Fred Drake authored
-
Fred Drake authored
-
Fred Drake authored
-
Tim Peters authored
-
Tim Peters authored
FRED, please check my monkey-see-monkey-do Tex fiddling!
-
Greg Ward authored
-
Greg Ward authored
-
Greg Ward authored
with the recent change in 'get_platform()', we now have directory names like "build/lib-1.5-linux-i586". Idea and original patch by Rene Liebscher.
-
Greg Ward authored
-
- 15 Sep, 2000 18 commits
-
-
Jack Jansen authored
This will eventually evolve into a package that creates CodeWarrior projects from templates (for distutils, and possibly the standard extensions too). For now it generates a correct xml file based on sources/output/expfile, but that is about all.
-
Neil Schemenauer authored
- document some of the tricky tests (hopefully correctly :)
-
Fred Drake authored
-
Fred Drake authored
based on the available headers. Update comments on the filename extensions used to reflect library differences. Added get() and setdefault() methods to the dbm object. Added docstrings, convert all methods to PyArg_ParseTuple() so that error messages will have the method names.
-
Fred Drake authored
use. Change the list of flag values for open() to a table. Markup consistency nits.
-
Jeremy Hylton authored
query string also some doc string reformatting and use of string methods instead of older string.splitfields
-
Neil Schemenauer authored
they are dead. Fixes bug #113812.
-
Fred Drake authored
this effect. This address one aspect of SourceForge bug #113797.
-
Barry Warsaw authored
message and Python version number and exit immediately. Closes patch #101496.
-
Barry Warsaw authored
-
Paul Prescod authored
-
Skip Montanaro authored
-
Skip Montanaro authored
-
Paul Prescod authored
document element.
-
Guido van Rossum authored
crashed on an assert.
-
Guido van Rossum authored
This closes bug #110660.
-
Fred Drake authored
related to the BSD DB library. Based on comments from Mark Summerfield <summer@netcraft.com>.
-
Jeremy Hylton authored
Strings are unpickled by calling eval on the string's repr. This change makes pickle work like cPickle; it checks if the pickled string is safe to eval and raises ValueError if it is not. test suite modifications: Verify that pickle catches a variety of insecure string pickles Make test_pickle and test_cpickle use exactly the same test suite Add test for pickling recursive object
-