aboutsummaryrefslogtreecommitdiffstats
path: root/setuptools/command/upload_docs.py
Commit message (Expand)AuthorAgeFilesLines
* Changes to support 2.x and 3.x in the same codebase.Vinay Sajip2011-06-201-5/+6
* make sure all tests passes on all python versions fixes #149Tarek Ziade2010-05-061-1/+5
* using a py3 marker instead of a try..exceptTarek Ziade2010-04-051-2/+5
* proper fix to avoid a syntax error on 2.5Tarek Ziade2010-04-051-2/+2
* auth=b'Basic ' will throw a SyntaxError on 2.5Tarek Ziade2010-04-051-1/+1
* Add some compatibility code for upload_docs so it will work in both"Brett Cannon ext:(%22)2010-01-171-18/+30
* Use more reasonable variable names."Brett Cannon ext:(%22)2010-01-171-4/+4
* 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