The Wayback Machine - https://web.archive.org/web/20221117144708/https://github.com/pythonnet/pythonnet/commits/master
Skip to content
Permalink
master
Switch branches/tags

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

  1. Reset version to dev

    filmor committed Nov 2, 2022
  2. Release 3.0.1

    filmor committed Nov 2, 2022
  3. Merge pull request #1998 from filmor/fix-derived-generic-interface

    Fix implementing a generic interface with a Python class
    filmor committed Nov 2, 2022
  4. 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
    lostmsu committed Nov 2, 2022
  5. Merge pull request #1955 from filmor/python-3.11

    Python 3.11
    filmor committed Nov 2, 2022
  6. Set PYTHONHOME for tests

    filmor committed Nov 2, 2022

Commits on Nov 1, 2022

Commits on Oct 31, 2022

  1. Ensure that Python is initialized before probing properties

    Benedikt Reinartz committed Oct 31, 2022

Commits on Oct 28, 2022

  1. Merge pull request #1993 from losttech/bugs/BadBigInt200

    Fix positive `PyInt` converted to negative `BigInteger`
    filmor committed Oct 28, 2022
  2. 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
    lostmsu committed Oct 28, 2022
  3. Update requires-python

    filmor committed Oct 28, 2022
  4. Fix offsets for 3.11

    filmor committed Oct 28, 2022
  5. Merge pull request #1986 from losttech/FloatDerivedCodec

    Allow decoders to decode Python types derived from primitives
    filmor committed Oct 28, 2022

Commits on Oct 24, 2022

  1. allow decoders to override conversion of types derived from primitive…

    …s when target type is System.Object
    
    useful to be able to change what numpy.float64 is converted to
    
    related to #1957
    
    this is an alternative to #1958
    lostmsu committed Oct 24, 2022

Commits on Oct 15, 2022

  1. Add Python 3.11 type offsets

    filmor committed Oct 15, 2022

Commits on Oct 14, 2022

  1. Merge pull request #1973 from losttech/bugs/1972

    Delete target object from event handler collections when it has no more event handlers
    filmor committed Oct 14, 2022

Commits on Sep 30, 2022

Older