0
I Use This!
Very Low Activity

Commits : Listings

Analyzed about 2 hours ago. based on code collected about 23 hours ago.
Sep 03, 2025 — Sep 03, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Version 0.30 More... almost 17 years ago
Convert Perl arrays to Python arrays not tuples More... almost 17 years ago
Methods before attributes in PerlObj_getattr More... almost 17 years ago
Updated MANIFEST for release More... about 17 years ago
Version 0.29 More... about 17 years ago
__getitem__ support for Perl objects More... about 17 years ago
Testcase for undef in array array segfault More... about 17 years ago
Py2Pl: lambdas, Pl2Py: fixed segfault More... about 17 years ago
Added mapping protocol support for perl objects. Should make this optional though, by checking for existence of a __getitem__ method. More... about 17 years ago
Typoes in the change log More... over 17 years ago
* New version: 0.28 * Fixed pushing integers from Python to Perl space. They now retain their integer-ness instead of silently converting them to strings. * PerlObj objects now have a comparison function which asserts if the _same_ perl object is contained. * implemented Python's __getattr__ protocol for perl objects. Attributes can now be accessed with my_perl_object.my_attribute same as Python objects. The perl object just has to implement a __getattr__ sub. * __getattr__ now raises a KeyError if a PerlObj object does not have the requested attribute instead of silently assuming that a method is being called. * Added testcases for all these and for the Unicode fix in 0.27 More... over 17 years ago
- Fixed a segfault in py2pl.c when converting Unicode strings from Python to Perl. - Attempt to check for Python.h in Makefile.pl to make it more visible to the user. More... almost 18 years ago
New version: 0.26 More... almost 18 years ago
Fixed compatibility with Python 2.5: all tests run successfully. Documented the --enable-shared requirement More... almost 18 years ago
Updated version to allow new upload to CPAN More... almost 18 years ago
Updated documentation More... almost 18 years ago
Fixed many wrong refcnts (memory leaks and too low refcnts). Added many more refcnt testcases which should now cover most uses. More... almost 18 years ago
Preparations for 0.24 Fixed a segfault (at least worked around it) Added refcnt tests More... almost 18 years ago
Fixed memory leaks and segfaults. Added new tests for refcnts. More... almost 18 years ago
Updated meta info Bumped version to 0.23 More... almost 18 years ago
Fixed segfault on returning Perl objects from Python space Updated docs to reflect new co-maintainership and new known bugs More... almost 18 years ago
Inline-Python 0.22 by Neil Watkiss More... almost 18 years ago