summaryrefslogtreecommitdiff
path: root/src/distutils2/command/upload.py
Commit message (Collapse)AuthorAgeFilesLines
* moved everything in the same dir - we want to include docs/ in the releaseTarek Ziade2010-09-191-207/+0
|
* Fix incorrect use of Command.announce (#9199).?ric Araujo2010-09-081-3/+8
| | | | Also clean up imports a bit.
* Merge from Konrad, with small fixes?ric Araujo2010-08-041-15/+30
|\
| * Finish hashlib backport.?ric Araujo2010-07-311-1/+1
| | | | | | | | | | | | | | - Move every C module into _backport - Build _hashlib.so in _backport too to prevent C API mismatch warnings from newer Pythons - Use the backport in our code
| * Minor style and wording fixes?ric Araujo2010-07-311-7/+8
| |
| * Fix typos, spell ?metadata? consistently, update one docstring?ric Araujo2010-07-311-1/+1
| |
| * removed the config moduleTarek Ziade2010-07-291-8/+21
| |
| * merged spawn into utilTarek Ziade2010-07-251-1/+1
| |
* | added upload_docs option to upload commandKonrad Delong2010-07-221-0/+8
|/
* Make a decorator for PyPIServer mock, and starting some testsAlexis Metaireau2010-06-011-1/+1
| | | | | | for pypi.simple. Also updated some code to be 2.4 and 2.5 compatible.
* removed remaining bits from 'bdist_rpm'Yannick Gingras2010-05-221-5/+1
|
* avoid variable obfuscationTarek Ziade2010-04-131-3/+3
|
* make sure distutils2 talks with PyPI correctly -- once again this part ↵Tarek Ziade2010-04-131-20/+32
| | | | misses tests
* refactored the code that builds the HTTP requests for both register and uploadTarek Ziade2010-04-131-34/+10
|
* refactored DistributionMetadata -- cleaner implementationTarek Ziad?2010-02-241-16/+19
|
* refactored the code so it works on Python 2.4, 2.5 and 2.6Tarek Ziad?2010-02-221-1/+4
|
* renamed distutils to distutils2 -- wow thanks Ropetarek2010-02-211-4/+4
|
* initial import, now need to rename all 'distutils' to 'distutils2'tarek2010-02-211-0/+189