[pypy-commit] pypy default: (arigo, fijal) Some simplifications, test and a fix on PyPy

2012-10-23 Thread fijal
Author: Maciej Fijalkowski Branch: Changeset: r58377:91acb9facc77 Date: 2012-10-23 11:56 +0200 http://bitbucket.org/pypy/pypy/changeset/91acb9facc77/ Log:(arigo, fijal) Some simplifications, test and a fix on PyPy diff --git a/pypy/annotation/builtin.py b/pypy/annotation/builtin.py --- a/py

[pypy-commit] pypy default: merge

2012-10-23 Thread fijal
Author: Maciej Fijalkowski Branch: Changeset: r58378:5a092f4dfea7 Date: 2012-10-23 11:58 +0200 http://bitbucket.org/pypy/pypy/changeset/5a092f4dfea7/ Log:merge diff --git a/pypy/module/micronumpy/interp_numarray.py b/pypy/module/micronumpy/interp_numarray.py --- a/pypy/module/micronumpy/in

[pypy-commit] extradoc extradoc: modify 2.0 planning

2012-10-23 Thread fijal
Author: Maciej Fijalkowski Branch: extradoc Changeset: r4892:c365d27cf508 Date: 2012-10-23 12:14 +0200 http://bitbucket.org/pypy/extradoc/changeset/c365d27cf508/ Log:modify 2.0 planning diff --git a/planning/2.0/todo.txt b/planning/2.0/todo.txt --- a/planning/2.0/todo.txt +++ b/planning/2.0/

[pypy-commit] extradoc extradoc: (arigo, fijal) za sprint report

2012-10-23 Thread fijal
Author: Maciej Fijalkowski Branch: extradoc Changeset: r4893:6cc82be4f16e Date: 2012-10-23 12:14 +0200 http://bitbucket.org/pypy/extradoc/changeset/6cc82be4f16e/ Log:(arigo, fijal) za sprint report diff --git a/blog/draft/za-sprint-report.rst b/blog/draft/za-sprint-report.rst new file mode 1

[pypy-commit] pypy default: added a missing import

2012-10-23 Thread alex_gaynor
Author: Alex Gaynor Branch: Changeset: r58379:440e7fa6494e Date: 2012-10-23 07:56 -0700 http://bitbucket.org/pypy/pypy/changeset/440e7fa6494e/ Log:added a missing import diff --git a/pypy/annotation/builtin.py b/pypy/annotation/builtin.py --- a/pypy/annotation/builtin.py +++ b/pypy/annotati

[pypy-commit] pypy default: bah, bug-to-bug compatibility to cpython about when it is allowed to return a

2012-10-23 Thread antocuni
Author: Antonio Cuni Branch: Changeset: r58380:6272fd9c2531 Date: 2012-10-23 18:38 +0200 http://bitbucket.org/pypy/pypy/changeset/6272fd9c2531/ Log:bah, bug-to-bug compatibility to cpython about when it is allowed to return a non complex from __complex__. This in part reverts

[pypy-commit] pypy jit-usable_retrace_3: only clone Const's

2012-10-23 Thread hakanardo
Author: Hakan Ardo Branch: jit-usable_retrace_3 Changeset: r58382:d57bced28c45 Date: 2012-10-23 14:46 +0200 http://bitbucket.org/pypy/pypy/changeset/d57bced28c45/ Log:only clone Const's diff --git a/pypy/jit/metainterp/optimizeopt/virtualstate.py b/pypy/jit/metainterp/optimizeopt/virtualsta

[pypy-commit] pypy jit-usable_retrace_3: rename

2012-10-23 Thread hakanardo
Author: Hakan Ardo Branch: jit-usable_retrace_3 Changeset: r58384:7f959049e8ee Date: 2012-10-23 15:44 +0200 http://bitbucket.org/pypy/pypy/changeset/7f959049e8ee/ Log:rename diff --git a/pypy/jit/metainterp/optimizeopt/unroll.py b/pypy/jit/metainterp/optimizeopt/unroll.py --- a/pypy/jit/met

[pypy-commit] pypy jit-usable_retrace_3: unboxed case

2012-10-23 Thread hakanardo
Author: Hakan Ardo Branch: jit-usable_retrace_3 Changeset: r58383:3f77e097f483 Date: 2012-10-23 15:32 +0200 http://bitbucket.org/pypy/pypy/changeset/3f77e097f483/ Log:unboxed case diff --git a/pypy/jit/metainterp/optimizeopt/optimizer.py b/pypy/jit/metainterp/optimizeopt/optimizer.py --- a/

[pypy-commit] pypy jit-usable_retrace_3: started on new testframework for VirtualState tests

2012-10-23 Thread hakanardo
Author: Hakan Ardo Branch: jit-usable_retrace_3 Changeset: r58385:2f7abcc2de9d Date: 2012-10-23 16:45 +0200 http://bitbucket.org/pypy/pypy/changeset/2f7abcc2de9d/ Log:started on new testframework for VirtualState tests diff --git a/pypy/jit/metainterp/test/test_virtualstate.py b/pypy/jit/me

[pypy-commit] pypy py3k: fill in the optional _string module's docs

2012-10-23 Thread pjenvey
Author: Philip Jenvey Branch: py3k Changeset: r58386:96c9e6df0361 Date: 2012-10-23 11:53 -0700 http://bitbucket.org/pypy/pypy/changeset/96c9e6df0361/ Log:fill in the optional _string module's docs diff --git a/pypy/doc/config/objspace.usemodules._string.txt b/pypy/doc/config/objspace.usemod

[pypy-commit] pypy py3k: fix tests for CO_FUTURE_BARRY_AS_BDFL

2012-10-23 Thread pjenvey
Author: Philip Jenvey Branch: py3k Changeset: r58387:93a6ba5f2e0a Date: 2012-10-23 13:07 -0700 http://bitbucket.org/pypy/pypy/changeset/93a6ba5f2e0a/ Log:fix tests for CO_FUTURE_BARRY_AS_BDFL diff --git a/pypy/interpreter/astcompiler/test/test_astbuilder.py b/pypy/interpreter/astcompiler/te

[pypy-commit] pypy py3k: Fix translation

2012-10-23 Thread amauryfa
Author: Amaury Forgeot d'Arc Branch: py3k Changeset: r58388:21c70617155a Date: 2012-10-23 22:09 +0200 http://bitbucket.org/pypy/pypy/changeset/21c70617155a/ Log:Fix translation diff --git a/pypy/objspace/std/stringtype.py b/pypy/objspace/std/stringtype.py --- a/pypy/objspace/std/stringtype.p

[pypy-commit] pypy py3k: Fix syntax error when importing hashlib, or random, or tempfile.

2012-10-23 Thread amauryfa
Author: Amaury Forgeot d'Arc Branch: py3k Changeset: r58393:a4733acc6b11 Date: 2012-10-24 00:55 +0200 http://bitbucket.org/pypy/pypy/changeset/a4733acc6b11/ Log:Fix syntax error when importing hashlib, or random, or tempfile. diff --git a/lib_pypy/_sha1.py b/lib_pypy/_sha1.py --- a/lib_pypy/

[pypy-commit] pypy py3k: remove _socket.makefile: it's now implemented in socket.py.

2012-10-23 Thread amauryfa
Author: Amaury Forgeot d'Arc Branch: py3k Changeset: r58389:9f64095856e5 Date: 2012-10-23 22:44 +0200 http://bitbucket.org/pypy/pypy/changeset/9f64095856e5/ Log:remove _socket.makefile: it's now implemented in socket.py. diff --git a/pypy/module/_socket/interp_socket.py b/pypy/module/_socke

[pypy-commit] pypy py3k: Remove socket.fromfd(), and dup() is now a module-level function.

2012-10-23 Thread amauryfa
Author: Amaury Forgeot d'Arc Branch: py3k Changeset: r58390:a6bc13df8ea2 Date: 2012-10-23 23:30 +0200 http://bitbucket.org/pypy/pypy/changeset/a6bc13df8ea2/ Log:Remove socket.fromfd(), and dup() is now a module-level function. diff --git a/pypy/module/_socket/__init__.py b/pypy/module/_socke

[pypy-commit] pypy py3k: Fix tests in _multiprocessing

2012-10-23 Thread amauryfa
Author: Amaury Forgeot d'Arc Branch: py3k Changeset: r58391:533ae279f477 Date: 2012-10-23 23:48 +0200 http://bitbucket.org/pypy/pypy/changeset/533ae279f477/ Log:Fix tests in _multiprocessing diff --git a/pypy/module/_multiprocessing/interp_connection.py b/pypy/module/_multiprocessing/interp

[pypy-commit] pypy py3k: Like CPython, avoid too large factorials.

2012-10-23 Thread amauryfa
Author: Amaury Forgeot d'Arc Branch: py3k Changeset: r58392:53ce3af8e70b Date: 2012-10-24 00:49 +0200 http://bitbucket.org/pypy/pypy/changeset/53ce3af8e70b/ Log:Like CPython, avoid too large factorials. diff --git a/pypy/module/math/app_math.py b/pypy/module/math/app_math.py --- a/pypy/modul

[pypy-commit] extradoc extradoc: final version of slides

2012-10-23 Thread cfbolz
Author: Carl Friedrich Bolz Branch: extradoc Changeset: r4895:04c3e5b2e7b0 Date: 2012-10-23 16:52 -0700 http://bitbucket.org/pypy/extradoc/changeset/04c3e5b2e7b0/ Log:final version of slides diff --git a/talk/dls2012/presentation/talk.tex b/talk/dls2012/presentation/talk.tex --- a/talk/dls2

[pypy-commit] extradoc extradoc: talk as given

2012-10-23 Thread cfbolz
Author: Carl Friedrich Bolz Branch: extradoc Changeset: r4896:eab637f57363 Date: 2012-10-23 16:53 -0700 http://bitbucket.org/pypy/extradoc/changeset/eab637f57363/ Log:talk as given diff --git a/talk/dls2012/presentation/bolz-dls-loop-talk.pdf b/talk/dls2012/presentation/bolz-dls-loop-talk.p

[pypy-commit] pypy py3k: Fix translation

2012-10-23 Thread amauryfa
Author: Amaury Forgeot d'Arc Branch: py3k Changeset: r58394:3de7391aaa89 Date: 2012-10-24 08:23 +0200 http://bitbucket.org/pypy/pypy/changeset/3de7391aaa89/ Log:Fix translation diff --git a/pypy/module/_multiprocessing/interp_connection.py b/pypy/module/_multiprocessing/interp_connection.py