[pypy-commit] pypy default: progress

fijal noreply at buildbot.pypy.org
Thu Jun 7 17:33:36 CEST 2012


Author: Maciej Fijalkowski <fijall at gmail.com>
Branch: 
Changeset: r55470:c18c988be2bf
Date: 2012-06-07 16:46 +0200
http://bitbucket.org/pypy/pypy/changeset/c18c988be2bf/

Log:	progress

diff --git a/pypy/doc/release-1.9.0.rst b/pypy/doc/release-1.9.0.rst
--- a/pypy/doc/release-1.9.0.rst
+++ b/pypy/doc/release-1.9.0.rst
@@ -51,17 +51,21 @@
 PyPy from the corresponding branches (respectively ``py3k`` and
 ``stm-thread``).
 
+.. _`NumPy in PyPy`: http://pypy.org/numpydonate.html
+.. _`Py3k (Python 3)`: http://pypy.org/py3donate.html
+.. _`Software Transactional Memory`: http://pypy.org/tmdonate.html
 
 Highlights
 ==========
 
-* This release still implements Python 2.7, using the standard library of
-  CPython 2.7.2.
+* This release still implements Python 2.7, the standard library has been
+  upgraded to CPython 2.7.2.
 
 * Many bugs were corrected for Windows 32 bit.  This includes new
   functionality to test the validity of file descriptors; and
   correct handling of the calling convensions for ctypes.  (Still not
-  much progress on Win64.)
+  much progress on Win64.) A lot of work on this has been done by Matti Picus
+  and Amaury Forgeot D'Arc.
 
 * Improvements in ``cpyext``, our emulator for CPython C extension modules.
   For example PyOpenSSL should now work.
@@ -78,6 +82,13 @@
 * JIT hooks for inspecting the created assembler code has been improved.
   See `JIT hooks documentation`_ for details.
 
+* ``select.kqueue`` has been added.
+
+* Handling of keyword arguments has been drastically improved in the best-case
+  scenario.
+
+* List comprehension has been improved.
+
 JitViewer
 =========
 
@@ -87,5 +98,3 @@
 .. _`numpy status`: http://buildbot.pypy.org/numpy-status/latest.html
 .. _`JitViewer docs`: http://bitbucket.org/pypy/jitviewer
 .. _`JIT hooks documentation`: http://doc.pypy.org/en/latest/jit-hooks.html
-
-XXX should we do something with whatsnew-1.9.txt?


More information about the pypy-commit mailing list