Thanks to visit codestin.com
Credit goes to github.com

Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: pythonnet/pythonnet
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: pythonnet/pythonnet
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: backports-2.5
Choose a head ref
  • 12 commits
  • 22 files changed
  • 4 contributors

Commits on Jun 18, 2020

  1. Configuration menu
    Copy the full SHA
    8e8f205 View commit details
    Browse the repository at this point in the history
  2. Fixed crash due to unnecessary decref of a borrowed reference in para…

    …ms array handling (#1163)
    lostmsu authored and filmor committed Jun 18, 2020
    Configuration menu
    Copy the full SHA
    b85104b View commit details
    Browse the repository at this point in the history
  3. Bump version to 2.5.1

    filmor committed Jun 18, 2020
    Configuration menu
    Copy the full SHA
    96adaaa View commit details
    Browse the repository at this point in the history

Commits on Aug 29, 2020

  1. Configuration menu
    Copy the full SHA
    6df753f View commit details
    Browse the repository at this point in the history

Commits on Sep 14, 2020

  1. Merge pull request #1213 from losttech/PR/BadParamsObjectPrecedence

    Bad params object[] precedence
    filmor authored Sep 14, 2020
    Configuration menu
    Copy the full SHA
    1861bee View commit details
    Browse the repository at this point in the history

Commits on Nov 13, 2020

  1. Python 3.9 (#1264)

    * Add Python 3.9 to CI
    * Update AppVeyor image and always install all requirements
    * Add Python 3.9 interop file
    * Fix geninterop script and regenerate interop39.cs
        - Only record structs when they are defined, not when they are declared
        - If a struct was only declared when a typedef was created, it won't
          contain its member declarations. Those have to be drawn from the
          recorded structs instead.
       - Rename internal members of AstParser to make it easier to debug
    filmor committed Nov 13, 2020
    Configuration menu
    Copy the full SHA
    58504e4 View commit details
    Browse the repository at this point in the history

Commits on Feb 4, 2021

  1. ParameterInfo.Name needs to be checked for null before usage (#1375)

    This occured in trying to use F# code from Python. As the `.Name` property
    returns `null`, `ContainsKey` fails.
    
    Related documentation:
    https://docs.microsoft.com/en-us/dotnet/api/system.reflection.parameterinfo.name
    filmor committed Feb 4, 2021
    Configuration menu
    Copy the full SHA
    4cb551e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f65297a View commit details
    Browse the repository at this point in the history

Commits on Feb 5, 2021

  1. Bump version to v2.5.2

    filmor committed Feb 5, 2021
    Configuration menu
    Copy the full SHA
    2ad4e70 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e831225 View commit details
    Browse the repository at this point in the history

Commits on Feb 6, 2021

  1. Configuration menu
    Copy the full SHA
    5cce57f View commit details
    Browse the repository at this point in the history

Commits on Aug 15, 2021

  1. Configuration menu
    Copy the full SHA
    7b5a7aa View commit details
    Browse the repository at this point in the history
Loading