summaryrefslogtreecommitdiff
path: root/Lib/distutils/command/register.py
Commit message (Expand)AuthorAgeFilesLines
* Closes #27904: Improved logging statements to defer formatting until needed.Vinay Sajip2016-08-311-3/+3
* Issue #20900: Merge from 3.5Berker Peksag2016-06-101-3/+3
|\
| * Issue #20900: distutils register command now decodes HTTP responses correctlyBerker Peksag2016-06-101-3/+3
* | Removed unused imports.Serhiy Storchaka2016-04-251-1/+1
|/
* Issue #20363. Fixed BytesWarning triggerred by test suite.Serhiy Storchaka2014-02-061-1/+1
* Fix TypeError on "setup.py upload --show-response".Antoine Pitrou2013-12-221-4/+1
* Issue #20045: Fix "setup.py register --list-classifiers".Antoine Pitrou2013-12-211-1/+4
* Fix closes Issue11439 Remove the SVN keywords from the code as it is no longe...Senthil Kumaran2011-07-281-2/+0
* Merged revisions 72681 via svnmerge fromTarek Ziadé2009-05-161-30/+27
* Merged revisions 70886,70888-70892 via svnmerge fromTarek Ziadé2009-03-311-10/+13
* Merged revisions 68415 via svnmerge fromTarek Ziadé2009-01-091-13/+17
* fix 2.x isms in distutils testBenjamin Peterson2008-12-271-1/+1
* Merged revisions 67889-67892,67895,67898,67904-67907,67912,67918,67920-67921,...Benjamin Peterson2008-12-271-6/+11
* Issue #4354: Fix distutils register command.Martin v. Löwis2008-11-201-13/+8
* Make a new urllib package .Jeremy Hylton2008-06-181-9/+11
* Merged revisions 62998-63003,63005-63006,63009-63012,63014-63017,63019-63020,...Alexandre Vassalotti2008-05-161-47/+48
* Fixed another missed ConfigParser import rename.Alexandre Vassalotti2008-05-151-1/+1
* Merged revisions 60990-61002 via svnmerge fromChristian Heimes2008-02-231-1/+1
* Run 2to3's fix_has_key over distutils.Collin Winter2007-09-011-2/+2
* SF patch# 1770008 by Christian Heimes (plus some extras).Guido van Rossum2007-08-091-2/+2
* Merged revisions 56753-56781 via svnmerge fromGuido van Rossum2007-08-061-1/+1
* Merged revisions 55817-55961 via svnmerge fromGuido van Rossum2007-06-131-1/+1
* Rip out all the u"..." literals and calls to unicode().Guido van Rossum2007-05-021-1/+1
* Remove functions in string module that are also string methods. Also remove:Neal Norwitz2007-04-171-2/+2
* Fix most trivially-findable print statements.Guido van Rossum2007-02-091-15/+15
* SF patch 1631942 by Collin Winter:Guido van Rossum2007-01-101-2/+2
* Four months of trunk changes (including a few releases...)Thomas Wouters2006-12-131-1/+1
* Get rid of a bunch more raw_input referencesNeal Norwitz2006-03-171-0/+5
* Since PyPI only accepts UTF-8 encoded data now, make sure that the data isWalter Dörwald2005-03-311-2/+2
* PEP 314 implementation (client side):Fred Drake2005-03-201-0/+6
* Whitespace normalization, via reindent.py.Tim Peters2004-07-181-1/+0
* Remove the --verify option in favor of the standard -n/--dry-run optionAndrew M. Kuchling2003-04-091-4/+1
* Improve descriptionAndrew M. Kuchling2003-03-031-1/+1
* Include download_url in the data POSTed to the catalog serverAndrew M. Kuchling2003-02-191-0/+1
* [Patch #684398] Rename verbose argument to show-response; don't conditionaliz...Andrew M. Kuchling2003-02-191-9/+8
* Use python.org as the repositoryAndrew M. Kuchling2003-02-181-2/+1
* [Patch #658094 ] PEP 301 implementationAndrew M. Kuchling2003-01-031-0/+293