34 Commits (41bade96a4d1dcd35bbba79c2eabe052d02756a4)

Author SHA1 Message Date
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é 8b441d0dcd Merged revisions 77759,77761 via svnmerge from 16 years ago
Tarek Ziadé edacea30e4 Merged revisions 77704,77752 via svnmerge from 16 years ago
Tarek Ziadé 05b303443b Merged revisions 75192 via svnmerge from 17 years ago
Tarek Ziadé 5f8aa47e1e Merged revisions 73756-73757 via svnmerge from 17 years ago
Christian Heimes 05e8be17fd Merged revisions 60990-61002 via svnmerge from 18 years ago
Collin Winter 5b7e9d76f3 General cleanup, raise normalization in Lib/distutils. 19 years ago
Martin v. Löwis 98da562600 Make dist_files a triple, with the Python target version included, 21 years ago
Martin v. Löwis 55f1bb8bfa Add the upload command. Make all dist commands register their 21 years ago
Martin v. Löwis 5a6601cfc6 Update compatibility comments to 2.1, corresponding to PEP 291 1.13. 22 years ago
Tim Peters 182b5aca27 Whitespace normalization, via reindent.py. 22 years ago
Andrew M. Kuchling acd5cb2ff0 Fix for bug #410541: bdist builds bogus .zips 24 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 cd8a1148e1 Make setup.py less chatty by default. 24 years ago
Thomas Heller fd0e82a385 Set the warn_dir option to 0 before running the install command. 24 years ago
Marc-André Lemburg 2544f51036 OS/2 patches by Andrew I MacIntyre for distutils. 24 years ago
Martin v. Löwis 9668b933e3 Patch #414775: Add --skip-build option to bdist command. 25 years ago
Greg Ward cb1f4c4d33 Standardized whitespace around function calls. 26 years ago
Greg Ward 99b032eaf2 Added 'boolean_options' list to support config file parsing. 26 years ago
Greg Ward 8429036496 Renamed --keep-tree option to --keep-temp. 26 years ago
Greg Ward 24511d2a6e Ensure sub-commands of "install" are reinitialized too. 26 years ago
Greg Ward 8fd7ba2c6a Delete some debugging prints. 26 years ago
Greg Ward 20283e5cc3 Added --plat-name option to override sysconfig.get_platform() in 26 years ago
Greg Ward ab3a0f36ed Fixed imports from '*util' modules to not just import everything from util. 26 years ago
Greg Ward c4eb84accb Added --dist-dir option to control where output archive(s) go. 26 years ago
Greg Ward edc6a519dc Fixed to use 'reinitialize_command()' to fetch the "install" command object. 26 years ago
Greg Ward 4fb29e55f8 Some far-reaching naming changes: 26 years ago
Greg Ward 5edcd90f8c Use 'get_command_obj()' instead of 'find_command_obj()'. 26 years ago
Gregory P. Smith ba0506b349 Drastically simplified by taking advantage of the "install" command's 26 years ago
Greg Ward 6ce94b72c6 Harry Henry Gebel: import exception classes. 26 years ago
Greg Ward 0ae7f76b40 Changed to call 'get_fullname()', not 'get_full_name()', on Distribution object. 26 years ago
Greg Ward b4c850c928 Added code to blow away the pseudo-installation tree and a 'keep_tree' 26 years ago
Greg Ward e1664bdc59 The 'bdist_dumb' command, the first worker bee for use by 'bdist'. This is 26 years ago