0
I Use This!
Very Low Activity

Commits : Listings

Analyzed about 11 hours ago. based on code collected 2 days ago.
Jun 20, 2025 — Jun 20, 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... over 15 years ago
Fix t/30floats.t compatability with Python 2.7 More... over 15 years ago
Fix leaking dict keys in Pl2Py More... over 15 years ago
Fix leaking scalars in Py2Pl of arrays More... over 15 years ago
SPAGAIN after calling a Python function, fixes memory error. More... over 15 years ago
Refresh the local stack pointer after calling into Perl More... over 15 years ago
Fix accessing Unicode keys in a dict passed from Perl More... over 15 years ago
Fix leaking non-object scalars when calling a perl sub with named arguments More... over 15 years ago
Fix leaking non-object scalars in py2pl of dictionaries More... over 15 years ago
Version 0.38 More... over 15 years ago
Mark a test as TODO that fails on some machines for unknown reasons. More... over 15 years ago
Try to get more coverage for reference count tests More... over 15 years ago
Replace hard coded '~' by PERL_MAGIC_ext More... over 15 years ago
Change all C++ comments to real C More... over 15 years ago
Add py_finalize to be able to shut down the Python interpreter. More... over 15 years ago
initperl: free the "perl" package object, found by valgrind++ More... over 15 years ago
PerlObj_getattr: free temporary py_name, found by valgrind++ More... over 15 years ago
do_pyinit: free the temporary perl_obj, found by valgrind++ More... over 15 years ago
PerlPkg_getattr: free temporary PyString More... over 15 years ago
Py2Pl: free t_string and this_type, found by valgrind++ More... over 15 years ago
Free the mg_virtual allocated by Py2Pl in free_inline_py_obj More... over 15 years ago
Fix a too small buffer allocation found by valgrind++ More... over 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... almost 16 years ago
Implement py_has_attr More... almost 16 years ago
Don't die in croak_python_exception if no traceback is available More... almost 16 years ago
Fix py_get_attr in case it's returning a (function) object More... almost 16 years ago
Add line numbers to Python exception messages. More... almost 16 years ago