| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Merged revisions 67926 via svnmerge from | Tarek Ziadé | 2008-12-27 | 1 | -5/+11 |
| | | | | | | | | | | | svn+ssh://pythondev@svn.python.org/python/trunk ........ r67926 | tarek.ziade | 2008-12-24 20:10:05 +0100 (Wed, 24 Dec 2008) | 1 line fixed #4400 : distutils .pypirc default generated file was broken. ........ | ||||
| * | #1858: re-apply patch for this, adding the missing files | Andrew M. Kuchling | 2008-05-11 | 1 | -48/+49 |
| | | |||||
| * | Revert r62998 as it broke the build (seems distutils.config is missing). | Brett Cannon | 2008-05-10 | 1 | -49/+48 |
| | | |||||
| * | #1858 from Tarek Ziade: | Andrew M. Kuchling | 2008-05-10 | 1 | -48/+49 |
| | | | | | | | | | | Allow multiple repositories in .pypirc; see http://wiki.python.org/moin/EnhancedPyPI for discussion. The patch is slightly revised from Tarek's last patch: I've simplified the PyPIRCCommand.finalize_options() method to not look at sys.argv. Tests still pass. | ||||
| * | Patch #2167 from calvin: Remove unused imports | Christian Heimes | 2008-02-23 | 1 | -1/+1 |
| | | |||||
| * | Removed uses of dict.has_key() from distutils, and uses of | Guido van Rossum | 2008-02-21 | 1 | -2/+2 |
| | | | | | | | callable() from copy_reg.py, so the interpreter now starts up without warnings when '-3' is given. More work like this needs to be done in the rest of the stdlib. | ||||
| * | Change location of the package index to pypi.python.org/pypi | Martin v. Löwis | 2007-07-25 | 1 | -1/+1 |
| | | |||||
| * | [Bug #1545341] Allow 'classifier' parameter to be a tuple as well as a list. ↵ | Andrew M. Kuchling | 2006-10-06 | 1 | -1/+1 |
| | | | | | Will backport. | ||||
| * | Since PyPI only accepts UTF-8 encoded data now, make sure that the data is | Walter Dörwald | 2005-03-31 | 1 | -2/+2 |
| | | | | | properly encoded and include the encoding in the Content-Type header. | ||||
| * | PEP 314 implementation (client side): | Fred Drake | 2005-03-20 | 1 | -0/+6 |
| | | | | | added support for the provides, requires, and obsoletes metadata fields | ||||
| * | Whitespace normalization, via reindent.py. | Tim Peters | 2004-07-18 | 1 | -1/+0 |
| | | |||||
| * | Remove the --verify option in favor of the standard -n/--dry-run option | Andrew M. Kuchling | 2003-04-09 | 1 | -4/+1 |
| | | |||||
| * | Improve description | Andrew M. Kuchling | 2003-03-03 | 1 | -1/+1 |
| | | |||||
| * | Include download_url in the data POSTed to the catalog server | Andrew M. Kuchling | 2003-02-19 | 1 | -0/+1 |
| | | |||||
| * | [Patch #684398] Rename verbose argument to show-response; don't ↵ | Andrew M. Kuchling | 2003-02-19 | 1 | -9/+8 |
| | | | | | conditionalize the get_classifiers() call | ||||
| * | Use python.org as the repository | Andrew M. Kuchling | 2003-02-18 | 1 | -2/+1 |
| | | |||||
| * | [Patch #658094 ] PEP 301 implementation | Andrew M. Kuchling | 2003-01-03 | 1 | -0/+293 |
| Add the 'register' distutils command | |||||
