Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Don't depend on memcached extra of pytest-services | Sviatoslav Sydorenko | 2018-09-10 | 1 | -1/+1 |
| | |||||
* | Don't install pytest-services under win | Sviatoslav Sydorenko | 2018-09-10 | 1 | -0/+2 |
| | |||||
* | Add memcached extra to pytest-services dependency | Sviatoslav Sydorenko | 2018-09-09 | 1 | -1/+1 |
| | |||||
* | Use pytest-services to create an ephemeral instance of memcached for running ↵ | Jason R. Coombs | 2018-09-09 | 1 | -0/+1 |
| | | | | the session tests | ||||
* | Remove reliance on contextlib2 | Jason R. Coombs | 2018-09-02 | 1 | -1/+0 |
| | |||||
* | Remove reliance on six | Jason R. Coombs | 2018-09-02 | 1 | -1/+0 |
| | |||||
* | Drop support for Python 3.4v18.0.0 | Jason R. Coombs | 2018-09-01 | 1 | -5/+2 |
| | |||||
* | Drop support for Python 2.7. Fixes #1730. | Jason R. Coombs | 2018-09-01 | 1 | -3/+1 |
| | |||||
* | Merge pull request #1729 from cherrypy/bugfix/1193-zc.lockfilev17.3.0 | Jason R. Coombs | 2018-08-16 | 1 | -0/+2 |
|\ | | | | | Replace cherrypy.lib.lockfile with zc.lockfile. | ||||
| * | Replace lockfile with zc.lockfile. Ref #1193. | Jason R. Coombs | 2018-08-14 | 1 | -0/+2 |
| | | |||||
* | | Advertise Python 3.7 support via metadata | Sviatoslav Sydorenko | 2018-08-15 | 1 | -0/+1 |
|/ | |||||
* | Merge branch 'master' | Jason R. Coombs | 2018-08-14 | 1 | -112/+80 |
|\ | |||||
| * | Rely on declarative configuration for long description. | Jason R. Coombs | 2018-08-14 | 1 | -6/+0 |
| | | |||||
| * | Remove unnecessary license declaration, already declared by classifiers and ↵v17.1.0 | Jason R. Coombs | 2018-08-14 | 1 | -1/+0 |
| | | | | | | | | license file in metadata, and discouraged by the spec. | ||||
| * | Inline setup parameters, avoiding unnecessary indirection. | Jason R. Coombs | 2018-08-14 | 1 | -97/+79 |
| | | |||||
| * | Simply invoke - no need for indirection. | Jason R. Coombs | 2018-08-14 | 1 | -8/+2 |
| | | |||||
| * | Remove constraint that CherryPy won't depend on namespace packages. Fixes #1673.v17.0.0 | Jason R. Coombs | 2018-07-10 | 1 | -6/+0 |
| | | |||||
| * | Pin against tempora 1.13 to avoid inclusion of namespace package. Fixes #1722.v16.0.3 | Jason R. Coombs | 2018-07-10 | 1 | -0/+4 |
| | | |||||
| * | Swap pep257 with pydocstyle | Sviatoslav Sydorenko | 2018-06-16 | 1 | -1/+1 |
| | | |||||
| * | Create a test to replicate failure. Ref #1377. | Jason R. Coombs | 2018-05-31 | 1 | -0/+1 |
| | | |||||
* | | Extract function for _flush_body. Use 'consume' to consume an iterator. Use ↵ | Jason R. Coombs | 2018-06-06 | 1 | -0/+1 |
|/ | | | | 'iter' to make iterator from iterable. | ||||
* | Add project urls to dist and make links to https | Sviatoslav Sydorenko | 2018-04-20 | 1 | -2/+12 |
| | |||||
* | Bump cheroot bugfix dependency | Sviatoslav Sydorenko | 2018-04-19 | 1 | -1/+1 |
| | |||||
* | Pin cheroot dependency to higher version | Sviatoslav Sydorenko | 2018-04-19 | 1 | -1/+1 |
| | |||||
* | Downgrade pypiwin32 to v219bugfix/limit-pypywin32-ver-for-py34 | Sviatoslav Sydorenko | 2018-03-21 | 1 | -1/+1 |
| | |||||
* | Pin pypiwin32 for Python 3.4 | Sviatoslav Sydorenko | 2018-03-21 | 1 | -1/+1 |
| | |||||
* | Fix #1700: drop-in a proper pywin32 version @ 3.4 | Sviatoslav Sydorenko | 2018-03-21 | 1 | -1/+2 |
| | |||||
* | Update changelog and comments to reflect inlining of classproperty. | Jason R. Coombs | 2017-12-17 | 1 | -0/+2 |
| | |||||
* | Internalize jaraco.classes code to replace dependency - resolves issues when ↵ | Benjamin Bach | 2017-12-17 | 1 | -1/+0 |
| | | | | environment doesnt support namespaced packages - see https://github.com/jaraco/jaraco.classes/issues/2 | ||||
* | Drop support for Python 3.3. Fixes #1666. | Jason R. Coombs | 2017-12-04 | 1 | -2/+1 |
| | |||||
* | Merge pull request #1660 from cherrypy/feature/drop-py32v12.0.0 | Jason R. Coombs | 2017-11-17 | 1 | -3/+1 |
|\ | | | | | Drop support for Python 3.2 and 3.1. | ||||
| * | Drop support for Python 3.2 and 3.1. | Jason R. Coombs | 2017-11-17 | 1 | -3/+1 |
| | | |||||
* | | Bump to cheroot 5.9.1 for bugfix. | Jason R. Coombs | 2017-11-17 | 1 | -1/+1 |
|/ | |||||
* | Use cheroot 5.9 for webtest module. | Jason R. Coombs | 2017-11-16 | 1 | -1/+1 |
| | |||||
* | Merge branch 'master' into feature/http-redirect-default-status | Jason R. Coombs | 2017-10-28 | 1 | -9/+7 |
|\ | |||||
| * | Don't fail to remove a non-existent file. Fixes #1540. | Jason R. Coombs | 2017-10-28 | 1 | -0/+1 |
| | | |||||
| * | Cleanup setup.py after retiring pytest-runner | Sviatoslav Sydorenko | 2017-10-06 | 1 | -2/+0 |
| | | |||||
| * | Remove pytest_runner. Rely on tox. | Jason R. Coombs | 2017-10-06 | 1 | -5/+1 |
| | | |||||
| * | Revert "Add docutils dependency of setup selfcheck" | Sviatoslav Sydorenko | 2017-10-02 | 1 | -2/+0 |
| | | | | | | | | This reverts commit 9093cc54978ca8c67bdb1ab1a5e2f41d96cad60d. | ||||
| * | Add docutils dependency of setup selfcheck | Sviatoslav Sydorenko | 2017-10-02 | 1 | -0/+2 |
| | | |||||
| * | Use parse_http_list and parse_keqv_list from six | Sviatoslav Sydorenko | 2017-09-29 | 1 | -1/+1 |
| | | | | | | | | Eliminates own workaround | ||||
| * | Upgrade docs view and stuff | Sviatoslav Sydorenko | 2017-09-14 | 1 | -1/+1 |
| |\ | | | | | | | | | | | | | | | | * Add propaganda of Python 3 * Add logo * Change skin | ||||
| | * | Replace RTD Sphinx theme with alabaster | Sviatoslav Sydorenko | 2017-09-12 | 1 | -1/+1 |
| | | | |||||
| * | | Fix integration of pytest-runner with setuptools | Sviatoslav Sydorenko | 2017-09-13 | 1 | -0/+1 |
| |/ | |||||
| * | Upgrade minimum required Cheroot version | Sviatoslav Sydorenko | 2017-08-19 | 1 | -1/+1 |
| | | | | | | | | Fixes #1622 | ||||
| * | Integrate pytest-cov and codecov.io | Sviatoslav Sydorenko | 2017-08-11 | 1 | -0/+2 |
| | | |||||
| * | Revert URI parsing mode like before Cheroot v5.8.0 | Sviatoslav Sydorenko | 2017-08-06 | 1 | -1/+1 |
| | | |||||
* | | Expose the 'default status' returned by an HTTPRedirect as ↵ | Jason R. Coombs | 2017-07-12 | 1 | -0/+1 |
|/ | | | | HTTPRedirect.default_status class property. | ||||
* | Drop support for Python 2.6. Fixes #1607.v11.0.0 | Jason R. Coombs | 2017-07-08 | 1 | -5/+1 |
| | |||||
* | Bump to portend 2.1.1. Ref #1605. | Jason R. Coombs | 2017-07-01 | 1 | -1/+1 |
| |