summaryrefslogtreecommitdiffstats
path: root/Lib/distutils/command/build_py.py
Commit message (Expand)AuthorAgeFilesLines
* If self.packages is None (this can happen, I saw it), returnSjoerd Mullender2004-06-181-0/+2
* fix bug: list of data files was initialized too soon in build_pyFred Drake2004-06-171-1/+1
* Add support for package data.Fred Drake2004-06-111-0/+51
* [Patch #695090 from Bernhard Herzog] Allow specifying both py_modules and pac...Andrew M. Kuchling2003-02-281-20/+6
* 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
* Make None return explicitJeremy Hylton2002-06-041-1/+1
* Make setup.py less chatty by default.Jeremy Hylton2002-06-041-11/+6
* Revert 0/1 -> False/True change; I didn't intend to muck w/ distutils.Tim Peters2002-04-041-2/+2
* Convert a pile of obvious "yes/no" functions to return bool.Tim Peters2002-04-041-2/+2
* package_dir must be converted from the distutils path conventions toThomas Heller2002-02-011-1/+5
* Whitespace normalization.Fred Drake2001-12-061-3/+3
* Added the ability to do byte-compilation at build time, currently offGreg Ward2000-10-021-5/+51
* Standardized whitespace around function calls.Greg Ward2000-09-301-54/+54
* Changed 'build_module()' so it returns the result of 'copy_file()'Greg Ward2000-09-301-1/+1
* Added 'boolean_options' list to support config file parsing.Greg Ward2000-09-251-0/+2
* Typo fix.Greg Ward2000-09-061-1/+1
* Added 'script_name' and 'script_args' instance attributes to Distribution.Greg Ward2000-08-291-1/+3
* Fix long-hidden inconsistency in internal interface: 'find_modules()' nowGreg Ward2000-08-151-7/+2
* Renamed 'modules' option to 'py_modules', for consistency with DistributionGreg Ward2000-06-041-13/+13
* Fixed a couple of long-hidden bugs (amazing what you find when youGreg Ward2000-05-261-6/+33
* Normalized all the end-of-class lines.Greg Ward2000-05-251-1/+1
* 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-1/+6
* Deleted some crufty comments and code.Greg Ward2000-03-291-36/+49
* Typo fix.Greg Ward2000-03-031-1/+1
* Changed '__rcsid__' to '__revision__'.Greg Ward2000-03-021-1/+1
* Build reorg: change 'build_dir' option to 'build_lib'.Greg Ward2000-03-011-8/+8
* 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-2/+3
* Renamed all command classes so they're exactly the same as the name of theGreg Ward2000-02-181-1/+1
* Patch from Joe Van Andel: fix arg to % operator in warning.Greg Ward2000-02-021-2/+2
* Added 'description' class attribute to every command class (to help theGreg Ward2000-01-301-0/+2
* Ditch unneeded imports.Greg Ward2000-01-171-1/+0
* Fixed 'find_package_modules()' to ensure that we never build (and thusGreg Ward1999-12-121-11/+24
* [from 1999-11-04]Greg Ward1999-12-031-5/+14
* Don't import what we don't use.Greg Ward1999-10-031-1/+1
* Renamed 'dir' option to be consistent with other commands.Greg Ward1999-09-291-35/+66
* Basically a complete rewrite to support dealing with modules in wholeGreg Ward1999-09-211-36/+197
* Comment addition.Greg Ward1999-09-131-0/+3
* Changed to reflect the new "command options" regime -- in particular,Greg Ward1999-09-081-7/+7
* Patch from Perry Stoll: OK for list of modules to be empty.Greg Ward1999-08-291-0/+4
* Rearranged things so that compilation of .py files is the responsibilityGreg Ward1999-05-021-27/+1
* Changed to use the method versions of 'copy_file()', 'copy_tree()',Greg Ward1999-04-041-6/+5
* First checkin of real Distutils command modules.Greg Ward1999-03-221-0/+113