index
:
cpython
3.10
3.11
3.12
3.13
3.14
3.9
main
The Python programming language
Aslak Raanes
about
summary
refs
log
tree
commit
diff
stats
homepage
log msg
author
committer
range
path:
root
/
Lib
/
distutils
/
command
/
build_py.py
Commit message (
Expand
)
Author
Age
...
*
Build reorg: change 'build_dir' option to 'build_lib'.
Greg Ward
2000-03-01
*
Renamed 'set_default_options()' to 'initialize_options()', and
Greg Ward
2000-02-18
*
Renamed all 'options' class attributes to 'user_options'.
Greg Ward
2000-02-18
*
Renamed all command classes so they're exactly the same as the name of the
Greg Ward
2000-02-18
*
Patch from Joe Van Andel: fix arg to % operator in warning.
Greg Ward
2000-02-02
*
Added 'description' class attribute to every command class (to help the
Greg Ward
2000-01-30
*
Ditch unneeded imports.
Greg Ward
2000-01-17
*
Fixed 'find_package_modules()' to ensure that we never build (and thus
Greg Ward
1999-12-12
*
[from 1999-11-04]
Greg Ward
1999-12-03
*
Don't import what we don't use.
Greg Ward
1999-10-03
*
Renamed 'dir' option to be consistent with other commands.
Greg Ward
1999-09-29
*
Basically a complete rewrite to support dealing with modules in whole
Greg Ward
1999-09-21
*
Comment addition.
Greg Ward
1999-09-13
*
Changed to reflect the new "command options" regime -- in particular,
Greg Ward
1999-09-08
*
Patch from Perry Stoll: OK for list of modules to be empty.
Greg Ward
1999-08-29
*
Rearranged things so that compilation of .py files is the responsibility
Greg Ward
1999-05-02
*
Changed to use the method versions of 'copy_file()', 'copy_tree()',
Greg Ward
1999-04-04
*
First checkin of real Distutils command modules.
Greg Ward
1999-03-22
[prev]