X Tutup
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: amos402/pythonnet
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: amos402/pythonnet
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: weakref-support-wip
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 14 commits
  • 18 files changed
  • 2 contributors

Commits on Sep 24, 2020

  1. Support weakref for CLR types

    amos402 committed Sep 24, 2020
    Configuration menu
    Copy the full SHA
    d6c9716 View commit details
    Browse the repository at this point in the history

Commits on Oct 22, 2020

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

Commits on Dec 10, 2020

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

Commits on Dec 21, 2020

  1. Configuration menu
    Copy the full SHA
    e7f97a9 View commit details
    Browse the repository at this point in the history
  2. * Remove magic offset

    * Add Size field to TypeOffset
    * Replenish lacked used offset
    amos402 committed Dec 21, 2020
    Configuration menu
    Copy the full SHA
    b68f0a4 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b4b1cff View commit details
    Browse the repository at this point in the history

Commits on Feb 10, 2021

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

Commits on Feb 19, 2021

  1. Configuration menu
    Copy the full SHA
    ea3d47a View commit details
    Browse the repository at this point in the history
  2. Fix Shutdown crash

    amos402 committed Feb 19, 2021
    Configuration menu
    Copy the full SHA
    958a8eb View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    53ad8d9 View commit details
    Browse the repository at this point in the history

Commits on Feb 21, 2021

  1. Configuration menu
    Copy the full SHA
    647bc8a View commit details
    Browse the repository at this point in the history
  2. * Use C# 9.0 for Python.EmbeddingTest.csproj

    * Remove dead code
    amos402 committed Feb 21, 2021
    Configuration menu
    Copy the full SHA
    f474039 View commit details
    Browse the repository at this point in the history

Commits on Feb 25, 2021

  1. * Treat PyMetaType as non-managed type

    * Remove _PyObject_GC_Calloc
    amos402 committed Feb 25, 2021
    Configuration menu
    Copy the full SHA
    ce605ce View commit details
    Browse the repository at this point in the history
Loading
X Tutup