[pypy-commit] pypy gc-forkfriendly: Fix broken translation of direct_fieldptr by lazily initializing the gc header.

2016-05-31 Thread devin.jeanpierre
Author: Devin Jeanpierre Branch: gc-forkfriendly Changeset: r84854:d9be6bb4f646 Date: 2016-05-31 17:07 -0700 http://bitbucket.org/pypy/pypy/changeset/d9be6bb4f646/ Log:Fix broken translation of direct_fieldptr by lazily initializing the gc header. (The direct_fieldptr call wa

[pypy-commit] pypy cpyext-ext: check return values in tests

2016-05-31 Thread mattip
Author: Matti Picus Branch: cpyext-ext Changeset: r84852:0682d9184a3c Date: 2016-05-31 23:54 +0300 http://bitbucket.org/pypy/pypy/changeset/0682d9184a3c/ Log:check return values in tests diff --git a/pypy/module/cpyext/test/test_bytearrayobject.py b/pypy/module/cpyext/test/test_bytearrayobj

[pypy-commit] pypy cpyext-ext: cleanup

2016-05-31 Thread mattip
Author: Matti Picus Branch: cpyext-ext Changeset: r84853:7d7c93dd631b Date: 2016-05-31 23:55 +0300 http://bitbucket.org/pypy/pypy/changeset/7d7c93dd631b/ Log:cleanup diff --git a/TODO b/TODO deleted file mode 100644 --- a/TODO +++ /dev/null @@ -1,5 +0,0 @@ -* Add ByteArrayObject -* Export nd

[pypy-commit] pypy cpyext-ext: merge default into branch

2016-05-31 Thread mattip
Author: Matti Picus Branch: cpyext-ext Changeset: r84851:8e9668880107 Date: 2016-05-31 23:31 +0300 http://bitbucket.org/pypy/pypy/changeset/8e9668880107/ Log:merge default into branch diff too long, truncating to 2000 out of 9846 lines diff --git a/.hgtags b/.hgtags --- a/.hgtags +++ b/.hgt

[pypy-commit] pypy cpyext-pickle: fix translation

2016-05-31 Thread mattip
Author: Matti Picus Branch: cpyext-pickle Changeset: r84850:517600b327d9 Date: 2016-06-01 00:06 +0300 http://bitbucket.org/pypy/pypy/changeset/517600b327d9/ Log:fix translation diff --git a/pypy/module/cpyext/__init__.py b/pypy/module/cpyext/__init__.py --- a/pypy/module/cpyext/__init__.py +

[pypy-commit] pypy gc-forkfriendly: Fix type unification problem mentioned in last commit.

2016-05-31 Thread devin.jeanpierre
Author: Devin Jeanpierre Branch: gc-forkfriendly Changeset: r84849:11bee4605bdc Date: 2016-05-31 13:58 -0700 http://bitbucket.org/pypy/pypy/changeset/11bee4605bdc/ Log:Fix type unification problem mentioned in last commit. A remaining issue is a problem with test_newgc.py like so:

[pypy-commit] pypy py3.5: Rewrite codegen to accept many unpacks and add ops for tuples (unfinished)

2016-05-31 Thread raffael_t
Author: Raffael Tfirst Branch: py3.5 Changeset: r84848:0e8928645975 Date: 2016-05-31 22:49 +0200 http://bitbucket.org/pypy/pypy/changeset/0e8928645975/ Log:Rewrite codegen to accept many unpacks and add ops for tuples (unfinished) diff --git a/pypy/interpreter/astcompiler/codegen.py

[pypy-commit] pypy cpyext-pickle: add cpyext class to pickler dispatch more cleanly

2016-05-31 Thread mattip
Author: Matti Picus Branch: cpyext-pickle Changeset: r84847:9d276f2f9df4 Date: 2016-05-31 23:29 +0300 http://bitbucket.org/pypy/pypy/changeset/9d276f2f9df4/ Log:add cpyext class to pickler dispatch more cleanly diff --git a/lib-python/2.7/pickle.py b/lib-python/2.7/pickle.py --- a/lib-python

[pypy-commit] pypy cpyext-pickle: merge default into branch

2016-05-31 Thread mattip
Author: Matti Picus Branch: cpyext-pickle Changeset: r84846:b576bccbfa9d Date: 2016-05-31 20:37 +0300 http://bitbucket.org/pypy/pypy/changeset/b576bccbfa9d/ Log:merge default into branch diff too long, truncating to 2000 out of 5510 lines diff --git a/.hgtags b/.hgtags --- a/.hgtags +++ b/.

[pypy-commit] pypy default: Rewrite rot13() for fun in a much more compact way

2016-05-31 Thread arigo
Author: Armin Rigo Branch: Changeset: r84845:3ac0ee95e7b3 Date: 2016-05-31 21:56 +0200 http://bitbucket.org/pypy/pypy/changeset/3ac0ee95e7b3/ Log:Rewrite rot13() for fun in a much more compact way diff --git a/lib_pypy/_pypy_irc_topic.py b/lib_pypy/_pypy_irc_topic.py --- a/lib_pypy/_pypy_ir

[pypy-commit] buildbot default: build py3k nightly on linux32/osx

2016-05-31 Thread pjenvey
Author: Philip Jenvey Branch: Changeset: r1009:eb7d4b1b07b7 Date: 2016-05-31 11:46 -0700 http://bitbucket.org/pypy/buildbot/changeset/eb7d4b1b07b7/ Log:build py3k nightly on linux32/osx diff --git a/bot2/pypybuildbot/master.py b/bot2/pypybuildbot/master.py --- a/bot2/pypybuildbot/master.py

[pypy-commit] pypy py3.5: Fix asdl

2016-05-31 Thread raffael_t
Author: Raffael Tfirst Branch: py3.5 Changeset: r84844:28b71049383d Date: 2016-05-31 20:00 +0200 http://bitbucket.org/pypy/pypy/changeset/28b71049383d/ Log:Fix asdl diff --git a/pypy/interpreter/astcompiler/tools/Python.asdl b/pypy/interpreter/astcompiler/tools/Python.asdl --- a/pypy/interp

[pypy-commit] pypy default: add a 3.3 secion to release notes TOC

2016-05-31 Thread mattip
Author: Matti Picus Branch: Changeset: r84843:1f08414263f4 Date: 2016-05-31 20:36 +0300 http://bitbucket.org/pypy/pypy/changeset/1f08414263f4/ Log:add a 3.3 secion to release notes TOC diff --git a/pypy/doc/index-of-release-notes.rst b/pypy/doc/index-of-release-notes.rst --- a/pypy/doc/ind

[pypy-commit] buildbot default: Link from a test details page back to the build

2016-05-31 Thread arigo
Author: Armin Rigo Branch: Changeset: r1006:254a9ac2eab6 Date: 2016-05-31 10:08 +0200 http://bitbucket.org/pypy/buildbot/changeset/254a9ac2eab6/ Log:Link from a test details page back to the build diff --git a/bot2/pypybuildbot/summary.py b/bot2/pypybuildbot/summary.py --- a/bot2/pypybuildb

[pypy-commit] buildbot default: fix

2016-05-31 Thread [email protected]
Author: Matti Picus [email protected] Branch: Changeset: r1007:1809f8e093b8 Date: 2016-05-31 19:46 +0200 http://bitbucket.org/pypy/buildbot/changeset/1809f8e093b8/ Log:fix diff --git a/bot2/pypybuildbot/summary.py b/bot2/pypybuildbot/summary.py --- a/bot2/pypybuildbot/summary.py +++ b/bo

[pypy-commit] buildbot default: remove speed-old

2016-05-31 Thread [email protected]
Author: Matti Picus [email protected] Branch: Changeset: r1008:d271be0a1260 Date: 2016-05-31 19:47 +0200 http://bitbucket.org/pypy/buildbot/changeset/d271be0a1260/ Log:remove speed-old diff --git a/bot2/pypybuildbot/master.py b/bot2/pypybuildbot/master.py --- a/bot2/pypybuildbot/master.p

[pypy-commit] pypy default: Do left-shifts on unsigned numbers to avoid a C99 undefined case (thanks

2016-05-31 Thread arigo
Author: Armin Rigo Branch: Changeset: r84842:07ecf33562ee Date: 2016-05-31 10:02 +0200 http://bitbucket.org/pypy/pypy/changeset/07ecf33562ee/ Log:Do left-shifts on unsigned numbers to avoid a C99 undefined case (thanks mjacob) diff --git a/rpython/translator/c/src/int.h b/rpython/tr

[pypy-commit] pypy default: This version uses a "-" instead of a "*", which is a tiny bit faster

2016-05-31 Thread arigo
Author: Armin Rigo Branch: Changeset: r84840:09b703c1e5e6 Date: 2016-05-30 20:51 +0200 http://bitbucket.org/pypy/pypy/changeset/09b703c1e5e6/ Log:This version uses a "-" instead of a "*", which is a tiny bit faster diff --git a/rpython/rtyper/lltypesystem/module/ll_math.py b/rpython/rtyper

[pypy-commit] pypy default: merge heads

2016-05-31 Thread arigo
Author: Armin Rigo Branch: Changeset: r84841:072b9ce9b3dd Date: 2016-05-31 09:40 +0200 http://bitbucket.org/pypy/pypy/changeset/072b9ce9b3dd/ Log:merge heads diff --git a/.hgtags b/.hgtags --- a/.hgtags +++ b/.hgtags @@ -23,3 +23,5 @@ 3260adbeba4a8b6659d1cc0d0b41f266769b74da release-5.1 b