summaryrefslogtreecommitdiffstats
path: root/Lib/distutils/command
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* 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