Commits
Branch selector
User selector
Datepicker
Commit History
Commits on Mar 22, 2022
Commits on Mar 4, 2022
make methods of PyObject inherited from its base C# classes GIL-safe
Show description for eec30c0committed
Commits on Mar 3, 2022
Commits on Feb 28, 2022
- committed
Commits on Feb 17, 2022
allow dynamic PyObject conversion to IEnumerable when the object is a Python iterable
Show description for ad0d4e7committed
Commits on Jan 31, 2022
Update CHANGELOG.md (#1690)
Show description for dd3302aauthored
Commits on Jan 28, 2022
- authored andcommitted
Commits on Jan 25, 2022
Add tests for exception leaking.
Show description for ca1a72bauthored andcommitted
Commits on Jan 15, 2022
- authored andcommitted
Commits on Jan 14, 2022
Commits on Jan 9, 2022
Only run CI on pushes to master and on all pull requests (#1670)
Show description for 75f4398authored- authored
Merge pull request #1665 from filmor/move-everything-around
Show description for 67dded2authored- committed
- committed
Performance tests with baseline from Pypi (#1667)
Show description for 7e2ec4dandauthored
Commits on Jan 7, 2022
added support for byref parameters when overriding .NET methods from Python
Show description for 7450c5ccommitted
Commits on Jan 6, 2022
cleanup PyBuffer a bit:
Show description for 88850f5committedprovide `__int__` instance method on .NET enum types to support int(Enum.Member) (#1661)
Show description for efad01cauthoreduse the same facility to access Py_NoSiteFlag as the one used to load Python C API functions (#1659)
Show description for 7e5cc29authored
Commits on Jan 5, 2022
improved support for generic method overloading
Show description for fabb22ccommitted
Commits on Jan 4, 2022
reworked the way .NET objects are constructed from Python
Show description for c4238d9committedbase accessors were not exposed to Python because .NET PropertyInfo GetMethod would not return base non-overriden accessor for a partially overriden property
Show description for fc31de1committed
Commits on Dec 30, 2021
added a regression test for https://github.com/pythonnet/pythonnet/issues/1420 (#1652)
Show description for 8d6a918authored
Commits on Dec 29, 2021
Commits on Dec 27, 2021
Commits on Dec 25, 2021
- committed
fixed Python derived types crashing on shutdown of Python process
Show description for 2596cdfcommitted- committed
`ShutdownMode` has been removed. The only shutdown mode supported now is an equivalent of `ShutdownMode.Reload`
Show description for 53836decommitted
Commits on Dec 23, 2021
Fix warning regarding undefined __module__ on GC Offset Base
Show description for dfeb354authored andcommittedFix the PyGILState_STATE type
Show description for 216c705authored andcommittedRequire newest available clr-loader (#1643)
Show description for 806f79eauthored- committed