summaryrefslogtreecommitdiffstats
path: root/Lib/distutils/command
Commit message (Expand)AuthorAgeFilesLines
* Merged revisions 55817-55961 via svnmerge fromGuido van Rossum2007-06-134-5/+7
* Simplify various spots where: str() is called on somethingWalter Dörwald2007-06-111-7/+2
* Merged revisions 55007-55179 via svnmerge fromGuido van Rossum2007-05-071-1/+1
* Rip out all the u"..." literals and calls to unicode().Guido van Rossum2007-05-023-4/+4
* Checkpoint. Manipulated things so that string literals are alwaysGuido van Rossum2007-04-276-15/+14
* Merged revisions 53952-54987 via svnmerge fromGuido van Rossum2007-04-271-3/+4
* Remove functions in string module that are also string methods. Also remove:Neal Norwitz2007-04-1712-55/+54
* Merged revisions 53623-53858 via svnmerge fromThomas Wouters2007-02-231-3/+12
* Fix most trivially-findable print statements.Guido van Rossum2007-02-095-26/+26
* SF patch 1631942 by Collin Winter:Guido van Rossum2007-01-103-4/+4
* Four months of trunk changes (including a few releases...)Thomas Wouters2006-12-135-30/+44
* Get rid of dict.has_key(). Boy this has a lot of repercussions!Guido van Rossum2006-08-181-1/+1
* Merged revisions 46753-51188 via svnmerge fromThomas Wouters2006-08-112-4/+5
* Much-needed merge (using svnmerge.py this time) of trunk changes into p3yk.Thomas Wouters2006-05-273-9/+14
* Merge p3yk branch with the trunk up to revision 45595. This breaks a fairThomas Wouters2006-04-214-3/+97
* Remove apply()Neal Norwitz2006-03-172-6/+6
* Get rid of a bunch more raw_input referencesNeal Norwitz2006-03-171-0/+5
* Whitespace normalization.Tim Peters2006-03-091-6/+6
* Import bdist_msiMartin v. Löwis2006-03-051-0/+639
* Patch #1299675: Pass metadata in upload.Martin v. Löwis2006-01-081-9/+33
* Fix "upload" command garbling and truncating files on Windows. If it's aPhillip J. Eby2005-07-071-1/+1
* typo fix, thanks Jeremy SandersAnthony Baxter2005-04-151-1/+1
* Since PyPI only accepts UTF-8 encoded data now, make sure that the data isWalter Dörwald2005-03-311-2/+2
* Whitespace normalization.Tim Peters2005-03-281-5/+4
* Two lines in this file had unbalanced parentheses -- couldn't possiblyTim Peters2005-03-281-2/+2
* Add missing socket importMartin v. Löwis2005-03-241-0/+1
* minor cleanupFred Drake2005-03-241-7/+6
* Make SRPMs pyversion 'any'.Martin v. Löwis2005-03-231-1/+1
* Make dist_files a triple, with the Python target version included,Martin v. Löwis2005-03-235-11/+29
* Make the signature detached.Martin v. Löwis2005-03-221-1/+1
* Fix registration of output file.Martin v. Löwis2005-03-221-1/+1
* Don't set the Python version for sdist uploads.Martin v. Löwis2005-03-221-0/+2
* Upload GPG signature.Martin v. Löwis2005-03-221-3/+16
* Actually add the implementation of the command.Martin v. Löwis2005-03-211-0/+150
* Add the upload command. Make all dist commands register theirMartin v. Löwis2005-03-215-2/+13
* PEP 314 implementation (client side):Fred Drake2005-03-201-0/+6
* Patch #1104111: Alter setup.py --help and --help-commands.Martin v. Löwis2005-03-031-1/+1
* Recompiled after source changes.Thomas Heller2005-02-032-0/+0
* Fix [ 1103844 ] fix distutils.install.dump_dirs() with negated options.Thomas Heller2005-01-201-2/+7
* Recompiled after source changes.Thomas Heller2004-12-222-0/+0
* Restore Python 2.1 compatibility (os.extsep was introduced in Python 2.2).Marc-André Lemburg2004-12-021-2/+4
* Recompiled binaries after source changes.Thomas Heller2004-12-012-0/+0
* Update compatibility comments to 2.1, corresponding to PEP 291 1.13.Martin v. Löwis2004-11-1018-18/+18
* Fix [1055540 ] bdist_wininst broken for pure Python distributionsMark Hammond2004-10-271-14/+15
* Patch 1046644 - improved distutils support for SWIG.Anthony Baxter2004-10-141-4/+23
* Backing out the basic dependency checking (from pycon sprint).Anthony Baxter2004-10-133-83/+1
* SF Patch 1022011: Add a command-line argument --no-autoreq, which sets theSean Reifschneider2004-09-171-1/+8
* SF Patch 1022003: Change bdist_rpm _topdir to useSean Reifschneider2004-09-171-1/+1
* Whitespace normalization.Tim Peters2004-09-121-8/+8
* Patch #808120: Add --force-arch=ARCH to bdist_rpm.py.Martin v. Löwis2004-09-101-3/+12