- 10 Apr, 2000 13 commits
-
-
Guido van Rossum authored
-
Guido van Rossum authored
-
Greg Ward authored
to account for it not being defined in the constructor.
-
Guido van Rossum authored
In line with a similar checkin to object.c a while ago, this patch gives a more descriptive error message for an attribute error on a class instance. The message now looks like: AttributeError: 'Descriptor' instance has no attribute 'GetReturnType'
-
Guido van Rossum authored
to prevent possible buffer overruns.
-
Guido van Rossum authored
-
Greg Ward authored
-
Greg Ward authored
crashing when self.force not defined. Revise 'copy_file()' and 'copy_tree()' docstrings accordingly. Remove 'hasattr()' check for 'self.force' from 'make_file()'.
-
Greg Ward authored
'get_python_lib()'.
-
Greg Ward authored
-
Greg Ward authored
timestamps), so every build_* command has 'self.force', which follows the 'build' command if not set by the user.
-
Greg Ward authored
to all commands in the same way. Several Command methods now either expect 'self.force' to be defined, or check if it is defined and assume it's false if not.
-
Greg Ward authored
-
- 09 Apr, 2000 17 commits
-
-
Greg Ward authored
-
Greg Ward authored
Started writing the "Standard Build and Install" section.
-
Just van Rossum authored
-
Just van Rossum authored
-
Just van Rossum authored
-
Just van Rossum authored
-
Just van Rossum authored
-
Jack Jansen authored
-
Jack Jansen authored
-
Jack Jansen authored
-
Greg Ward authored
Distutils manual.
-
Greg Ward authored
checking it in so I can move things around in the CVS repository.
-
Greg Ward authored
(also needed by inst.tex).
-
Greg Ward authored
Added code to include source files from 'build_clib' command to default file list -- currently this won't work, since 'build_clib' doesn't have a 'get_source_files()' method!
-
Greg Ward authored
-
Greg Ward authored
-
Greg Ward authored
Python library hoping to find out more about the Distutils.
-
- 08 Apr, 2000 3 commits
-
-
Jack Jansen authored
-
Jack Jansen authored
-
Fred Drake authored
-
- 07 Apr, 2000 7 commits
-
-
Fred Drake authored
process.
-
Fred Drake authored
-
Jack Jansen authored
-
Jack Jansen authored
-
Jack Jansen authored
-
Fred Drake authored
-
Fred Drake authored
The copytree function doesn't pass the symlinks parameter in recursicve calls
-