summaryrefslogtreecommitdiffstats
path: root/Lib/distutils/command/register.py
Commit message (Collapse)AuthorAgeFilesLines
* Backport checkin:Walter Dörwald2005-03-311-2/+2
| | | | | Since PyPI only accepts UTF-8 encoded data now, make sure that the data is properly encoded and include the encoding in the Content-Type header.
* 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 ↵Andrew M. Kuchling2003-02-191-9/+8
| | | | conditionalize the get_classifiers() call
* Use python.org as the repositoryAndrew M. Kuchling2003-02-181-2/+1
|
* [Patch #658094 ] PEP 301 implementationAndrew M. Kuchling2003-01-031-0/+293
Add the 'register' distutils command