Skip to content

Tags: dvarrazzo/py-setproctitle

Tags

version-1.3.3

Toggle version-1.3.3's commit message

Verified

This tag was signed with the committer’s verified signature.
dvarrazzo Daniele Varrazzo
setproctitle 1.3.3 released

- Add support for Python 3.12
- Fix package metadata to include Python 3.11, 3.12.

version-1.3.2

Toggle version-1.3.2's commit message

Verified

This tag was signed with the committer’s verified signature.
dvarrazzo Daniele Varrazzo
setproctitle 1.3.1 released

- Restore import-time initialization of macOS to avoid crash on thread+fork
  (issue #113).

version-1.3.1

Toggle version-1.3.1's commit message

Verified

This tag was signed with the committer’s verified signature.
dvarrazzo Daniele Varrazzo
setproctitle 1.3.1 released

- Fixed segfault on macOS 12.5 in forked processes (issue #111).

version-1.3.0

Toggle version-1.3.0's commit message

Verified

This tag was signed with the committer’s verified signature.
dvarrazzo Daniele Varrazzo
setproctitle 1.3.0 released

- Added fallback no-op implementation if building the extension fails.
- Added support for displaying title as the process name in MacOS Activity
  Monitor (issue #10).
- Fixed "Symbol not found: _Py_GetArgcArgv" error when using Xcode provided
  Python (issues #82, #103).
- Fixed FreeBSD support, broken in 1.2 (issue #94).
- Added package type annotations (issue #101).
- Dropped support for Python 3.6.

version-1.2.3

Toggle version-1.2.3's commit message

Verified

This tag was signed with the committer’s verified signature.
dvarrazzo Daniele Varrazzo
setproctitle 1.2.3 released

- Added Python 3.10 packages (issue #102).
- Added Wheel packages for macOS (issue #96).
- Package build moved to cibuildwheel, other wheels provided (issue #47).

version-1.2.2

Toggle version-1.2.2's commit message

Verified

This tag was signed with the committer’s verified signature.
dvarrazzo Daniele Varrazzo
setproctitle 1.2.2 released

- Fixed Windows build (issues #89, #90).
- Added wheel packages for Windows (issues #47, #90).
- Added wheel packages for aarch64 (issues #95).

version-1.2.1

Toggle version-1.2.1's commit message

Verified

This tag was signed with the committer’s verified signature.
dvarrazzo Daniele Varrazzo
setproctitle 1.2.1 released

- Fixed segfault after ``os.environ.clear()`` (issue #88).

version-1.2

Toggle version-1.2's commit message

Verified

This tag was signed with the committer’s verified signature.
dvarrazzo Daniele Varrazzo
setproctitle 1.2 released

- added ``getthreadtitle()`` and ``setthreadtitle()``.
- Initialisation of the module moved to the first usage: importing the module
  doesn't cause side effects.
- Manage much longer command lines (#52)
- Improved build on BSD, dropped ancient versions (issue #67).
- Fixed build for Python 3.8 (#66, #72)
- Added support for Python 3.9
- Dropped support for Python < 3.6

version-1.1.10

Toggle version-1.1.10's commit message

Verified

This tag was signed with the committer’s verified signature.
dvarrazzo Daniele Varrazzo
version 1.1.10 released

- Fixed building with certain ``prctl.h`` implementations (issue #44).
- Use ``setuptools`` if available (issue #48).

version-1.1.9

Toggle version-1.1.9's commit message

Verified

This tag was signed with the committer’s verified signature.
dvarrazzo Daniele Varrazzo
Version 1.1.9 released

- Fixed build on VC (issues #20, #33).
- Added ``MANIFEST.in`` to the source distribution to help with RPM building
  (issue #30).