On Sat, 2011-04-30 at 17:04 +0200, Armin Rigo wrote:
> ==
> PyPy 1.5: Catching Up
> ==
>
> We're pleased to announce the 1.5 release of PyPy. This release updates
> PyPy with the features of CPython 2.7.1, including the standard library. Thus
> all the featu
Laura, me, and others sprinted on documentation cleanups at PyCon, using
https://bitbucket.org/dmalcolm/pypy-dmalcolm
as a development branch.
Laura and Armin just merged the changes from that repo
Significant changes are:
- the Sphinxification of the docs
- the renaming of the sources from
I've packaged pypy in RPM form for the Fedora distribution [1] - RPM
packages are now built in the development branch targeting the next
major release (Fedora 15).
So it should now be possible for Fedora users to type
# yum install pypy
and obtain a precompiled
/usr/bin/pypy
executable via an
On Tue, 2010-12-14 at 15:14 +0100, Carl Friedrich Bolz wrote:
> Hi David,
>
> On 12/14/2010 01:57 AM, David Malcolm wrote:
Thanks for looking at this; sorry for the belated reply.
I'm attaching the latest work-in-progress version of the patch,
addressing some of the areas dis
The attached patch is an attempt at extending the C code generator so
that it annotates the generated .c code with file/line information for
the corresponding Python sources.
Method:
I followed the instructions in pypy/doc/getting-started-dev.txt:
cd pypy
python bin/translatorshell.py