X Tutup
Skip to content
This repository was archived by the owner on Jul 22, 2023. It is now read-only.
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: sdpython/pythonnet
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: sdpython/pythonnet
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: python3.9
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 6 commits
  • 7 files changed
  • 1 contributor

Commits on Oct 29, 2020

  1. Add Python 3.9 to CI

    filmor committed Oct 29, 2020
    Configuration menu
    Copy the full SHA
    5c37f33 View commit details
    Browse the repository at this point in the history

Commits on Nov 6, 2020

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

Commits on Nov 11, 2020

  1. Configuration menu
    Copy the full SHA
    34348aa View commit details
    Browse the repository at this point in the history
  2. Add Python 3.9 interop file

    filmor committed Nov 11, 2020
    Configuration menu
    Copy the full SHA
    fd4f9bc View commit details
    Browse the repository at this point in the history

Commits on Nov 13, 2020

  1. 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
    094bf2c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a1316a1 View commit details
    Browse the repository at this point in the history
Loading
X Tutup