summaryrefslogtreecommitdiffstats
path: root/Lib/distutils
Commit message (Expand)AuthorAgeFilesLines
* Fixed a bunch of screwed-up logic and inconsistent terminology.Greg Ward2000-03-261-19/+33
* Added 'runtime_library_dirs' parameter to 'link_*()' methods, and warn thatGreg Ward2000-03-261-6/+11
* Added 'runtime_library_dirs' parameter to 'link_*()' methods, and changed toGreg Ward2000-03-261-9/+13
* Added 'runtime_library_dirs' parameter to 'link_*()' methods.Greg Ward2000-03-261-28/+43
* Import fix.Greg Ward2000-03-231-1/+1
* Fixed '_nt_quote_args()': backwards logic reversed, and now it actuallyGreg Ward2000-03-231-2/+2
* 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 the evil and misguided 'set_peer_option()' method -- it's noGreg Ward2000-03-221-20/+0
* Dropped any notion of allowing the user to specify the build directories:Greg Ward2000-03-221-13/+10
* Improved an error message in 'mkpath()'.Greg Ward2000-03-221-7/+47
* Renamed 'install_path' to 'extra_path'.Greg Ward2000-03-221-2/+6
* 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
* Oops! Don't call 'ensure_ready()' in 'Distribution.find_command_obj()' --Greg Ward2000-03-181-2/+3
* Tweaked all over:Greg Ward2000-03-181-9/+29
* Patch from Bastian Kleineidam <calvin@cs.uni-sb.de>:Greg Ward2000-03-181-16/+2
* Patch from Bastian Kleineidam <calvin@cs.uni-sb.de>: added 'remove_tree()'.Greg Ward2000-03-181-1/+20
* 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
* Changed to pay attention to the 'runtime_library_dirs' list (= 'rpath'Greg Ward2000-03-183-4/+20
* Catch up with change to CCompiler API: call 'create_static_lib()', notGreg Ward2000-03-101-3/+3
* Renamed 'link_static_lib() to 'create_static_lib()', and rewrote it createGreg Ward2000-03-101-25/+15
* Renamed 'link_static_lib() to 'create_static_lib()'.Greg Ward2000-03-102-18/+19
* There are a few places which can raise DistutilsPlatformError; makeFred Drake2000-03-091-41/+54
* Added Joe Van Andel's 'get_python_inc()', adapted by me to supplyGreg Ward2000-03-091-15/+80
* Patch from Corran Webster <cwebster@nevada.edu> (tweaked for style by me):Greg Ward2000-03-071-0/+11
* Patch from Corran Webster <cwebster@nevada.edu>: add '_init_mac()'.Greg Ward2000-03-071-0/+22
* Added 'native_path()' for use on pathnames from the setup script: split onGreg Ward2000-03-071-0/+28
* Added '_nt_quote_args()' to deal with whitespace in command-line argumentsGreg Ward2000-03-071-5/+22
* Rewrote 'newer_pairwise(): more natural (and incompatible) interface,Greg Ward2000-03-061-12/+13
* Serious overhaul of the C compiler interface and the two classes thatGreg Ward2000-03-063-362/+400
* 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
* Fixed 'mkpath()' to accept empty string silently (it's just the current dir).Greg Ward2000-03-031-9/+11
* Renamed 'build_lib' command to 'build_clib':Greg Ward2000-03-024-209/+7
* Changed '__rcsid__' to '__revision__'.Greg Ward2000-03-0220-20/+20
* 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
* In the 'compile()' method: preserve the directory portion of sourceGreg Ward2000-03-021-2/+7
* In compile/link methods: ensure that the directory we expect to be writing toGreg Ward2000-03-011-1/+6
* Added 'mkpath()' method: convenience wrapper around 'util.mkpath()' that addsGreg Ward2000-03-011-1/+4
* Added call to 'ensure_ready()' on the command object inGreg Ward2000-03-011-0/+1
* Added 'get_platform()' to construct a string that identifies the currentGreg Ward2000-03-011-1/+19