4
I Use This!
Moderate Activity

Commits : Listings

Analyzed about 17 hours ago. based on code collected about 17 hours ago.
Mar 01, 2025 — Mar 01, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Safe pointers (#1043) More... about 6 years ago
added checks to PyCheck_Iter_PyObject_IsIterable_ThreadingLock_Test in attempt to replace segfault with a more meaningful exception (#1061) More... about 6 years ago
fixed reference counting for exception objects in Py.With (#1062) More... about 6 years ago
Merge branch 'master' into PR/Codecs More... about 6 years ago
Update test dependencies to the latest stable versions (#1054) More... about 6 years ago
allows codecs to encode and decode thrown exceptions More... about 6 years ago
* Classify runtime data * External interface for custom storing wrapper objects More... about 6 years ago
remove incref for tuple fields, as Converter.ToPython is supposed to return a new reference More... about 6 years ago
do not dispose object, that might have been just decoded succesfully, as the decoded object might store a reference to the original PyObject More... about 6 years ago
Merge branch 'master' into PR/Codecs More... about 6 years ago
ensure Py handles are inaccessible after PythonException is disposed (#1055) More... about 6 years ago
Merge pull request #1048 from andreydani/master More... about 6 years ago
Merge pull request #1053 from losttech/PR/AppVeyorTimings More... about 6 years ago
limit benchmark time in config More... about 6 years ago
don't dispose encoded object in case codec keeps a cache of them More... about 6 years ago
corrected reference counting in Codecs More... about 6 years ago
fixed bad IncRef after PyTuple_New More... about 6 years ago
Merge branch 'master' into master More... about 6 years ago
Merge branch 'master' into PR/Codecs More... about 6 years ago
Merge pull request #1051 from losttech/PR/AppVeyorTimings More... about 6 years ago
Extract InitPyMembers method More... about 6 years ago
make timings output more prominent More... about 6 years ago
reduced number of iterations in performance tests to fit into AppVeyor time limit More... about 6 years ago
report AppVeyor build timings More... about 6 years ago
#1047 ModuleObject __getattribute__ doesn't treat exceptions ocurred during internal GetAttribute More... about 6 years ago
#1047 ModuleObject __getattribute__ doesn't treat exceptions ocurred during internal GetAttribute More... about 6 years ago
Split RuntimeData into separate file More... about 6 years ago
* Reset Exceptions to IntPtr.Zero * Cleanup the code More... about 6 years ago
Merge branch 'master' into soft-shutdown More... about 6 years ago
Merge branch 'soft-shutdown-reload' into soft-shutdown More... about 6 years ago