Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Fix "upload" command garbling and truncating files on Windows. If it's a | Phillip J. Eby | 2005-07-07 | 1 | -1/+1 | |
| | | | | binary file, use 'rb'! | |||||
* | Whitespace normalization. | Tim Peters | 2005-03-28 | 1 | -5/+4 | |
| | ||||||
* | Add missing socket import | Martin v. Löwis | 2005-03-24 | 1 | -0/+1 | |
| | ||||||
* | Make dist_files a triple, with the Python target version included, | Martin v. Löwis | 2005-03-23 | 1 | -7/+4 | |
| | | | | so that bdist_wininst can specify 'any'. | |||||
* | Make the signature detached. | Martin v. Löwis | 2005-03-22 | 1 | -1/+1 | |
| | ||||||
* | Don't set the Python version for sdist uploads. | Martin v. Löwis | 2005-03-22 | 1 | -0/+2 | |
| | ||||||
* | Upload GPG signature. | Martin v. Löwis | 2005-03-22 | 1 | -3/+16 | |
| | ||||||
* | Actually add the implementation of the command. | Martin v. Löwis | 2005-03-21 | 1 | -0/+150 | |
| | ||||||
* | Add the upload command. Make all dist commands register their | Martin v. Löwis | 2005-03-21 | 1 | -0/+4 | |
outputs with the distribution object. |