[pypy-commit] pypy py3k: merge default

2014-08-11 Thread pjenvey
Author: Philip Jenvey Branch: py3k Changeset: r72756:87910b468690 Date: 2014-08-11 17:12 -0700 http://bitbucket.org/pypy/pypy/changeset/87910b468690/ Log:merge default diff too long, truncating to 2000 out of 10648 lines diff --git a/_pytest/__init__.py b/_pytest/__init__.py --- a/_pytest/_

[pypy-commit] pypy py3k: merge default

2014-08-11 Thread pjenvey
Author: Philip Jenvey Branch: py3k Changeset: r72757:2ccf30804e12 Date: 2014-08-11 17:13 -0700 http://bitbucket.org/pypy/pypy/changeset/2ccf30804e12/ Log:merge default diff --git a/pypy/tool/release/package.py b/pypy/tool/release/package.py --- a/pypy/tool/release/package.py +++ b/pypy/tool/

[pypy-commit] pypy.org extradoc: document numpy installation

2014-08-11 Thread mattip
Author: Matti Picus Branch: extradoc Changeset: r523:b87c15bb2467 Date: 2014-08-11 23:43 +0300 http://bitbucket.org/pypy/pypy.org/changeset/b87c15bb2467/ Log:document numpy installation diff --git a/compat.html b/compat.html --- a/compat.html +++ b/compat.html @@ -67,6 +67,7 @@ cPickle, _cs

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

2014-08-11 Thread arigo
Author: Armin Rigo Branch: extradoc Changeset: r522:8ca06ef29c45 Date: 2014-08-11 21:57 +0200 http://bitbucket.org/pypy/pypy.org/changeset/8ca06ef29c45/ 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 utf8-unicode2: Fix text_index when run on a translated PyPy

2014-08-11 Thread waedt
Author: Tyler Wade Branch: utf8-unicode2 Changeset: r72754:42f8daeaba72 Date: 2014-08-11 03:06 -0500 http://bitbucket.org/pypy/pypy/changeset/42f8daeaba72/ Log:Fix text_index when run on a translated PyPy diff --git a/pypy/interpreter/utf8.py b/pypy/interpreter/utf8.py --- a/pypy/interpreter

[pypy-commit] pypy utf8-unicode2: Handle newlines as ascii strings in W_TextIOWrapper

2014-08-11 Thread waedt
Author: Tyler Wade Branch: utf8-unicode2 Changeset: r72755:8f5d79d24198 Date: 2014-08-11 12:58 -0500 http://bitbucket.org/pypy/pypy/changeset/8f5d79d24198/ Log:Handle newlines as ascii strings in W_TextIOWrapper diff --git a/pypy/module/_io/interp_textio.py b/pypy/module/_io/interp_textio.py

[pypy-commit] pypy default: Fix the outdated docstring

2014-08-11 Thread arigo
Author: Armin Rigo Branch: Changeset: r72753:20ca991cc414 Date: 2014-08-11 16:22 +0200 http://bitbucket.org/pypy/pypy/changeset/20ca991cc414/ Log:Fix the outdated docstring diff --git a/pypy/tool/release/package.py b/pypy/tool/release/package.py --- a/pypy/tool/release/package.py +++ b/pypy

[pypy-commit] pypy default: Clean up.

2014-08-11 Thread arigo
Author: Armin Rigo Branch: Changeset: r72752:9eb10c16e25a Date: 2014-08-11 15:41 +0200 http://bitbucket.org/pypy/pypy/changeset/9eb10c16e25a/ Log:Clean up. diff --git a/pypy/tool/release/package.py b/pypy/tool/release/package.py --- a/pypy/tool/release/package.py +++ b/pypy/tool/release/pac

[pypy-commit] pypy default: Merged in dcrosta/pypy/fix-package-py (pull request #260)

2014-08-11 Thread arigo
Author: Armin Rigo Branch: Changeset: r72751:78232ee06e08 Date: 2014-08-11 15:24 +0200 http://bitbucket.org/pypy/pypy/changeset/78232ee06e08/ Log:Merged in dcrosta/pypy/fix-package-py (pull request #260) fix minor bug in package.py diff --git a/pypy/tool/release/package.py b/pypy/t

[pypy-commit] pypy fix-package-py: fix minor bug in package.py

2014-08-11 Thread dcrosta
Author: Dan Crosta Branch: fix-package-py Changeset: r72750:fdc893a448eb Date: 2014-08-01 17:32 -0400 http://bitbucket.org/pypy/pypy/changeset/fdc893a448eb/ Log:fix minor bug in package.py diff --git a/pypy/tool/release/package.py b/pypy/tool/release/package.py --- a/pypy/tool/release/packag