0
I Use This!
Very Low Activity

Commits : Listings

Analyzed about 19 hours ago. based on code collected about 19 hours ago.
Feb 16, 2025 — Feb 16, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Use Magic to allow is_tuple to decide the origin of an array ref More... almost 15 years ago
Fix t/30floats.t compatability with Python 2.7 More... almost 15 years ago
Fix leaking dict keys in Pl2Py More... about 15 years ago
Fix leaking scalars in Py2Pl of arrays More... about 15 years ago
SPAGAIN after calling a Python function, fixes memory error. More... about 15 years ago
Refresh the local stack pointer after calling into Perl More... about 15 years ago
Fix accessing Unicode keys in a dict passed from Perl More... about 15 years ago
Fix leaking non-object scalars when calling a perl sub with named arguments More... about 15 years ago
Fix leaking non-object scalars in py2pl of dictionaries More... about 15 years ago
Version 0.38 More... about 15 years ago
Mark a test as TODO that fails on some machines for unknown reasons. More... about 15 years ago
Try to get more coverage for reference count tests More... about 15 years ago
Replace hard coded '~' by PERL_MAGIC_ext More... about 15 years ago
Change all C++ comments to real C More... about 15 years ago
Add py_finalize to be able to shut down the Python interpreter. More... about 15 years ago
initperl: free the "perl" package object, found by valgrind++ More... about 15 years ago
PerlObj_getattr: free temporary py_name, found by valgrind++ More... about 15 years ago
do_pyinit: free the temporary perl_obj, found by valgrind++ More... about 15 years ago
PerlPkg_getattr: free temporary PyString More... about 15 years ago
Py2Pl: free t_string and this_type, found by valgrind++ More... about 15 years ago
Free the mg_virtual allocated by Py2Pl in free_inline_py_obj More... about 15 years ago
Fix a too small buffer allocation found by valgrind++ More... about 15 years ago
Fix "Attempt to free unreferenced scalar" sometimes happening when calling a Perl sub with named parameters from Python. More... over 15 years ago
Fix Perl assertion fail if __getitem__ called multiple times More... over 15 years ago
Version 0.37 More... over 15 years ago
Support stringification of Python objects More... over 15 years ago
Implement py_has_attr More... over 15 years ago
Don't die in croak_python_exception if no traceback is available More... over 15 years ago
Fix py_get_attr in case it's returning a (function) object More... over 15 years ago
Add line numbers to Python exception messages. More... over 15 years ago