| Commit message (Expand) | Author | Age | Files | Lines |
* | Merged revisions 76956 via svnmerge from | Tarek Ziadé | 2009-12-21 | 1 | -1/+0 |
|
|
* | Merged revisions 75669-75671 via svnmerge from | Tarek Ziadé | 2009-10-25 | 1 | -0/+5 |
|
|
* | Merged revisions 73801 via svnmerge from | Tarek Ziadé | 2009-07-03 | 1 | -3/+3 |
|
|
* | Issue #4073: Add 2to3 support to build_scripts, refactor that support | Martin v. Löwis | 2008-12-01 | 1 | -20/+3 |
|
|
* | Issue #4072: Restore build_py_2to3. Add a distutils demo for | Martin v. Löwis | 2008-10-15 | 1 | -12/+18 |
|
|
* | Invoke byte-compilation after running 2to3. | Martin v. Löwis | 2008-03-22 | 1 | -2/+13 |
|
|
* | Add build_py_2to3. | Martin v. Löwis | 2008-03-22 | 1 | -0/+24 |
|
|
* | Patch# 1258 by Christian Heimes: kill basestring. | Guido van Rossum | 2007-10-16 | 1 | -1/+1 |
|
|
* | General cleanup, raise normalization in Lib/distutils. | Collin Winter | 2007-08-30 | 1 | -84/+32 |
|
|
* | Merged revisions 55817-55961 via svnmerge from | Guido van Rossum | 2007-06-13 | 1 | -1/+3 |
|
|
* | Checkpoint. Manipulated things so that string literals are always | Guido van Rossum | 2007-04-27 | 1 | -1/+1 |
|
|
* | Remove functions in string module that are also string methods. Also remove: | Neal Norwitz | 2007-04-17 | 1 | -7/+7 |
|
|
* | Remove apply() | Neal Norwitz | 2006-03-17 | 1 | -4/+4 |
|
|
* | Update compatibility comments to 2.1, corresponding to PEP 291 1.13. | Martin v. Löwis | 2004-11-10 | 1 | -1/+1 |
|
|
* | If self.packages is None (this can happen, I saw it), return | Sjoerd Mullender | 2004-06-18 | 1 | -0/+2 |
|
|
* | fix bug: list of data files was initialized too soon in build_py | Fred Drake | 2004-06-17 | 1 | -1/+1 |
|
|
* | Add support for package data. | Fred Drake | 2004-06-11 | 1 | -0/+51 |
|
|
* | [Patch #695090 from Bernhard Herzog] Allow specifying both py_modules and pac... | Andrew M. Kuchling | 2003-02-28 | 1 | -20/+6 |
|
|
* | Add comment to Distutil files about requiring 1.5.2 compatibility, as | Andrew M. Kuchling | 2002-11-19 | 1 | -0/+2 |
|
|
* | Remove 'created by' lines; people can use CVS for this, and the information i... | Andrew M. Kuchling | 2002-11-14 | 1 | -2/+0 |
|
|
* | Make None return explicit | Jeremy Hylton | 2002-06-04 | 1 | -1/+1 |
|
|
* | Make setup.py less chatty by default. | Jeremy Hylton | 2002-06-04 | 1 | -11/+6 |
|
|
* | Revert 0/1 -> False/True change; I didn't intend to muck w/ distutils. | Tim Peters | 2002-04-04 | 1 | -2/+2 |
|
|
* | Convert a pile of obvious "yes/no" functions to return bool. | Tim Peters | 2002-04-04 | 1 | -2/+2 |
|
|
* | package_dir must be converted from the distutils path conventions to | Thomas Heller | 2002-02-01 | 1 | -1/+5 |
|
|
* | Whitespace normalization. | Fred Drake | 2001-12-06 | 1 | -3/+3 |
|
|
* | Added the ability to do byte-compilation at build time, currently off | Greg Ward | 2000-10-02 | 1 | -5/+51 |
|
|
* | Standardized whitespace around function calls. | Greg Ward | 2000-09-30 | 1 | -54/+54 |
|
|
* | Changed 'build_module()' so it returns the result of 'copy_file()' | Greg Ward | 2000-09-30 | 1 | -1/+1 |
|
|
* | Added 'boolean_options' list to support config file parsing. | Greg Ward | 2000-09-25 | 1 | -0/+2 |
|
|
* | Typo fix. | Greg Ward | 2000-09-06 | 1 | -1/+1 |
|
|
* | Added 'script_name' and 'script_args' instance attributes to Distribution. | Greg Ward | 2000-08-29 | 1 | -1/+3 |
|
|
* | Fix long-hidden inconsistency in internal interface: 'find_modules()' now | Greg Ward | 2000-08-15 | 1 | -7/+2 |
|
|
* | Renamed 'modules' option to 'py_modules', for consistency with Distribution | Greg Ward | 2000-06-04 | 1 | -13/+13 |
|
|
* | Fixed a couple of long-hidden bugs (amazing what you find when you | Greg Ward | 2000-05-26 | 1 | -6/+33 |
|
|
* | Normalized all the end-of-class lines. | Greg Ward | 2000-05-25 | 1 | -1/+1 |
|
|
* | 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 | -1/+6 |
|
|
* | Deleted some crufty comments and code. | Greg Ward | 2000-03-29 | 1 | -36/+49 |
|
|
* | Typo fix. | Greg Ward | 2000-03-03 | 1 | -1/+1 |
|
|
* | Changed '__rcsid__' to '__revision__'. | Greg Ward | 2000-03-02 | 1 | -1/+1 |
|
|
* | Build reorg: change 'build_dir' option to 'build_lib'. | Greg Ward | 2000-03-01 | 1 | -8/+8 |
|
|
* | 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 | -2/+3 |
|
|
* | Renamed all command classes so they're exactly the same as the name of the | Greg Ward | 2000-02-18 | 1 | -1/+1 |
|
|
* | Patch from Joe Van Andel: fix arg to % operator in warning. | Greg Ward | 2000-02-02 | 1 | -2/+2 |
|
|
* | Added 'description' class attribute to every command class (to help the | Greg Ward | 2000-01-30 | 1 | -0/+2 |
|
|
* | Ditch unneeded imports. | Greg Ward | 2000-01-17 | 1 | -1/+0 |
|
|
* | Fixed 'find_package_modules()' to ensure that we never build (and thus | Greg Ward | 1999-12-12 | 1 | -11/+24 |
|
|
* | [from 1999-11-04] | Greg Ward | 1999-12-03 | 1 | -5/+14 |
|
|