openhub.net
Black Duck Software, Inc.
Open Hub
Follow @
OH
Sign In
Join Now
Projects
People
Organizations
Tools
Blog
BDSA
Projects
People
Projects
Organizations
I
inline-python-pm
Settings
|
Report Duplicate
0
I Use This!
×
Login Required
Log in to Open Hub
Remember Me
Very Low Activity
Commits
: Listings
Analyzed
about 2 hours
ago. based on code collected
about 23 hours
ago.
Sep 03, 2025 — Sep 03, 2026
Showing page 7 of 7
Search / Filter on:
Commit Message
Contributor
Files Modified
Lines Added
Lines Removed
Code Location
Date
Version 0.30
Stefan Seifert
More...
almost 17 years ago
Convert Perl arrays to Python arrays not tuples
Stefan Seifert
More...
almost 17 years ago
Methods before attributes in PerlObj_getattr
Stefan Seifert
More...
almost 17 years ago
Updated MANIFEST for release
Stefan Seifert
More...
about 17 years ago
Version 0.29
Stefan Seifert
More...
about 17 years ago
__getitem__ support for Perl objects
Stefan Seifert
More...
about 17 years ago
Testcase for undef in array array segfault
Stefan Seifert
More...
about 17 years ago
Py2Pl: lambdas, Pl2Py: fixed segfault
Stefan Seifert
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.
Stefan Seifert
More...
about 17 years ago
Typoes in the change log
nine
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
nine
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.
nine
More...
almost 18 years ago
New version: 0.26
nine
More...
almost 18 years ago
Fixed compatibility with Python 2.5: all tests run successfully. Documented the --enable-shared requirement
nine
More...
almost 18 years ago
Updated version to allow new upload to CPAN
nine
More...
almost 18 years ago
Updated documentation
nine
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.
nine
More...
almost 18 years ago
Preparations for 0.24 Fixed a segfault (at least worked around it) Added refcnt tests
nine
More...
almost 18 years ago
Fixed memory leaks and segfaults. Added new tests for refcnts.
nine
More...
almost 18 years ago
Updated meta info Bumped version to 0.23
nine
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
nine
More...
almost 18 years ago
Inline-Python 0.22 by Neil Watkiss
nine
More...
almost 18 years ago
←
1
2
3
4
5
6
7
→
This site uses cookies to give you the best possible experience. By using the site, you consent to our use of cookies. For more information, please see our
Privacy Policy
Agree