openhub.net
Black Duck Software, Inc.
Open Hub
Follow @
OH
Sign In
Join Now
Projects
People
Organizations
Tools
Blog
BDSA
Projects
People
Projects
Organizations
P
Python for .NET
Settings
|
Report Duplicate
4
I Use This!
×
Login Required
Log in to Open Hub
Remember Me
Moderate Activity
Commits
: Listings
Analyzed
about 16 hours
ago. based on code collected
about 19 hours
ago.
Jul 24, 2025 — Jul 24, 2026
Showing page 65 of 72
Search / Filter on:
Commit Message
Contributor
Files Modified
Lines Added
Lines Removed
Code Location
Date
Merge pull request #52 from leith-bartrich/develop
Tony Roberts
More...
almost 12 years ago
removed an errant monodevelop .userprefs file and added *.userprefs to .gitignore
Bradley Friedman
More...
almost 12 years ago
Fix bug in __call__ implementation when calling a base class method on python subclass of a managed type.
Tony Roberts
More...
almost 12 years ago
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.
Tony Roberts
More...
almost 12 years ago
Fixed call to Py_SetPythonHome and Py_SetProgramName. Added support for Py_SetPythonPath
sweinst
More...
almost 12 years ago
catch exceptions in tp_str when calling ToString.
Tony Roberts
More...
almost 12 years ago
Fix bug when calling methods with null arguments on derived types.
Tony Roberts
More...
almost 12 years ago
revert exceptions.cs and runtime.cs as the changes in them aren't necessary
Tony Roberts
More...
about 12 years ago
fix an issue with Python 3.4, it does not crash anynore when throwing an exception
sdpython
More...
about 12 years ago
Merge pull request #50 from tonyroberts/develop
Tony Roberts
More...
about 12 years ago
Look for an assembly that's already loaded before trying to load it from a file. This fixes problems when trying to import pre-loaded assemblies that are embedded as resources.
Tony Roberts
More...
about 12 years ago
Include directories from config var DESTDIRS in npython's runtime library dirs for python built with --enable-shared.
Tony Roberts
More...
about 12 years ago
Revert "Use Assembly.Load(Byte[]) instead of Assembly.LoadFrom."
Tony Roberts
More...
about 12 years ago
Python 3.4 compatibility (fixes #8)
Tony Roberts
More...
about 12 years ago
Stop PythonDerivedType.Finalize from trying to delete any Python objects once Py_Finalize has started.
Tony Roberts
More...
about 12 years ago
Merge pull request #45 from tonyroberts/develop
Tony Roberts
More...
over 12 years ago
Add manifest to npython to load the same c runtime as the python.exe used to build it.
Tony Roberts
More...
over 12 years ago
Update paths in .gitignore
David Anthoff
More...
over 12 years ago
Merge pull request #42 from pythonnet/movethingstorootfolder
David Anthoff
More...
over 12 years ago
Make CI work with setup.py in root folder
David Anthoff
More...
over 12 years ago
Move everything from pythonnet folder to root folder
David Anthoff
More...
over 12 years ago
Merge pull request #41 from tonyroberts/develop
Tony Roberts
More...
over 12 years ago
add C:\Python to PATH
Tony Roberts
More...
over 12 years ago
Use Assembly.Load(Byte[]) instead of Assembly.LoadFrom.
Tony Roberts
More...
over 12 years ago
Use the assembly short name to find the embedded Python.Runtime (other assemblies may reference it with the full name).
Tony Roberts
More...
over 12 years ago
make sure the GIL is released in ThreadTest
Tony Roberts
More...
over 12 years ago
Reference the assembly loader in the Main method to stop it being optimized away, and don't reload assemblies once they're already loaded.
Tony Roberts
More...
over 12 years ago
Merge pull request #38 from tonyroberts/develop
Tony Roberts
More...
over 12 years ago
embed Python.Runtime.dll in nPython
Tony Roberts
More...
over 12 years ago
Merge pull request #37 from tonyroberts/develop
Tony Roberts
More...
over 12 years ago
←
1
2
…
61
62
63
64
65
66
67
68
69
70
71
72
→
This site uses cookies to give you the best possible experience. By using the site, you consent to our use of cookies. For more information, please see our
Privacy Policy
Agree