Re: [pypy-dev] PyPy 1.5 released

2011-05-02 Thread David Malcolm
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

[pypy-dev] Documentation sprint at PyCon

2011-03-17 Thread David Malcolm
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

[pypy-dev] PyPy is now available in Fedora

2011-01-03 Thread David Malcolm
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

Re: [pypy-dev] [PATCH] Improving readability of generated .c code

2010-12-21 Thread David Malcolm
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

[pypy-dev] [PATCH] Improving readability of generated .c code

2010-12-13 Thread David Malcolm
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