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 (
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
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
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
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
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
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
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
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
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
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
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
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
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
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/
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
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.
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
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
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
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
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.
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/
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/
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.
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
26 matches
Mail list logo