Commits
User selector
Commit History
Commits on Jun 19, 2026
Support Python 3.13/3.14 re-init in tests; drop obsolete TestDomainReload
Show description for 9718399andcommittedAdd Python 3.12 / 3.13 ABI offsets and CI jobs
Show description for 67e0f80andcommittedMake embed tests compatible with Python 3.12+ behavior changes
Show description for d1cccc3andcommittedPreserve SyntaxError source line in message on Python 3.12+
Show description for bfdfebbandcommittedUse non-BOM encodings (#2370)
Show description for 73389fcauthored andcommittedMove tp_clear workaround to .NET
Show description for 497b21aauthored andcommittedAssign True instead of None to __clear_reentry_guard__
Show description for 32e8130authored andcommittedRemove deprecated function call
Show description for 7d13c02authored andcommittedUse PyThreadState_GetUnchecked on Python 3.13
Show description for 8107ff1authored andcommittedWorkaround for blocked PyObject_GenericSetAttr in metatypes
Show description for 9346334authored andcommittedSet ht_token to NULL in Python 3.14
Show description for 5e67d64authored andcommittedApply alignment fix
Show description for 4231f00authored andcommittedInitial 3.14 commit
Show description for 94f8adeauthored andcommitted
Commits on Jun 17, 2026
Fix net10 CI: workflows, generic re-registration, conversions (#115)
Show description for ca19e49andauthored
Commits on May 8, 2026
Support len for enumerable with count (#114)
Show description for e86b68dauthored
Commits on Feb 23, 2026
Fix non generic method overload resolution (#113)
Show description for 5d07acfauthored
Commits on Dec 29, 2025
Commits on Dec 26, 2025
Commits on Oct 31, 2025
Minor fix for fatal error when converting C# enums to int (#110)
Show description for 52f13adauthored
Commits on Oct 21, 2025
Remove `Py.AllowThreads` due to performance degradation (#108)
Show description for 223d1beauthored
Commits on Aug 15, 2025
- authored
Handle managed enum constructor from Python (#106)
Show description for d2a06ceauthored
Commits on Aug 14, 2025
Refactor enums comparison operators for performance improvements (#105)
Show description for 1aa5b8bauthored
Commits on Aug 6, 2025
Python functions conversion to managed delegates (#104)
Show description for 1d09c98authored
Commits on Jul 31, 2025
C# enums to work as proper enums in Python (#103)
Show description for 5f36aa7authored
Commits on May 2, 2025
Add __bool__ for MetaType (#102)
Show description for 68a2183authored
Commits on May 1, 2025
Add container methods to `IDictionary` (#99)
Show description for e303acfauthored- authored
Support pythonic manipulation of managed enums (#101)
Show description for 30f32b9authored
Commits on Dec 20, 2024
dotnet 9 (#98)
Show description for dff82a1authored
Commits on Dec 3, 2024
Throw AttributeError in tp_setattro for dynamic classes (#97)
Show description for 78551dfauthored
Commits on Dec 2, 2024
Bug dynamic class throwing on hasattr (#96)
Show description for 360948fauthored
Commits on Nov 1, 2024
- committed
- committed
Commits on Oct 31, 2024
- committed