Releases: WebwareForPython/w4py3
Releases · WebwareForPython/w4py3
3.0.0
First release of Webware for Python 3.
Please see the list of changes for an overview of all the new things in version 3.
Notable changes since the last beta release of Webware for Python 3:
- Configurable class now watches all config files (29bbaa5)
- Improve the handling of non-ASCII config files (88f46f1)
- Support different encodings for data tables (639e503)
- Add DBUtils example servlet (260edf1)
- Make use of the
raise ... from
syntax in Python 3 (326662b)
3.0.0b0
First beta release of Webware for Python 3.
Notable changes in this release:
- Properly shut down on SIGTERM and SIGHUB (d5670ec, 0cf313d)
- Minor improvements in the URL parser (particularly, files containing plus signs could not be served) (e911361)
- Point to the new location of the repositories in the WebwareForPython organization (5ef47e5, 027836f)
3.0.0a1
Second alpha release of Webware for Python 3.
Notable changes in this release:
- Ability to load plugins in non-web situations (#1)
- Fix servlet import issue (#2)
- Add docs on debugging servlets using pdb (#3)
- Fix mixin function and added unit tests (df710b6)
- Fix aliased contexts and add regression test (938657d)
- Point to externally provided MiddleKit (220791c)
3.0.0a0
First alpha release of Webware for Python 3.
Please see the list of changes for an overview of all the new things in version 3.