Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | using a py3 marker instead of a try..except | Tarek Ziade | 2010-04-05 | 1 | -2/+5 |
* | proper fix to avoid a syntax error on 2.5 | Tarek Ziade | 2010-04-05 | 1 | -2/+2 |
* | auth=b'Basic ' will throw a SyntaxError on 2.5 | Tarek Ziade | 2010-04-05 | 1 | -1/+1 |
* | Add some compatibility code for upload_docs so it will work in both | "Brett Cannon ext:(%22) | 2010-01-17 | 1 | -18/+30 |
* | Use more reasonable variable names. | "Brett Cannon ext:(%22) | 2010-01-17 | 1 | -4/+4 |
* | Rename variable 'http' to 'conn' as httplib is renamed http in Python | "Brett Cannon ext:(%22) | 2010-01-17 | 1 | -10/+10 |
* | Add back in a missing space between "Basic" and the base64-encoded | "Brett Cannon ext:(%22) | 2010-01-17 | 1 | -2/+2 |
* | Change upload_docs so that its use of base64 does not fail under | "Brett Cannon ext:(%22) | 2010-01-17 | 1 | -2/+8 |
* | Fixed empty folder issue during upload_docs. | Alice Bevan-McGregor | 2009-11-15 | 1 | -1/+1 |
* | Added a upload_docs command to upload project documentation to PyPI's package... | Jannis Leidel | 2009-10-07 | 1 | -0/+153 |