2019-09-18 22:24:13 by Adam Ciarcinski | Files touched by this commit (2) | |
Log message:
py-cherrypy: updated to 18.2.0
v18.2.0
* File-based sessions no longer attempt to remove the lock files
when releasing locks, instead deferring to the default behavior
of zc.lockfile. Fixes :issue:`1391` and :issue:`1779`.
* :pr:`1794`: Add native support for ``308 Permanent Redirect``
usable via ``raise cherrypy.HTTPRedirect('/new_uri', 308)``.
|
2019-07-03 21:59:47 by Adam Ciarcinski | Files touched by this commit (2) | |
Log message:
py-cherrypy: updated to 18.1.2
v18.1.2
Restore a native WSGI-less HTTP server support.
Reduce log level for non-error events in win32.py
|
2019-04-26 15:14:25 by Maya Rashish | Files touched by this commit (473) |
Log message:
Omit mentions of python 34 and 35, after those were removed.
- Includes some whitespace changes, to be handled in a separate commit.
|
2019-04-02 10:29:59 by Adam Ciarcinski | Files touched by this commit (2) | |
Log message:
py-cherrypy: updated to 18.1.1
v18.1.1
* :pr:1774 reverts :pr:1759 as new evidence emerged that
the original behavior was intentional. Re-opens :issue:1758.
|
2018-12-10 09:59:59 by Adam Ciarcinski | Files touched by this commit (2) | |
Log message:
py-cherrypy: updated to 18.1.0
v18.1.0
* In the bus, when awaiting a state change, only publish after the state has changed.
|
2018-09-13 12:57:47 by Adam Ciarcinski | Files touched by this commit (3) | |
Log message:
py-cherrypy: updated to 18.0.1
v18.0.1
Restore support for ‘bytes’ in response headers.
Substantial removal of Python 2 compatibility code.
|
2018-09-03 14:22:30 by Adam Ciarcinski | Files touched by this commit (2) | |
Log message:
py-cherrypy: updated to 18.0.0
v18.0.0
* Drop support for Python 2.7. CherryPy 17 will
remain an LTS release for bug and security fixes.
* Drop support for Python 3.4.
v17.4.0
* When setting Response Body, reject Unicode
values, making behavior on Python 2 same as on Python 3.
* Other inconsequential refactorings.
|
2018-08-20 14:59:08 by Adam Ciarcinski | Files touched by this commit (1) |
Log message:
py-cherrypy: fix DEPENDS
|
2018-08-19 10:51:45 by Adam Ciarcinski | Files touched by this commit (3) | |
Log message:
py-cherrypy: updated to 17.3.0
v17.3.0
* Rely on zc.lockfile for session concurrency support.
v17.2.0
* Prevent orphaned Event object in cached 304 response.
v17.1.0
* Add support for accepting uploaded files with non-ascii filenames per RFC 5987.
|
2018-08-07 12:14:45 by Adam Ciarcinski | Files touched by this commit (2) | |
Log message:
py-cherrypy: updated to 17.0.0
v17.0.0
CherryPy now allows namespace packages for its dependencies. Environments that \
cannot handle namespace packgaes like py2exe will need to add such support or \
pin to older CherryPy versions.
|