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

Commits on Jul 17, 2022

  1. docs: Fix a few typos

    There are small typos in:
    - pythonnet/__init__.py
    - tests/test_import.py
    
    Fixes:
    - Should read `splitted` rather than `splited`.
    - Should read `loaded` rather than `laoded`.
    
    Signed-off-by: Tim Gates <[email protected]>
    timgates42 authored and lostmsu committed Jul 17, 2022

Commits on Jul 6, 2022

  1. Ensure that version.txt is always read from repo root

    Allows the project to be referenced in other .NET projects without
    adjusting its project file (#1853).
    filmor committed Jul 6, 2022
  2. Fix broken prefix and debug leftover

    Additionally, fixes a type hint and makes sure that the new default
    behaviour is to use the environment variable if given.
    filmor committed Jul 6, 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 24, 2022

  1. Merge pull request #1817 from filmor/env-config

    Implement configuring clr from environment
    filmor committed Jun 24, 2022

Commits on Jun 14, 2022

  1. Drop vendored find_libpython

    filmor committed Jun 14, 2022

Commits on Jun 9, 2022

Commits on May 26, 2022

  1. Merge pull request #1799 from pythonnet/SupportedVersions

    `Min`/`MaxSupportedVersion` and `IsSupportedVersion` on `PythonEngine`
    filmor committed May 26, 2022

Commits on May 23, 2022

  1. Move to modern setuptools with pyproject.toml (#1793)

    * Move to modern setuptools with pyproject.toml
    
    Also moves the version to a common ̀`version.txt` that is read by both
    the .NET and Python builds.
    
    * Allow explicitly overriding the version suffix for .NET builds
    filmor committed May 23, 2022
  2. 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 20, 2022

  1. Merge pull request #1786 from losttech/bugs/KeyCollection

    Multiple fixes related to Dictionary.Keys bug
    lostmsu committed May 20, 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. Merge pull request #1621 from pythonnet/fix-enum-codec

    Fix enum codec
    filmor committed May 4, 2022
  3. 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
  4. Merge pull request #1760 from filmor/misc-fixes

    Miscellaneous fixes and cleanups
    filmor committed May 4, 2022
Older