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

2017-07-04 Thread arigo
Author: Armin Rigo Branch: extradoc Changeset: r895:12ddca8a30af Date: 2017-07-04 23:45 +0200 http://bitbucket.org/pypy/pypy.org/changeset/12ddca8a30af/ Log:update the values diff --git a/don1.html b/don1.html --- a/don1.html +++ b/don1.html @@ -15,7 +15,7 @@ - $67077 of $105000 (

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

2017-07-04 Thread rlamy
Author: Ronan Lamy Branch: py3.5 Changeset: r91686:33527bb8058e Date: 2017-07-04 22:00 +0100 http://bitbucket.org/pypy/pypy/changeset/33527bb8058e/ Log:hg merge default diff --git a/rpython/rlib/rvmprof/cintf.py b/rpython/rlib/rvmprof/cintf.py --- a/rpython/rlib/rvmprof/cintf.py +++ b/rpytho

[pypy-commit] pypy py3.5: fix test

2017-07-04 Thread rlamy
Author: Ronan Lamy Branch: py3.5 Changeset: r91685:c85122eab568 Date: 2017-07-04 21:43 +0100 http://bitbucket.org/pypy/pypy/changeset/c85122eab568/ Log:fix test diff --git a/pypy/module/cpyext/test/test_typeobject.py b/pypy/module/cpyext/test/test_typeobject.py --- a/pypy/module/cpyext/test

[pypy-commit] pypy py3.5: fix test_exception.py and stop using api object

2017-07-04 Thread rlamy
Author: Ronan Lamy Branch: py3.5 Changeset: r91684:1235016e2d2c Date: 2017-07-04 21:27 +0100 http://bitbucket.org/pypy/pypy/changeset/1235016e2d2c/ Log:fix test_exception.py and stop using api object diff --git a/pypy/module/cpyext/test/test_exception.py b/pypy/module/cpyext/test/test_excep

[pypy-commit] pypy py3.5: Move CPyBuffer and dependencies to buffer.py

2017-07-04 Thread rlamy
Author: Ronan Lamy Branch: py3.5 Changeset: r91682:a5510f559b24 Date: 2017-07-04 20:24 +0100 http://bitbucket.org/pypy/pypy/changeset/a5510f559b24/ Log:Move CPyBuffer and dependencies to buffer.py diff --git a/pypy/module/cpyext/buffer.py b/pypy/module/cpyext/buffer.py --- a/pypy/module/cpye

[pypy-commit] pypy py3.5: fix and update tests

2017-07-04 Thread rlamy
Author: Ronan Lamy Branch: py3.5 Changeset: r91683:73b9066a185c Date: 2017-07-04 21:02 +0100 http://bitbucket.org/pypy/pypy/changeset/73b9066a185c/ Log:fix and update tests diff --git a/pypy/module/cpyext/test/test_bytesobject.py b/pypy/module/cpyext/test/test_bytesobject.py --- a/pypy/modu

[pypy-commit] pypy cpyext-add_newdoc: test for modifying tp_doc even after PyType_Ready

2017-07-04 Thread mattip
Author: Matti Picus Branch: cpyext-add_newdoc Changeset: r91679:feb0a7a8e0bb Date: 2017-07-03 07:58 -0400 http://bitbucket.org/pypy/pypy/changeset/feb0a7a8e0bb/ Log:test for modifying tp_doc even after PyType_Ready diff --git a/pypy/module/cpyext/test/test_typeobject.py b/pypy/module/cpyext

[pypy-commit] pypy cpyext-add_newdoc: allow assignment to NULL tp_doc even after PyType_Ready

2017-07-04 Thread mattip
Author: Matti Picus Branch: cpyext-add_newdoc Changeset: r91680:895424ab836c Date: 2017-07-03 07:56 -0400 http://bitbucket.org/pypy/pypy/changeset/895424ab836c/ Log:allow assignment to NULL tp_doc even after PyType_Ready diff --git a/pypy/module/cpyext/typeobject.py b/pypy/module/cpyext/type

[pypy-commit] pypy cpyext-add_newdoc: test, add more doc assignment from cpyext

2017-07-04 Thread mattip
Author: Matti Picus Branch: cpyext-add_newdoc Changeset: r91681:4e8cc878567f Date: 2017-07-04 15:47 -0400 http://bitbucket.org/pypy/pypy/changeset/4e8cc878567f/ Log:test, add more doc assignment from cpyext diff --git a/pypy/interpreter/typedef.py b/pypy/interpreter/typedef.py --- a/pypy/int

[pypy-commit] pypy default: apply windows fix

2017-07-04 Thread plan_rich
Author: Richard Plangger Branch: Changeset: r91678:5eaa2ef5baa8 Date: 2017-07-04 15:05 -0400 http://bitbucket.org/pypy/pypy/changeset/5eaa2ef5baa8/ Log:apply windows fix diff --git a/rpython/rlib/rvmprof/src/shared/vmprof_main.c b/rpython/rlib/rvmprof/src/shared/vmprof_main.c --- a/rpython

[pypy-commit] pypy default: copy over revision f29df8d, add new compilation unit

2017-07-04 Thread plan_rich
Author: Richard Plangger Branch: Changeset: r91677:82289adf3ee0 Date: 2017-07-04 14:54 -0400 http://bitbucket.org/pypy/pypy/changeset/82289adf3ee0/ Log:copy over revision f29df8d, add new compilation unit diff --git a/rpython/rlib/rvmprof/cintf.py b/rpython/rlib/rvmprof/cintf.py --- a/rpyth

[pypy-commit] pypy default: Move CPyBuffer and dependencies to buffer.py

2017-07-04 Thread rlamy
Author: Ronan Lamy Branch: Changeset: r91676:b22fbf59ad0f Date: 2017-07-04 18:18 +0100 http://bitbucket.org/pypy/pypy/changeset/b22fbf59ad0f/ Log:Move CPyBuffer and dependencies to buffer.py diff --git a/pypy/module/cpyext/buffer.py b/pypy/module/cpyext/buffer.py --- a/pypy/module/cpyext/bu

[pypy-commit] pypy default: Move PyObject_AsCharBuffer to buffer.py for consistency with py3.5

2017-07-04 Thread rlamy
Author: Ronan Lamy Branch: Changeset: r91675:94366943700b Date: 2017-07-04 17:54 +0100 http://bitbucket.org/pypy/pypy/changeset/94366943700b/ Log:Move PyObject_AsCharBuffer to buffer.py for consistency with py3.5 diff --git a/pypy/module/cpyext/buffer.py b/pypy/module/cpyext/buffer.py --- a

[pypy-commit] stmgc c8-fix-commit-signalling: Revert aggressive wait

2017-07-04 Thread tobweber
Author: Tobias Weber Branch: c8-fix-commit-signalling Changeset: r2087:1ea4b3c11042 Date: 2017-07-04 17:24 +0200 http://bitbucket.org/pypy/stmgc/changeset/1ea4b3c11042/ Log:Revert aggressive wait diff --git a/c8/stm/core.c b/c8/stm/core.c --- a/c8/stm/core.c +++ b/c8/stm/core.c @@ -1571,7 +1

[pypy-commit] stmgc c8-tcp-style-trx-length: Merge revert aggressive wait and fix check for inevitable breaks commit signalling

2017-07-04 Thread tobweber
Author: Tobias Weber Branch: c8-tcp-style-trx-length Changeset: r2088:43693de1f6ff Date: 2017-07-04 17:27 +0200 http://bitbucket.org/pypy/stmgc/changeset/43693de1f6ff/ Log:Merge revert aggressive wait and fix check for inevitable breaks commit signalling diff --git a/c8/stm/core.c b/

[pypy-commit] stmgc c8-adaptive-trx-length-per-thread: Merge fix for inevitable transaction commit signalling

2017-07-04 Thread tobweber
Author: Tobias Weber Branch: c8-adaptive-trx-length-per-thread Changeset: r2089:136efd31d83f Date: 2017-06-30 21:53 +0200 http://bitbucket.org/pypy/stmgc/changeset/136efd31d83f/ Log:Merge fix for inevitable transaction commit signalling diff --git a/c8/stm/core.c b/c8/stm/core.c --- a/c8/stm

[pypy-commit] stmgc c8-adaptive-trx-length-per-thread: Merge revert aggressive wait

2017-07-04 Thread tobweber
Author: Tobias Weber Branch: c8-adaptive-trx-length-per-thread Changeset: r2092:0c811825c149 Date: 2017-07-04 17:25 +0200 http://bitbucket.org/pypy/stmgc/changeset/0c811825c149/ Log:Merge revert aggressive wait diff --git a/c8/stm/core.c b/c8/stm/core.c --- a/c8/stm/core.c +++ b/c8/stm/core.

[pypy-commit] stmgc c8-adaptive-trx-length-per-thread: Merge add signal to commit inevitable trx when becoming inevitable

2017-07-04 Thread tobweber
Author: Tobias Weber Branch: c8-adaptive-trx-length-per-thread Changeset: r2090:cf2b97b05bc6 Date: 2017-06-30 23:25 +0200 http://bitbucket.org/pypy/stmgc/changeset/cf2b97b05bc6/ Log:Merge add signal to commit inevitable trx when becoming inevitable diff --git a/c8/stm/core.c b/c8/stm/core.c

[pypy-commit] stmgc c8-adaptive-trx-length-per-thread: Merge aggressive wait when becoming inevitable

2017-07-04 Thread tobweber
Author: Tobias Weber Branch: c8-adaptive-trx-length-per-thread Changeset: r2091:d36657eedf72 Date: 2017-07-04 16:01 +0200 http://bitbucket.org/pypy/stmgc/changeset/d36657eedf72/ Log:Merge aggressive wait when becoming inevitable diff --git a/c8/stm/core.c b/c8/stm/core.c --- a/c8/stm/core.c

[pypy-commit] stmgc c8-fix-commit-signalling: Evaluate signal to commit only if running inevitable, and refactor wait implementation of become inevitable method

2017-07-04 Thread tobweber
Author: Tobias Weber Branch: c8-fix-commit-signalling Changeset: r2084:f27950321d3c Date: 2017-07-04 12:47 +0200 http://bitbucket.org/pypy/stmgc/changeset/f27950321d3c/ Log:Evaluate signal to commit only if running inevitable, and refactor wait implementation of become inevitable meth

[pypy-commit] stmgc c8-fix-commit-signalling: Add signalling also to become inevitable

2017-07-04 Thread tobweber
Author: Tobias Weber Branch: c8-fix-commit-signalling Changeset: r2081:51b2dcee8206 Date: 2017-06-30 23:17 +0200 http://bitbucket.org/pypy/stmgc/changeset/51b2dcee8206/ Log:Add signalling also to become inevitable diff --git a/c8/stm/core.c b/c8/stm/core.c --- a/c8/stm/core.c +++ b/c8/stm/co

[pypy-commit] stmgc c8-tcp-style-trx-length: Merge fix for commit signalling to inevitable transactions

2017-07-04 Thread tobweber
Author: Tobias Weber Branch: c8-tcp-style-trx-length Changeset: r2082:39f4ab9d3e31 Date: 2017-07-01 19:15 +0200 http://bitbucket.org/pypy/stmgc/changeset/39f4ab9d3e31/ Log:Merge fix for commit signalling to inevitable transactions diff --git a/c8/stm/core.c b/c8/stm/core.c --- a/c8/stm/core.

[pypy-commit] stmgc c8-fix-commit-signalling: Fix check for inevitable breaks commit signalling

2017-07-04 Thread tobweber
Author: Tobias Weber Branch: c8-fix-commit-signalling Changeset: r2086:2a092c9c9376 Date: 2017-07-04 15:59 +0200 http://bitbucket.org/pypy/stmgc/changeset/2a092c9c9376/ Log:Fix check for inevitable breaks commit signalling diff --git a/c8/stm/core.c b/c8/stm/core.c --- a/c8/stm/core.c +++ b/

[pypy-commit] stmgc c8-fix-commit-signalling: Signal commit to inevitable transaction if another transaction wants to commit

2017-07-04 Thread tobweber
Author: Tobias Weber Branch: c8-fix-commit-signalling Changeset: r2080:5d95b73a59c9 Date: 2017-06-30 18:30 +0200 http://bitbucket.org/pypy/stmgc/changeset/5d95b73a59c9/ Log:Signal commit to inevitable transaction if another transaction wants to commit diff --git a/c8/stm/core.c b/c8/

[pypy-commit] stmgc c8-tcp-style-trx-length: Merge minor fixes to commit signalling

2017-07-04 Thread tobweber
Author: Tobias Weber Branch: c8-tcp-style-trx-length Changeset: r2085:e0f9b83d9771 Date: 2017-07-04 12:49 +0200 http://bitbucket.org/pypy/stmgc/changeset/e0f9b83d9771/ Log:Merge minor fixes to commit signalling diff --git a/c8/stm/core.c b/c8/stm/core.c --- a/c8/stm/core.c +++ b/c8/stm/core.

[pypy-commit] stmgc c8-tcp-style-trx-length: Improve backoff parameter calculation

2017-07-04 Thread tobweber
Author: Tobias Weber Branch: c8-tcp-style-trx-length Changeset: r2083:2f066c0fb56c Date: 2017-07-04 12:38 +0200 http://bitbucket.org/pypy/stmgc/changeset/2f066c0fb56c/ Log:Improve backoff parameter calculation diff --git a/c8/stm/nursery.c b/c8/stm/nursery.c --- a/c8/stm/nursery.c +++ b/c8/s