COMMITS
November 2, 2022
B
Reset version to dev
Benedikt Reinartz committed
B
Release 3.0.1
Benedikt Reinartz committed
B
Merge pull request #1998 from filmor/fix-derived-generic-interface
Benedikt Reinartz committed
V
fixed resolution of generic methods in Python implementations
Victor Nova committed
B
Update changelog and add Python 3.11 to metadata
Benedikt Reinartz committed
B
Merge pull request #1955 from filmor/python-3.11
Benedikt Reinartz committed
B
Set PYTHONHOME for tests
Benedikt Reinartz committed
B
Add tests for deriving a Python subclass from a generic interface
Benedikt Reinartz committed
B
Adjust code a bit and skip PythonHome tests for empty strings
Benedikt Reinartz committed
November 1, 2022
B
Add an Action variant of TryUsingDll
Benedikt Reinartz committed
October 31, 2022
B
Ensure that Python is initialized before probing properties
Benedikt Reinartz committed
October 30, 2022
B
Enforce tp_traverse/clear in AllocateTypeObject
Benedikt Reinartz committed
B
Update MaxSupportedVersion
Benedikt Reinartz committed
B
Ensure that sub-processes in tests use the same runtime settings
Benedikt Reinartz committed
B
Only clear dict if tp_dictoffset > 0
Benedikt Reinartz committed
October 28, 2022
B
Merge pull request #1993 from losttech/bugs/BadBigInt200
Benedikt Reinartz committed
V
fixed positive PyInt converted to negative BigInteger
Victor Nova committed
B
Merge pull request #1986 from losttech/FloatDerivedCodec
Benedikt Reinartz committed
October 15, 2022
B
Define slots before initialization
Benedikt Reinartz committed
B
Update requires-python
Benedikt Reinartz committed
September 19, 2022
B
Fix offsets for 3.11
Benedikt Reinartz committed
B
Improve geninterop script to handle new case in 3.11
Benedikt Reinartz committed
September 18, 2022
B
Add Python 3.11 to metadata and workflows
Benedikt Reinartz committed
B
Add Python 3.11 type offsets
Benedikt Reinartz committed
October 24, 2022
V
V
explicit functions for exact type checks
Victor Nova committed
October 14, 2022
B
Merge pull request #1973 from losttech/bugs/1972
Benedikt Reinartz committed
October 13, 2022
V
delete target object from event handler collections when it has no more event handlers
Victor Nova committed
V
fixed name collision for generated delegate dispatchers
Victor Nova committed
V
a few debug helper properties
Victor Nova committed