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
38 minutes
ago. based on code collected
39 minutes
ago.
Jan 20, 2025 — Jan 20, 2026
Showing page 62 of 69
Search / Filter on:
Commit Message
Contributor
Files Modified
Lines Added
Lines Removed
Code Location
Date
Merge branch 'python3' of https://github.com/renshawbay/pythonnet_new into python3
Tony Roberts
More...
about 11 years ago
convert bytes to string in mono build when building for python 3
Tony Roberts
More...
about 11 years ago
fix testing clr module type name in python 2 tests
Tony Roberts
More...
about 11 years ago
Update .travis.yml
Tony Roberts
More...
about 11 years ago
Update appveyor.yml
Tony Roberts
More...
about 11 years ago
Update .travis.yml
Tony Roberts
More...
about 11 years ago
update unittests for python 3 as well as python 2.
Tony Roberts
More...
about 11 years ago
Add implementation of PyObject_Compare for Python 3.
Tony Roberts
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.
Tony Roberts
More...
about 11 years ago
change module.__file__ test as the filename can be any of the System dlls.
Tony Roberts
More...
about 11 years ago
add a couple of prints to unit test to see what's happening in travis-ci.
Tony Roberts
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).
Tony Roberts
More...
about 11 years ago
Update tests for module.__file__ and __doc__ as they now both return something sensible.
Tony Roberts
More...
about 11 years ago
Add new tests for subclassing .net classes.
Tony Roberts
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.
Tony Roberts
More...
about 11 years ago
Update appveyor.yml
Tony Roberts
More...
about 11 years ago
fix merge error (converting IEnumerable)
Tony Roberts
More...
over 11 years ago
fix setup.py to work with python3
Tony Roberts
More...
over 11 years ago
Merge branch 'develop' into python3
Tony Roberts
More...
over 11 years ago
Merge pull request #52 from leith-bartrich/develop
Tony Roberts
More...
over 11 years ago
removed an errant monodevelop .userprefs file and added *.userprefs to .gitignore
Bradley Friedman
More...
over 11 years ago
Fix bug in __call__ implementation when calling a base class method on python subclass of a managed type.
Tony Roberts
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.
Tony Roberts
More...
over 11 years ago
Fixed call to Py_SetPythonHome and Py_SetProgramName. Added support for Py_SetPythonPath
sweinst
More...
over 11 years ago
catch exceptions in tp_str when calling ToString.
Tony Roberts
More...
over 11 years ago
Fix bug when calling methods with null arguments on derived types.
Tony Roberts
More...
over 11 years ago
revert exceptions.cs and runtime.cs as the changes in them aren't necessary
Tony Roberts
More...
over 11 years ago
fix an issue with Python 3.4, it does not crash anynore when throwing an exception
sdpython
More...
over 11 years ago
Merge pull request #50 from tonyroberts/develop
Tony Roberts
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.
Tony Roberts
More...
over 11 years ago
←
1
2
…
58
59
60
61
62
63
64
65
66
67
68
69
→
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