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 20 of 72
Search / Filter on:
Commit Message
Contributor
Files Modified
Lines Added
Lines Removed
Code Location
Date
all Dealloc overrides simply duplicate Clear, so just call both from tp_dealloc and don't override Dealloc
Victor Nova
More...
about 5 years ago
refactored tp_clear in ExtensionType and descendants into a virtual C# function Clear
Victor Nova
More...
about 5 years ago
refactored tp_clear in ExtensionType and descendants into a virtual C# function Clear
Victor Nova
More...
about 5 years ago
refactored tp_dealloc in ExtensionType and descendants
Victor Nova
More...
about 5 years ago
refactored tp_dealloc in ExtensionType and descendants
Victor Nova
More...
about 5 years ago
added OverloadMapper to ManagedTypes class diagram
Victor Nova
More...
about 5 years ago
added OverloadMapper to ManagedTypes class diagram
Victor Nova
More...
about 5 years ago
+ class diagram for ManagedType and subclasses
Victor Nova
More...
about 5 years ago
+ class diagram for ManagedType and subclasses
Victor Nova
More...
about 5 years ago
handle ProcessExit event to avoid Python crash when CLR (in particular Mono) is unloaded before Python stops
Victor Nova
More...
about 5 years ago
merge latest master
Victor Nova
More...
about 5 years ago
dispose all temporary objects in PyCheck_Iter_PyObject_IsIterable_ThreadingLock_Test
Victor Nova
More...
about 5 years ago
Re-enable the domain reload tests (#1404)
Félix Bourbonnais
More...
over 5 years ago
fixup! fixup! Merge remote-tracking branch 'origin/master' into modernize-import-hook
Félix Bourbonnais
More...
over 5 years ago
fixup! Merge remote-tracking branch 'origin/master' into modernize-import-hook
Félix Bourbonnais
More...
over 5 years ago
Import hook as a module, take 2
Félix Bourbonnais
More...
over 5 years ago
Revert "(WIP) import hook in the pytohn module"
Félix Bourbonnais
More...
over 5 years ago
Merge pull request #1440 from losttech/PR/No_find_libpyton_for_import_clr
Benedikt Reinartz
More...
over 5 years ago
Replaced magic offsets with per-type calculation
Victor Nova
More...
over 5 years ago
do not call find_libpython as Python.Runtime can find it on its own
Victor Nova
More...
over 5 years ago
added a few debug checks
Victor Nova
More...
over 5 years ago
improved handling of dict offset in object instances
Victor Nova
More...
over 5 years ago
minor code cleanup
Victor Nova
More...
over 5 years ago
cache PythonException message
Victor Nova
More...
over 5 years ago
fixed __cause__ on overload bind failure and array conversion
Victor Nova
More...
over 5 years ago
fixed __cause__ on overload bind failure and array conversion
Victor Nova
More...
over 5 years ago
XDecref now checks, that refcount is positive in debug builds
Victor Nova
More...
over 5 years ago
method binding failure now supports non-Python exception causes
Victor Nova
More...
over 5 years ago
added a few debug checks to Exceptions.SetError
Victor Nova
More...
over 5 years ago
minor fixes to Converter.ToArray:
Victor Nova
More...
over 5 years ago
←
1
2
…
16
17
18
19
20
21
22
23
24
…
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