[pypy-commit] pypy py3.5: Add a failing test from issue #2826. Add also a hypothesis test

2018-05-09 Thread arigo
Author: Armin Rigo Branch: py3.5 Changeset: r94502:bf0a8b696526 Date: 2018-05-09 18:13 +0200 http://bitbucket.org/pypy/pypy/changeset/bf0a8b696526/ Log:Add a failing test from issue #2826. Add also a hypothesis test that finds the problem if run a few times diff --git a/pypy/objspace

[pypy-commit] pypy py3.5: Fix issue #2826

2018-05-09 Thread arigo
Author: Armin Rigo Branch: py3.5 Changeset: r94503:b0d47899b958 Date: 2018-05-09 18:20 +0200 http://bitbucket.org/pypy/pypy/changeset/b0d47899b958/ Log:Fix issue #2826 diff --git a/pypy/objspace/std/specialisedtupleobject.py b/pypy/objspace/std/specialisedtupleobject.py --- a/pypy/objspace/

[pypy-commit] pypy default: Backport the new test

2018-05-09 Thread arigo
Author: Armin Rigo Branch: Changeset: r94504:021cff0c0abb Date: 2018-05-09 18:38 +0200 http://bitbucket.org/pypy/pypy/changeset/021cff0c0abb/ Log:Backport the new test diff --git a/pypy/objspace/std/test/test_specialisedtupleobject.py b/pypy/objspace/std/test/test_specialisedtupleobject.py

[pypy-commit] pypy py3.5: hg merge default

2018-05-09 Thread arigo
Author: Armin Rigo Branch: py3.5 Changeset: r94506:e4a332215983 Date: 2018-05-09 18:55 +0200 http://bitbucket.org/pypy/pypy/changeset/e4a332215983/ Log:hg merge default diff --git a/pypy/doc/whatsnew-head.rst b/pypy/doc/whatsnew-head.rst --- a/pypy/doc/whatsnew-head.rst +++ b/pypy/doc/whatsn

[pypy-commit] pypy default: unify the hash computation more with py3.5

2018-05-09 Thread arigo
Author: Armin Rigo Branch: Changeset: r94505:52d2cf0086d1 Date: 2018-05-09 18:53 +0200 http://bitbucket.org/pypy/pypy/changeset/52d2cf0086d1/ Log:unify the hash computation more with py3.5 diff --git a/pypy/objspace/std/floatobject.py b/pypy/objspace/std/floatobject.py --- a/pypy/objspace/s

[pypy-commit] pypy default: added first contrib & deduplicated layers section

2018-05-09 Thread mwjackson
Author: Matt Jackson Branch: Changeset: r94509:1276e6548105 Date: 2018-04-22 08:11 +0100 http://bitbucket.org/pypy/pypy/changeset/1276e6548105/ Log:added first contrib & deduplicated layers section diff --git a/.hgignore b/.hgignore --- a/.hgignore +++ b/.hgignore @@ -91,3 +91,5 @@ ^releas

[pypy-commit] pypy default: coalesced the 3 existing contributing docs into a single doc

2018-05-09 Thread mwjackson
Author: Matt Jackson Branch: Changeset: r94508:b84ccf3ff0d6 Date: 2018-04-21 19:30 +0100 http://bitbucket.org/pypy/pypy/changeset/b84ccf3ff0d6/ Log:coalesced the 3 existing contributing docs into a single doc diff --git a/pypy/doc/contributing.rst b/pypy/doc/contributing.rst new file mode 1

[pypy-commit] pypy default: fixes for broken parts of docs

2018-05-09 Thread mwjackson
Author: Matt Jackson Branch: Changeset: r94507:da9870c526f7 Date: 2018-04-21 19:29 +0100 http://bitbucket.org/pypy/pypy/changeset/da9870c526f7/ Log:fixes for broken parts of docs diff --git a/pypy/doc/commandline_ref.rst b/pypy/doc/commandline_ref.rst --- a/pypy/doc/commandline_ref.rst +++

[pypy-commit] pypy default: improved context, and source control sections

2018-05-09 Thread mwjackson
Author: Matt Jackson Branch: Changeset: r94511:1605da2b2315 Date: 2018-04-22 08:46 +0100 http://bitbucket.org/pypy/pypy/changeset/1605da2b2315/ Log:improved context, and source control sections diff --git a/pypy/doc/contributing.rst b/pypy/doc/contributing.rst --- a/pypy/doc/contributing.rs

[pypy-commit] pypy default: rearrange indexing, deprecate older documents

2018-05-09 Thread mattip
Author: Matti Picus Branch: Changeset: r94515:7e57ef5dd229 Date: 2018-05-09 20:24 +0300 http://bitbucket.org/pypy/pypy/changeset/7e57ef5dd229/ Log:rearrange indexing, deprecate older documents diff --git a/pypy/doc/conf.py b/pypy/doc/conf.py --- a/pypy/doc/conf.py +++ b/pypy/doc/conf.py @@

[pypy-commit] pypy default: moved architecture overview to architecture section

2018-05-09 Thread mwjackson
Author: Matt Jackson Branch: Changeset: r94510:89bbc53df999 Date: 2018-04-22 08:29 +0100 http://bitbucket.org/pypy/pypy/changeset/89bbc53df999/ Log:moved architecture overview to architecture section added short building & coding style intro diff --git a/pypy/doc/architecture.rst b

[pypy-commit] pypy default: add man page from pypy3

2018-05-09 Thread mattip
Author: Matti Picus Branch: Changeset: r94514:7513d40a257b Date: 2018-05-09 19:24 +0300 http://bitbucket.org/pypy/pypy/changeset/7513d40a257b/ Log:add man page from pypy3 diff --git a/pypy/doc/man/pypy3.1.rst b/pypy/doc/man/pypy3.1.rst new file mode 100644 --- /dev/null +++ b/pypy/doc/man/p

[pypy-commit] pypy default: fix many broken links, checked with "sphinx-build -n -b linkcheck"

2018-05-09 Thread mattip
Author: Matti Picus Branch: Changeset: r94513:e11138105393 Date: 2018-05-09 19:21 +0300 http://bitbucket.org/pypy/pypy/changeset/e11138105393/ Log:fix many broken links, checked with "sphinx-build -n -b linkcheck" diff --git a/pypy/doc/build.rst b/pypy/doc/build.rst --- a/pypy/doc/build.rst

[pypy-commit] pypy default: removed unnecessary hgignore lines

2018-05-09 Thread mwjackson
Author: Matt Jackson Branch: Changeset: r94512:23344fc0d549 Date: 2018-04-23 10:09 +0100 http://bitbucket.org/pypy/pypy/changeset/23344fc0d549/ Log:removed unnecessary hgignore lines diff --git a/.hgignore b/.hgignore --- a/.hgignore +++ b/.hgignore @@ -91,5 +91,3 @@ ^release/ ^rpython/_c

[pypy-commit] pypy py3.5: hg merge default

2018-05-09 Thread arigo
Author: Armin Rigo Branch: py3.5 Changeset: r94517:6aceee434fd0 Date: 2018-05-09 19:45 +0200 http://bitbucket.org/pypy/pypy/changeset/6aceee434fd0/ Log:hg merge default diff --git a/pypy/doc/architecture.rst b/pypy/doc/architecture.rst --- a/pypy/doc/architecture.rst +++ b/pypy/doc/architect

[pypy-commit] pypy default: Document the purpose of _hash_int() more

2018-05-09 Thread arigo
Author: Armin Rigo Branch: Changeset: r94516:662b52963394 Date: 2018-05-09 19:45 +0200 http://bitbucket.org/pypy/pypy/changeset/662b52963394/ Log:Document the purpose of _hash_int() more diff --git a/pypy/objspace/std/intobject.py b/pypy/objspace/std/intobject.py --- a/pypy/objspace/std/int

[pypy-commit] pypy default: start to document --runappdirect pytest option

2018-05-09 Thread mattip
Author: Matti Picus Branch: Changeset: r94518:82758e6d009a Date: 2018-05-09 21:33 +0300 http://bitbucket.org/pypy/pypy/changeset/82758e6d009a/ Log:start to document --runappdirect pytest option diff --git a/pypy/doc/config/objspace.usemodules._cppyy.txt b/pypy/doc/config/objspace.usemodule

[pypy-commit] pypy default: document more test requirments

2018-05-09 Thread mattip
Author: Matti Picus Branch: Changeset: r94519:d728dfde7dc1 Date: 2018-05-09 21:35 +0300 http://bitbucket.org/pypy/pypy/changeset/d728dfde7dc1/ Log:document more test requirments diff --git a/pypy/doc/contributing.rst b/pypy/doc/contributing.rst --- a/pypy/doc/contributing.rst +++ b/pypy/doc

[pypy-commit] pypy py3tests: fix test

2018-05-09 Thread rlamy
Author: Ronan Lamy Branch: py3tests Changeset: r94520:64d59e349b56 Date: 2018-05-10 02:21 +0100 http://bitbucket.org/pypy/pypy/changeset/64d59e349b56/ Log:fix test diff --git a/pypy/module/_demo/test/test_import.py b/pypy/module/_demo/test/test_import.py --- a/pypy/module/_demo/test/test_im