summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoel Rivera <rivera@joel.mx>2016-03-10 01:08:36 -0600
committerJoel Rivera <rivera@joel.mx>2016-03-10 01:08:36 -0600
commit3de0c36c7008f6565f9071fab126a467a16bf93f (patch)
tree44d15e8eced500ebecb9c6b1f96a01f58a51a267
parent0c1df2847151c6e33b12c1e39dcfd0f85c258d64 (diff)
downloadcherrypy-3de0c36c7008f6565f9071fab126a467a16bf93f.tar.gz
Update the CHANGES file regarding the last commits.
-rw-r--r--CHANGES.txt19
1 files changed, 19 insertions, 0 deletions
diff --git a/CHANGES.txt b/CHANGES.txt
index ec5d0a36..671f547a 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -1,3 +1,22 @@
+----------
+Unreleased
+----------
+
+* Bugfix issue #1315 for ``test_HTTP11_pipelining`` test in Python 3.5
+* Bugfix issue #1382 regarding the keyword arguments support for Python 3
+ on the config file.
+* Bugfix issue #1406 for ``test_2_KeyboardInterrupt`` test in Python 3.5.
+ by monkey patching the HTTPRequest given a bug on CPython
+ that is affecting the testsuite (https://bugs.python.org/issue23377).
+* Add additional parameter ``raise_subcls`` to the tests helpers
+ `openURL` and ``CPWebCase.getPage`` to have finer control on
+ which exceptions can be raised.
+* Add support for direct keywords on the calls (e.g. ``foo=bar``) on
+ the config file under python 3.
+* Add additional validation to determine if the process is running
+ as a daemon on ``cherrypy.process.plugins.SignalHandler`` to allow
+ the execution of the testsuite under CI tools.
+
-----
5.0.1
-----