Permalink
Switch branches/tags
{{ refName }}
default
master
Could not load branches
Nothing to show
Could not load tags
Nothing to show
{{ refName }}
default
Name already in use
A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Commits on Nov 2, 2022
-
-
-
Merge pull request #1998 from filmor/fix-derived-generic-interface
Fix implementing a generic interface with a Python class
-
fixed resolution of generic methods in Python implementations
since RuntimeMethodHandle does not encode generic arguments, I had to supply RuntimeTypeHandle of the declaring type to be able to get fully specified method
-
-
Commits on Nov 1, 2022
Commits on Oct 31, 2022
-
Ensure that Python is initialized before probing properties
Benedikt Reinartz committedOct 31, 2022
Commits on Oct 30, 2022
Commits on Oct 28, 2022
-
Merge pull request #1993 from losttech/bugs/BadBigInt200
Fix positive `PyInt` converted to negative `BigInteger`
-
fixed positive PyInt converted to negative BigInteger
BigInteger constructor uses the sign bit in the first byte. Since we explicitly handle the sign, the fix is to prepend a zero byte to the number, which does not change it, but ensures sign bit is zero. fixes #1990
-
-
-
-
-
-
Merge pull request #1986 from losttech/FloatDerivedCodec
Allow decoders to decode Python types derived from primitives
Commits on Oct 24, 2022
Commits on Oct 15, 2022
Commits on Oct 14, 2022
-
Merge pull request #1973 from losttech/bugs/1972
Delete target object from event handler collections when it has no more event handlers

