summaryrefslogtreecommitdiffstats
path: root/Lib/distutils/command
Commit message (Expand)AuthorAgeFilesLines
* Changed so all the help-generating functions are defined, at module-level,Greg Ward2000-06-245-41/+56
* Stylistic/formatting changes to Rene Liebscher's '--help-xxx' patch.Greg Ward2000-06-244-18/+21
* Experimental, completely untested SWIG support.Greg Ward2000-06-241-5/+74
* Fix inspired by Rene Liebscher: if setup script is newer than theGreg Ward2000-06-211-3/+26
* Delete spurious comment.Greg Ward2000-06-211-1/+0
* Build the 'outfiles' list so 'get_outputs()' has something to return.Greg Ward2000-06-212-5/+15
* Rene Liebscher: when fixing up directories with an alternate root, includeGreg Ward2000-06-211-1/+2
* Fleshed out and added a bunch of useful stuff, notably 'check_func()',Greg Ward2000-06-211-32/+176
* Pulled the MSVC++-specific hackery out to a new method, 'prelink_hook()',Greg Ward2000-06-171-36/+63
* Fixed install directory for header files on Unix.Greg Ward2000-06-171-1/+1
* Harry Henry Gebel: fix '_format_changelog()' so it doesn't bomb ifGreg Ward2000-06-081-0/+2
* Include setup.cfg in the list of default files to distribute.Greg Ward2000-06-081-1/+5
* Moved the code that prunes the file list after reading the manifestGreg Ward2000-06-081-9/+14
* Renamed 'find_defaults()' to 'add_defaults()'.Greg Ward2000-06-081-13/+5
* Docstring addition binge.Greg Ward2000-06-081-15/+44
* Docstring reformatting binge.Greg Ward2000-06-081-28/+23
* Cosmetic tweaks to imports, the 'show_formats()' function, and theGreg Ward2000-06-081-11/+19
* Made all debug output go through the 'debug_print()' method instead ofGreg Ward2000-06-081-75/+90
* Patch from Rene Liebscher: this adds "--help-foo" options to list theGreg Ward2000-06-075-14/+58
* First crack at the Distutils "config" command. Unlike other commands, thisGreg Ward2000-06-061-0/+180
* Support for multiple distribution formats in one run.Greg Ward2000-06-061-17/+18
* 'get_outputs()' now returns an empty list instead of None.Greg Ward2000-06-061-1/+1
* Fixed syntax error.Greg Ward2000-06-041-9/+14
* Use 'ensure_string_list()' for 'formats' option, so that it can beGreg Ward2000-06-041-2/+1
* Patch from Harry Henry Gebel:Greg Ward2000-06-041-59/+103
* Removed the 'ensure_*' methods -- they're just too handy too keep in oneGreg Ward2000-06-041-43/+1
* Renamed 'modules' option to 'py_modules', for consistency with DistributionGreg Ward2000-06-041-13/+13
* Patch from Harry Henry Gebel: fixes a bit of code that slipped by myGreg Ward2000-06-031-2/+1
* Only print debugging output if DEBUG true.Greg Ward2000-06-021-6/+7
* Ditched the obsolete '_get_package_data()' method and itsGreg Ward2000-06-021-142/+3
* Fairly massive overhaul to support getting RPM inputs (extra meta-data,Greg Ward2000-06-021-32/+230
* Remember the list of archive files created in 'make_distribution()'.Greg Ward2000-06-011-1/+13
* More tweaking to make this command act like other Distutils commands:Greg Ward2000-06-011-26/+29
* Regularize options a bit:Greg Ward2000-05-311-12/+19
* Renamed 'native_path()' to 'convert_path()'.Greg Ward2000-05-312-7/+7
* Overhauled to expect 'self.extensions' (taken from 'ext_modules' in theGreg Ward2000-05-311-66/+128
* Cosmetic tweak.Greg Ward2000-05-301-1/+2
* Changed order so 'clean' is right after the 'build' commands.Greg Ward2000-05-281-1/+1
* Only print debugging output if DEBUG (imported from distutils.core) is true.Greg Ward2000-05-281-14/+15
* Moved warnings out of 'finalize_options()' into 'run()'.Greg Ward2000-05-281-7/+13
* Some far-reaching naming changes:Greg Ward2000-05-279-58/+47
* Patch from Andrew Kuchling: prune out the build and source distributionGreg Ward2000-05-271-0/+7
* Tweaked description, help text.Greg Ward2000-05-271-3/+3
* Support for the "install_headers" command:Greg Ward2000-05-271-5/+22
* Added 'install_headers' command to install C/C++ header files.Greg Ward2000-05-272-0/+41
* Rene Liebscher: check if the extension file (.so or .pyd) isGreg Ward2000-05-261-19/+24
* Fixed a couple of long-hidden bugs (amazing what you find when youGreg Ward2000-05-261-6/+33
* Take the basename of the script before concatenating it with the build dir.Greg Ward2000-05-251-1/+1
* Fix to use 'change_root()' rather than directly mangling path.Greg Ward2000-05-251-1/+2
* Improvements to Bastian's build_scripts command:Greg Ward2000-05-251-31/+58