4
I Use This!
Moderate Activity

Commits : Listings

Analyzed 38 minutes ago. based on code collected 39 minutes ago.
Jan 20, 2025 — Jan 20, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Merge branch 'python3' of https://github.com/renshawbay/pythonnet_new into python3 More... about 11 years ago
convert bytes to string in mono build when building for python 3 More... about 11 years ago
fix testing clr module type name in python 2 tests More... about 11 years ago
Update .travis.yml More... about 11 years ago
Update appveyor.yml More... about 11 years ago
Update .travis.yml More... about 11 years ago
update unittests for python 3 as well as python 2. More... about 11 years ago
Add implementation of PyObject_Compare for Python 3. More... about 11 years ago
Keep the clr module dictionary up to date in Python 3. Track assemblies with types in no namespace as well as those in namespaces. More... about 11 years ago
change module.__file__ test as the filename can be any of the System dlls. More... about 11 years ago
add a couple of prints to unit test to see what's happening in travis-ci. More... about 11 years ago
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). More... about 11 years ago
Update tests for module.__file__ and __doc__ as they now both return something sensible. More... about 11 years ago
Add new tests for subclassing .net classes. More... about 11 years ago
Only create a managed sub class if the python type has __namespace__ or __assembly__ set. This preserves the behavior from the develop branch while still making it possible to override .net methods in python if desired. More... about 11 years ago
Update appveyor.yml More... about 11 years ago
fix merge error (converting IEnumerable) More... over 11 years ago
fix setup.py to work with python3 More... over 11 years ago
Merge branch 'develop' into python3 More... over 11 years ago
Merge pull request #52 from leith-bartrich/develop More... over 11 years ago
removed an errant monodevelop .userprefs file and added *.userprefs to .gitignore More... over 11 years ago
Fix bug in __call__ implementation when calling a base class method on python subclass of a managed type. More... over 11 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... over 11 years ago
Fixed call to Py_SetPythonHome and Py_SetProgramName. Added support for Py_SetPythonPath More... over 11 years ago
catch exceptions in tp_str when calling ToString. More... over 11 years ago
Fix bug when calling methods with null arguments on derived types. More... over 11 years ago
revert exceptions.cs and runtime.cs as the changes in them aren't necessary More... over 11 years ago
fix an issue with Python 3.4, it does not crash anynore when throwing an exception More... over 11 years ago
Merge pull request #50 from tonyroberts/develop More... over 11 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... over 11 years ago