aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/Lib/distutils/command/build_py.py
Commit message (Expand)AuthorAge
* gh-92584: Remove the distutils package (#99061)Victor Stinner2022-11-03
* bpo-41043: Escape literal part of the path for glob(). (GH-20994)Serhiy Storchaka2020-06-20
* Issue #23731: Implement PEP 488.Brett Cannon2015-04-13
* Merge with 3.3 for Issue #19286.Jason R. Coombs2013-11-02
|\
| * Issue #19286: [distutils] Only match files in build_py.find_data_files.Jason R. Coombs2013-11-02
* | Issue #17177: Stop using imp in distutilsBrett Cannon2013-06-15
|/
* More fixes for PEP 3147 compliance in distutils (#11254)Éric Araujo2011-11-03
* Fix closes Issue11439 Remove the SVN keywords from the code as it is no longe...Senthil Kumaran2011-07-28
* reverted distutils its 3.1 state. All new work is now happening in disutils2,...Tarek Ziadé2010-07-22
* Merged revisions 76956 via svnmerge fromTarek Ziadé2009-12-21
* Merged revisions 75669-75671 via svnmerge fromTarek Ziadé2009-10-25
* Merged revisions 73801 via svnmerge fromTarek Ziadé2009-07-03
* 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