summaryrefslogtreecommitdiffstats
path: root/Lib/distutils
Commit message (Expand)AuthorAgeFilesLines
* Leave #! lines featuring /usr/bin/env aloneAndrew M. Kuchling2001-02-281-2/+4
* Placate tabnannyAndrew M. Kuchling2001-02-281-1/+1
* Bug #229280: remove '/' characters from the OS name (for BSD/OS :) )Andrew M. Kuchling2001-02-271-1/+6
* Patch #403947: On Cygwin, use the Unix compiler class, and notAndrew M. Kuchling2001-02-271-1/+4
* Patch #404275: generate a reasonable platform string for AIXAndrew M. Kuchling2001-02-271-0/+2
* Enhancements to the bdist_wininst command:Thomas Heller2001-02-191-265/+282
* This patch makes the default compiler determination more flexibleMarc-André Lemburg2001-02-191-8/+40
* Split the rpath argument into multiple paths, turning it into a list.Andrew M. Kuchling2001-02-171-0/+3
* Linking just got simpiler on AIX and BeOS (closes SF patch #103679).Neil Schemenauer2001-02-161-25/+2
* String method conversion.Eric S. Raymond2001-02-093-10/+10
* String method conversion.Eric S. Raymond2001-02-091-3/+3
* String method conversion.Eric S. Raymond2001-02-091-1/+1
* Patch #103587: Fix typo that broke the install_data command; caught byAndrew M. Kuchling2001-02-051-1/+1
* move "from stat import *" to module levelJeremy Hylton2001-01-311-1/+1
* Remove single "." components from pathnames, and return os.curdir ifJack Jansen2001-01-281-0/+4
* Data pathnames were not converted from URL-style to local style. Fixed.Jack Jansen2001-01-281-2/+4
* Added an execution layer to be able to customize per-extensionMarc-André Lemburg2001-01-261-91/+92
* In subst_vars(), change the name of the argument from str to s toJeremy Hylton2001-01-251-2/+2
* There is no more Modules/Makefile, use toplevel Makefile.Neil Schemenauer2001-01-241-1/+1
* Part of patch #102409: special cases for Cygwin:Andrew M. Kuchling2001-01-241-0/+18
* Patch #103220 from Jason Tishler:Andrew M. Kuchling2001-01-191-0/+5
* Patch #103279: sysconfig.py always looks for versions of files inAndrew M. Kuchling2001-01-171-1/+19
* Fix bugs with integer-valued variables when parsing Makefiles. ValuesAndrew M. Kuchling2001-01-161-5/+9
* Modified version of a patch from Jeremy Kloth, to make .get_outputs()Andrew M. Kuchling2001-01-161-1/+5
* Add strip_dir argument to the single call to .object_filenames(), toAndrew M. Kuchling2001-01-161-0/+1
* Fix from Jack Jansen for the Mac and the Metrowerks compiler, postedAndrew M. Kuchling2001-01-153-6/+216
* Delete unused import of pprint moduleAndrew M. Kuchling2001-01-111-1/+0
* Check in patch #102971: if library_dirs is a string, split it usingAndrew M. Kuchling2001-01-091-0/+2
* Add forgotten initialization. Fixes bug #120994, "Traceback withAndrew M. Kuchling2000-12-201-0/+1
* Update the code to better reflect recommended style:Fred Drake2000-12-121-1/+1
* Jack Jansen: added 'get_command_list()' method, and Mac-specific code toGreg Ward2000-11-111-0/+38
* Bump version to 1.0.1.Greg Ward2000-10-151-1/+1
* Removed debugging code at bottom.Greg Ward2000-10-141-8/+0
* Untabified.Greg Ward2000-10-148-14/+14
* Bastian Kleineidam: make 'check_lib()' more like AC_CHECK_LIB by addingGreg Ward2000-10-141-3/+6
* Lyle Johnson: use 'normcase()' in addition to 'normpath()' when testing ifGreg Ward2000-10-141-2/+4
* Bastian Kleineidam: fix up any supplied command-line options.Greg Ward2000-10-141-1/+16
* Recreated after installer source code changes.Thomas Heller2000-10-121-246/+246
* Bump version to 1.0.Greg Ward2000-10-031-1/+1
* Remove some debugging prints.Greg Ward2000-10-031-2/+0
* Fixed so --no-compile is a negative alias for --compile.Greg Ward2000-10-031-0/+1
* Added a long-winded comment (and commented-out comment to go with out)Greg Ward2000-10-031-1/+17
* Typo fix.Greg Ward2000-10-021-1/+1
* Added the ability to do byte-compilation at build time, currently offGreg Ward2000-10-021-5/+51
* Added --compile, --optimize options so users have an easy way toGreg Ward2000-10-021-0/+12
* Finished the overhaul of byte-compilation options: there's now a 6-wayGreg Ward2000-10-021-15/+66
* Remove the temporary byte-compilation script when we're done with it.Greg Ward2000-10-021-0/+1
* From 'run()', only call 'bytecompile()' if we actually haveGreg Ward2000-10-011-1/+1
* Tweaked 'byte_compile()' so it silently skips non-Python files, rather thanGreg Ward2000-10-011-5/+7
* Reduced the 'bytecompile()' method to a one-line wrapper aroundGreg Ward2000-09-301-15/+4