| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix determination of Metadata version (#8933). Patch by Filip Gruszczyński. | Éric Araujo | 2011-09-10 | 1 | -1/+2 |
|
|
* | Merged revisions 86223-86224,86226,86234 via svnmerge from | Éric Araujo | 2010-11-06 | 1 | -3/+5 |
|
|
* | Fixed #7748: now upload and register commands don't need to force the encodin... | Tarek Ziadé | 2010-01-24 | 1 | -10/+14 |
|
|
* | massive import cleaning in Distutils | Tarek Ziadé | 2009-12-21 | 1 | -1/+2 |
|
|
* | removed the usage of rfc822 in favor of email.message.Message | Tarek Ziadé | 2009-12-08 | 1 | -32/+31 |
|
|
* | Issue #7457: added a read_pkg_file method to distutils.dist.DistributionMetad... | Tarek Ziadé | 2009-12-08 | 1 | -17/+74 |
|
|
* | Fixed #1180: Option to ignore ~/.pydistutils.cfg in Distutils | Tarek Ziadé | 2009-10-27 | 1 | -5/+30 |
|
|
* | replace callable() | Benjamin Peterson | 2009-10-09 | 1 | -1/+1 |
|
|
* | #6954: Fixed crash when using DISTUTILS_DEBUG flag in Distutils. | Tarek Ziadé | 2009-09-21 | 1 | -1/+1 |
|
|
* | using print statements when used for user interaction | Tarek Ziadé | 2009-07-04 | 1 | -11/+11 |
|
|
* | Fixed #6413: fixed log level in distutils.dist.announce | Tarek Ziadé | 2009-07-04 | 1 | -2/+2 |
|
|
* | improved distutils.dist test coverage, pep-8 compliancy | Tarek Ziadé | 2009-06-01 | 1 | -55/+52 |
|
|
* | removed sys.platform == 'mac' support in distutils.dist.parse_command_line an... | Tarek Ziadé | 2009-05-17 | 1 | -6/+0 |
|
|
* | pep8-fied distutils.dist module | Tarek Ziadé | 2009-05-16 | 1 | -93/+37 |
|
|
* | Fix bootstrapping by removing uses of the copy module in distutils | Antoine Pitrou | 2009-05-15 | 1 | -2/+1 |
|
|
* | Removing unused __main__ sections | Tarek Ziadé | 2009-02-22 | 1 | -5/+0 |
|
|
* | Issue #5052: removed backward compatibility information (out of date) | Tarek Ziadé | 2009-01-25 | 1 | -2/+0 |
|
|
* | fixed #4394 make the storage of the password optional in .pypirc | Tarek Ziadé | 2009-01-08 | 1 | -0/+1 |
|
|
* | fixed #4646 : distutils was choking on empty options arg in the setup function. | Tarek Ziadé | 2008-12-29 | 1 | -1/+1 |
|
|
* | Issue #2562: Fix distutils PKG-INFO writing logic to allow having | Marc-André Lemburg | 2008-09-03 | 1 | -13/+25 |
|
|
* | ConfigParser renaming reversal part 3: move module into place and adapt imports. | Georg Brandl | 2008-05-25 | 1 | -5/+1 |
|
|
* | Fixed import of configparser in the distutils module. | Alexandre Vassalotti | 2008-05-16 | 1 | -2/+5 |
|
|
* | Revert distutils changes done in r63248. | Alexandre Vassalotti | 2008-05-15 | 1 | -1/+1 |
|
|
* | Updated import statements to use the new `configparser` module name. | Alexandre Vassalotti | 2008-05-14 | 1 | -1/+1 |
|
|
* | #1858: re-apply patch for this, adding the missing files | Andrew M. Kuchling | 2008-05-11 | 1 | -4/+3 |
|
|
* | Revert r62998 as it broke the build (seems distutils.config is missing). | Brett Cannon | 2008-05-10 | 1 | -3/+4 |
|
|
* | #1858 from Tarek Ziade: | Andrew M. Kuchling | 2008-05-10 | 1 | -4/+3 |
|
|
* | Removed uses of dict.has_key() from distutils, and uses of | Guido van Rossum | 2008-02-21 | 1 | -4/+4 |
|
|
* | Make dist_files a triple, with the Python target version included, | Martin v. Löwis | 2005-03-23 | 1 | -3/+9 |
|
|
* | Add the upload command. Make all dist commands register their | Martin v. Löwis | 2005-03-21 | 1 | -0/+5 |
|
|
* | - rename check_provision() to split_revision() | Fred Drake | 2005-03-21 | 1 | -5/+1 |
|
|
* | PEP 314 implementation (client side): | Fred Drake | 2005-03-20 | 1 | -23/+86 |
|
|
* | Patch #1104111: Alter setup.py --help and --help-commands. | Martin v. Löwis | 2005-03-03 | 1 | -1/+10 |
|
|
* | Update compatibility comments to 2.1, corresponding to PEP 291 1.13. | Martin v. Löwis | 2004-11-10 | 1 | -1/+1 |
|
|
* | oops. how did _that_ happen? | Anthony Baxter | 2004-10-13 | 1 | -0/+1 |
|
|
* | Backing out the basic dependency checking (from pycon sprint). | Anthony Baxter | 2004-10-13 | 1 | -60/+1 |
|
|
* | This allows additional commands to be provided for existing setup.py | Fred Drake | 2004-08-03 | 1 | -22/+62 |
|
|
* | Whitespace normalization, via reindent.py. | Tim Peters | 2004-07-18 | 1 | -2/+2 |
|
|
* | Add support for package data. | Fred Drake | 2004-06-11 | 1 | -0/+1 |
|
|
* | Basic dependency checking. setup() has two new optional arguments | Anthony Baxter | 2004-03-22 | 1 | -1/+59 |
|
|
* | commentary about how bad ConfigParser is doesn't help here, and the | Fred Drake | 2004-02-17 | 1 | -3/+1 |
|
|
* | Replace backticks with repr() or "%r" | Walter Dörwald | 2004-02-12 | 1 | -2/+2 |
|
|
* | [Bug #693470] 'licence' as an alias for 'license' doesn't work. | Andrew M. Kuchling | 2003-03-03 | 1 | -1/+10 |
|
|
* | [Patch #683939] Add download_url field to metadata | Andrew M. Kuchling | 2003-02-19 | 1 | -1/+8 |
|
|
* | [Patch #658094] PEP 301 implementation | Andrew M. Kuchling | 2003-01-03 | 1 | -1/+12 |
|
|
* | Add comment to Distutil files about requiring 1.5.2 compatibility, as | Andrew M. Kuchling | 2002-11-19 | 1 | -0/+2 |
|
|
* | Remove 'created by' lines; people can use CVS for this, and the information i... | Andrew M. Kuchling | 2002-11-14 | 1 | -3/+0 |
|
|
* | Catch only ImportError | Andrew M. Kuchling | 2002-10-31 | 1 | -1/+1 |
|
|
* | Make the Distribution() constructor forgiving of unknown keyword | Andrew M. Kuchling | 2002-10-31 | 1 | -2/+11 |
|
|
* | Use distutils.debug.DEBUG instead of distutils.core.DEBUG. | Jeremy Hylton | 2002-09-11 | 1 | -1/+1 |
|
|