summaryrefslogtreecommitdiffstats
path: root/Lib/distutils/command
Commit message (Expand)AuthorAgeFilesLines
* Patch# 1258 by Christian Heimes: kill basestring.Guido van Rossum2007-10-166-14/+14
* Merged revisions 58095-58132,58136-58148,58151-58197 via svnmerge fromThomas Wouters2007-09-191-1/+2
* Run 2to3's fix_has_key over distutils.Collin Winter2007-09-013-4/+4
* string.maketrans() now produces translation tables for bytes.translate() -- w...Georg Brandl2007-08-311-3/+2
* General cleanup, raise normalization in Lib/distutils.Collin Winter2007-08-3021-641/+322
* Merged revisions 57221-57391 via svnmerge fromGuido van Rossum2007-08-241-2/+3
* Remove RISCOS supportSkip Montanaro2007-08-161-4/+1
* SF patch# 1770008 by Christian Heimes (plus some extras).Guido van Rossum2007-08-092-4/+3
* Merged revisions 56753-56781 via svnmerge fromGuido van Rossum2007-08-062-2/+2
* Change a bunch of file encodings from Latin-1 to UTF-8.Guido van Rossum2007-07-161-2/+2
* 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