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: fkarb/pythonnet_old
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: sdpython-upstream
Choose a base ref
...
head repository: fkarb/pythonnet_old
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 12 commits
  • 13 files changed
  • 2 contributors

Commits on Jul 8, 2014

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

Commits on Jul 31, 2014

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

Commits on Aug 19, 2014

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

Commits on Aug 31, 2014

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

Commits on Sep 1, 2014

  1. Merge pull request #11 from sweinst/master

    Fixed call to Py_SetPythonHome and Py_SetProgramName. Added support for Py_SetPythonPath
    tonyroberts committed Sep 1, 2014
    Configuration menu
    Copy the full SHA
    8dbc4b5 View commit details
    Browse the repository at this point in the history

Commits on Sep 2, 2014

  1. Subclasses written in Python can now have their properties and methods

    reflected back into .NET.
    Added decorators 'clrproperty' and 'clrmethod' to the clr module which are
    used to declare which properties and methods should be reflected, and to
    supply the .net argument and return types.
    tonyroberts committed Sep 2, 2014
    Configuration menu
    Copy the full SHA
    e8c5292 View commit details
    Browse the repository at this point in the history

Commits on Sep 3, 2014

  1. Fix bug in __call__ implementation when calling a base class method on

    python subclass of a managed type.
    tonyroberts committed Sep 3, 2014
    Configuration menu
    Copy the full SHA
    682a2fe View commit details
    Browse the repository at this point in the history

Commits on Sep 30, 2014

  1. Create a new module for importing the embedded clr.py file into as the

    globals dictionary doesn't exist when not being run inside a python
    process (i.e. when embedded).
    Fixes #13
    tonyroberts committed Sep 30, 2014
    Configuration menu
    Copy the full SHA
    caa0cd4 View commit details
    Browse the repository at this point in the history

Commits on Nov 26, 2014

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

Commits on Nov 27, 2014

  1. Make sure PyObject instances are disposed cleanly.

    Waiting for the GC can cause problems as unreachable objects may be collected by Python.
    tonyroberts committed Nov 27, 2014
    Configuration menu
    Copy the full SHA
    cc23fdf View commit details
    Browse the repository at this point in the history
  2. Update README.md

    tonyroberts committed Nov 27, 2014
    Configuration menu
    Copy the full SHA
    a183d8e View commit details
    Browse the repository at this point in the history
  3. Update README.md

    tonyroberts committed Nov 27, 2014
    Configuration menu
    Copy the full SHA
    98cca0c View commit details
    Browse the repository at this point in the history
Loading