summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* | Add link to versions badge in READMESviatoslav Sydorenko2018-01-191-0/+1
| |
* | Add Circle CI badge to READMESviatoslav Sydorenko2018-01-191-0/+3
| |
* | Enable Circle CI to run tests under macOSSviatoslav Sydorenko2018-01-191-1/+35
| |
* | Drop 3.3 from Circle CISviatoslav Sydorenko2018-01-131-1/+1
| |
* | Fix typo in changelogSviatoslav Sydorenko2018-01-131-1/+1
| |
* | Make RTD build docs under 3.6Sviatoslav Sydorenko2018-01-131-1/+3
| |
* | Add clarification regarding requirementsSviatoslav Sydorenko2018-01-131-1/+2
| | | | | | | | Ref #1685
* | Fix Sphinx complaints regarding bullet list fmtSviatoslav Sydorenko2018-01-131-0/+8
| |
* | Use sphinx extlinks in changelogSviatoslav Sydorenko2018-01-132-98/+84
| |
* | Enable extlinks in SphinXSviatoslav Sydorenko2018-01-131-4/+21
| |
* | Add intersphinx link to cherootSviatoslav Sydorenko2018-01-131-1/+2
| |
* | Use prj name and supported Py in docs via substsSviatoslav Sydorenko2018-01-132-8/+14
| |
* | Calculate min/max supported Py for ref in docsSviatoslav Sydorenko2018-01-131-0/+16
| |
* | Require 3.6 to build docsSviatoslav Sydorenko2018-01-131-1/+1
| |
* | Fetch meta vars from dist for sphinx docsSviatoslav Sydorenko2018-01-131-1/+9
| |
* | Make params conversion tool compatible with json_outSviatoslav Sydorenko2018-01-052-3/+4
|\ \ | | | | | | (PR #1679 by @coady)
| * | Convert params tool compatible with json_outAric Coady2017-12-272-3/+4
| | |
* | | Remove outdated link to StackOverflow Docs BetaSviatoslav Sydorenko2018-01-031-4/+0
|\ \ \ | | | | | | | | (PR #1682 by @seils)
| * | | Remove invalid link to StackOverflow Wiki.Zach Seils (seils)2018-01-021-4/+0
|/ / /
* | | Fix grammar in contribution doc (PR #1681 by @seils)Sviatoslav Sydorenko2018-01-011-1/+1
|\ \ \ | |/ / |/| |
| * | Minor grammar correction.Zach Seils (seils)2017-12-311-1/+1
|/ /
* | Limit mandatory test jobs to speed-up buildsSviatoslav Sydorenko2017-12-261-3/+8
| | | | | | | | | | | | | | - Moved 2.7 to priority stage - Applied API or Cron run condition to OS X and test stages Closes #1674
* | Deduplicate pyenv upgrade process in Travis CISviatoslav Sydorenko2017-12-261-2/+0
| |
* | Ignore graphs, generated by testsSviatoslav Sydorenko2017-12-231-0/+4
| |
* | Rewrite generation of file list for trackingSviatoslav Sydorenko2017-12-231-11/+14
| | | | | | | | Fixes #1675
* | Convert type options in Issue template into checkboxes (PR #1678 by @tothegump)Sviatoslav Sydorenko2017-12-211-3/+3
|\ \ | |/ |/|
| * Update ISSUE_TEMPLATE.mdtothegump2017-12-211-3/+3
|/ | | present checkbox when preview
* Store RTD config in the repo.Jason R. Coombs2017-12-202-1/+6
|
* Add tox environment to build docsJason R. Coombs2017-12-201-0/+8
|
* Merge pull request #1654 from cherrypy/feature/reuse-case-insensitive-dictv13.1.0Jason R. Coombs2017-12-173-42/+75
|\ | | | | Use jaraco.collections for code re-use on CaseInsensitiveDict.
| * Update changelog.Jason R. Coombs2017-12-171-0/+12
| |
| * Merge branch 'master' into feature/reuse-case-insensitive-dictJason R. Coombs2017-12-1753-1074/+383
| |\ | |/ |/|
* | Merge pull request #1671 from benjaoming/bug/internalize-jaraco-classesv13.0.1Jason R. Coombs2017-12-174-3/+45
|\ \ | | | | | | Internalize jaraco.classes code to replace dependency
| * | Update changelog and comments to reflect inlining of classproperty.Jason R. Coombs2017-12-173-6/+17
| | |
| * | Internalize jaraco.classes code to replace dependency - resolves issues when ↵Benjamin Bach2017-12-173-3/+34
| | | | | | | | | | | | environment doesnt support namespaced packages - see https://github.com/jaraco/jaraco.classes/issues/2
* | | Implicit is better than explicitJason R. Coombs2017-12-171-2/+0
| | |
* | | Remove extraneous list build and reindent for clarity.Jason R. Coombs2017-12-171-3/+6
| | |
* | | Replace copy/paste with re-used code.Jason R. Coombs2017-12-171-10/+3
| | |
* | | Omit unused valuesJason R. Coombs2017-12-171-2/+2
|/ /
* | Remove 'max-age' when expiring cookies (PR #1661 by @pR0Ps)Sviatoslav Sydorenko2017-12-141-0/+1
|\ \ | | | | | | Ref: https://tools.ietf.org/html/rfc6265#section-4.1.2.2
| * | Remove 'max-age' when expiring cookiesCarey Metcalfe2017-11-221-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | According to [RFC 6256]: > If a cookie has both the Max-Age and the Expires attribute, the > Max-Age attribute has precedence and controls the expiration date of > the cookie. Therefore, when attempting to expire the current session cookie by setting the `expires` property to a value in the past, the `max-age` needs to be removed so that it doesn't override the new `expires` value. [RFC 6256]: https://tools.ietf.org/html/rfc6265#section-4.1.2.2
* | | Init global mimetypes map only if uninitializedSviatoslav Sydorenko2017-12-121-5/+11
|\ \ \ | | | | | | | | | | | | Resolves #1669 and closes #1670.
| * | | Wrap MIME-type init into a function definitionSviatoslav Sydorenko2017-12-121-6/+11
| | | |
| * | | Adjust indentation in cherrypy.lib.staticSviatoslav Sydorenko2017-12-121-1/+1
| | | |
| * | | Correcting the initialization of the mimetypes libraryJohan De Taeye2017-12-111-1/+2
|/ / /
* | | Merge pull request #1668 from cherrypy/feature/1666-drop-py33v13.0.0Jason R. Coombs2017-12-043-7/+9
|\ \ \ | | | | | | | | Drop support for Python 3.3.
| * | | Drop support for Python 3.3. Fixes #1666.Jason R. Coombs2017-12-043-7/+9
|/ / /
* | | Replace remaining references to IRC with Gitter. Fixes #1667.Jason R. Coombs2017-12-041-2/+2
| | |
* | | Allow Python 3.3 tests to fail. Ref #1666.Jason R. Coombs2017-12-041-0/+2
| | |
* | | Simply render the CookieError message in the response. Fixes #1665.v12.0.2Jason R. Coombs2017-12-032-3/+9
|/ /