- 16 Sep, 2000 29 commits
-
-
Greg Ward authored
Dropped the 'collapse_ws' option and replaced it with 'collapse_join' -- it's *much* faster (no 're.sub()') and this is the reason I really added 'collapse_ws', ie. to remove leading whitespace from a line being joined to the previous line.
-
Guido van Rossum authored
This fixes the first half of bug #110611: the immediate exit when ^C is hit when readline and threads are configured. Also added a new module variable, readline.library_version.
-
Guido van Rossum authored
PyOS_setsig(), instead of directly calling signal() or sigaction(). This fixes the second half of bug #110611: the mysterious ignoring of the first ^C when readline isn't used.
-
Guido van Rossum authored
sigaction() (if HAVE_SIGACTION is defined).
-
Guido van Rossum authored
PyOS_setsig().
-
Guido van Rossum authored
(Is there no macro to document a typedef?) Fred, please check my latex!
-
Greg Ward authored
(eg. "bdist_dumb", to generate both ZIP and tar archives in the same run), tell all but the last run to keep temp files -- this just gets rid of the need to pseudo-install the same files multiple times.
-
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 11 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
-