File tree Expand file tree Collapse file tree 2 files changed +15
-1
lines changed Expand file tree Collapse file tree 2 files changed +15
-1
lines changed Original file line number Diff line number Diff line change 11# web.py changelog
22
3+ ## 2011-07-04 0.36
4+ 
5+ * Upgraded to CherryPy WSGIServer 3.2.0. -- #66
6+ * Various Jython compatibility fixes (tx Ben Noordhuis)
7+ * allow strips to accept lists -- #69
8+ * Improvements to setcookie (tx lovelylain) -- #65
9+ * Added __contains__ method to Session. (tx lovelylain) #65
10+ * Added secure option to session. -- #38
11+ * Fixed db.delete error with `using` clause (tx berndtj) -- #28
12+ * Fixed the case of no where-clauses in db.where
13+ * Fixed threadlocal error in python2.3 -- #77
14+ * Fixed TemplateResult inconsistant behavior -- #78
15+ * Fixed query execution issues with MSSQL -- #71
16+ 
317## 2011-05-15 0.35
418
519* Better ThreaedDict implementation using threadlocal (tx Ben Hoyt)
Original file line number Diff line number Diff line change 33
44from  __future__ import  generators 
55
6- __version__  =  "0.35 " 
6+ __version__  =  "0.36 " 
77__author__  =  [
88 "Aaron Swartz <me@aaronsw.com>" ,
99 "Anand Chitipothu <anandology@gmail.com>" 
                         You can’t perform that action at this time. 
           
                  
0 commit comments