pyperl
view release on metacpan or search on metacpan
2021-08-03 Shlomi Fish <shlomif@cpan.org>
Release 1.0.3
Silence some compile-time or runtime warnings.
Add test.mak.
Avoid some mixed tabs and spaces.
Documentation work.
2021-04-27 Shlomi Fish <shlomif@cpan.org>
Release 1.0.2
Apply patches from GitHub forks and the Mageia Linux package.
Fixes for newer perls.
2001-03-06 Gisle Aas <gisle@ActiveState.com>
Release 1.0.1
Perl interpreter now destructed when a thread terminates even on
Windows.
Avoid direct dependency from perl2.so to Object.so. This makes it
much easier to create relocatable binary builds. Some adjustments
to the Win32 code because of this.
Make perlmod.py module thread aware and its PerlModule class now
provide an wantarray attribute.
2001-03-01 Gisle Aas <gisle@ActiveState.com>
Release 1.0
Introduced dbi2.py: A Perl DBI adaptor module that conforms
to Python's own DB API
Introduced perlmod.py: Simplified access to existing Perl
library modules from Python.
Added some docstrings.
2001-02-23 Gisle Aas <gisle@ActiveState.com>
Release 1.0-beta8
Escape potential safe compartment for perl.defined()
and perl.get_ref() calls.
2001-02-01 Gisle Aas <gisle@ActiveState.com>
Release 1.0-beta7
Introduced RTDL_GLOBAL hack for platforms that use dlopen(3). After
this there should not be any need for patching neither perl nor
python.
Override pysvrv_nonzero so that len() does not have to lie any more.
Some prototype changes.
2001-01-11 Gisle Aas <gisle@ActiveState.com>
Release 1.0-beta6
Win32 portability tweaks:
- make sure svrv_object.c is compiled as C++ (by renaming)
- disable JMPENV code (required internal API not exported on windows)
- deal with space in the path to python.exe
Documentation updates (mostly regading MULTI_PERL)
The dbi.py module does not insist on not working just because
MULTI_PERL is enabled.
( run in 0.615 second using v1.01-cache-2.11-cpan-5511b514fd6 )