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
about 3 hours
ago. based on code collected
about 3 hours
ago.
Mar 03, 2025 — Mar 03, 2026
Showing page 17 of 71
Search / Filter on:
Commit Message
Contributor
Files Modified
Lines Added
Lines Removed
Code Location
Date
merge latest master
Victor Nova
More...
over 4 years ago
Do not clean tpHandle in ClassBase.tp_clear - it might be used in tp_dealloc
Victor Nova
More...
over 4 years ago
added regression test for https://github.com/pythonnet/pythonnet/issues/1565 (unable to gc collect an instance of python derived type)
Victor Nova
More...
over 4 years ago
added a few debug guards
Victor Nova
More...
over 4 years ago
added a workaround for tp_clear implementations, that do not check, that they are not the first in tp_clear's MRO
Victor Nova
More...
over 4 years ago
ensure all unit tests have similar SetUp and TearDown procedures when a running PythonEngine is needed
Victor Nova
More...
over 4 years ago
ClassManager illegally decrefed ClassObject's refcount on shutdown
Victor Nova
More...
over 4 years ago
added a workaround for warning in threading module after TestInterrupt
Victor Nova
More...
over 4 years ago
remove risky finalization code from Dispatcher, and use reference types
Victor Nova
More...
over 4 years ago
increase verbosity of embedding tests
Victor Nova
More...
over 4 years ago
cleaning up public API
Victor Nova
More...
over 4 years ago
publish debug symbols for monthly preview on NuGet
Victor Nova
More...
over 4 years ago
mentioned collection mixins in changelog
Victor Nova
More...
over 4 years ago
added a few tests for collection mixins
Victor Nova
More...
over 4 years ago
call tp_clear (if any) of base unmanaged type when a reflected CLR object instance is cleared
Victor Nova
More...
over 4 years ago
implements buffer interface for .NET arrays of primitive types (#1511)
Victor
More...
over 4 years ago
added int overload resolution test by https://github.com/slide
Victor Nova
More...
over 4 years ago
remove needsResolution hack
Victor Nova
More...
over 4 years ago
Py.Import and PyModule.Import return PyObject instead of PyModule, as not everything that can be imported is PyModule
Victor Nova
More...
over 4 years ago
fixed dynamic unary and binary operations not raising Python exception on failure (#1508)
Victor
More...
over 4 years ago
validate, that custom Python base types can be inherited from
Victor Nova
More...
over 4 years ago
Names of .NET types (e.g. `str(__class__)`) changed to better support generic types
Victor Nova
More...
over 4 years ago
Fix custom decoders not working for DateTime and Decimal (#1497)
Victor
More...
over 4 years ago
Add ability to create module from .NET
Alex Earl
More...
over 4 years ago
Merge pull request #1482 from losttech/Mini/PyIterFromPyObj
Benedikt Reinartz
More...
over 4 years ago
Merge pull request #1486 from losttech/bugs/PythonInheritsDotNet_DoubleTypeReady
Benedikt Reinartz
More...
over 4 years ago
It was incorrect to call `PyType_Ready` on a type returned by `PyType.tp_new`. It should have not been allowed in the first place, but we accidentally cleared `Ready` from `tp_flags`. Instead, we will extend `tp_flags` and call `PyType_Modified` at the end of CLR MetaType.tp_new
Victor Nova
More...
over 4 years ago
Merge pull request #1484 from losttech/Mini/NoCrashWhenSequenceLengthUndefined
Benedikt Reinartz
More...
over 4 years ago
added DebuggerDisplay to CLRObject
Victor Nova
More...
over 4 years ago
fixed crash in ToArray when sequence explicitly denies __len__
Victor Nova
More...
over 4 years ago
←
1
2
…
13
14
15
16
17
18
19
20
21
…
70
71
→
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