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: v3.0.0-rc2
Choose a base ref
...
head repository: pythonnet/pythonnet
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v3.0.0-rc3
Choose a head ref
  • 7 commits
  • 14 files changed
  • 1 contributor

Commits on Jul 6, 2022

  1. Make MANIFEST.in more explicit

    - Only include src/runtime, no other .NET subproject
    - In particular, tests are not contained anymore in the sdist
    - Fix accidentally including obj and bin directories in the sdist
    filmor committed Jul 6, 2022
    Configuration menu
    Copy the full SHA
    2016371 View commit details
    Browse the repository at this point in the history

Commits on Jul 8, 2022

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

Commits on Jul 11, 2022

  1. Drop obsolete packages.config

    filmor committed Jul 11, 2022
    Configuration menu
    Copy the full SHA
    25f21f9 View commit details
    Browse the repository at this point in the history
  2. Fix (U)IntPtr construction (#1861)

    * Add unit tests for (U)IntPtr conversions
    * Special-case construction of (U)IntPtr
    * Check (U)IntPtr size explicitly
    filmor authored Jul 11, 2022
    Configuration menu
    Copy the full SHA
    332f8e7 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    60a719c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b79ae2f View commit details
    Browse the repository at this point in the history
  5. Bump release candidate version

    filmor committed Jul 11, 2022
    Configuration menu
    Copy the full SHA
    863397a View commit details
    Browse the repository at this point in the history
Loading