The Wayback Machine - https://web.archive.org/web/20221003044538/https://github.com/pythonnet/pythonnet/commits/master/src
Skip to content

Commits on Sep 29, 2022

Commits on Sep 26, 2022

  1. Drop unused param doc

    filmor committed Sep 26, 2022

Commits on Aug 13, 2022

Commits on Aug 8, 2022

  1. BREAKING: disabled implicit conversion from Python objects implementi…

    …ng sequence protocol to (#1902)
    
    .NET arrays when the target .NET type is `System.Object`. The conversion is still attempted when the
    target type is a `System.Array`
    
    fixes #1900
    lostmsu committed Aug 8, 2022

Commits on Aug 4, 2022

Commits on Jul 16, 2022

  1. Generate XML documentation on build and add to it NuGet package (#1878)

    also fixed issues with xml docs in the code
    
    implements #1876
    lostmsu committed Jul 16, 2022

Commits on Jul 14, 2022

  1. fixed leak in NewReference.Move

    fixes #1872
    lostmsu committed Jul 14, 2022
  2. Finalizer.Instance.Collect() and Runtime.TryCollectingGarbage(...) ar…

    …e now callable from Python
    lostmsu committed Jul 14, 2022

Commits on Jul 11, 2022

  1. Fix (U)IntPtr construction (#1861)

    * Add unit tests for (U)IntPtr conversions
    * Special-case construction of (U)IntPtr
    * Check (U)IntPtr size explicitly
    filmor committed Jul 11, 2022
  2. Drop obsolete packages.config

    filmor committed Jul 11, 2022

Commits on Jul 5, 2022

  1. implemented dynamic equality and inequality for PyObject instances

    fixed unhandled Python errors during comparison attempts
    
    fixes #1848
    lostmsu authored and filmor committed Jul 5, 2022

Commits on Jun 30, 2022

  1. implemented dynamic equality and inequality for PyObject instances

    fixed unhandled Python errors during comparison attempts
    
    fixes #1848
    lostmsu committed Jun 30, 2022

Commits on Jun 13, 2022

Commits on May 31, 2022

Commits on May 23, 2022

  1. Drop Python 3.6 support (#1795)

    Fixes #1640
    
    Co-authored-by: Victor Nova <[email protected]>
    filmor and lostmsu committed May 23, 2022

Commits on May 4, 2022

  1. disallow runtime shutdown when the Python error indicator is set, as …

    …it may lead to unpredictable behavior (#1780)
    lostmsu committed May 4, 2022
  2. Fix enum codec

    A boxed enum value can't be casted directly to an integer, but using `System.Convert`
    functions instead works fine.
    filmor committed May 4, 2022
Older