- 16 Eyl, 2000 25 kayıt (commit)
-
-
Guido van Rossum yazdı
PyOS_setsig().
-
Guido van Rossum yazdı
(Is there no macro to document a typedef?) Fred, please check my latex!
-
Greg Ward yazdı
(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 yazdı
-
Greg Ward yazdı
-
Greg Ward yazdı
-
Greg Ward yazdı
Run "install" the right way, by calling 'run_command()'.
-
Greg Ward yazdı
-
Greg Ward yazdı
real implementation in Distribution.
-
Greg Ward yazdı
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 yazdı
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 yazdı
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 yazdı
This replaces the tilde character with the string ";SPMtilde;", which LaTeX2HTML converts to a tilde on output.
-
Fred Drake yazdı
document.
-
Fred Drake yazdı
advertised as the canonical form.
-
Fred Drake yazdı
-
Fred Drake yazdı
-
Fred Drake yazdı
-
Fred Drake yazdı
-
Tim Peters yazdı
-
Tim Peters yazdı
FRED, please check my monkey-see-monkey-do Tex fiddling!
-
Greg Ward yazdı
-
Greg Ward yazdı
-
Greg Ward yazdı
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 yazdı
-
- 15 Eyl, 2000 15 kayıt (commit)
-
-
Jack Jansen yazdı
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 yazdı
- document some of the tricky tests (hopefully correctly :)
-
Fred Drake yazdı
-
Fred Drake yazdı
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 yazdı
use. Change the list of flag values for open() to a table. Markup consistency nits.
-
Jeremy Hylton yazdı
query string also some doc string reformatting and use of string methods instead of older string.splitfields
-
Neil Schemenauer yazdı
they are dead. Fixes bug #113812.
-
Fred Drake yazdı
this effect. This address one aspect of SourceForge bug #113797.
-
Barry Warsaw yazdı
message and Python version number and exit immediately. Closes patch #101496.
-
Barry Warsaw yazdı
-
Paul Prescod yazdı
-
Skip Montanaro yazdı
-
Skip Montanaro yazdı
-
Paul Prescod yazdı
document element.
-
Guido van Rossum yazdı
crashed on an assert.
-