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
2 days
ago. based on code collected
2 days
ago.
Aug 10, 2025 — Aug 10, 2026
Showing page 13 of 72
Search / Filter on:
Commit Message
Contributor
Files Modified
Lines Added
Lines Removed
Code Location
Date
fixed crash when Python derived class instances survive past early shutdown
Victor Nova
More...
over 4 years ago
reinstate collection assert on shutdown from Python
Victor Nova
More...
over 4 years ago
fixed Python derived types trying to double-free GCHandle when collected by Python GC
Victor Nova
More...
over 4 years ago
minor
Victor Nova
More...
over 4 years ago
fixed __pyobj__ access
Victor Nova
More...
over 4 years ago
removed bad assert in generated constructor for derived classes
Victor Nova
More...
over 4 years ago
made freeing GCHandles more robust
Victor Nova
More...
over 4 years ago
fixed accidental premature disposal of Runtime.PyNone
Victor Nova
More...
over 4 years ago
fixed sending PyObject across domain boundary
Victor Nova
More...
over 4 years ago
added TraceAlloc solution configuration
Victor Nova
More...
over 4 years ago
merge latest changes from upstream
Victor Nova
More...
over 4 years ago
merge latest master
Victor Nova
More...
over 4 years ago
Fix enum codec
Benedikt Reinartz
More...
over 4 years ago
use .NET 6.0 LTS and C# 10
Victor Nova
More...
over 4 years ago
Merge pull request #1074 from losttech/bugs/1073
Benedikt Reinartz
More...
over 4 years ago
renamed run system property to __pythonnet_run__ to be consistent with other PythonNET properties
Victor Nova
More...
over 4 years ago
remove finalizer assert for raw pointer value; skip collection assert on shutdown when loaded from Python
Victor Nova
More...
over 4 years ago
Fix readme and setup.py for uploading to pypi
Benedikt Reinartz
More...
over 4 years ago
Disable SourceLink VCS reading for now
Benedikt Reinartz
More...
over 4 years ago
Drop remaining references to AppVeyor
Benedikt Reinartz
More...
over 4 years ago
WaitForFullGCComplete was never needed, and was used incorrectly
Victor Nova
More...
over 4 years ago
allow leaking PyObject instances when CLR is stared from Python
Victor Nova
More...
over 4 years ago
removed code testing possiblity to dispose objects after domain restart
Victor Nova
More...
over 4 years ago
allow tests to pass when objects are leaking due to being GCed after Python runtime is shut down
Victor Nova
More...
over 4 years ago
Finalizer raises FinalizationException when it sees an object from previous run.
Victor Nova
More...
over 4 years ago
dispose registered codecs and interop configuration during shutdown
Victor Nova
More...
over 4 years ago
GC-related WIP
Victor Nova
More...
almost 5 years ago
ensure Python types continue to exist when registered decoders for them are cached
Victor Nova
More...
almost 5 years ago
a few annotation to ease debugging
Victor Nova
More...
almost 5 years ago
PythonEngine .Exec and .Eval no longer work with raw pointers
Victor Nova
More...
almost 5 years ago
←
1
2
…
9
10
11
12
13
14
15
16
17
…
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