summaryrefslogtreecommitdiffstats
path: root/Lib/distutils/command
Commit message (Expand)AuthorAgeFilesLines
* Changed '__rcsid__' to '__revision__'.Greg Ward2000-03-0211-11/+11
* If the "build_lib" command built any C libraries, link with them allGreg Ward2000-03-021-3/+12
* Added command description.Greg Ward2000-03-022-28/+96
* Build reorg:Greg Ward2000-03-011-16/+41
* Build reorg:Greg Ward2000-03-011-12/+43
* Build reorg: change 'build_dir' option to 'build_lib'.Greg Ward2000-03-011-8/+8
* Unfinished, untested implementation of the lovely baroque installation schemeGreg Ward2000-02-264-183/+118
* Fix from est@hyperreal.org: missing initialize in 'find_defaults()'.Greg Ward2000-02-241-0/+1
* Renamed 'set_default_options()' to 'initialize_options()', andGreg Ward2000-02-1810-28/+28
* Renamed all 'options' class attributes to 'user_options'.Greg Ward2000-02-1810-105/+115
* Renamed all command classes so they're exactly the same as the name of theGreg Ward2000-02-1810-10/+10
* Changed 'dist' to 'sdist'.Greg Ward2000-02-181-1/+1
* The 'sdist' command to create a source distribution. This is derived from theGreg Ward2000-02-171-0/+716
* The 'dist' command is dead -- long live the 'sdist' command!Greg Ward2000-02-171-558/+0
* Path from Thomas Heller: resurrect the .def file kludge while preserving theGreg Ward2000-02-101-2/+14
* Added 'debug' option, and changed compile/link calls to use it.Greg Ward2000-02-093-10/+30
* Added 'debug' option (just there for 'build_ext' and 'build_lib' commandsGreg Ward2000-02-091-0/+3
* Ditch .def file kludge for (much smaller) /export option kludge.Greg Ward2000-02-081-12/+1
* Run the 'build_lib' command before building extensions, if necessary.Greg Ward2000-02-051-0/+6
* New command to build C (and C++, hopefully) libraries needed by extensionsGreg Ward2000-02-052-0/+322
* Tweaked various comments, docstrings, and error messages.Greg Ward2000-02-051-2/+12
* Improved an error message.Greg Ward2000-02-031-2/+5
* Patch from Joe Van Andel: fix arg to % operator in warning.Greg Ward2000-02-021-2/+2
* Allow either README or README.txt as a "standard file".Greg Ward2000-01-301-4/+16
* Added 'description' class attribute to every command class (to help theGreg Ward2000-01-308-6/+26
* Added 'dist' command.Greg Ward2000-01-301-0/+2
* Added missing run of corresponding 'build' command.Greg Ward2000-01-303-0/+9
* Fix indentation bug.Greg Ward2000-01-171-2/+2
* Added missing import.Greg Ward2000-01-171-8/+23
* Added code to use Jim Ahlstrom's zipfile.py module if the external zipGreg Ward2000-01-171-5/+32
* Always run sys.prefix and sys.exec_prefix through 'os.path.normpath()'Greg Ward2000-01-171-4/+4
* Ditch unneeded imports.Greg Ward2000-01-171-1/+0
* Typo fix: 'file.warn' should have been 'manifest.warn' in a couple of places.Greg Ward2000-01-091-5/+5
* Catch errors from 'rmtree' and emit a warning.Greg Ward1999-12-161-2/+10
* Use 'search', not 'match', on filename pattern regexes.Greg Ward1999-12-131-2/+2
* Catch missing MANIFEST file and warn rather than blowing up.Greg Ward1999-12-121-3/+27
* Fixed 'find_package_modules()' to ensure that we never build (and thusGreg Ward1999-12-121-11/+24
* Changed 'build_extensions()' so 'sources' can be a list or tuple; andGreg Ward1999-12-121-3/+4
* [from 1999-11-04]Greg Ward1999-12-031-5/+14
* Don't assume GNU tar -- generate tar file and compress in separate steps.Greg Ward1999-10-231-12/+23
* Removed massive comment speculating about needlessly complex variationsGreg Ward1999-10-231-139/+0
* Fix how we run 'zip' -- give explicit .zip extension.Greg Ward1999-10-231-1/+1
* Filter 'glob()' results so we only look at regular files.Greg Ward1999-10-031-2/+2
* Pass 'force' flag to 'new_compiler()'.Greg Ward1999-10-031-2/+3
* Don't import what we don't use.Greg Ward1999-10-031-1/+1
* Tweaked verbosity messages for byte-compilation.Greg Ward1999-10-032-4/+4
* Added 'list_only' option (and modified 'run()' to respect it).Greg Ward1999-09-291-1/+9
* New command to generate source distribution based on a manifest file.Greg Ward1999-09-291-0/+590
* Added 'package' option.Greg Ward1999-09-291-7/+44
* Renamed 'dir' option to be consistent with other commands.Greg Ward1999-09-291-35/+66