index
:
cpython.git
2.7
3.3
3.4
3.5
3.6
benjamin-clang
benjamin-iteration-torture
buildbot-custom
master
https://github.com/python/cpython.git
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Lib
/
distutils
/
command
/
build.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix for
Michael W. Hudson
2001-12-10
1
-1/+2
*
Untabified.
Greg Ward
2000-10-14
1
-1/+1
*
Standardized whitespace around function calls.
Greg Ward
2000-09-30
1
-6/+6
*
Changed to use the 'sub-commands' machinery:
Greg Ward
2000-09-30
1
-21/+29
*
Added 'boolean_options' list to support config file parsing.
Greg Ward
2000-09-25
1
-0/+2
*
Tweaked the build temp dir names again.
Greg Ward
2000-09-16
1
-8/+4
*
Include the Python version in the platform-specific build directories:
Greg Ward
2000-09-16
1
-2/+4
*
Changed so all the help-generating functions are defined, at module-level,
Greg Ward
2000-06-24
1
-1/+6
*
Stylistic/formatting changes to Rene Liebscher's '--help-xxx' patch.
Greg Ward
2000-06-24
1
-1/+2
*
Patch from Rene Liebscher: this adds "--help-foo" options to list the
Greg Ward
2000-06-07
1
-0/+5
*
Some far-reaching naming changes:
Greg Ward
2000-05-27
1
-4/+4
*
Use Distribution's 'has_scripts()' method instead of directly accessing
Greg Ward
2000-05-25
1
-1/+1
*
Bastian Kleineidam: the "build_scripts" command and changes
Greg Ward
2000-05-25
1
-0/+8
*
Normalized all the end-of-class lines.
Greg Ward
2000-05-25
1
-1/+1
*
Fix from Lyle Johnson: add the '--compiler' option.
Gregory P. Smith
2000-05-12
1
-1/+4
*
Delete some debugging print statements.
Greg Ward
2000-04-10
1
-2/+0
*
Added '--force' option -- very clear what it means for building (ignore
Greg Ward
2000-04-10
1
-0/+5
*
Use the new 'has_pure_modules()', 'has_ext_modules()', 'has_c_libraries()'
Greg Ward
2000-03-29
1
-3/+3
*
Renamed 'build_lib' command to 'build_clib':
Greg Ward
2000-03-02
1
-1/+1
*
Changed '__rcsid__' to '__revision__'.
Greg Ward
2000-03-02
1
-1/+1
*
Build reorg:
Greg Ward
2000-03-01
1
-12/+43
*
Renamed 'set_default_options()' to 'initialize_options()', and
Greg Ward
2000-02-18
1
-2/+2
*
Renamed all 'options' class attributes to 'user_options'.
Greg Ward
2000-02-18
1
-9/+10
*
Renamed all command classes so they're exactly the same as the name of the
Greg Ward
2000-02-18
1
-1/+1
*
Added 'debug' option (just there for 'build_ext' and 'build_lib' commands
Greg Ward
2000-02-09
1
-0/+3
*
Run the 'build_lib' command before building extensions, if necessary.
Greg Ward
2000-02-05
1
-0/+6
*
Added 'description' class attribute to every command class (to help the
Greg Ward
2000-01-30
1
-0/+2
*
Renamed many options to be consistent across commands.
Greg Ward
1999-09-29
1
-15/+16
*
Only run build_py if we have pure Python modules, and build_ext if we
Greg Ward
1999-09-21
1
-5/+9
*
Now run 'build_ext'.
Greg Ward
1999-09-13
1
-2/+2
*
Rearranged things so that compilation of .py files is the responsibility
Greg Ward
1999-05-02
1
-7/+0
*
First checkin of real Distutils command modules.
Greg Ward
1999-03-22
1
-0/+56