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

2014-10-11 Thread arigo
Author: Armin Rigo Branch: extradoc Changeset: r548:d63ce4ff5749 Date: 2014-10-11 09:27 +0200 http://bitbucket.org/pypy/pypy.org/changeset/d63ce4ff5749/ Log:update the values diff --git a/don1.html b/don1.html --- a/don1.html +++ b/don1.html @@ -9,13 +9,13 @@ $(function() { $("#pro

[pypy-commit] pypy default: Crash, reported by MarkusH on irc

2014-10-11 Thread arigo
Author: Armin Rigo Branch: Changeset: r73901:75ab5316ff3f Date: 2014-10-11 13:23 +0200 http://bitbucket.org/pypy/pypy/changeset/75ab5316ff3f/ Log:Crash, reported by MarkusH on irc diff --git a/pypy/module/_ast/test/test_ast.py b/pypy/module/_ast/test/test_ast.py --- a/pypy/module/_ast/test

[pypy-commit] pypy default: Attempt to fix 75ab5316ff3f. Not 100% sure, but at least all ast tests

2014-10-11 Thread arigo
Author: Armin Rigo Branch: Changeset: r73902:27aa8184f00f Date: 2014-10-11 13:32 +0200 http://bitbucket.org/pypy/pypy/changeset/27aa8184f00f/ Log:Attempt to fix 75ab5316ff3f. Not 100% sure, but at least all ast tests seem to pass, and most callers of getfield(optional=True) seem

[pypy-commit] pypy default: create @typer_for decorator, similar to @analyzer_for

2014-10-11 Thread rlamy
Author: Ronan Lamy Branch: Changeset: r73903:25d7d69e6a1c Date: 2014-10-11 15:51 +0100 http://bitbucket.org/pypy/pypy/changeset/25d7d69e6a1c/ Log:create @typer_for decorator, similar to @analyzer_for diff --git a/rpython/rtyper/rbuiltin.py b/rpython/rtyper/rbuiltin.py --- a/rpython/rtyper/r

[pypy-commit] pypy default: Use @typer_for

2014-10-11 Thread rlamy
Author: Ronan Lamy Branch: Changeset: r73904:c03e0be0ab7c Date: 2014-10-11 20:05 +0100 http://bitbucket.org/pypy/pypy/changeset/c03e0be0ab7c/ Log:Use @typer_for diff --git a/rpython/rtyper/rbuiltin.py b/rpython/rtyper/rbuiltin.py --- a/rpython/rtyper/rbuiltin.py +++ b/rpython/rtyper/rbuilti

[pypy-commit] extradoc extradoc: Improve talk

2014-10-11 Thread rguillebert
Author: Romain Guillebert Branch: extradoc Changeset: r5429:b08eb1994574 Date: 2014-10-12 01:02 +0100 http://bitbucket.org/pypy/extradoc/changeset/b08eb1994574/ Log:Improve talk diff --git a/talk/pyconie2014/talk.rst b/talk/pyconie2014/talk.rst --- a/talk/pyconie2014/talk.rst +++ b/talk/pyco

[pypy-commit] extradoc extradoc: Add pdf

2014-10-11 Thread rguillebert
Author: Romain Guillebert Branch: extradoc Changeset: r5430:5be33273a482 Date: 2014-10-12 01:02 +0100 http://bitbucket.org/pypy/extradoc/changeset/5be33273a482/ Log:Add pdf diff --git a/talk/pyconie2014/talk.pdf b/talk/pyconie2014/talk.pdf new file mode 100644 index

[pypy-commit] pypy default: PyPy supports __self__ now

2014-10-11 Thread rlamy
Author: Ronan Lamy Branch: Changeset: r73905:889096fc1bc1 Date: 2014-10-12 00:25 +0100 http://bitbucket.org/pypy/pypy/changeset/889096fc1bc1/ Log:PyPy supports __self__ now diff --git a/rpython/rtyper/rbuiltin.py b/rpython/rtyper/rbuiltin.py --- a/rpython/rtyper/rbuiltin.py +++ b/rpython/rt