aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/Lib/distutils/command/build_py.py
Commit message (Expand)AuthorAge
* Merged revisions 75704 via svnmerge fromTarek Ziadé2009-10-25
* Issue #4073: Add 2to3 support to build_scripts, refactor that supportMartin v. Löwis2008-12-01
* Issue #4072: Restore build_py_2to3. Add a distutils demo forMartin v. Löwis2008-10-15
* Invoke byte-compilation after running 2to3.Martin v. Löwis2008-03-22
* Add build_py_2to3.Martin v. Löwis2008-03-22
* Patch# 1258 by Christian Heimes: kill basestring.Guido van Rossum2007-10-16
* General cleanup, raise normalization in Lib/distutils.Collin Winter2007-08-30
* Merged revisions 55817-55961 via svnmerge fromGuido van Rossum2007-06-13
* Checkpoint. Manipulated things so that string literals are alwaysGuido van Rossum2007-04-27
* Remove functions in string module that are also string methods. Also remove:Neal Norwitz2007-04-17
* Remove apply()Neal Norwitz2006-03-17
* Update compatibility comments to 2.1, corresponding to PEP 291 1.13.Martin v. Löwis2004-11-10
* If self.packages is None (this can happen, I saw it), returnSjoerd Mullender2004-06-18
* fix bug: list of data files was initialized too soon in build_pyFred Drake2004-06-17
* Add support for package data.Fred Drake2004-06-11
* [Patch #695090 from Bernhard Herzog] Allow specifying both py_modules and pac...Andrew M. Kuchling2003-02-28
* Add comment to Distutil files about requiring 1.5.2 compatibility, asAndrew M. Kuchling2002-11-19
* Remove 'created by' lines; people can use CVS for this, and the information i...Andrew M. Kuchling2002-11-14
* Make None return explicitJeremy Hylton2002-06-04
* Make setup.py less chatty by default.Jeremy Hylton2002-06-04
* Revert 0/1 -> False/True change; I didn't intend to muck w/ distutils.Tim Peters2002-04-04
* Convert a pile of obvious "yes/no" functions to return bool.Tim Peters2002-04-04
* package_dir must be converted from the distutils path conventions toThomas Heller2002-02-01
* Whitespace normalization.Fred Drake2001-12-06
* Added the ability to do byte-compilation at build time, currently offGreg Ward2000-10-02
* Standardized whitespace around function calls.Greg Ward2000-09-30
* Changed 'build_module()' so it returns the result of 'copy_file()'Greg Ward2000-09-30
* Added 'boolean_options' list to support config file parsing.Greg Ward2000-09-25
* Typo fix.Greg Ward2000-09-06
* Added 'script_name' and 'script_args' instance attributes to Distribution.Greg Ward2000-08-29
* Fix long-hidden inconsistency in internal interface: 'find_modules()' nowGreg Ward2000-08-15
* Renamed 'modules' option to 'py_modules', for consistency with DistributionGreg Ward2000-06-04
* Fixed a couple of long-hidden bugs (amazing what you find when youGreg Ward2000-05-26
* Normalized all the end-of-class lines.Greg Ward2000-05-25
* Delete some debugging print statements.Greg Ward2000-04-10
* Added '--force' option -- very clear what it means for building (ignoreGreg Ward2000-04-10
* Deleted some crufty comments and code.Greg Ward2000-03-29
* Typo fix.Greg Ward2000-03-03
* Changed '__rcsid__' to '__revision__'.Greg Ward2000-03-02
* Build reorg: change 'build_dir' option to 'build_lib'.Greg Ward2000-03-01
* Renamed 'set_default_options()' to 'initialize_options()', andGreg Ward2000-02-18
* Renamed all 'options' class attributes to 'user_options'.Greg Ward2000-02-18
* Renamed all command classes so they're exactly the same as the name of theGreg Ward2000-02-18
* Patch from Joe Van Andel: fix arg to % operator in warning.Greg Ward2000-02-02
* Added 'description' class attribute to every command class (to help theGreg Ward2000-01-30
* Ditch unneeded imports.Greg Ward2000-01-17
* Fixed 'find_package_modules()' to ensure that we never build (and thusGreg Ward1999-12-12
* [from 1999-11-04]Greg Ward1999-12-03
* Don't import what we don't use.Greg Ward1999-10-03
* Renamed 'dir' option to be consistent with other commands.Greg Ward1999-09-29