4
I Use This!
Moderate Activity

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Aug 10, 2025 — Aug 10, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Add ability to create module from .NET More... about 5 years ago
Merge pull request #1482 from losttech/Mini/PyIterFromPyObj More... about 5 years ago
Merge pull request #1486 from losttech/bugs/PythonInheritsDotNet_DoubleTypeReady More... about 5 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 More... about 5 years ago
Merge pull request #1484 from losttech/Mini/NoCrashWhenSequenceLengthUndefined More... about 5 years ago
added DebuggerDisplay to CLRObject More... about 5 years ago
fixed crash in ToArray when sequence explicitly denies __len__ More... about 5 years ago
Merge pull request #1369 from Unity-Technologies/modernize-import-hook More... about 5 years ago
take care of stragglers More... about 5 years ago
make PyModule_AddObject in line with CPython More... about 5 years ago
Merge remote-tracking branch 'upstream/master' into modernize-import-hook More... about 5 years ago
Merge pull request #1467 from pkese/master More... about 5 years ago
Apply code review suggestions More... about 5 years ago
Revert stuff that I don't understand More... about 5 years ago
Apply suggested changes More... about 5 years ago
Activate UnicodeSurrogate test More... about 5 years ago
Use exclusively PyUnicode_DecodeUTF16 for .NET->Python string conversions More... about 5 years ago
Review changes, update API usage More... about 5 years ago
Add separate test for the initial problem (passing); disable failing test More... about 5 years ago
Fix Python -> .Net unicode string conversion More... about 5 years ago
Add a failing test for Unicode conversion More... about 5 years ago
Add Namespaces to the import hook only through AddReference More... about 5 years ago
kick the build because I can't repro More... about 5 years ago
fix new exception usage More... about 5 years ago
Test to test if the test passes More... about 5 years ago
Merge pull request #1134 from losttech/PR/ExceptionsImprovement More... about 5 years ago
Create a clr.loader module More... about 5 years ago
fixup! reworked `PythonException`: More... about 5 years ago
fixup! merge latest master More... about 5 years ago
all Dealloc overrides simply duplicate Clear, so just call both from tp_dealloc and don't override Dealloc More... about 5 years ago