summaryrefslogtreecommitdiffstats
path: root/Lib/distutils/command
Commit message (Expand)AuthorAgeFilesLines
* Added code to blow away the pseudo-installation tree and a 'keep_tree'Greg Ward2000-03-311-1/+10
* Oops, got a little too enthusiastic deleting code in that last revision:Greg Ward2000-03-311-0/+1
* Rename 'formats' option to 'format', and remove the ability to generateGreg Ward2000-03-311-20/+16
* Import from 'types' module.Greg Ward2000-03-311-0/+3
* Removed some old test code: don't set 'plat' when calling 'new_compiler()'.Greg Ward2000-03-311-2/+1
* Patch (mostly) from Thomas Heller for building on Windows:Greg Ward2000-03-311-11/+36
* Added 'bdist' and 'bdist_dumb'.Greg Ward2000-03-311-0/+2
* The 'bdist_dumb' command, the first worker bee for use by 'bdist'. This isGreg Ward2000-03-311-0/+131
* The 'bdist' command, for creating "built" (binary) distributions.Greg Ward2000-03-311-0/+70
* Added 'get_inputs()'.Greg Ward2000-03-311-0/+20
* Fixed 'get_outputs()' so it actually works.Greg Ward2000-03-311-4/+16
* Changed to use the new 'has_pure_modules()' and 'has_ext_modules()' methodsGreg Ward2000-03-311-52/+19
* Oops: 'build_extensions()' no longer takes an 'extensions' list.Greg Ward2000-03-301-1/+1
* Put the Python "system" include dir last, rather than first.Greg Ward2000-03-291-1/+3
* Patch inspired by Bastian Kleineidam <calvin@cs.uni-sb.de>:Greg Ward2000-03-291-12/+7
* Moved the guts of 'make_tarball()' and 'make_zipfile()' to distutils.utilGreg Ward2000-03-291-53/+4
* Added 'build_clib'; replaced 'install_py' and 'install_ext' with 'install_lib'.Greg Ward2000-03-291-2/+2
* Be sure to run both 'build_py' and 'build_ext', now that this commandGreg Ward2000-03-291-5/+47
* Changed so the sub-commands we rely on to do the real work is specifiedGreg Ward2000-03-291-4/+24
* Use the new 'has_pure_modules()', 'has_ext_modules()', 'has_c_libraries()'Greg Ward2000-03-291-3/+3
* Added 'get_outputs()' in prepartion for the 'bdist' command.Greg Ward2000-03-291-8/+29
* Deleted some crufty comments and code.Greg Ward2000-03-291-36/+49
* Fixed a bunch of screwed-up logic and inconsistent terminology.Greg Ward2000-03-261-19/+33
* Fixed the class name.Greg Ward2000-03-231-1/+1
* Revised tons of comments to reflect the current state of affairs better.Greg Ward2000-03-221-72/+39
* Run 'install_lib' instead of 'install_py', and ditch 'install_ext'Greg Ward2000-03-221-13/+4
* Renamed install_py.py to install_lib.py, since it now handles installing allGreg Ward2000-03-221-76/+0
* Obsolete command -- no longer relevant since we now build all modules, pureGreg Ward2000-03-221-43/+0
* Dropped any notion of allowing the user to specify the build directories:Greg Ward2000-03-221-13/+10
* Yet another complete rewrite. Hopefully the *last* complete rewrite ofGreg Ward2000-03-221-129/+299
* Fix how we set 'build_dir' and 'install_dir' options from 'install' options --Greg Ward2000-03-221-2/+2
* Took out what looks like old debugging code that probably should neverGreg Ward2000-03-221-2/+1
* Simplified doc string.Greg Ward2000-03-181-11/+2
* Tweaked all over:Greg Ward2000-03-181-9/+29
* Patch from Bastian Kleineidam <calvin@cs.uni-sb.de>:Greg Ward2000-03-181-16/+2
* Contribution from Bastian Kleineidam <calvin@cs.uni-sb.de>:Greg Ward2000-03-181-0/+44
* In 'finalize_options()': if 'self.libs' is a string, make it a singleton list.Greg Ward2000-03-181-0/+3
* Catch up with change to CCompiler API: call 'create_static_lib()', notGreg Ward2000-03-101-3/+3
* Don't pass 'keep_dir' to 'compile()' method of CCompiler -- no longer used.Greg Ward2000-03-061-1/+0
* Don't pass 'keep_dir' to 'compile()' method of CCompiler -- no longer used.Greg Ward2000-03-061-3/+4
* Typo fix.Greg Ward2000-03-031-1/+1
* Renamed 'build_lib' command to 'build_clib':Greg Ward2000-03-024-209/+7
* 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