[pypy-commit] pypy default: updated the FAQ entry (cpu architectures supported)

2016-04-28 Thread plan_rich
Author: Richard Plangger Branch: Changeset: r84020:9806eaad6bd9 Date: 2016-04-29 08:57 +0200 http://bitbucket.org/pypy/pypy/changeset/9806eaad6bd9/ Log:updated the FAQ entry (cpu architectures supported) diff --git a/pypy/doc/faq.rst b/pypy/doc/faq.rst --- a/pypy/doc/faq.rst +++ b/pypy/doc/

[pypy-commit] pypy.org extradoc: some clarification and added operating systems on which they run (regenerated the page as well)

2016-04-28 Thread plan_rich
Author: Richard Plangger Branch: extradoc Changeset: r738:53b0a434ba24 Date: 2016-04-29 08:48 +0200 http://bitbucket.org/pypy/pypy.org/changeset/53b0a434ba24/ Log:some clarification and added operating systems on which they run (regenerated the page as well) diff --git a/features.htm

[pypy-commit] pypy.org extradoc: updated the architectures on features.html and regenerated them

2016-04-28 Thread plan_rich
Author: Richard Plangger Branch: extradoc Changeset: r737:7da22d5ebd79 Date: 2016-04-29 08:37 +0200 http://bitbucket.org/pypy/pypy.org/changeset/7da22d5ebd79/ Log:updated the architectures on features.html and regenerated them diff --git a/compat.html b/compat.html --- a/compat.html +++ b/co

[pypy-commit] pypy py3k-update: fix

2016-04-28 Thread rlamy
Author: Ronan Lamy Branch: py3k-update Changeset: r84019:85b62252689f Date: 2016-04-29 04:07 +0100 http://bitbucket.org/pypy/pypy/changeset/85b62252689f/ Log:fix diff --git a/pypy/module/cpyext/test/test_cpyext.py b/pypy/module/cpyext/test/test_cpyext.py --- a/pypy/module/cpyext/test/test_c

[pypy-commit] pypy default: Undo 0f0ab7f / e648ab7 I think/hope.

2016-04-28 Thread devin.jeanpierre
Author: Devin Jeanpierre Branch: Changeset: r84018:db306c552216 Date: 2016-04-28 15:07 -0700 http://bitbucket.org/pypy/pypy/changeset/db306c552216/ Log:Undo 0f0ab7f / e648ab7 I think/hope. diff --git a/pypy/module/cpyext/ndarrayobject.py b/pypy/module/cpyext/ndarrayobject.py --- a/pypy/mod

[pypy-commit] pypy default: Compile with -Werror in cpyext tests.

2016-04-28 Thread devin.jeanpierre
Author: Devin Jeanpierre Branch: Changeset: r84016:e648ab75ea8f Date: 2016-04-25 10:15 -0700 http://bitbucket.org/pypy/pypy/changeset/e648ab75ea8f/ Log:Compile with -Werror in cpyext tests. Callers may build with -Werror and should not succeed with CPython but fail with cpye

[pypy-commit] pypy default: merge

2016-04-28 Thread devin.jeanpierre
Author: Devin Jeanpierre Branch: Changeset: r84017:0f0ab7f5334c Date: 2016-04-28 13:54 -0700 http://bitbucket.org/pypy/pypy/changeset/0f0ab7f5334c/ Log:merge diff too long, truncating to 2000 out of 12553 lines diff --git a/TODO b/TODO new file mode 100644 --- /dev/null +++ b/TODO @@ -0,0

[pypy-commit] pypy py3k-update: hg merge default

2016-04-28 Thread rlamy
Author: Ronan Lamy Branch: py3k-update Changeset: r84015:d9916a3b8cf3 Date: 2016-04-28 17:38 +0100 http://bitbucket.org/pypy/pypy/changeset/d9916a3b8cf3/ Log:hg merge default diff --git a/TODO b/TODO --- a/TODO +++ b/TODO @@ -1,3 +1,2 @@ -* python setup.py install in numpy does not somehow t

[pypy-commit] pypy default: Do 'import os' less hackishly in test_cpyext.py

2016-04-28 Thread rlamy
Author: Ronan Lamy Branch: Changeset: r84014:606c858627a0 Date: 2016-04-28 17:16 +0100 http://bitbucket.org/pypy/pypy/changeset/606c858627a0/ Log:Do 'import os' less hackishly in test_cpyext.py diff --git a/pypy/module/cpyext/test/test_cpyext.py b/pypy/module/cpyext/test/test_cpyext.py ---

[pypy-commit] pypy py3k-update: rm more stray pypy2-isms

2016-04-28 Thread rlamy
Author: Ronan Lamy Branch: py3k-update Changeset: r84013:a5270742f467 Date: 2016-04-28 16:43 +0100 http://bitbucket.org/pypy/pypy/changeset/a5270742f467/ Log:rm more stray pypy2-isms diff --git a/pypy/interpreter/baseobjspace.py b/pypy/interpreter/baseobjspace.py --- a/pypy/interpreter/baseo

[pypy-commit] stmgc default: Point the default to another demo, because demo2 is failing right now

2016-04-28 Thread arigo
Author: Armin Rigo Branch: Changeset: r1989:60abbf069bc8 Date: 2016-04-28 17:29 +0200 http://bitbucket.org/pypy/stmgc/changeset/60abbf069bc8/ Log:Point the default to another demo, because demo2 is failing right now diff --git a/c8/demo/Makefile b/c8/demo/Makefile --- a/c8/demo/Make

[pypy-commit] pypy share-cpyext-cpython-api: Share the wrapper logic among all functions with the same signature

2016-04-28 Thread arigo
Author: Armin Rigo Branch: share-cpyext-cpython-api Changeset: r84011:b01ae28d79f9 Date: 2016-04-28 17:20 +0200 http://bitbucket.org/pypy/pypy/changeset/b01ae28d79f9/ Log:Share the wrapper logic among all functions with the same signature ___ pypy-

[pypy-commit] pypy share-cpyext-cpython-api: First try

2016-04-28 Thread arigo
Author: Armin Rigo Branch: share-cpyext-cpython-api Changeset: r84012:29ffb56dd3c7 Date: 2016-04-28 17:20 +0200 http://bitbucket.org/pypy/pypy/changeset/29ffb56dd3c7/ Log:First try diff --git a/pypy/module/cpyext/api.py b/pypy/module/cpyext/api.py --- a/pypy/module/cpyext/api.py +++ b/pypy/m

[pypy-commit] pypy py3k-update: rm stray pypy2-ism

2016-04-28 Thread rlamy
Author: Ronan Lamy Branch: py3k-update Changeset: r84010:28b76bd44159 Date: 2016-04-28 15:58 +0100 http://bitbucket.org/pypy/pypy/changeset/28b76bd44159/ Log:rm stray pypy2-ism diff --git a/pypy/objspace/std/typeobject.py b/pypy/objspace/std/typeobject.py --- a/pypy/objspace/std/typeobject.p

[pypy-commit] pypy py3k-update: fix some tests

2016-04-28 Thread rlamy
Author: Ronan Lamy Branch: py3k-update Changeset: r84009:4bb48bb31572 Date: 2016-04-28 15:47 +0100 http://bitbucket.org/pypy/pypy/changeset/4bb48bb31572/ Log:fix some tests diff --git a/pypy/module/cpyext/test/test_bytesobject.py b/pypy/module/cpyext/test/test_bytesobject.py --- a/pypy/modu

[pypy-commit] pypy share-mapdict-methods: seems it's wrong to share deldictvalue, for somewhat involved reasons:

2016-04-28 Thread cfbolz
Author: Carl Friedrich Bolz Branch: share-mapdict-methods Changeset: r84008:a1aab87118e0 Date: 2016-04-28 16:33 +0300 http://bitbucket.org/pypy/pypy/changeset/a1aab87118e0/ Log:seems it's wrong to share deldictvalue, for somewhat involved reasons: there are classes that manag

[pypy-commit] pypy default: Define PyDateTime_TZInfo struct, and the corresponding Check() functions.

2016-04-28 Thread amauryfa
Author: Amaury Forgeot d'Arc Branch: Changeset: r84007:9284beb465a0 Date: 2016-04-28 15:19 +0200 http://bitbucket.org/pypy/pypy/changeset/9284beb465a0/ Log:Define PyDateTime_TZInfo struct, and the corresponding Check() functions. diff --git a/pypy/module/cpyext/cdatetime.py b/pypy/m

[pypy-commit] pypy default: Add PyDateTimeAPI->TZInfoType. Because it's easy

2016-04-28 Thread amauryfa
Author: Amaury Forgeot d'Arc Branch: Changeset: r84006:6630090dc44c Date: 2016-04-28 15:00 +0200 http://bitbucket.org/pypy/pypy/changeset/6630090dc44c/ Log:Add PyDateTimeAPI->TZInfoType. Because it's easy diff --git a/pypy/module/cpyext/cdatetime.py b/pypy/module/cpyext/cdatetime.py --- a/p

[pypy-commit] stmgc default: Note that we *should* not need "-fno-*" but didn't really check so far

2016-04-28 Thread arigo
Author: Armin Rigo Branch: Changeset: r1988:c2619b37c645 Date: 2016-04-28 12:10 +0200 http://bitbucket.org/pypy/stmgc/changeset/c2619b37c645/ Log:Note that we *should* not need "-fno-*" but didn't really check so far diff --git a/gcc-seg-gs/README.txt b/gcc-seg-gs/README.txt --- a/g

[pypy-commit] stmgc default: mention the status with gcc 6.1

2016-04-28 Thread arigo
Author: Armin Rigo Branch: Changeset: r1987:7bb97205b028 Date: 2016-04-28 12:08 +0200 http://bitbucket.org/pypy/stmgc/changeset/7bb97205b028/ Log:mention the status with gcc 6.1 diff --git a/gcc-seg-gs/README.txt b/gcc-seg-gs/README.txt --- a/gcc-seg-gs/README.txt +++ b/gcc-seg-gs/README.tx

[pypy-commit] pypy default: fix: operator.attrgetter("name", not_a_string) would raise a confusing

2016-04-28 Thread arigo
Author: Armin Rigo Branch: Changeset: r84005:cc64a16862ce Date: 2016-04-28 11:26 +0200 http://bitbucket.org/pypy/pypy/changeset/cc64a16862ce/ Log:fix: operator.attrgetter("name", not_a_string) would raise a confusing error message diff --git a/pypy/module/operator/app_operator.py b

[pypy-commit] pypy py3k: Remove unused import, which causes an import loop in py3.5.

2016-04-28 Thread amauryfa
Author: Amaury Forgeot d'Arc Branch: py3k Changeset: r84004:1ae8011dde1c Date: 2016-04-28 11:11 +0200 http://bitbucket.org/pypy/pypy/changeset/1ae8011dde1c/ Log:Remove unused import, which causes an import loop in py3.5. diff --git a/pypy/module/operator/app_operator.py b/pypy/module/operat

[pypy-commit] pypy default: update TODO

2016-04-28 Thread mattip
Author: Matti Picus Branch: Changeset: r84003:b31152f34254 Date: 2016-04-28 12:00 +0300 http://bitbucket.org/pypy/pypy/changeset/b31152f34254/ Log:update TODO diff --git a/TODO b/TODO --- a/TODO +++ b/TODO @@ -1,3 +1,2 @@ -* python setup.py install in numpy does not somehow tell setuptools

[pypy-commit] extradoc extradoc: add pdf

2016-04-28 Thread mattip
Author: Matti Picus Branch: extradoc Changeset: r5639:392a67457b7d Date: 2016-04-28 09:52 +0300 http://bitbucket.org/pypy/extradoc/changeset/392a67457b7d/ Log:add pdf diff --git a/talk/pycon-il-2016/Makefile b/talk/pycon-il-2016/Makefile --- a/talk/pycon-il-2016/Makefile +++ b/talk/pycon-il-

[pypy-commit] extradoc extradoc: add a talk

2016-04-28 Thread mattip
Author: Matti Picus Branch: extradoc Changeset: r5638:8dca1d8207b6 Date: 2016-04-28 09:50 +0300 http://bitbucket.org/pypy/extradoc/changeset/8dca1d8207b6/ Log:add a talk diff --git a/talk/pycon-il-2016/Makefile b/talk/pycon-il-2016/Makefile new file mode 100644 --- /dev/null +++ b/talk/pycon

[pypy-commit] extradoc extradoc: update

2016-04-28 Thread mattip
Author: Matti Picus Branch: extradoc Changeset: r5640:e8ac394f3c2e Date: 2016-04-28 11:51 +0300 http://bitbucket.org/pypy/extradoc/changeset/e8ac394f3c2e/ Log:update diff --git a/talk/pycon-il-2016/Makefile b/talk/pycon-il-2016/Makefile --- a/talk/pycon-il-2016/Makefile +++ b/talk/pycon-il-2

[pypy-commit] pypy default: Add comments

2016-04-28 Thread arigo
Author: Armin Rigo Branch: Changeset: r84002:b64c8f09635f Date: 2016-04-28 10:23 +0200 http://bitbucket.org/pypy/pypy/changeset/b64c8f09635f/ Log:Add comments diff --git a/lib-python/2.7/distutils/cmd.py b/lib-python/2.7/distutils/cmd.py --- a/lib-python/2.7/distutils/cmd.py +++ b/lib-pytho

[pypy-commit] pypy default: I'm really often hitting this issue where I get

2016-04-28 Thread arigo
Author: Armin Rigo Branch: Changeset: r84001:9d9245696120 Date: 2016-04-28 09:45 +0200 http://bitbucket.org/pypy/pypy/changeset/9d9245696120/ Log:I'm really often hitting this issue where I get AttributeError: install_layout in __getattr__(). I think it might be caused by