7 Commits (6dbca367dceda3999979bdc3cdcfdb201f40d044)

Author SHA1 Message Date
Éric Araujo f8361623f0 Clean up byte-compilation code in packaging (#11254 followup). 14 years ago
Éric Araujo 880801501b Improve byte-compilation in packaging to be independent of -O or -B. 14 years ago
Éric Araujo 9ad81a3591 Fix typo “seperate” 14 years ago
Éric Araujo 4b5a5f7bd5 More fixes for PEP 3147 compliance in packaging (#11254) 14 years ago
Éric Araujo 7724a6c10c Packaging cleanup: remove conditionals for < 2.6 support. 15 years ago
Éric Araujo 95fc53f2b3 Clean up packaging.util: add __all__, remove some unused functions. 15 years ago
Tarek Ziade 1231a4e097 initial import of the packaging package in the standard library 15 years ago
Tarek Ziadé 3679727939 reverted distutils its 3.1 state. All new work is now happening in disutils2, and distutils is now feature-frozen. 16 years ago
Tarek Ziadé 88e2c5d35a Merged revisions 76956 via svnmerge from 16 years ago
Tarek Ziadé c76bceae1a Merged revisions 75704 via svnmerge from 17 years ago
Tarek Ziadé 04fe7c01a8 Merged revisions 75669-75671 via svnmerge from 17 years ago
Tarek Ziadé 90198fa629 Merged revisions 73801 via svnmerge from 17 years ago
Martin v. Löwis 6178db6d55 Issue #4073: Add 2to3 support to build_scripts, refactor that support 17 years ago
Martin v. Löwis 33b6450d23 Issue #4072: Restore build_py_2to3. Add a distutils demo for 18 years ago
Martin v. Löwis 84f4dfd3f6 Invoke byte-compilation after running 2to3. 18 years ago
Martin v. Löwis 73a22f0500 Add build_py_2to3. 18 years ago
Guido van Rossum 3172c5d263 Patch# 1258 by Christian Heimes: kill basestring. 19 years ago
Collin Winter 5b7e9d76f3 General cleanup, raise normalization in Lib/distutils. 19 years ago
Guido van Rossum cd16bf6404 Merged revisions 55817-55961 via svnmerge from 19 years ago
Guido van Rossum 572dbf8f13 Checkpoint. Manipulated things so that string literals are always 19 years ago
Neal Norwitz 9d72bb452b Remove functions in string module that are also string methods. Also remove: 19 years ago
Neal Norwitz d91085598f Remove apply() 20 years ago
Martin v. Löwis 5a6601cfc6 Update compatibility comments to 2.1, corresponding to PEP 291 1.13. 22 years ago
Sjoerd Mullender 4dbda47aea If self.packages is None (this can happen, I saw it), return 22 years ago
Fred Drake b849eddde6 fix bug: list of data files was initialized too soon in build_py 22 years ago
Fred Drake 0eb32a65b0 Add support for package data. 22 years ago
Andrew M. Kuchling e557f3556f [Patch #695090 from Bernhard Herzog] Allow specifying both py_modules and packages 23 years ago
Andrew M. Kuchling d448f66317 Add comment to Distutil files about requiring 1.5.2 compatibility, as 24 years ago
Andrew M. Kuchling a6483d2e9a Remove 'created by' lines; people can use CVS for this, and the information is often out of date 24 years ago
Jeremy Hylton 11a52708f7 Make None return explicit 24 years ago
Jeremy Hylton cd8a1148e1 Make setup.py less chatty by default. 24 years ago
Tim Peters a863270f04 Revert 0/1 -> False/True change; I didn't intend to muck w/ distutils. 24 years ago
Tim Peters bc0e910826 Convert a pile of obvious "yes/no" functions to return bool. 24 years ago
Thomas Heller 0c350bfad0 package_dir must be converted from the distutils path conventions to 24 years ago
Fred Drake 21d45356b8 Whitespace normalization. 25 years ago
Greg Ward 73a6c942cd Added the ability to do byte-compilation at build time, currently off 26 years ago
Greg Ward cb1f4c4d33 Standardized whitespace around function calls. 26 years ago
Greg Ward 3a5a2bd486 Changed 'build_module()' so it returns the result of 'copy_file()' 26 years ago
Greg Ward 99b032eaf2 Added 'boolean_options' list to support config file parsing. 26 years ago
Greg Ward 6a2035d76b Typo fix. 26 years ago
Greg Ward 9821bf4e62 Added 'script_name' and 'script_args' instance attributes to Distribution. 26 years ago
Greg Ward c0fe82ca26 Fix long-hidden inconsistency in internal interface: 'find_modules()' now 26 years ago
Greg Ward 6f980b5936 Renamed 'modules' option to 'py_modules', for consistency with Distribution 26 years ago
Greg Ward 8bbba17d38 Fixed a couple of long-hidden bugs (amazing what you find when you 26 years ago
Greg Ward fcd974efbb Normalized all the end-of-class lines. 26 years ago
Greg Ward 7aff6f34fe Delete some debugging print statements. 26 years ago
Greg Ward c41d6b35a9 Added '--force' option -- very clear what it means for building (ignore 26 years ago
Greg Ward 8b2e95edd6 Deleted some crufty comments and code. 26 years ago
Greg Ward 56359f591b Typo fix. 26 years ago
Greg Ward 3ce77fd05e Changed '__rcsid__' to '__revision__'. 26 years ago