[pypy-commit] pypy py3k: 2to3

2016-02-02 Thread mjacob
Author: Manuel Jacob Branch: py3k Changeset: r82047:fbb1c9fd86c0 Date: 2016-02-02 19:17 +0100 http://bitbucket.org/pypy/pypy/changeset/fbb1c9fd86c0/ Log:2to3 diff --git a/pypy/module/itertools/test/test_itertools.py b/pypy/module/itertools/test/test_itertools.py ---

[pypy-commit] pypy default: Make apptests more 3-friendly

2016-02-02 Thread rlamy
Author: Ronan Lamy Branch: Changeset: r82049:babeead98057 Date: 2016-02-02 17:10 + http://bitbucket.org/pypy/pypy/changeset/babeead98057/ Log:Make apptests more 3-friendly diff --git a/pypy/module/_socket/test/test_sock_app.py

[pypy-commit] pypy s390x-backend: added an explicit memory barrier after compare and swap

2016-02-02 Thread plan_rich
Author: Richard Plangger Branch: s390x-backend Changeset: r82043:897d3634e91c Date: 2016-02-02 18:42 +0100 http://bitbucket.org/pypy/pypy/changeset/897d3634e91c/ Log:added an explicit memory barrier after compare and swap diff --git

[pypy-commit] pypy s390x-backend: reading level=2 cache for estimation size of nursery

2016-02-02 Thread plan_rich
Author: Richard Plangger Branch: s390x-backend Changeset: r82042:037ac225f6c1 Date: 2016-02-02 17:17 +0100 http://bitbucket.org/pypy/pypy/changeset/037ac225f6c1/ Log:reading level=2 cache for estimation size of nursery diff --git a/rpython/jit/backend/ppc/callbuilder.py

[pypy-commit] pypy py3k: 2to3

2016-02-02 Thread mjacob
Author: Manuel Jacob Branch: py3k Changeset: r82044:8645b9cf5eab Date: 2016-02-02 18:30 +0100 http://bitbucket.org/pypy/pypy/changeset/8645b9cf5eab/ Log:2to3 diff --git a/pypy/module/__pypy__/test/test_magic.py b/pypy/module/__pypy__/test/test_magic.py ---

[pypy-commit] pypy py3k: 2to3

2016-02-02 Thread mjacob
Author: Manuel Jacob Branch: py3k Changeset: r82046:77bfed7253ce Date: 2016-02-02 19:14 +0100 http://bitbucket.org/pypy/pypy/changeset/77bfed7253ce/ Log:2to3 diff --git a/pypy/module/_socket/test/test_sock_app.py b/pypy/module/_socket/test/test_sock_app.py ---

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

2016-02-02 Thread mjacob
Author: Manuel Jacob Branch: py3.3 Changeset: r82048:1d68aca1032f Date: 2016-02-02 19:50 +0100 http://bitbucket.org/pypy/pypy/changeset/1d68aca1032f/ Log:hg merge py3k diff too long, truncating to 2000 out of 16702 lines diff --git a/.gitignore b/.gitignore ---

[pypy-commit] pypy py3k: 2to3

2016-02-02 Thread mjacob
Author: Manuel Jacob Branch: py3k Changeset: r82045:60029cb06b5b Date: 2016-02-02 19:09 +0100 http://bitbucket.org/pypy/pypy/changeset/60029cb06b5b/ Log:2to3 diff --git a/pypy/module/_cffi_backend/test/test_recompiler.py

[pypy-commit] extradoc extradoc: copy slides from fosdem2016

2016-02-02 Thread arigo
Author: Armin Rigo Branch: extradoc Changeset: r5599:daa5d98e6cad Date: 2016-02-02 10:52 +0100 http://bitbucket.org/pypy/extradoc/changeset/daa5d98e6cad/ Log:copy slides from fosdem2016 diff --git a/talk/swisspython2016/slides.rst b/talk/swisspython2016/slides.rst new file

[pypy-commit] extradoc extradoc: expand a bit the cffi part

2016-02-02 Thread arigo
Author: Armin Rigo Branch: extradoc Changeset: r5600:6c7e299c3d71 Date: 2016-02-02 11:24 +0100 http://bitbucket.org/pypy/extradoc/changeset/6c7e299c3d71/ Log:expand a bit the cffi part diff --git a/talk/swisspython2016/slides.rst b/talk/swisspython2016/slides.rst ---

[pypy-commit] extradoc extradoc: hack hack hack to make rst2beamer output correct latex

2016-02-02 Thread arigo
Author: Armin Rigo Branch: extradoc Changeset: r5601:a0f714ccd3d0 Date: 2016-02-02 12:09 +0100 http://bitbucket.org/pypy/extradoc/changeset/a0f714ccd3d0/ Log:hack hack hack to make rst2beamer output correct latex diff --git a/talk/swisspython2016/slides.rst

[pypy-commit] extradoc extradoc: tweaks tweaks tweaks

2016-02-02 Thread arigo
Author: Armin Rigo Branch: extradoc Changeset: r5602:bbe9486a3f32 Date: 2016-02-02 12:30 +0100 http://bitbucket.org/pypy/extradoc/changeset/bbe9486a3f32/ Log:tweaks tweaks tweaks diff --git a/talk/swisspython2016/Makefile b/talk/swisspython2016/Makefile new file mode 100644

[pypy-commit] pypy s390x-backend: removed checkpoint/serialization points, zarch is sequentially consistent. some small test fixes

2016-02-02 Thread plan_rich
Author: Richard Plangger Branch: s390x-backend Changeset: r82051:01a7007c80c5 Date: 2016-02-03 08:35 +0100 http://bitbucket.org/pypy/pypy/changeset/01a7007c80c5/ Log:removed checkpoint/serialization points, zarch is sequentially consistent. some small test fixes

[pypy-commit] pypy s390x-backend: replaced tab with 8 spaces

2016-02-02 Thread plan_rich
Author: Richard Plangger Branch: s390x-backend Changeset: r82050:067d1f873658 Date: 2016-02-03 08:24 +0100 http://bitbucket.org/pypy/pypy/changeset/067d1f873658/ Log:replaced tab with 8 spaces diff --git a/rpython/memory/gc/test/test_env.py

[pypy-commit] pypy s390x-backend: size_alignment_pos now supports bitfields for big endian platforms, some minor refactorings and simplifications

2016-02-02 Thread plan_rich
Author: Richard Plangger Branch: s390x-backend Changeset: r82041:254804e6eb46 Date: 2016-02-02 13:38 +0100 http://bitbucket.org/pypy/pypy/changeset/254804e6eb46/ Log:size_alignment_pos now supports bitfields for big endian platforms, some minor refactorings and

[pypy-commit] pypy default: Adding support for f_locals to frameobject in CPyExt.

2016-02-02 Thread antubbs
Author: Aaron Tubbs Branch: Changeset: r82039:3280ef85d9b7 Date: 2016-02-01 15:44 -0800 http://bitbucket.org/pypy/pypy/changeset/3280ef85d9b7/ Log:Adding support for f_locals to frameobject in CPyExt. diff --git a/pypy/module/cpyext/frameobject.py

[pypy-commit] pypy default: Merged pypy/pypy into default

2016-02-02 Thread antubbs
Author: Aaron Tubbs Branch: Changeset: r82040:bd63983137b5 Date: 2016-02-01 15:55 -0800 http://bitbucket.org/pypy/pypy/changeset/bd63983137b5/ Log:Merged pypy/pypy into default diff --git a/.hgignore b/.hgignore --- a/.hgignore +++ b/.hgignore @@ -75,6 +75,7 @@