Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
cpython2
/
2b3ce3ba3f6f3fa688cb9e38de640e8cb15c4095
/
Lib
/
distutils
/
command
/
build.py
d448f66
Add comment to Distutil files about requiring 1.5.2 compatibility, as
by Andrew M. Kuchling
· 23 years ago
a6483d2
Remove 'created by' lines; people can use CVS for this, and the information is often out of date
by Andrew M. Kuchling
· 23 years ago
49bdaed
Fix for
by Michael W. Hudson
· 24 years ago
fa9ff76
Untabified.
by Greg Ward
· 25 years ago
cb1f4c4
Standardized whitespace around function calls.
by Greg Ward
· 25 years ago
64d855a
Changed to use the 'sub-commands' machinery:
by Greg Ward
· 25 years ago
99b032e
Added 'boolean_options' list to support config file parsing.
by Greg Ward
· 25 years ago
53db815
Tweaked the build temp dir names again.
by Greg Ward
· 25 years ago
4290094
Include the Python version in the platform-specific build directories:
by Greg Ward
· 25 years ago
3459381
Changed so all the help-generating functions are defined, at module-level,
by Greg Ward
· 25 years ago
2ff7887
Stylistic/formatting changes to Rene Liebscher's '--help-xxx' patch.
by Greg Ward
· 25 years ago
9d17a7a
Patch from Rene Liebscher: this adds "--help-foo" options to list the
by Greg Ward
· 25 years ago
4fb29e5
Some far-reaching naming changes:
by Greg Ward
· 25 years ago
e3d1752
Use Distribution's 'has_scripts()' method instead of directly accessing
by Greg Ward
· 25 years ago
8d5881a
Bastian Kleineidam: the "build_scripts" command and changes
by Greg Ward
· 25 years ago
fcd974e
Normalized all the end-of-class lines.
by Greg Ward
· 25 years ago
9668b78
Fix from Lyle Johnson: add the '--compiler' option.
by Gregory P. Smith
· 25 years ago
7aff6f3
Delete some debugging print statements.
by Greg Ward
· 25 years ago
c41d6b3
Added '--force' option -- very clear what it means for building (ignore
by Greg Ward
· 25 years ago
ae45b16
Use the new 'has_pure_modules()', 'has_ext_modules()', 'has_c_libraries()'
by Greg Ward
· 25 years ago
76ec0d6
Renamed 'build_lib' command to 'build_clib':
by Greg Ward
· 25 years ago
3ce77fd
Changed '__rcsid__' to '__revision__'.
by Greg Ward
· 25 years ago
42a3bf5
Build reorg:
by Greg Ward
· 25 years ago
e01149c
Renamed 'set_default_options()' to 'initialize_options()', and
by Greg Ward
· 25 years ago
bbeceea
Renamed all 'options' class attributes to 'user_options'.
by Greg Ward
· 25 years ago
1993f9a
Renamed all command classes so they're exactly the same as the name of the
by Greg Ward
· 25 years ago
3246200
Added 'debug' option (just there for 'build_ext' and 'build_lib' commands
by Greg Ward
· 25 years ago
5f7c18e
Run the 'build_lib' command before building extensions, if necessary.
by Greg Ward
· 25 years ago
37bc815
Added 'description' class attribute to every command class (to help the
by Greg Ward
· 25 years ago
e6ac2fc
Renamed many options to be consistent across commands.
by Greg Ward
· 26 years ago
02e1c56
Only run build_py if we have pure Python modules, and build_ext if we
by Greg Ward
· 26 years ago
36e68e2
Now run 'build_ext'.
by Greg Ward
· 26 years ago
0f72695
Rearranged things so that compilation of .py files is the responsibility
by Greg Ward
· 26 years ago
13ae1c8
First checkin of real Distutils command modules.
by Greg Ward
· 26 years ago