- 22 May, 2000 1 commit
-
-
Guido van Rossum authored
-
- 21 May, 2000 1 commit
-
-
Guido van Rossum authored
is no index.htm[l] file, and when it is called, it also spits out the headers. When an index.htm[l] file is present, the regular (file access) path is followed. Also, when the guessed content-type matches text/*, open the file in text mode; otherwise in binary mode.
-
- 20 May, 2000 7 commits
-
-
Greg Ward authored
destination path, otherwise show just the directory.
-
Greg Ward authored
objects, it now has method names. Added three methods, 'has_lib()', 'has_scripts()', and 'has_data()' to determine if we need to run each of the three possible sub-commands. Added 'get_sub_commands()' to take care of finding the methods named in 'sub_commands', running them, and interpreting the results to build a list of sub-commands that actually have to be run.
-
Greg Ward authored
have any Python modules to install (rather than bomb when we try to copy a non-existent directory).
-
Greg Ward authored
-
Greg Ward authored
-
Greg Ward authored
implemented by subclasses, since they are needed by 'gen_lib_options()'.
-
Greg Ward authored
and 'link_shared_lib()'. In MSVCCompiler, this is meaningful: it adds /EXPORT: options to the linker command line. In UnixCCompiler, it is ignored.
-
- 19 May, 2000 1 commit
-
-
Guido van Rossum authored
-
- 18 May, 2000 2 commits
-
-
Guido van Rossum authored
-
Fred Drake authored
Francois Pinard.
-
- 17 May, 2000 1 commit
-
-
Jack Jansen authored
-
- 16 May, 2000 1 commit
-
-
Fred Drake authored
BeOS (up to 5.0) lacks <netinet/tcp.h>.
-
- 15 May, 2000 2 commits
-
-
Jack Jansen authored
Blacklist HRDisposeReference and call it in the dispose routine.
-
Jack Jansen authored
-
- 14 May, 2000 1 commit
-
-
Jack Jansen authored
-
- 13 May, 2000 20 commits
-
-
Gregory P. Smith authored
Added some guiding comments.
-
Gregory P. Smith authored
-
Gregory P. Smith authored
(Completely uninspected and untested by me, this is just to get the code into CVS!)
-
Gregory P. Smith authored
have to worry about "or []" in 'get_outputs()'.
-
Gregory P. Smith authored
rather than 'data'.
-
Gregory P. Smith authored
-
Gregory P. Smith authored
'get_inputs()'.
-
Gregory P. Smith authored
new flexibility, specifically the 'root' option. Now, we just use "install" to do a fake installation into a temporary directory (the 'bdist_dir' option, which derives from the 'bdist_base' option of "bdist"), and then tar/zip up that directory. This means that dumb built distributions are now relative to the root directory, rather than the prefix or exec-prefix; this is probably a feature, but does make them slightly less flexible.
-
Gregory P. Smith authored
"bdist" command rather than "build".
-
Gregory P. Smith authored
-
Gregory P. Smith authored
file to write the list of installed files to.
-
Gregory P. Smith authored
the list returned by 'get_outputs()', thanks to changes in the "install_lib" command.
-
Gregory P. Smith authored
to ensure that compiled bytecode files are considered part of the output of the "install_lib" command.
-
Gregory P. Smith authored
last (after writing list of installed files) -- that way, the warning is more visible.
-
Gregory P. Smith authored
installed files to INSTALLED_FILES.
-
Gregory P. Smith authored
top-level temporary directory for creating built distributions. (Won't work yet, since the "build" command doesn't yet have a 'build_bdist' option, and none of the "bdist" commands support it yet.)
-
Gregory P. Smith authored
variable. (Is this really needed? Can we drop it when the config file mechanism allows users to set compiler flags in setup.cfg?)
-
Gregory P. Smith authored
the 'no_format_option' class attribute.
-
Gregory P. Smith authored
-
Gregory P. Smith authored
correctly ensure that it's 'dirname' exists.
-
- 12 May, 2000 3 commits
-
-
Jack Jansen authored
-
Jack Jansen authored
-
Jack Jansen authored
-