4
I Use This!
Moderate Activity

Commits : Listings

Analyzed about 24 hours ago. based on code collected 1 day ago.
Feb 27, 2025 — Feb 27, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Decref the members of Runtime(split from #958) (#1019) More... about 6 years ago
Manipulate SlotsHolder manually instead of Capsule mechanism More... about 6 years ago
Clear tp_dict of ModuleObject More... about 6 years ago
* Use subtype slots instead JIT code * Correct signature of PyRun_String More... about 6 years ago
Fix refcnt error More... about 6 years ago
Merge branch 'decref-types' into soft-shutdown More... about 6 years ago
attempt to fix CI build issue with ValueTuple under Mono More... about 6 years ago
fixed ConversionsObject test failing due to sequence to array conversion taking priority More... about 6 years ago
Merge branch 'master' into decref-types More... about 6 years ago
Fix simple typo: heirarchy -> hierarchy (#1026) More... about 6 years ago
Reset a tuple for tp_bases More... about 6 years ago
Fix refcnt error More... about 6 years ago
* Fix deadlock on domain unload * Reset Runtime.Exceptions More... about 6 years ago
Record mp_length slot More... about 6 years ago
Add explicit release action More... about 6 years ago
Specific exception types More... about 6 years ago
Free GC handle for all subclass of ExtensionType More... about 6 years ago
Merge remote-tracking branch 'master' into soft-shutdown More... about 6 years ago
Merge branch 'master' into decref-types More... about 6 years ago
Transfer the ownership of method's thunk to caller(split from #958) (#1003) More... about 6 years ago
* Decref the members of Runtime * Unified GetBuiltins method More... about 6 years ago
Release method wrapper(split from #958) (#1002) More... about 6 years ago
Add mp_length slot for .NET classes implementing ICollection/ICollection<T> (#994) More... about 6 years ago
Rollback symbol loading for __Internal More... about 6 years ago
Prevent exception override More... about 6 years ago
Merge remote-tracking branch 'remotes/upstream/master' into drop-dlopen-2 More... about 6 years ago
Fix refcnt errors (split from #958) (#1001) More... about 6 years ago
Remove unnecessary `CopySlot` calls (#1004) More... about 6 years ago
Internal implement Py_CompileString for compat with CPython 3.8.0 (#1000) More... about 6 years ago
* Load PyModuleType without LibraryLoader * Drop C module dependency when getting _PyObject_NextNotImplemented * Exception details for SetNoSiteFlag More... about 6 years ago