| | 1 | 2005-06-01: |
|---|
| | 2 | * Core (_cphttptools) was completely rewritten to use iterators throughout. (fumanchu) |
|---|
| | 3 | * HTTP server has been decoupled from _cpserver. (fumanchu) |
|---|
| | 4 | * New WSGI interface to the builtin http server; WSGI is now the default. (fumanchu) |
|---|
| | 5 | * Moved session handling into a filter. (fumanchu) |
|---|
| | 6 | * New testCore.py for testing basic request and error handling. (fumanchu) |
|---|
| | 7 | * autoreload disabled if cpg.server.start is called with initOnly=True. (fumanchu) |
|---|
| | 8 | * BACKWARD INCOMPATIBILITY: filters changed, see http://www.cherrypy.org/wiki/WhatsNewIn21#filter_methods. (fumanchu) |
|---|
| | 9 | |
|---|
| | 10 | 2005-05-20: |
|---|