COMMITS
May 29, 2022
B
Fix demo scripts
Benedikt Reinartz committed
May 31, 2022
B
Add necessary `Initialize()` call to the README
Benedikt Reinartz committed
B
Add explicit tests for vararg call (#1805)
Benedikt Reinartz committed
May 26, 2022
B
Merge pull request #1799 from pythonnet/SupportedVersions
Benedikt Reinartz committed
B
Ensure that the RawProxyEncoder is removed again
Benedikt Reinartz committed
B
Ensure that codecs are definitely clean in tests
Benedikt Reinartz committed
May 25, 2022
V
expose Min/MaxSupportedVersion and IsSupportedVersion on PythonEngine
Victor Nova committed
May 23, 2022
B
Move to modern setuptools with pyproject.toml (#1793)
Benedikt Reinartz committed
B
Drop Python 3.6 support (#1795)
Benedikt Reinartz committed
May 20, 2022
V
Merge pull request #1786 from losttech/bugs/KeyCollection
Victor committed
May 7, 2022
V
a few collection mixins now properly handle private interface implementations
Victor Nova committed
V
V
V
added regression test for "in Dictionary.Keys" check
Victor Nova committed
V
type name generator ignored names of nested classes
Victor Nova committed
May 4, 2022
V
B
Merge pull request #1621 from pythonnet/fix-enum-codec
Benedikt Reinartz committed
B
Allow conversion of UInt64 based enums
Benedikt Reinartz committed
B
Add unit test for enum encoder
Benedikt Reinartz committed
B
Merge pull request #1760 from filmor/misc-fixes
Benedikt Reinartz committed
V
workaround for potentially buggy threading in Mono (#1779)
Victor committed
November 23, 2021
B
Fix enum codec
Benedikt Reinartz committed
March 30, 2022
B
Modernise syntax in ClassDerived
Benedikt Reinartz committed
B
Fix Py.SetArgv for systems that don't support GetCommandLineArgs
Benedikt Reinartz committed
B
Modernise syntax a bit
Benedikt Reinartz committed
March 10, 2022
B
Use Py.GIL directly, now that it doesn't try to init anymore
Benedikt Reinartz committed
April 26, 2022
B
Fix decimal default parameters (#1773)
Benedikt Reinartz committed
April 25, 2022
B
Ensure that codec tests are run (#1763)
Benedikt Reinartz committed
April 10, 2022
B
Implement IConvertible interface on PyObject
Benedikt Reinartz committed
April 11, 2022
B
Merge pull request #1765 from losttech/bugs/32bit-1729
Benedikt Reinartz committed