Skip to content

Releases: WebwareForPython/w4py3

3.1.0

07 Sep 14:46
Compare
Choose a tag to compare

Minor release 3.1.0 of Webware for Python 3.

See the list of changes in this patch release and the list of changes in version 3.

This patch release officially supports Python 3.10 to 3.14. For older Python versions, use the last minor release of Webware for Python.

3.0.11

07 Sep 14:28
Compare
Choose a tag to compare

Patch release 3.0.11 of Webware for Python 3.

See the list of changes in this patch release and the list of changes in version 3.

This patch release officially supports Python 3.6 to 3.12. For newer Python versions, use the next minor release of Webware for Python.

3.0.10

27 May 17:42
Compare
Choose a tag to compare

Patch release 3.0.10 of Webware for Python 3.

See the list of changes in this patch release and the list of changes in version 3.

This patch release officially supports Python 3.12.

3.0.9

27 Apr 19:47
Compare
Choose a tag to compare

Patch release 3.0.9 of Webware for Python 3.

See the list of changes in this patch release and the list of changes in version 3.

This patch release officially supports Python 3.11 and its dependencies have been updated.

3.0.8

16 Mar 12:01
Compare
Choose a tag to compare

Patch release 3.0.8 of Webware for Python 3.

See the list of changes in this patch release and the list of changes in version 3.

This patch release officially supports Python 3.11 and its dependencies have been updated.

3.0.7

07 Jan 19:36
Compare
Choose a tag to compare

Patch release 3.0.7 of Webware for Python 3.

See the list of changes in this patch release and the list of changes in version 3.

This patch release officially supports Python 3.11 and its dependencies have been updated.

3.0.6

16 Jul 17:16
Compare
Choose a tag to compare

Patch release 3.0.6 of Webware for Python 3.

Please see the list of changes for an overview of all the new things in version 3.

Changes in this patch release:

  • The FieldStorage class has now been incorporated into Webware, since the cgi module has been deprecated in the standard library.
  • If running under mod_wsgi, the Application shutdown handler is now also registered with subscribe_shutdown. This solves the problem that the atexit() were sometimes not called with Python >= 3.9.

3.0.5

20 Mar 13:21
Compare
Choose a tag to compare

Patch release 3.0.5 of Webware for Python 3.

Please see the list of changes for an overview of all the new things in version 3.

Changes in this patch release:

  • Fix logic error in plugin loader (#13)
  • Minor simplifications in FieldStorage

3.0.4

26 Nov 22:58
Compare
Choose a tag to compare

Patch release 3.0.4 of Webware for Python 3.

Please see the list of changes for an overview of all the new things in version 3.

Notable changes in this patch release:

  • Send exceptions using quoted-printable encoding (#12)
  • Always specify encoding when opening text files (642f3ec)
  • Support Python 3.10 (cb04c9f)

3.0.3

30 Apr 14:49
Compare
Choose a tag to compare

Patch release 3.0.3 of Webware for Python 3.

Please see the list of changes for an overview of all the new things in version 3.

Notable changes in this patch release:

  • Fix for incompatible FieldStorage class in recent Python versions (261e21a)
  • Do not use secure cookie in development (f9779d7)
  • Register signal handlers in development mode (b4d4c03)
  • Update waitress to 2.0 and add log-level option (df2fc74)