[pypy-commit] pypy improve-docs: hg merge default

2014-10-21 Thread mjacob
Author: Manuel Jacob Branch: improve-docs Changeset: r74027:0019c149a635 Date: 2014-10-21 11:59 +0200 http://bitbucket.org/pypy/pypy/changeset/0019c149a635/ Log:hg merge default diff too long, truncating to 2000 out of 17847 lines diff --git a/LICENSE b/LICENSE --- a/LICENSE +++ b/LICENSE @

[pypy-commit] extradoc extradoc: Standardize quotes

2014-10-21 Thread rguillebert
Author: Romain Guillebert Branch: extradoc Changeset: r5444:285d9ba3bf75 Date: 2014-10-12 01:37 +0100 http://bitbucket.org/pypy/extradoc/changeset/285d9ba3bf75/ Log:Standardize quotes diff --git a/talk/pyconie2014/talk.pdf b/talk/pyconie2014/talk.pdf index 27f9e9138b4f8679dfe509270a43bfc40e

[pypy-commit] extradoc extradoc: Add planning for today

2014-10-21 Thread rguillebert
Author: Romain Guillebert Branch: extradoc Changeset: r5445:49e724edda7a Date: 2014-10-21 11:58 +0200 http://bitbucket.org/pypy/extradoc/changeset/49e724edda7a/ Log:Add planning for today diff --git a/sprintinfo/warsaw-2014/planning.txt b/sprintinfo/warsaw-2014/planning.txt new file mode 10

[pypy-commit] pypy improve-gc-tracing-hooks: test_transformed_gc in progress

2014-10-21 Thread fijal
Author: Maciej Fijalkowski Branch: improve-gc-tracing-hooks Changeset: r74028:091a871f1217 Date: 2014-10-21 12:26 +0200 http://bitbucket.org/pypy/pypy/changeset/091a871f1217/ Log:test_transformed_gc in progress diff --git a/rpython/memory/gctransform/framework.py b/rpython/memory/gctransfor

[pypy-commit] pypy improve-gc-tracing-hooks: Shuffle shuffle shuffle until test_transformed_gc is happy

2014-10-21 Thread arigo
Author: Armin Rigo Branch: improve-gc-tracing-hooks Changeset: r74030:00d7923edeea Date: 2014-10-21 13:33 +0200 http://bitbucket.org/pypy/pypy/changeset/00d7923edeea/ Log:Shuffle shuffle shuffle until test_transformed_gc is happy diff --git a/rpython/memory/gctransform/framework.py b/rpytho

[pypy-commit] pypy default: Fix on 32-bit

2014-10-21 Thread arigo
Author: Armin Rigo Branch: Changeset: r74029:a87f6e036742 Date: 2014-10-21 11:18 +0200 http://bitbucket.org/pypy/pypy/changeset/a87f6e036742/ Log:Fix on 32-bit diff --git a/rpython/rlib/test/test_rbigint.py b/rpython/rlib/test/test_rbigint.py --- a/rpython/rlib/test/test_rbigint.py +++ b/r

[pypy-commit] pypy default: check with the default ulps

2014-10-21 Thread cfbolz
Author: Carl Friedrich Bolz Branch: Changeset: r74031:c025984d6976 Date: 2014-10-21 13:36 +0200 http://bitbucket.org/pypy/pypy/changeset/c025984d6976/ Log:check with the default ulps diff --git a/rpython/rlib/test/test_rbigint.py b/rpython/rlib/test/test_rbigint.py --- a/rpython/rlib/test/

[pypy-commit] pypy default: look into rbigint by default

2014-10-21 Thread cfbolz
Author: Carl Friedrich Bolz Branch: Changeset: r74032:90f8290e7f15 Date: 2014-10-21 13:41 +0200 http://bitbucket.org/pypy/pypy/changeset/90f8290e7f15/ Log:look into rbigint by default most methods there are either elidable anyway, or marked as look_inside diff --git a/pypy/

[pypy-commit] pypy improve-gc-tracing-hooks: fix this test

2014-10-21 Thread arigo
Author: Armin Rigo Branch: improve-gc-tracing-hooks Changeset: r74033:3185de65abe8 Date: 2014-10-21 14:34 +0200 http://bitbucket.org/pypy/pypy/changeset/3185de65abe8/ Log:fix this test diff --git a/rpython/translator/c/test/test_newgc.py b/rpython/translator/c/test/test_newgc.py --- a/rpyth

[pypy-commit] pypy improve-gc-tracing-hooks: Port custom_trace here

2014-10-21 Thread arigo
Author: Armin Rigo Branch: improve-gc-tracing-hooks Changeset: r74034:1043a3a9bdee Date: 2014-10-21 14:53 +0200 http://bitbucket.org/pypy/pypy/changeset/1043a3a9bdee/ Log:Port custom_trace here diff --git a/rpython/rlib/_stacklet_asmgcc.py b/rpython/rlib/_stacklet_asmgcc.py --- a/rpython/rli

[pypy-commit] pypy improve-gc-tracing-hooks: Simplify custom tracers with gc._trace_callback(). Port jitframe.

2014-10-21 Thread arigo
Author: Armin Rigo Branch: improve-gc-tracing-hooks Changeset: r74037:9ec0a7216835 Date: 2014-10-21 15:20 +0200 http://bitbucket.org/pypy/pypy/changeset/9ec0a7216835/ Log:Simplify custom tracers with gc._trace_callback(). Port jitframe. diff --git a/rpython/jit/backend/llsupport/jitframe.py

[pypy-commit] pypy improve-gc-tracing-hooks: add comment

2014-10-21 Thread arigo
Author: Armin Rigo Branch: improve-gc-tracing-hooks Changeset: r74038:3d5e2e9ec120 Date: 2014-10-21 15:21 +0200 http://bitbucket.org/pypy/pypy/changeset/3d5e2e9ec120/ Log:add comment diff --git a/rpython/rlib/_stacklet_asmgcc.py b/rpython/rlib/_stacklet_asmgcc.py --- a/rpython/rlib/_stacklet

[pypy-commit] pypy improve-gc-tracing-hooks: Port the custom trace in the shadowstack's SHADOWSTACKREF objects.

2014-10-21 Thread arigo
Author: Armin Rigo Branch: improve-gc-tracing-hooks Changeset: r74039:9a6efa2d4493 Date: 2014-10-21 16:01 +0200 http://bitbucket.org/pypy/pypy/changeset/9a6efa2d4493/ Log:Port the custom trace in the shadowstack's SHADOWSTACKREF objects. diff --git a/rpython/memory/gctransform/framework.py

[pypy-commit] pypy default: merge

2014-10-21 Thread fijal
Author: Maciej Fijalkowski Branch: Changeset: r74041:d329a23cdfc6 Date: 2014-10-21 16:24 +0200 http://bitbucket.org/pypy/pypy/changeset/d329a23cdfc6/ Log:merge diff --git a/pypy/doc/cppyy.rst b/pypy/doc/cppyy.rst --- a/pypy/doc/cppyy.rst +++ b/pypy/doc/cppyy.rst @@ -83,7 +83,7 @@ the selec

[pypy-commit] pypy default: look into random

2014-10-21 Thread fijal
Author: Maciej Fijalkowski Branch: Changeset: r74040:9620c1dd8e38 Date: 2014-10-21 16:24 +0200 http://bitbucket.org/pypy/pypy/changeset/9620c1dd8e38/ Log:look into random diff --git a/pypy/module/pypyjit/policy.py b/pypy/module/pypyjit/policy.py --- a/pypy/module/pypyjit/policy.py +++ b/pyp

[pypy-commit] pypy kill-multimethod: Fix two errors from the merge.

2014-10-21 Thread mjacob
Author: Manuel Jacob Branch: kill-multimethod Changeset: r74042:a5b4756238d7 Date: 2014-10-21 16:50 +0200 http://bitbucket.org/pypy/pypy/changeset/a5b4756238d7/ Log:Fix two errors from the merge. diff --git a/pypy/objspace/std/strbufobject.py b/pypy/objspace/std/strbufobject.py --- a/pypy/o

[pypy-commit] pypy zlib_zdict: Remove commented test.

2014-10-21 Thread megaumi
Author: Valentina Mukhamedzhanova Branch: zlib_zdict Changeset: r74044:d1e7950fafed Date: 2014-10-21 17:29 +0200 http://bitbucket.org/pypy/pypy/changeset/d1e7950fafed/ Log:Remove commented test. diff --git a/rpython/rlib/test/test_rzlib.py b/rpython/rlib/test/test_rzlib.py --- a/rpython/rlib

[pypy-commit] pypy zlib_zdict: (vmukhame, ronan)

2014-10-21 Thread megaumi
Author: Valentina Mukhamedzhanova Branch: zlib_zdict Changeset: r74043:b6a8620bc119 Date: 2014-10-21 17:24 +0200 http://bitbucket.org/pypy/pypy/changeset/b6a8620bc119/ Log:(vmukhame, ronan) Wrap inflateSetDictionary and deflateSetDictionary and add a complicated test. diff --git a/rp

[pypy-commit] pypy default: Merged in megaumi/pypy/zlib_zdict (pull request #286)

2014-10-21 Thread rlamy
Author: Ronan Lamy Branch: Changeset: r74045:c88db2931b91 Date: 2014-10-21 17:33 +0200 http://bitbucket.org/pypy/pypy/changeset/c88db2931b91/ Log:Merged in megaumi/pypy/zlib_zdict (pull request #286) (vmukhame, ronan) diff --git a/rpython/rlib/rzlib.py b/rpython/rlib/rzlib.py --- a

[pypy-commit] pypy default: kill corresponding test

2014-10-21 Thread cfbolz
Author: Carl Friedrich Bolz Branch: Changeset: r74046:d86dd2ec5238 Date: 2014-10-21 17:40 +0200 http://bitbucket.org/pypy/pypy/changeset/d86dd2ec5238/ Log:kill corresponding test diff --git a/pypy/module/pypyjit/test/test_policy.py b/pypy/module/pypyjit/test/test_policy.py --- a/pypy/modul

[pypy-commit] pypy py3k: hg merge default

2014-10-21 Thread rlamy
Author: Ronan Lamy Branch: py3k Changeset: r74047:f9f6e6ae989f Date: 2014-10-21 17:47 +0200 http://bitbucket.org/pypy/pypy/changeset/f9f6e6ae989f/ Log:hg merge default diff --git a/pypy/doc/cppyy.rst b/pypy/doc/cppyy.rst --- a/pypy/doc/cppyy.rst +++ b/pypy/doc/cppyy.rst @@ -83,7 +83,7 @@ th

[pypy-commit] pypy py3.3: hg merge py3k

2014-10-21 Thread rlamy
Author: Ronan Lamy Branch: py3.3 Changeset: r74048:411e7b738833 Date: 2014-10-21 17:47 +0200 http://bitbucket.org/pypy/pypy/changeset/411e7b738833/ Log:hg merge py3k diff --git a/pypy/doc/cppyy.rst b/pypy/doc/cppyy.rst --- a/pypy/doc/cppyy.rst +++ b/pypy/doc/cppyy.rst @@ -83,7 +83,7 @@ the

[pypy-commit] pypy default: fix test_string

2014-10-21 Thread cfbolz
Author: Carl Friedrich Bolz Branch: Changeset: r74049:d9aeccab0451 Date: 2014-10-21 18:16 +0200 http://bitbucket.org/pypy/pypy/changeset/d9aeccab0451/ Log:fix test_string diff --git a/pypy/module/pypyjit/test_pypy_c/test_string.py b/pypy/module/pypyjit/test_pypy_c/test_string.py --- a/pypy

[pypy-commit] pypy.org extradoc: pypy3 2.4.0 release

2014-10-21 Thread pjenvey
Author: Philip Jenvey Branch: extradoc Changeset: r549:564aeee54c68 Date: 2014-10-21 09:43 -0700 http://bitbucket.org/pypy/pypy.org/changeset/564aeee54c68/ Log:pypy3 2.4.0 release diff --git a/download.html b/download.html --- a/download.html +++ b/download.html @@ -53,7 +53,7 @@ We provide

[pypy-commit] pypy numpy-generic-item: Add tests

2014-10-21 Thread yuyichao
Author: Yichao Yu Branch: numpy-generic-item Changeset: r74051:6e1ad1121f0b Date: 2014-09-23 08:44 -0400 http://bitbucket.org/pypy/pypy/changeset/6e1ad1121f0b/ Log:Add tests diff --git a/pypy/module/micronumpy/test/test_ndarray.py b/pypy/module/micronumpy/test/test_ndarray.py --- a/pypy/mod

[pypy-commit] pypy numpy-generic-item: Implement numpy.generic.item. Do not let numpy.ndarray.item accept random keyword arguments.

2014-10-21 Thread yuyichao
Author: Yichao Yu Branch: numpy-generic-item Changeset: r74050:cfef40b67090 Date: 2014-09-23 08:25 -0400 http://bitbucket.org/pypy/pypy/changeset/cfef40b67090/ Log:Implement numpy.generic.item. Do not let numpy.ndarray.item accept random keyword arguments. diff --git a/pypy/module/mi

[pypy-commit] pypy numpy-generic-item: generic.nonzero

2014-10-21 Thread yuyichao
Author: Yichao Yu Branch: numpy-generic-item Changeset: r74055:e6d67911e7a8 Date: 2014-09-23 12:41 -0400 http://bitbucket.org/pypy/pypy/changeset/e6d67911e7a8/ Log:generic.nonzero diff --git a/pypy/module/micronumpy/boxes.py b/pypy/module/micronumpy/boxes.py --- a/pypy/module/micronumpy/boxe

[pypy-commit] pypy numpy-generic-item: Implement tobytes as an alias of tostring

2014-10-21 Thread yuyichao
Author: Yichao Yu Branch: numpy-generic-item Changeset: r74052:ee8c0dc0c288 Date: 2014-09-23 09:07 -0400 http://bitbucket.org/pypy/pypy/changeset/ee8c0dc0c288/ Log:Implement tobytes as an alias of tostring diff --git a/pypy/module/micronumpy/boxes.py b/pypy/module/micronumpy/boxes.py --- a/p

[pypy-commit] pypy numpy-generic-item: fix return type of generic.reshape

2014-10-21 Thread yuyichao
Author: Yichao Yu Branch: numpy-generic-item Changeset: r74057:d4b9abbdfab6 Date: 2014-09-24 08:19 -0400 http://bitbucket.org/pypy/pypy/changeset/d4b9abbdfab6/ Log:fix return type of generic.reshape diff --git a/pypy/module/micronumpy/boxes.py b/pypy/module/micronumpy/boxes.py --- a/pypy/mod

[pypy-commit] pypy numpy-generic-item: generic.swapaxes, improve test

2014-10-21 Thread yuyichao
Author: Yichao Yu Branch: numpy-generic-item Changeset: r74054:0703a6e2723e Date: 2014-09-23 12:29 -0400 http://bitbucket.org/pypy/pypy/changeset/0703a6e2723e/ Log:generic.swapaxes, improve test diff --git a/pypy/module/micronumpy/boxes.py b/pypy/module/micronumpy/boxes.py --- a/pypy/module/

[pypy-commit] pypy numpy-generic-item: merge default

2014-10-21 Thread yuyichao
Author: Yichao Yu Branch: numpy-generic-item Changeset: r74058:3166aa80ee1f Date: 2014-10-11 17:27 -0400 http://bitbucket.org/pypy/pypy/changeset/3166aa80ee1f/ Log:merge default diff too long, truncating to 2000 out of 14176 lines diff --git a/LICENSE b/LICENSE --- a/LICENSE +++ b/LICENSE @

[pypy-commit] pypy numpy-generic-item: generic.fill, generic.conj

2014-10-21 Thread yuyichao
Author: Yichao Yu Branch: numpy-generic-item Changeset: r74056:edc2afc71097 Date: 2014-09-23 22:40 -0400 http://bitbucket.org/pypy/pypy/changeset/edc2afc71097/ Log:generic.fill, generic.conj diff --git a/pypy/module/micronumpy/boxes.py b/pypy/module/micronumpy/boxes.py --- a/pypy/module/micr

[pypy-commit] pypy numpy-generic-item: generic.transpose

2014-10-21 Thread yuyichao
Author: Yichao Yu Branch: numpy-generic-item Changeset: r74053:5f0f0784b29a Date: 2014-09-23 09:26 -0400 http://bitbucket.org/pypy/pypy/changeset/5f0f0784b29a/ Log:generic.transpose diff --git a/pypy/module/micronumpy/boxes.py b/pypy/module/micronumpy/boxes.py --- a/pypy/module/micronumpy/bo

[pypy-commit] pypy default: Merged in yuyichao/pypy/numpy-generic-item (pull request #283)

2014-10-21 Thread bdkearns
Author: Brian Kearns Branch: Changeset: r74059:d6c024b8ef63 Date: 2014-10-21 14:10 -0700 http://bitbucket.org/pypy/pypy/changeset/d6c024b8ef63/ Log:Merged in yuyichao/pypy/numpy-generic-item (pull request #283) Implement numpy.generic.item. Do not let numpy.ndarray.item accept

[pypy-commit] pypy default: adjust new numpy tests to pass -A

2014-10-21 Thread bdkearns
Author: Brian Kearns Branch: Changeset: r74060:777a53af2535 Date: 2014-10-21 21:03 -0700 http://bitbucket.org/pypy/pypy/changeset/777a53af2535/ Log:adjust new numpy tests to pass -A diff --git a/pypy/module/micronumpy/test/test_scalar.py b/pypy/module/micronumpy/test/test_scalar.py --- a/p

[pypy-commit] pypy default: fix test_fill

2014-10-21 Thread bdkearns
Author: Brian Kearns Branch: Changeset: r74062:9adf3b34a33e Date: 2014-10-21 22:02 -0700 http://bitbucket.org/pypy/pypy/changeset/9adf3b34a33e/ Log:fix test_fill diff --git a/pypy/module/micronumpy/test/test_scalar.py b/pypy/module/micronumpy/test/test_scalar.py --- a/pypy/module/micronump

[pypy-commit] pypy default: fix scalar swapaxes/transpose

2014-10-21 Thread bdkearns
Author: Brian Kearns Branch: Changeset: r74061:6552f2cd3784 Date: 2014-10-21 21:24 -0700 http://bitbucket.org/pypy/pypy/changeset/6552f2cd3784/ Log:fix scalar swapaxes/transpose diff --git a/pypy/module/micronumpy/boxes.py b/pypy/module/micronumpy/boxes.py --- a/pypy/module/micronumpy/boxes