summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* | Rewrite error log test with pure pytestSviatoslav Sydorenko2018-09-061-16/+31
| | | | | | | | Temporary using requests directly
* | Fix log marker in test loggingSviatoslav Sydorenko2018-09-061-2/+4
| |
* | Store results from full .test-results dirSviatoslav Sydorenko2018-09-051-2/+0
| |
* | Upload AppVeyor test results regardless of statusSviatoslav Sydorenko2018-09-051-1/+1
| |
* | Don't convert bytes headers to strSviatoslav Sydorenko2018-09-052-1/+8
|\ \ | | | | | | PR #1736 by @tobiashenkel
| * | Don't convert bytes headers to strTobias Henkel2018-09-042-1/+8
| | | | | | | | | | | | | | | Don't convert bytes header values using str() as str(b'foo') becomes "b'foo'". Instead just leave bytes as is like it was prior to v18.0.0.
* | | Move import check to pytest.mark.importorskipSviatoslav Sydorenko2018-09-041-6/+1
| | |
* | | Revert condition for skipping memcached testSviatoslav Sydorenko2018-09-041-1/+4
| | |
* | | Add a skip reason to memcached testsSviatoslav Sydorenko2018-09-041-1/+1
| | |
* | | Convert skipping memcached test to pytest waySviatoslav Sydorenko2018-09-041-98/+98
| | |
* | | Fix redirect memcached session testSviatoslav Sydorenko2018-09-041-1/+1
| | |
* | | Fix MemcachedSession import in testsSviatoslav Sydorenko2018-09-041-1/+3
| | |
* | | Fix MemcachedSession testSviatoslav Sydorenko2018-09-041-1/+1
| | |
* | | Completely wipe Python 3.4 from Circle CISviatoslav Sydorenko2018-09-041-1/+1
| | |
* | | Install memcached client for testingSviatoslav Sydorenko2018-09-041-0/+1
| | |
* | | Switch to macOS 10.13 in Circle CISviatoslav Sydorenko2018-09-041-1/+1
| | |
* | | Try enabling memcached session testSviatoslav Sydorenko2018-09-041-0/+6
| | |
* | | Bump version of PyPy 3 in Circle CISviatoslav Sydorenko2018-09-041-2/+2
| | |
* | | Replace Python 3.4 with Python 3.7 in Circle CISviatoslav Sydorenko2018-09-041-4/+4
| | |
* | | Replace Python 3.4 with Python 3.7 in AppVeyor CISviatoslav Sydorenko2018-09-041-1/+1
| | |
* | | Add a leading dot to AppVeyor config nameSviatoslav Sydorenko2018-09-041-0/+0
| | |
* | | Remove references to threading._* in Python 3.2 and earlier.Jason R. Coombs2018-09-043-17/+4
| | |
* | | Use urllib.parseJason R. Coombs2018-09-044-9/+5
| | |
* | | Unconditionally define the bytes version of unquote_plusJason R. Coombs2018-09-041-15/+14
| | |
* | | Move json from _cpcompat to its own module.Jason R. Coombs2018-09-046-27/+34
| | |
* | | Remove _cpcompat.escape_htmlJason R. Coombs2018-09-043-36/+3
| | |
* | | Remove future importsJason R. Coombs2018-09-042-4/+1
|/ /
* | Collapse 'if True' blocks.Jason R. Coombs2018-09-024-62/+59
| |
* | Adjust docs top margin to skip bannerSviatoslav Sydorenko2018-09-021-1/+1
| |
* | Remove more references to six in doctestJason R. Coombs2018-09-021-5/+5
| |
* | Add info about dropping Python 3 since v18.0.0Sviatoslav Sydorenko2018-09-021-0/+7
| |
* | Change watch to star GH widget in docsSviatoslav Sydorenko2018-09-021-1/+1
| |
* | Remove unused importsJason R. Coombs2018-09-022-2/+0
| |
* | Remove reliance on contextlib2Jason R. Coombs2018-09-022-4/+2
| |
* | Remove reliance on sixJason R. Coombs2018-09-0250-416/+125
| |
* | Add python3statement.org badges to READMESviatoslav Sydorenko2018-09-021-0/+8
| |
* | Drop support for Python 3.4v18.0.0Jason R. Coombs2018-09-012-5/+4
| |
* | Merge pull request #1735 from cherrypy/feature/drop-py2Jason R. Coombs2018-09-015-21/+11
|\ \ | |/ |/| Drop support for Python 2
| * Remove Python 2.7 from Circle CI. Ref #1730.Jason R. Coombs2018-09-011-4/+4
| |
| * Remove Python 2.7 references from test runners (travis, appveyor). Ref #1730.Jason R. Coombs2018-09-012-14/+0
| |
| * Update changelog, reflecting drop of Python 2.7 and intention to continue to ↵Jason R. Coombs2018-09-011-0/+6
| | | | | | | | support it in earlier releases. Ref #1730.
| * Drop support for Python 2.7. Fixes #1730.Jason R. Coombs2018-09-011-3/+1
|/
* Delintv17.4.0Jason R. Coombs2018-08-191-1/+1
|
* Consolidate prepare_iter behaviorJason R. Coombs2018-08-192-30/+26
|
* Move list-of-unicode checkJason R. Coombs2018-08-191-4/+4
|
* Consolidate header item encoding.Jason R. Coombs2018-08-191-14/+11
|
* Reorder operationsJason R. Coombs2018-08-191-3/+3
|
* Use 'string_types' when encoding headers.Jason R. Coombs2018-08-191-3/+2
|
* Update changelogJason R. Coombs2018-08-191-0/+8
|
* Bytes is of no use to the attributes function.Jason R. Coombs2018-08-171-2/+2
|