4
I Use This!
Moderate Activity

Commits : Listings

Analyzed about 16 hours ago. based on code collected about 19 hours ago.
Jul 24, 2025 — Jul 24, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Merge pull request #52 from leith-bartrich/develop More... almost 12 years ago
removed an errant monodevelop .userprefs file and added *.userprefs to .gitignore More... almost 12 years ago
Fix bug in __call__ implementation when calling a base class method on python subclass of a managed type. 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. More... almost 12 years ago
Fixed call to Py_SetPythonHome and Py_SetProgramName. Added support for Py_SetPythonPath More... almost 12 years ago
catch exceptions in tp_str when calling ToString. More... almost 12 years ago
Fix bug when calling methods with null arguments on derived types. More... almost 12 years ago
revert exceptions.cs and runtime.cs as the changes in them aren't necessary More... about 12 years ago
fix an issue with Python 3.4, it does not crash anynore when throwing an exception More... about 12 years ago
Merge pull request #50 from tonyroberts/develop 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. More... about 12 years ago
Include directories from config var DESTDIRS in npython's runtime library dirs for python built with --enable-shared. More... about 12 years ago
Revert "Use Assembly.Load(Byte[]) instead of Assembly.LoadFrom." More... about 12 years ago
Python 3.4 compatibility (fixes #8) More... about 12 years ago
Stop PythonDerivedType.Finalize from trying to delete any Python objects once Py_Finalize has started. More... about 12 years ago
Merge pull request #45 from tonyroberts/develop More... over 12 years ago
Add manifest to npython to load the same c runtime as the python.exe used to build it. More... over 12 years ago
Update paths in .gitignore More... over 12 years ago
Merge pull request #42 from pythonnet/movethingstorootfolder More... over 12 years ago
Make CI work with setup.py in root folder More... over 12 years ago
Move everything from pythonnet folder to root folder More... over 12 years ago
Merge pull request #41 from tonyroberts/develop More... over 12 years ago
add C:\Python to PATH More... over 12 years ago
Use Assembly.Load(Byte[]) instead of Assembly.LoadFrom. 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). More... over 12 years ago
make sure the GIL is released in ThreadTest 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. More... over 12 years ago
Merge pull request #38 from tonyroberts/develop More... over 12 years ago
embed Python.Runtime.dll in nPython More... over 12 years ago
Merge pull request #37 from tonyroberts/develop More... over 12 years ago