Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Cluster deprecations due_date | Anderson Bravalheri | 2023-03-07 | 1 | -1/+1 |
| | |||||
* | Use new warnings in setuptools/command/upload_docs.py | Anderson Bravalheri | 2023-03-07 | 1 | -6/+9 |
| | |||||
* | The default encoding of Python sources is UTF-8 | Dimitri Papadopoulos | 2022-11-20 | 1 | -1/+0 |
| | | | | | | | Python 3 assumes the encoding is UTF-8 by default, and so do or should do tools such as text editors when opening Python files. No need to explicitly set `*- coding: utf-8 -*-`. | ||||
* | 👹 Feed the hobgoblins (delint). | Jason R. Coombs | 2022-08-02 | 1 | -1/+3 |
| | |||||
* | spell out read the docs | Jason R. Coombs | 2022-08-02 | 1 | -1/+1 |
| | | | Co-authored-by: Pradyun Gedam <pradyunsg@gmail.com> | ||||
* | Revert "Limit the scope of deprecation of the upload_docs command." | Jason R. Coombs | 2022-07-27 | 1 | -2/+1 |
| | | | | | | This reverts commit 995d309317c6895a123c03df28bc8f51f6ead5f5. Ref #2971. | ||||
* | Deprecated upload_docs command. Ref #2971 | Jason R. Coombs | 2022-02-17 | 1 | -0/+8 |
| | |||||
* | Migrate remainder of 'iter_entry_points' to importlib_metadata. | Jason R. Coombs | 2022-02-06 | 1 | -4/+6 |
| | |||||
* | Update fix and documentation | Melissa Li | 2021-02-19 | 1 | -6/+3 |
| | |||||
* | Fix sphinx upload_docs | Melissa Li | 2021-02-19 | 1 | -2/+5 |
| | |||||
* | Remove Python 2 compatibility | Jason R. Coombs | 2020-08-16 | 1 | -10/+6 |
| | |||||
* | 👹 Feed the hobgoblins (delint). | Jason R. Coombs | 2020-01-19 | 1 | -3/+3 |
| | |||||
* | Fix for Python 4: replace unsafe six.PY3 with PY2 | Hugo | 2020-01-08 | 1 | -2/+2 |
| | |||||
* | Limit the scope of deprecation of the upload_docs command. | Jason R. Coombs | 2017-06-06 | 1 | -1/+2 |
| | |||||
* | Merge branch 'master' into feature/re-vendor-sadface | Jason R. Coombs | 2017-05-30 | 1 | -12/+11 |
|\ | |||||
| * | Extract variables to remove hanging indents. | Jason R. Coombs | 2017-03-11 | 1 | -11/+10 |
| | | |||||
| * | Fix documentation upload by fixing content_type in _build_multipart on ↵ | Florian Schulze | 2017-03-11 | 1 | -1/+1 |
| | | | | | | | | Python 3.x. | ||||
* | | Revert "Merge pull request #933 from pypa/feature/581-depend-not-bundle" | Jason R. Coombs | 2017-02-24 | 1 | -2/+2 |
|/ | | | | | This reverts commit 089cdeb489a0fa94d11b7307b54210ef9aa40511, reversing changes made to aaec654d804cb78dbb6391afff721a63f26a71cd. | ||||
* | Strip out vendored packages and require them instead. Ref #581. | Jason R. Coombs | 2017-01-01 | 1 | -2/+2 |
| | |||||
* | Provide forward compatibility for Warehouse as the default repository for ↵ | Jason R. Coombs | 2016-09-01 | 1 | -0/+5 |
| | | | | the upload command. | ||||
* | Use isinstance() instead of type() for a typecheck. | stepshal | 2016-07-14 | 1 | -1/+1 |
| | |||||
* | Return content type in _build_multipart | Jason R. Coombs | 2016-05-31 | 1 | -3/+4 |
| | |||||
* | Replace _build_parts with map and flatten. | Jason R. Coombs | 2016-05-31 | 1 | -10/+9 |
| | |||||
* | Normalize indent | Jason R. Coombs | 2016-05-31 | 1 | -16/+16 |
| | |||||
* | Extract method for _build_part | Jason R. Coombs | 2016-05-31 | 1 | -2/+7 |
| | |||||
* | Extract method for _build_multipart | Jason R. Coombs | 2016-05-31 | 1 | -10/+16 |
| | |||||
* | Extract method for _build_parts. | Jason R. Coombs | 2016-05-31 | 1 | -21/+27 |
| | |||||
* | Use bytes literals and simpler encoding logic when constructing multipart post | Jason R. Coombs | 2016-05-31 | 1 | -20/+14 |
| | |||||
* | Use context for closing file | Jason R. Coombs | 2016-05-31 | 1 | -3/+2 |
| | |||||
* | Upload_docs should also resolve passwords from keyring same as upload command. | Jason R. Coombs | 2016-02-12 | 1 | -1/+1 |
| | |||||
* | Remove unused import | Jason R. Coombs | 2016-02-12 | 1 | -1/+0 |
| | |||||
* | Modeling after Astropy's technique for bundling libraries, the imports are ↵ | Jason R. Coombs | 2015-12-31 | 1 | -8/+2 |
| | | | | | | | now much cleaner. Thanks @embray. Ref #229. --HG-- branch : feature/issue-229 | ||||
* | Update vendoring technique to match that used for packaging. Ref #229. | Jason R. Coombs | 2015-12-31 | 1 | -2/+8 |
| | | | | | --HG-- branch : feature/issue-229 | ||||
* | Merge with master. Ref #229. | Jason R. Coombs | 2015-12-31 | 1 | -2/+1 |
|\ | | | | | | | | | --HG-- branch : feature/issue-229 | ||||
| * | Use except/as, now supported by Python 2.6 | Jason R. Coombs | 2015-01-04 | 1 | -2/+1 |
| | | |||||
* | | Use six for Python 2 compatibility | Jason R. Coombs | 2014-07-05 | 1 | -8/+10 |
|/ | | | | | | --HG-- branch : feature/issue-229 extra : source : 7b1997ececc5772798ce33a0f8e77387cb55a977 | ||||
* | Fixed PEP 8 compliancy of the setuptools.command package | Alex Grönholm | 2014-06-18 | 1 | -10/+8 |
| | |||||
* | Correct regression in upload_docs in syntax adjustment. Fixes #124. | Jason R. Coombs | 2013-12-15 | 1 | -1/+1 |
| | |||||
* | Use ternary operator to select encoding error behavior. | Jason R. Coombs | 2013-11-27 | 1 | -4/+1 |
| | |||||
* | Use PY3 indicator | Jason R. Coombs | 2013-11-27 | 1 | -1/+1 |
| | |||||
* | Fix pyflakes warnings | Jason R. Coombs | 2013-11-27 | 1 | -4/+3 |
| | |||||
* | Use PY3 from compat module | Jason R. Coombs | 2013-11-27 | 1 | -4/+2 |
| | |||||
* | upload module is no more | Jason R. Coombs | 2013-11-27 | 1 | -5/+1 |
| | |||||
* | Merged upstream changes. | Vinay Sajip | 2013-06-19 | 1 | -1/+3 |
|\ | | | | | | | | | --HG-- branch : single-codebase | ||||
| * | Merge Python 3 native support from distribute | Jason R. Coombs | 2013-06-18 | 1 | -5/+7 |
| |\ | | | | | | | | | | | | | --HG-- rename : tests/test_distribute_setup.py => tests/test_ez_setup.py | ||||
| | * | Merge Vinay Sajip's unified Python 2/3 support from distribute 3 | Jason R. Coombs | 2013-06-18 | 1 | -55/+73 |
| | |\ | | | | | | | | | | | | | | | | | --HG-- branch : distribute | ||||
| | * | | Changes to support 2.x and 3.x in the same codebase. | Vinay Sajip | 2011-06-20 | 1 | -5/+6 |
| | | | | | | | | | | | | | | | | | | | | | | | | --HG-- branch : distribute extra : rebase_source : 7d3608edee54a43789f0574d702fb839628b5071 | ||||
* | | | | Misc. updates following 2to3 checks. | Vinay Sajip | 2013-06-17 | 1 | -2/+2 |
| | | | | | | | | | | | | | | | | | | | | --HG-- branch : single-codebase | ||||
* | | | | Initial commit. All tests pass on 2.7, 3.2 and 3.3, though there are some ↵ | Vinay Sajip | 2013-06-15 | 1 | -6/+12 |
|/ / / | | | | | | | | | | | | | | | | | | | atexit errors in the multiprocessing module in 2.7/3.2 (seemingly unrelated to setuptools). --HG-- branch : single-codebase | ||||
* | | | Update some URLs (packages.python.org -> pythonhosted.org). | Arfrever Frehtes Taifersar Arahesis | 2013-06-11 | 1 | -2/+2 |
| |/ |/| |