COMMITS
/ Lib/distutils/command/build_py.py June 20, 2020
S
bpo-41043: Escape literal part of the path for glob(). (GH-20994)
Serhiy Storchaka committed
April 13, 2015
B
Issue #23731: Implement PEP 488.
Brett Cannon committed
November 2, 2013
J
Merge with 3.3 for Issue #19286.
Jason R. Coombs committed
J
Issue #19286: [distutils] Only match files in build_py.find_data_files.
Jason R. Coombs committed
June 15, 2013
B
Issue #17177: Stop using imp in distutils
Brett Cannon committed
November 3, 2011
É
More fixes for PEP 3147 compliance in distutils (#11254)
Éric Araujo committed
July 28, 2011
July 22, 2010
December 21, 2009
T
Merged revisions 76956 via svnmerge from
Tarek Ziadé committed
October 25, 2009
T
Merged revisions 75669-75671 via svnmerge from
Tarek Ziadé committed
July 3, 2009
T
Merged revisions 73801 via svnmerge from
Tarek Ziadé committed
December 1, 2008
M
Issue #4073: Add 2to3 support to build_scripts, refactor that support
Martin v. Löwis committed
October 15, 2008
M
Issue #4072: Restore build_py_2to3. Add a distutils demo for
Martin v. Löwis committed
March 22, 2008
M
Invoke byte-compilation after running 2to3.
Martin v. Löwis committed
M
Add build_py_2to3.
Martin v. Löwis committed
October 16, 2007
G
Patch# 1258 by Christian Heimes: kill basestring.
Guido van Rossum committed
August 30, 2007
C
General cleanup, raise normalization in Lib/distutils.
Collin Winter committed
June 13, 2007
G
Merged revisions 55817-55961 via svnmerge from
Guido van Rossum committed
April 27, 2007
G
Checkpoint. Manipulated things so that string literals are always
Guido van Rossum committed
April 17, 2007
N
Remove functions in string module that are also string methods. Also remove:
Neal Norwitz committed
March 17, 2006
N
Remove apply()
Neal Norwitz committed
November 10, 2004
M
Update compatibility comments to 2.1, corresponding to PEP 291 1.13.
Martin v. Löwis committed
June 18, 2004
S
If self.packages is None (this can happen, I saw it), return
Sjoerd Mullender committed
June 17, 2004
F
fix bug: list of data files was initialized too soon in build_py
Fred Drake committed
June 11, 2004
F
Add support for package data.
Fred Drake committed
February 28, 2003
A
[Patch #695090 from Bernhard Herzog] Allow specifying both py_modules and packages
Andrew M. Kuchling committed
November 19, 2002
A
Add comment to Distutil files about requiring 1.5.2 compatibility, as
Andrew M. Kuchling committed
November 14, 2002
A
Remove 'created by' lines; people can use CVS for this, and the information is often out of date
Andrew M. Kuchling committed
June 4, 2002
J
Make None return explicit
Jeremy Hylton committed
J
Make setup.py less chatty by default.
Jeremy Hylton committed
April 4, 2002
T
Revert 0/1 -> False/True change; I didn't intend to muck w/ distutils.
Tim Peters committed
T
Convert a pile of obvious "yes/no" functions to return bool.
Tim Peters committed
February 1, 2002
T
package_dir must be converted from the distutils path conventions to
Thomas Heller committed
December 6, 2001
F
Whitespace normalization.
Fred Drake committed
October 2, 2000
G
Added the ability to do byte-compilation at build time, currently off
Greg Ward committed
September 30, 2000
G
Standardized whitespace around function calls.
Greg Ward committed
G
Changed 'build_module()' so it returns the result of 'copy_file()'
Greg Ward committed
September 25, 2000
G
Added 'boolean_options' list to support config file parsing.
Greg Ward committed
August 29, 2000
G
Added 'script_name' and 'script_args' instance attributes to Distribution.
Greg Ward committed
August 15, 2000
G
Fix long-hidden inconsistency in internal interface: 'find_modules()' now
Greg Ward committed
June 4, 2000
G
Renamed 'modules' option to 'py_modules', for consistency with Distribution
Greg Ward committed
May 26, 2000
G
Fixed a couple of long-hidden bugs (amazing what you find when you
Greg Ward committed
May 25, 2000
G
Normalized all the end-of-class lines.
Greg Ward committed
April 10, 2000
G
Delete some debugging print statements.
Greg Ward committed
G
Added '--force' option -- very clear what it means for building (ignore
Greg Ward committed
March 29, 2000
G
Deleted some crufty comments and code.
Greg Ward committed
March 2, 2000
G
Changed '__rcsid__' to '__revision__'.
Greg Ward committed
March 1, 2000
G
Build reorg: change 'build_dir' option to 'build_lib'.
Greg Ward committed