Skip to content

Releases: WebwareForPython/w4py3

3.1.0

Choose a tag to compare

@Cito Cito released this 07 Sep 14:46

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

Choose a tag to compare

@Cito Cito released this 07 Sep 14:28

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

Choose a tag to compare

@Cito Cito released this 27 May 17:42

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

Choose a tag to compare

@Cito Cito released this 27 Apr 19:47

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

Choose a tag to compare

@Cito Cito released this 16 Mar 12:01

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

Choose a tag to compare

@Cito Cito released this 07 Jan 19:36

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

Choose a tag to compare

@Cito Cito released this 16 Jul 17:16

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

Choose a tag to compare

@Cito Cito released this 20 Mar 13:21

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

Choose a tag to compare

@Cito Cito released this 26 Nov 22:58

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

Choose a tag to compare

@Cito Cito released this 30 Apr 14:49

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)