File tree Expand file tree Collapse file tree 1 file changed +18
-0
lines changed Expand file tree Collapse file tree 1 file changed +18
-0
lines changed Original file line number Diff line number Diff line change 11# web.py changelog
22
3+ ## 2012-06-26 0.37
4+
5+ * Fixed datestr issue on Windows -- #155
6+ * Fixed Python 2.4 compatability issues (tx fredludlow)
7+ * Fixed error in utils.safewrite (tx shuge) -- #95
8+ * Allow use of web.data() with app.request() -- #105
9+ * Fixed an issue with session initializaton (tx beardedprojamz) -- #109
10+ * Allow custom message on 400 Bad Request (tx patryk) -- #121
11+ * Made djangoerror work on GAE. -- #80
12+ * Handle malformatted data in the urls. -- #117
13+ * Made it easier to stop the dev server -- #100, #122
14+ * Added support fot customizing cookie_path in session (tx larsga) -- #89
15+ * Added exception for "415 Unsupported Media" (tx JirkaChadima) -- #145
16+ * Added GroupedDropdown to support `<optgroup>` tag (tx jzellman) -- #152
17+ * Fixed failure in embedded interpreter - #87
18+ * Optimized web.cookies (tx benhoyt) - #148
19+
20+
321## 2011-07-04 0.36
422
523* Upgraded to CherryPy WSGIServer 3.2.0. -- #66
You can’t perform that action at this time.
0 commit comments