summaryrefslogtreecommitdiffstats
path: root/Lib/distutils/command/build.py
Commit message (Expand)AuthorAgeFilesLines
* Merged revisions 77759,77761 via svnmerge fromTarek Ziadé2010-01-291-1/+1
* Merged revisions 77704,77752 via svnmerge fromTarek Ziadé2010-01-291-1/+2
* Merged revisions 73925-73926 via svnmerge fromTarek Ziadé2009-07-101-4/+0
* Merged revisions 62194,62197-62198,62204-62205,62214,62219-62221,62227,62229-...Christian Heimes2008-04-091-1/+17
* Merged revisions 60151-60159,60161-60168,60170,60172-60173,60175 via svnmerge...Georg Brandl2008-01-211-0/+6
* General cleanup, raise normalization in Lib/distutils.Collin Winter2007-08-301-17/+9
* Update compatibility comments to 2.1, corresponding to PEP 291 1.13.Martin v. Löwis2004-11-101-1/+1
* Patch #736857, #736859: Add -e option to build_scripts.Martin v. Löwis2004-08-251-0/+5
* Add comment to Distutil files about requiring 1.5.2 compatibility, asAndrew M. Kuchling2002-11-191-0/+2
* Remove 'created by' lines; people can use CVS for this, and the information i...Andrew M. Kuchling2002-11-141-2/+0
* Fix forMichael W. Hudson2001-12-101-1/+2
* Untabified.Greg Ward2000-10-141-1/+1
* Standardized whitespace around function calls.Greg Ward2000-09-301-6/+6
* Changed to use the 'sub-commands' machinery:Greg Ward2000-09-301-21/+29
* Added 'boolean_options' list to support config file parsing.Greg Ward2000-09-251-0/+2
* Tweaked the build temp dir names again.Greg Ward2000-09-161-8/+4
* Include the Python version in the platform-specific build directories:Greg Ward2000-09-161-2/+4
* Changed so all the help-generating functions are defined, at module-level,Greg Ward2000-06-241-1/+6
* Stylistic/formatting changes to Rene Liebscher's '--help-xxx' patch.Greg Ward2000-06-241-1/+2
* Patch from Rene Liebscher: this adds "--help-foo" options to list theGreg Ward2000-06-071-0/+5
* Some far-reaching naming changes:Greg Ward2000-05-271-4/+4
* Use Distribution's 'has_scripts()' method instead of directly accessingGreg Ward2000-05-251-1/+1
* Bastian Kleineidam: the "build_scripts" command and changesGreg Ward2000-05-251-0/+8
* Normalized all the end-of-class lines.Greg Ward2000-05-251-1/+1
* Fix from Lyle Johnson: add the '--compiler' option.Gregory P. Smith2000-05-121-1/+4
* Delete some debugging print statements.Greg Ward2000-04-101-2/+0
* Added '--force' option -- very clear what it means for building (ignoreGreg Ward2000-04-101-0/+5
* Use the new 'has_pure_modules()', 'has_ext_modules()', 'has_c_libraries()'Greg Ward2000-03-291-3/+3
* Renamed 'build_lib' command to 'build_clib':Greg Ward2000-03-021-1/+1
* Changed '__rcsid__' to '__revision__'.Greg Ward2000-03-021-1/+1
* Build reorg:Greg Ward2000-03-011-12/+43
* Renamed 'set_default_options()' to 'initialize_options()', andGreg Ward2000-02-181-2/+2
* Renamed all 'options' class attributes to 'user_options'.Greg Ward2000-02-181-9/+10
* Renamed all command classes so they're exactly the same as the name of theGreg Ward2000-02-181-1/+1
* Added 'debug' option (just there for 'build_ext' and 'build_lib' commandsGreg Ward2000-02-091-0/+3
* Run the 'build_lib' command before building extensions, if necessary.Greg Ward2000-02-051-0/+6
* Added 'description' class attribute to every command class (to help theGreg Ward2000-01-301-0/+2
* Renamed many options to be consistent across commands.Greg Ward1999-09-291-15/+16
* Only run build_py if we have pure Python modules, and build_ext if weGreg Ward1999-09-211-5/+9
* Now run 'build_ext'.Greg Ward1999-09-131-2/+2
* Rearranged things so that compilation of .py files is the responsibilityGreg Ward1999-05-021-7/+0
* First checkin of real Distutils command modules.Greg Ward1999-03-221-0/+56