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
1 day
ago. based on code collected
1 day
ago.
Aug 10, 2025 — Aug 10, 2026
Showing page 17 of 72
Search / Filter on:
Commit Message
Contributor
Files Modified
Lines Added
Lines Removed
Code Location
Date
switched pyobject.cs to the new style references
Victor Nova
More...
almost 5 years ago
switched most of classbase.cs to the new style references (except cross-domain context)
Victor Nova
More...
almost 5 years ago
switched converter.cs to the new style references
Victor Nova
More...
almost 5 years ago
use reference types instead of IntPtr where possible in runtime.cs
Victor Nova
More...
almost 5 years ago
fixed recursive dependency in clr module initialization when there's a public class that implements IEnumerable in global namespace
Victor Nova
More...
almost 5 years ago
include README.md into NuGet package
Victor Nova
More...
almost 5 years ago
make .NET objects that have __call__ method callable from Python (#1589)
Victor
More...
almost 5 years ago
Remove a deprecated attribute in PropertyObject (#1595)
Félix Bourbonnais
More...
almost 5 years ago
Fix runtime loading error message
Benedikt Reinartz
More...
almost 5 years ago
Drop Appveyor CI
Benedikt Reinartz
More...
almost 5 years ago
Update CI configuration for Python 3.10
Benedikt Reinartz
More...
almost 5 years ago
Add Python 3.10 support
Benedikt Reinartz
More...
almost 5 years ago
added a regression test for https://github.com/pythonnet/pythonnet/issues/451
Victor Nova
More...
almost 5 years ago
PyIdentifier public members to return borrowed references
Victor Nova
More...
almost 5 years ago
disabled using __float__ during implicit conversions to .NET floating point types
Victor Nova
More...
almost 5 years ago
Changed signature of IPyObjectDecoder.CanDecode
Victor Nova
More...
almost 5 years ago
PyObject.GetPythonType returns PyType
Victor Nova
More...
almost 5 years ago
fixed: TupleCodec not respecting element type
Victor Nova
More...
almost 5 years ago
newer .NET SDK might push symbols package along with the main package, so when pushing symbols package, allow conflicts
Victor Nova
More...
almost 5 years ago
embedded the icon into NuGet package
Victor Nova
More...
almost 5 years ago
expose PyType.Get
Victor Nova
More...
almost 5 years ago
fixed nullability annotation on ConverterExtension.ToPython
Victor Nova
More...
almost 5 years ago
allow user-created instances of PySequence and PyIterable
Victor Nova
More...
almost 5 years ago
When reflecting nested types, ensure their corresponding PyType is allocated.
Victor Nova
More...
almost 5 years ago
safer GetAttr(name, default)
Victor Nova
More...
almost 5 years ago
raise BadPythonDllException (internal, derived from MissingMethodException) instead of confusing TypeLoadException when PythonDLL was not configured properly
Victor Nova
More...
almost 5 years ago
fixup! Disable implicit conversions, that might lose information:
Victor Nova
More...
almost 5 years ago
fixed FileLoadException when trying to do clr.AddReference('/full/lib/path.dll')
Victor Nova
More...
almost 5 years ago
fixed ImportHook not seeing namespaces in assemblies loaded via direct call to Assembly.Load* methods
Victor Nova
More...
almost 5 years ago
simplify assembly ResolveHandler, and use official assembly name parsing method
Victor Nova
More...
almost 5 years ago
←
1
2
…
13
14
15
16
17
18
19
20
21
…
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