Skip to content

modernize for Python 3.10+ and current i3 IPC#26

Open
brett wants to merge 1 commit into
ziberna:masterfrom
brett:master
Open

modernize for Python 3.10+ and current i3 IPC#26
brett wants to merge 1 commit into
ziberna:masterfrom
brett:master

Conversation

@brett

@brett brett commented Apr 6, 2026

Copy link
Copy Markdown
  • Replace distutils/setup.py with pyproject.toml (hatchling)
  • Add i3 IPC message types 7-12 and event types 2-7
  • Fix pack() to build header as bytes instead of decode/re-encode
  • Fix filter() TypeError on None-valued tree nodes
  • Fix socket leak in Socket.initialize() and failed connections
  • Fix wsbar.py callback parameter order bug
  • Remove Python 2 compatibility code throughout
  • Modernize super(), socket.error, string formatting
  • Bump to 0.7.0

- Replace distutils/setup.py with pyproject.toml (hatchling)
- Add i3 IPC message types 7-12 and event types 2-7
- Fix pack() to build header as bytes instead of decode/re-encode
- Fix filter() TypeError on None-valued tree nodes
- Fix socket leak in Socket.initialize() and failed connections
- Fix wsbar.py callback parameter order bug
- Remove Python 2 compatibility code throughout
- Modernize super(), socket.error, string formatting
- Bump to 0.7.0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant