summaryrefslogtreecommitdiff
path: root/Lib/distutils/command/build_py.py
Commit message (Expand)AuthorAgeFilesLines
* Issue #23731: Implement PEP 488.Brett Cannon2015-04-131-2/+2
* Merge with 3.3 for Issue #19286.Jason R. Coombs2013-11-021-1/+2
|\
| * Issue #19286: [distutils] Only match files in build_py.find_data_files.Jason R. Coombs2013-11-021-1/+2
* | Issue #17177: Stop using imp in distutilsBrett Cannon2013-06-151-5/+5
|/
* More fixes for PEP 3147 compliance in distutils (#11254)Éric Araujo2011-11-031-3/+6
* Fix closes Issue11439 Remove the SVN keywords from the code as it is no longe...Senthil Kumaran2011-07-281-2/+0
* Merged revisions 75704 via svnmerge fromTarek Ziadé2009-10-251-0/+5
* Issue #4073: Add 2to3 support to build_scripts, refactor that supportMartin v. Löwis2008-12-011-20/+3
* Issue #4072: Restore build_py_2to3. Add a distutils demo forMartin v. Löwis2008-10-151-12/+18
* Invoke byte-compilation after running 2to3.Martin v. Löwis2008-03-221-2/+13
* Add build_py_2to3.Martin v. Löwis2008-03-221-0/+24
* Patch# 1258 by Christian Heimes: kill basestring.Guido van Rossum2007-10-161-1/+1
* General cleanup, raise normalization in Lib/distutils.Collin Winter2007-08-301-84/+32
* Merged revisions 55817-55961 via svnmerge fromGuido van Rossum2007-06-131-1/+3
* Checkpoint. Manipulated things so that string literals are alwaysGuido van Rossum2007-04-271-1/+1
* Remove functions in string module that are also string methods. Also remove:Neal Norwitz2007-04-171-7/+7
* Remove apply()Neal Norwitz2006-03-171-4/+4
* Update compatibility comments to 2.1, corresponding to PEP 291 1.13.Martin v. Löwis2004-11-101-1/+1
* 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