[pypy-commit] pypy default: Fix on 32-bit

2013-11-11 Thread arigo
Author: Armin Rigo Branch: Changeset: r67946:64c45ff6bf6c Date: 2013-11-11 09:09 +0100 http://bitbucket.org/pypy/pypy/changeset/64c45ff6bf6c/ Log:Fix on 32-bit diff --git a/pypy/module/pypyjit/test_pypy_c/test_ffi.py b/pypy/module/pypyjit/test_pypy_c/test_ffi.py --- a/pypy/module/pypyjit/t

[pypy-commit] pypy default: Wait longer in this test

2013-11-11 Thread arigo
Author: Armin Rigo Branch: Changeset: r67945:6f034f0a5e8c Date: 2013-11-11 09:08 +0100 http://bitbucket.org/pypy/pypy/changeset/6f034f0a5e8c/ Log:Wait longer in this test diff --git a/pypy/module/__pypy__/test/test_signal.py b/pypy/module/__pypy__/test/test_signal.py --- a/pypy/module/__py

[pypy-commit] pypy default: Randomly fix the numbers to make the test pass

2013-11-11 Thread arigo
Author: Armin Rigo Branch: Changeset: r67947:d3423e1d4d2e Date: 2013-11-11 09:10 +0100 http://bitbucket.org/pypy/pypy/changeset/d3423e1d4d2e/ Log:Randomly fix the numbers to make the test pass diff --git a/pypy/module/pypyjit/test_pypy_c/test_jitlogparser.py b/pypy/module/pypyjit/test_pypy

[pypy-commit] buildbot numpy-tests: close about to be merge branch

2013-11-11 Thread bivab
Author: David Schneider Branch: numpy-tests Changeset: r884:817b7b7df378 Date: 2013-11-11 10:12 +0100 http://bitbucket.org/pypy/buildbot/changeset/817b7b7df378/ Log:close about to be merge branch ___ pypy-commit mailing list [email protected]

[pypy-commit] buildbot add-header-to-nightly: fix

2013-11-11 Thread bivab
Author: David Schneider Branch: add-header-to-nightly Changeset: r882:b2f717734873 Date: 2013-11-10 19:37 +0100 http://bitbucket.org/pypy/buildbot/changeset/b2f717734873/ Log:fix diff --git a/master/templates/directory.html b/master/templates/directory.html --- a/master/templates/directory.h

[pypy-commit] buildbot add-header-to-nightly: make first column left-aligned

2013-11-11 Thread bivab
Author: David Schneider Branch: add-header-to-nightly Changeset: r881:74576f8614cf Date: 2013-11-10 19:36 +0100 http://bitbucket.org/pypy/buildbot/changeset/74576f8614cf/ Log:make first column left-aligned diff --git a/master/templates/directory.html b/master/templates/directory.html --- a/m

[pypy-commit] buildbot numpy-tests: put numpy builder on tannit64

2013-11-11 Thread bivab
Author: David Schneider Branch: numpy-tests Changeset: r883:48f642fb266d Date: 2013-11-10 22:47 +0100 http://bitbucket.org/pypy/buildbot/changeset/48f642fb266d/ Log:put numpy builder on tannit64 diff --git a/bot2/pypybuildbot/master.py b/bot2/pypybuildbot/master.py --- a/bot2/pypybuildbot/ma

[pypy-commit] buildbot default: merge numpy-tests

2013-11-11 Thread bivab
Author: David Schneider Branch: Changeset: r885:dab7ebb12eae Date: 2013-11-11 10:12 +0100 http://bitbucket.org/pypy/buildbot/changeset/dab7ebb12eae/ Log:merge numpy-tests diff --git a/bot2/pypybuildbot/builds.py b/bot2/pypybuildbot/builds.py --- a/bot2/pypybuildbot/builds.py +++ b/bot2/pypy

[pypy-commit] buildbot add-header-to-nightly: merge default

2013-11-11 Thread bivab
Author: David Schneider Branch: add-header-to-nightly Changeset: r886:cb7170dc829e Date: 2013-11-11 10:13 +0100 http://bitbucket.org/pypy/buildbot/changeset/cb7170dc829e/ Log:merge default diff --git a/bot2/pypybuildbot/builds.py b/bot2/pypybuildbot/builds.py --- a/bot2/pypybuildbot/builds.p

[pypy-commit] buildbot add-header-to-nightly: update requirements

2013-11-11 Thread bivab
Author: David Schneider Branch: add-header-to-nightly Changeset: r880:49bca4151002 Date: 2013-11-10 19:33 +0100 http://bitbucket.org/pypy/buildbot/changeset/49bca4151002/ Log:update requirements diff --git a/requirements.txt b/requirements.txt --- a/requirements.txt +++ b/requirements.txt @@

[pypy-commit] pypy default: Support PY_SSIZE_T_CLEAN, part 1

2013-11-11 Thread arigo
Author: Armin Rigo Branch: Changeset: r67948:b41903344f4c Date: 2013-11-11 10:03 +0100 http://bitbucket.org/pypy/pypy/changeset/b41903344f4c/ Log:Support PY_SSIZE_T_CLEAN, part 1 diff --git a/pypy/module/cpyext/api.py b/pypy/module/cpyext/api.py --- a/pypy/module/cpyext/api.py +++ b/pypy/mo

[pypy-commit] pypy default: PY_SSIZE_T_CLEAN support, second and hopefully final part

2013-11-11 Thread arigo
Author: Armin Rigo Branch: Changeset: r67949:0611a3ab0561 Date: 2013-11-11 10:45 +0100 http://bitbucket.org/pypy/pypy/changeset/0611a3ab0561/ Log:PY_SSIZE_T_CLEAN support, second and hopefully final part diff --git a/pypy/module/cpyext/api.py b/pypy/module/cpyext/api.py --- a/pypy/module/cp

[pypy-commit] pypy default: Import cffi/861bff9ef031

2013-11-11 Thread arigo
Author: Armin Rigo Branch: Changeset: r67950:3c192b92f54e Date: 2013-11-11 10:56 +0100 http://bitbucket.org/pypy/pypy/changeset/3c192b92f54e/ Log:Import cffi/861bff9ef031 diff --git a/lib_pypy/cffi/vengine_cpy.py b/lib_pypy/cffi/vengine_cpy.py --- a/lib_pypy/cffi/vengine_cpy.py +++ b/lib_py

[pypy-commit] pypy release-2.2.x: Make the release branch.

2013-11-11 Thread arigo
Author: Armin Rigo Branch: release-2.2.x Changeset: r67951:f18b1bc6357c Date: 2013-11-11 11:22 +0100 http://bitbucket.org/pypy/pypy/changeset/f18b1bc6357c/ Log:Make the release branch. ___ pypy-commit mailing list [email protected] https://mai

[pypy-commit] buildbot default: make sure we install jinja2 to generate the NumPyPy Status page

2013-11-11 Thread bivab
Author: David Schneider Branch: Changeset: r887:f62e6adee795 Date: 2013-11-11 16:14 +0100 http://bitbucket.org/pypy/buildbot/changeset/f62e6adee795/ Log:make sure we install jinja2 to generate the NumPyPy Status page diff --git a/bot2/pypybuildbot/builds.py b/bot2/pypybuildbot/builds.py ---

[pypy-commit] pypy default: fix this test on win32 (tzset is unix-only)

2013-11-11 Thread bdkearns
Author: Brian Kearns Branch: Changeset: r67952:b87ac0ef8a37 Date: 2013-11-11 13:13 -0500 http://bitbucket.org/pypy/pypy/changeset/b87ac0ef8a37/ Log:fix this test on win32 (tzset is unix-only) diff --git a/pypy/module/imp/test/test_import.py b/pypy/module/imp/test/test_import.py --- a/pypy/

[pypy-commit] pypy release-2.2.x: Update the version numbers

2013-11-11 Thread arigo
Author: Armin Rigo Branch: release-2.2.x Changeset: r67953:d90f34a00b48 Date: 2013-11-11 19:32 +0100 http://bitbucket.org/pypy/pypy/changeset/d90f34a00b48/ Log:Update the version numbers diff --git a/pypy/module/cpyext/include/patchlevel.h b/pypy/module/cpyext/include/patchlevel.h --- a/pyp

[pypy-commit] pypy default: Update the version numbers past the release

2013-11-11 Thread arigo
Author: Armin Rigo Branch: Changeset: r67954:b872664eef96 Date: 2013-11-11 19:33 +0100 http://bitbucket.org/pypy/pypy/changeset/b872664eef96/ Log:Update the version numbers past the release diff --git a/pypy/module/cpyext/include/patchlevel.h b/pypy/module/cpyext/include/patchlevel.h --- a

[pypy-commit] pypy default: Update the contributor list

2013-11-11 Thread arigo
Author: Armin Rigo Branch: Changeset: r67955:4cd1bc8b3111 Date: 2013-11-11 19:53 +0100 http://bitbucket.org/pypy/pypy/changeset/4cd1bc8b3111/ Log:Update the contributor list diff --git a/pypy/doc/contributor.rst b/pypy/doc/contributor.rst --- a/pypy/doc/contributor.rst +++ b/pypy/doc/contri

[pypy-commit] pypy release-2.2.x: Update the contributor list

2013-11-11 Thread arigo
Author: Armin Rigo Branch: release-2.2.x Changeset: r67957:154ce6d69246 Date: 2013-11-11 19:53 +0100 http://bitbucket.org/pypy/pypy/changeset/154ce6d69246/ Log:Update the contributor list diff --git a/pypy/doc/contributor.rst b/pypy/doc/contributor.rst --- a/pypy/doc/contributor.rst +++ b/py

[pypy-commit] pypy release-2.2.x: Updates to the doc

2013-11-11 Thread arigo
Author: Armin Rigo Branch: release-2.2.x Changeset: r67956:d89118ea1757 Date: 2013-11-11 20:15 +0100 http://bitbucket.org/pypy/pypy/changeset/d89118ea1757/ Log:Updates to the doc diff --git a/README.rst b/README.rst --- a/README.rst +++ b/README.rst @@ -33,7 +33,7 @@ $ rpython/bin/rpyth

[pypy-commit] pypy release-2.2.x: Precision from irc

2013-11-11 Thread arigo
Author: Armin Rigo Branch: release-2.2.x Changeset: r67958:be2e961e769d Date: 2013-11-11 20:18 +0100 http://bitbucket.org/pypy/pypy/changeset/be2e961e769d/ Log:Precision from irc diff --git a/pypy/doc/how-to-release.rst b/pypy/doc/how-to-release.rst --- a/pypy/doc/how-to-release.rst +++ b/py

[pypy-commit] buildbot add-header-to-nightly: remove testing columns if empty and add numpy-status pages to header

2013-11-11 Thread mattip
Author: Matti Picus Branch: add-header-to-nightly Changeset: r888:a970180c8b91 Date: 2013-11-11 22:38 +0200 http://bitbucket.org/pypy/buildbot/changeset/a970180c8b91/ Log:remove testing columns if empty and add numpy-status pages to header diff --git a/bot2/pypybuildbot/pypylist.py b/bot2/py

[pypy-commit] pypy more_strategies: Remove pointless print statements.

2013-11-11 Thread ltratt
Author: Laurence Tratt Branch: more_strategies Changeset: r67959:3a4f3f694fe9 Date: 2013-11-11 15:29 + http://bitbucket.org/pypy/pypy/changeset/3a4f3f694fe9/ Log:Remove pointless print statements. Presumably these are long forgotten debugging aids. diff --git a/pypy/objspace/std

[pypy-commit] pypy default: some w_self -> self

2013-11-11 Thread pjenvey
Author: Philip Jenvey Branch: Changeset: r67962:261e5f91f5f0 Date: 2013-11-11 12:44 -0800 http://bitbucket.org/pypy/pypy/changeset/261e5f91f5f0/ Log:some w_self -> self diff --git a/pypy/objspace/std/complexobject.py b/pypy/objspace/std/complexobject.py --- a/pypy/objspace/std/complexobjec

[pypy-commit] pypy remove-intlong-smm: merge default

2013-11-11 Thread pjenvey
Author: Philip Jenvey Branch: remove-intlong-smm Changeset: r67965:ab62397eb222 Date: 2013-11-11 14:26 -0800 http://bitbucket.org/pypy/pypy/changeset/ab62397eb222/ Log:merge default diff --git a/pypy/objspace/std/complexobject.py b/pypy/objspace/std/complexobject.py --- a/pypy/objspace/std/

[pypy-commit] pypy remove-intlong-smm: comment

2013-11-11 Thread pjenvey
Author: Philip Jenvey Branch: remove-intlong-smm Changeset: r67964:5589ab3cae12 Date: 2013-11-11 14:26 -0800 http://bitbucket.org/pypy/pypy/changeset/5589ab3cae12/ Log:comment diff --git a/pypy/objspace/std/longobject.py b/pypy/objspace/std/longobject.py --- a/pypy/objspace/std/longobject.py

[pypy-commit] pypy default: test/fix some numpy dtype creation from tuple cases

2013-11-11 Thread bdkearns
Author: Brian Kearns Branch: Changeset: r67966:5dc341236760 Date: 2013-11-11 20:37 -0500 http://bitbucket.org/pypy/pypy/changeset/5dc341236760/ Log:test/fix some numpy dtype creation from tuple cases diff --git a/pypy/module/micronumpy/interp_dtype.py b/pypy/module/micronumpy/interp_dtype.

[pypy-commit] pypy default: update project-ideas

2013-11-11 Thread fijal
Author: Maciej Fijalkowski Branch: Changeset: r67967:c8cb82052fbf Date: 2013-11-12 09:30 +0200 http://bitbucket.org/pypy/pypy/changeset/c8cb82052fbf/ Log:update project-ideas diff --git a/pypy/doc/project-ideas.rst b/pypy/doc/project-ideas.rst --- a/pypy/doc/project-ideas.rst +++ b/pypy/doc

[pypy-commit] pypy default: this has been done

2013-11-11 Thread fijal
Author: Maciej Fijalkowski Branch: Changeset: r67968:83ebf63bc891 Date: 2013-11-12 09:45 +0200 http://bitbucket.org/pypy/pypy/changeset/83ebf63bc891/ Log:this has been done diff --git a/pypy/doc/project-ideas.rst b/pypy/doc/project-ideas.rst --- a/pypy/doc/project-ideas.rst +++ b/pypy/doc/p

[pypy-commit] pypy release-2.2.x: test/fix some numpy dtype creation from tuple cases

2013-11-11 Thread bdkearns
Author: Brian Kearns Branch: release-2.2.x Changeset: r67969:7b5eb1c5a0d1 Date: 2013-11-11 20:37 -0500 http://bitbucket.org/pypy/pypy/changeset/7b5eb1c5a0d1/ Log:test/fix some numpy dtype creation from tuple cases (transplanted from 5dc3412367605bff81ba8a4bfa7372670257bc77) diff --gi