[pypy-commit] pypy gcheader-decl: GC headers don't need to be in the database

2016-04-23 Thread rlamy
Author: Ronan Lamy Branch: gcheader-decl Changeset: r83836:b05e778c895c Date: 2016-04-24 05:08 +0100 http://bitbucket.org/pypy/pypy/changeset/b05e778c895c/ Log:GC headers don't need to be in the database diff --git a/rpython/translator/c/node.py

[pypy-commit] pypy.org extradoc: update the values

2016-04-23 Thread arigo
Author: Armin Rigo Branch: extradoc Changeset: r735:da20ab795cc8 Date: 2016-04-23 23:39 +0200 http://bitbucket.org/pypy/pypy.org/changeset/da20ab795cc8/ Log:update the values diff --git a/don1.html b/don1.html --- a/don1.html +++ b/don1.html @@ -15,7 +15,7 @@ -

[pypy-commit] pypy remove-objspace-options: problems that the enabling mapdict by default found:

2016-04-23 Thread cfbolz
Author: Carl Friedrich Bolz Branch: remove-objspace-options Changeset: r83835:9df69444009e Date: 2016-04-23 13:37 +0300 http://bitbucket.org/pypy/pypy/changeset/9df69444009e/ Log:problems that the enabling mapdict by default found: - the mapdict cache needed an extra

[pypy-commit] pypy.org extradoc: update the values

2016-04-23 Thread arigo
Author: Armin Rigo Branch: extradoc Changeset: r734:feb526a4d4e1 Date: 2016-04-23 17:39 +0200 http://bitbucket.org/pypy/pypy.org/changeset/feb526a4d4e1/ Log:update the values diff --git a/don1.html b/don1.html --- a/don1.html +++ b/don1.html @@ -9,13 +9,13 @@

[pypy-commit] pypy remove-objspace-options: use mapdict for all the subclassing

2016-04-23 Thread cfbolz
Author: Carl Friedrich Bolz Branch: remove-objspace-options Changeset: r83834:311cb478ad96 Date: 2016-04-23 11:41 +0300 http://bitbucket.org/pypy/pypy/changeset/311cb478ad96/ Log:use mapdict for all the subclassing replace a huge mess by a different kind of (smaller)

[pypy-commit] pypy remove-objspace-options: remove the withmapdict option and turn it on by default

2016-04-23 Thread cfbolz
Author: Carl Friedrich Bolz Branch: remove-objspace-options Changeset: r83833:48959a7aa4db Date: 2016-04-22 11:37 +0300 http://bitbucket.org/pypy/pypy/changeset/48959a7aa4db/ Log:remove the withmapdict option and turn it on by default there is still some cleanup

[pypy-commit] pypy default: Change the repr of 'lib.func' to include the full signature

2016-04-23 Thread arigo
Author: Armin Rigo Branch: Changeset: r83832:7e2e9ca21aac Date: 2016-04-23 09:19 +0200 http://bitbucket.org/pypy/pypy/changeset/7e2e9ca21aac/ Log:Change the repr of 'lib.func' to include the full signature diff --git a/pypy/module/_cffi_backend/wrapper.py

[pypy-commit] pypy default: Issue #2280: syslog(u'foo')

2016-04-23 Thread arigo
Author: Armin Rigo Branch: Changeset: r83831:063c9eb15e03 Date: 2016-04-23 08:41 +0200 http://bitbucket.org/pypy/pypy/changeset/063c9eb15e03/ Log:Issue #2280: syslog(u'foo') diff --git a/lib_pypy/syslog.py b/lib_pypy/syslog.py --- a/lib_pypy/syslog.py +++