summaryrefslogtreecommitdiffstats
path: root/Lib/distutils/dist.py
Commit message (Expand)AuthorAgeFilesLines
* improved distutils.dist test coverage, pep-8 compliancyTarek Ziadé2009-06-011-55/+52
* removed sys.platform == 'mac' support in distutils.dist.parse_command_line an...Tarek Ziadé2009-05-171-6/+0
* pep8-fied distutils.dist moduleTarek Ziadé2009-05-161-93/+37
* Fix bootstrapping by removing uses of the copy module in distutilsAntoine Pitrou2009-05-151-2/+1
* Removing unused __main__ sectionsTarek Ziadé2009-02-221-5/+0
* Issue #5052: removed backward compatibility information (out of date)Tarek Ziadé2009-01-251-2/+0
* fixed #4394 make the storage of the password optional in .pypircTarek Ziadé2009-01-081-0/+1
* fixed #4646 : distutils was choking on empty options arg in the setup function.Tarek Ziadé2008-12-291-1/+1
* Issue #2562: Fix distutils PKG-INFO writing logic to allow havingMarc-André Lemburg2008-09-031-13/+25
* ConfigParser renaming reversal part 3: move module into place and adapt imports.Georg Brandl2008-05-251-5/+1
* Fixed import of configparser in the distutils module.Alexandre Vassalotti2008-05-161-2/+5
* Revert distutils changes done in r63248.Alexandre Vassalotti2008-05-151-1/+1
* Updated import statements to use the new `configparser` module name.Alexandre Vassalotti2008-05-141-1/+1
* #1858: re-apply patch for this, adding the missing filesAndrew M. Kuchling2008-05-111-4/+3
* Revert r62998 as it broke the build (seems distutils.config is missing).Brett Cannon2008-05-101-3/+4
* #1858 from Tarek Ziade:Andrew M. Kuchling2008-05-101-4/+3
* Removed uses of dict.has_key() from distutils, and uses ofGuido van Rossum2008-02-211-4/+4
* Make dist_files a triple, with the Python target version included,Martin v. Löwis2005-03-231-3/+9
* Add the upload command. Make all dist commands register theirMartin v. Löwis2005-03-211-0/+5
* - rename check_provision() to split_revision()Fred Drake2005-03-211-5/+1
* PEP 314 implementation (client side):Fred Drake2005-03-201-23/+86
* Patch #1104111: Alter setup.py --help and --help-commands.Martin v. Löwis2005-03-031-1/+10
* Update compatibility comments to 2.1, corresponding to PEP 291 1.13.Martin v. Löwis2004-11-101-1/+1
* oops. how did _that_ happen?Anthony Baxter2004-10-131-0/+1
* Backing out the basic dependency checking (from pycon sprint).Anthony Baxter2004-10-131-60/+1
* This allows additional commands to be provided for existing setup.pyFred Drake2004-08-031-22/+62
* Whitespace normalization, via reindent.py.Tim Peters2004-07-181-2/+2
* Add support for package data.Fred Drake2004-06-111-0/+1
* Basic dependency checking. setup() has two new optional argumentsAnthony Baxter2004-03-221-1/+59
* commentary about how bad ConfigParser is doesn't help here, and theFred Drake2004-02-171-3/+1
* Replace backticks with repr() or "%r"Walter Dörwald2004-02-121-2/+2
* [Bug #693470] 'licence' as an alias for 'license' doesn't work.Andrew M. Kuchling2003-03-031-1/+10
* [Patch #683939] Add download_url field to metadataAndrew M. Kuchling2003-02-191-1/+8
* [Patch #658094] PEP 301 implementationAndrew M. Kuchling2003-01-031-1/+12
* 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-3/+0
* Catch only ImportErrorAndrew M. Kuchling2002-10-311-1/+1
* Make the Distribution() constructor forgiving of unknown keywordAndrew M. Kuchling2002-10-311-2/+11
* Use distutils.debug.DEBUG instead of distutils.core.DEBUG.Jeremy Hylton2002-09-111-1/+1
* Use module-level import of DEBUG instead of many function-level imports.Jeremy Hylton2002-06-041-4/+1
* Make setup.py less chatty by default.Jeremy Hylton2002-06-041-10/+6
* Whitespace normalization.Fred Drake2001-12-061-14/+14
* Use a version number of 0.0.0 instead of ???. The latter leads toThomas Heller2001-12-061-1/+1
* [Bug #459270] Fix incorrect docstringAndrew M. Kuchling2001-12-061-8/+5
* Don't use dir() to find instance attribute names.Neil Schemenauer2001-09-031-3/+7
* Wrap a comment to fit in 80 columns.Fred Drake2001-08-101-6/+6
* [Bug #412271, bug #449009] Use 'license' as the attribute name,Andrew M. Kuchling2001-08-101-11/+11
* Back out the requirement to supply a version numberAndrew M. Kuchling2001-03-311-4/+0
* Use the get_contact*() accessors instead of get_maintainer*()Andrew M. Kuchling2001-03-221-2/+2
* Add 'platforms' and 'keywords' attributes to the DistributionMetadata class,Andrew M. Kuchling2001-03-221-5/+70