master
Commits on Jul 17, 2022
-
There are small typos in: - pythonnet/__init__.py - tests/test_import.py Fixes: - Should read `splitted` rather than `splited`. - Should read `loaded` rather than `laoded`. Signed-off-by: Tim Gates <[email protected]>
Commits on Jul 6, 2022
-
Ensure that version.txt is always read from repo root
Allows the project to be referenced in other .NET projects without adjusting its project file (#1853).
-
Fix broken prefix and debug leftover
Additionally, fixes a type hint and makes sure that the new default behaviour is to use the environment variable if given.
Commits on Jul 1, 2022
Commits on Jun 30, 2022
-
implemented dynamic equality and inequality for PyObject instances
fixed unhandled Python errors during comparison attempts fixes #1848
Commits on Jun 27, 2022
Commits on Jun 24, 2022
-
Merge pull request #1817 from filmor/env-config
Implement configuring clr from environment
-
Commits on Jun 14, 2022
Commits on Jun 13, 2022
Commits on Jun 9, 2022
Commits on May 31, 2022
Commits on May 26, 2022
-
Merge pull request #1799 from pythonnet/SupportedVersions
`Min`/`MaxSupportedVersion` and `IsSupportedVersion` on `PythonEngine`
-
-
Commits on May 25, 2022
Commits on May 23, 2022
-
Move to modern setuptools with pyproject.toml (#1793)
* Move to modern setuptools with pyproject.toml Also moves the version to a common ̀`version.txt` that is read by both the .NET and Python builds. * Allow explicitly overriding the version suffix for .NET builds
-
Drop Python 3.6 support (#1795)
Fixes #1640 Co-authored-by: Victor Nova <[email protected]>
Commits on May 20, 2022
-
Merge pull request #1786 from losttech/bugs/KeyCollection
Multiple fixes related to Dictionary.Keys bug
Commits on May 7, 2022
-
allow casting objects to generic .NET interfaces without specifying g…
…eneric arguments as long as there is no ambiguity
-
ClassGeneric.GetClass now returns BorrowedReference to indicate that …
…the value should not be disposed
-
-
Commits on May 4, 2022
-
disallow runtime shutdown when the Python error indicator is set, as …
…it may lead to unpredictable behavior (#1780)
-
-
-
A boxed enum value can't be casted directly to an integer, but using `System.Convert` functions instead works fine.
-
Merge pull request #1760 from filmor/misc-fixes
Miscellaneous fixes and cleanups
-

