Release Notes: setproctitle() works even when Python messes up with argv, e.g. when run with the -m option.


Release Notes: This release adds PyPy support.


Release Notes: The module can be compiled on Windows again (issue #21).


Release Notes: No module bugfix, but a packaging one: release 1.1.4 didn't include README and HISTORY files. They are now included.


Release Notes: The module now works correctly in embedded Python (for instance, in mod_wsgi). It now has debug output support always compiled in (the variable SPT_DEBUG can be used to emit the debugging log).


Release Notes: This release allows you to change the title of a process running an embedded Python interpreter, for instance in mod_wsgi. This is a test release: it is not available on PyPI, but it can be found on the project homepage.