aboutsummaryrefslogtreecommitdiffstats
path: root/setuptools/command/upload_docs.py
Commit message (Expand)AuthorAgeFilesLines
...
* Rename variable 'http' to 'conn' as httplib is renamed http in Python"Brett Cannon ext:(%22)2010-01-171-10/+10
* Add back in a missing space between "Basic" and the base64-encoded"Brett Cannon ext:(%22)2010-01-171-2/+2
* Change upload_docs so that its use of base64 does not fail under"Brett Cannon ext:(%22)2010-01-171-2/+8
* Fixed empty folder issue during upload_docs.Alice Bevan-McGregor2009-11-151-1/+1
* Added a upload_docs command to upload project documentation to PyPI's package...Jannis Leidel2009-10-071-0/+153