Author: Armin Rigo
Branch: fast-gil
Changeset: r69816:e319f447d2a2
Date: 2014-03-09 10:53 +0100
http://bitbucket.org/pypy/pypy/changeset/e319f447d2a2/
Log:in-progress
diff --git a/rpython/jit/backend/llsupport/assembler.py
b/rpython/jit/backend/llsupport/assembler.py
--- a/rpython/jit/backe
Author: Armin Rigo
Branch: fast-gil
Changeset: r69817:9b92b2968815
Date: 2014-03-09 10:57 +0100
http://bitbucket.org/pypy/pypy/changeset/9b92b2968815/
Log:typo
diff --git a/rpython/jit/backend/llsupport/callbuilder.py
b/rpython/jit/backend/llsupport/callbuilder.py
--- a/rpython/jit/backend/
Author: Armin Rigo
Branch: fast-gil
Changeset: r69818:e7c59506542b
Date: 2014-03-09 10:59 +0100
http://bitbucket.org/pypy/pypy/changeset/e7c59506542b/
Log:Add an "XXX implement me" in the Windows section
diff --git a/rpython/translator/c/src/thread_nt.c
b/rpython/translator/c/src/thread_nt.
Author: Armin Rigo
Branch: fast-gil
Changeset: r69819:189d5700daf9
Date: 2014-03-09 11:33 +0100
http://bitbucket.org/pypy/pypy/changeset/189d5700daf9/
Log:Replace the aroundstate.after()/aroundstate.before() around
callbacks with something more explicit:
aroundstate.enter_call
Author: Armin Rigo
Branch: fast-gil
Changeset: r69820:d1696c4adffb
Date: 2014-03-09 12:05 +0100
http://bitbucket.org/pypy/pypy/changeset/d1696c4adffb/
Log:Fixes and tweaks
diff --git a/rpython/jit/backend/x86/callbuilder.py
b/rpython/jit/backend/x86/callbuilder.py
--- a/rpython/jit/backend/
Author: Armin Rigo
Branch:
Changeset: r69821:4f9005ca99fc
Date: 2014-03-09 12:17 +0100
http://bitbucket.org/pypy/pypy/changeset/4f9005ca99fc/
Log:Silence warning
diff --git a/rpython/jit/metainterp/counter.py
b/rpython/jit/metainterp/counter.py
--- a/rpython/jit/metainterp/counter.py
+++ b
Author: Armin Rigo
Branch: fast-gil
Changeset: r69822:dda0292acbfc
Date: 2014-03-09 12:19 +0100
http://bitbucket.org/pypy/pypy/changeset/dda0292acbfc/
Log:Fixes
diff --git a/rpython/translator/c/src/thread.c
b/rpython/translator/c/src/thread.c
--- a/rpython/translator/c/src/thread.c
+++ b/r
Author: Armin Rigo
Branch: fast-gil
Changeset: r69823:7ee265600e15
Date: 2014-03-09 12:26 +0100
http://bitbucket.org/pypy/pypy/changeset/7ee265600e15/
Log:fixes
diff --git a/rpython/translator/c/gcc/trackgcroot.py
b/rpython/translator/c/gcc/trackgcroot.py
--- a/rpython/translator/c/gcc/trac
Author: Armin Rigo
Branch: fast-gil
Changeset: r69824:c42760c25a19
Date: 2014-03-09 12:42 +0100
http://bitbucket.org/pypy/pypy/changeset/c42760c25a19/
Log:Fixes for test_zrpy_release_gil
diff --git a/rpython/jit/backend/llsupport/test/zrpy_releasegil_test.py
b/rpython/jit/backend/llsupport/
Author: Armin Rigo
Branch: fast-gil
Changeset: r69826:329ece4367a6
Date: 2014-03-09 13:10 +0100
http://bitbucket.org/pypy/pypy/changeset/329ece4367a6/
Log:Small refactoring in rffi. The goal is to make zrpy_releasegil_test
pass: previously, it was accidentally asking for a no-aroundst
Author: Armin Rigo
Branch: fast-gil
Changeset: r69827:3462974498df
Date: 2014-03-09 13:24 +0100
http://bitbucket.org/pypy/pypy/changeset/3462974498df/
Log:Fix: seems that thread.c is also compiled early when running
"rpython".
diff --git a/rpython/rlib/rthread.py b/rpython/rlib/rthre
Author: Armin Rigo
Branch: fast-gil
Changeset: r69829:d62d573ed694
Date: 2014-03-09 13:56 +0100
http://bitbucket.org/pypy/pypy/changeset/d62d573ed694/
Log:Fix
diff --git a/rpython/translator/c/src/thread_pthread.c
b/rpython/translator/c/src/thread_pthread.c
--- a/rpython/translator/c/src/th
Author: Armin Rigo
Branch: fast-gil
Changeset: r69828:2473e1024a80
Date: 2014-03-09 13:41 +0100
http://bitbucket.org/pypy/pypy/changeset/2473e1024a80/
Log:Fix (32-bit, shadowstack, long long result not correctly
saved/restored in case of threads)
diff --git a/rpython/jit/backend/x86/
Author: Armin Rigo
Branch: fast-gil
Changeset: r69830:d30d2a515ee0
Date: 2014-03-09 14:06 +0100
http://bitbucket.org/pypy/pypy/changeset/d30d2a515ee0/
Log:32-bit fix
diff --git a/rpython/jit/backend/x86/callbuilder.py
b/rpython/jit/backend/x86/callbuilder.py
--- a/rpython/jit/backend/x86/ca
Author: Brian Kearns
Branch:
Changeset: r908:f08767b1bf05
Date: 2014-03-09 14:07 -0400
http://bitbucket.org/pypy/buildbot/changeset/f08767b1bf05/
Log:try to link freebsd64 build results as well
diff --git a/bot2/pypybuildbot/pypylist.py b/bot2/pypybuildbot/pypylist.py
--- a/bot2/pypybuildbo
Author: Matti Picus
Branch:
Changeset: r909:ffb97030dbbe
Date: 2014-03-09 21:25 +0200
http://bitbucket.org/pypy/buildbot/changeset/ffb97030dbbe/
Log:add own build for win32, lock it
diff --git a/bot2/pypybuildbot/builds.py b/bot2/pypybuildbot/builds.py
--- a/bot2/pypybuildbot/builds.py
+++
Author: Matti Picus
Branch:
Changeset: r910:57b3c336e5ad
Date: 2014-03-09 21:26 +0200
http://bitbucket.org/pypy/buildbot/changeset/57b3c336e5ad/
Log:add comment field with builder name
diff --git a/bot2/pypybuildbot/pypylist.py b/bot2/pypybuildbot/pypylist.py
--- a/bot2/pypybuildbot/pypylis
Author: Philip Jenvey
Branch: py3k-stdlib-2.7.6-merge
Changeset: r69831:1392e99d3610
Date: 2014-03-09 12:43 -0700
http://bitbucket.org/pypy/pypy/changeset/1392e99d3610/
Log:fix for the last merge
diff --git a/pypy/interpreter/pyparser/parsestring.py
b/pypy/interpreter/pyparser/parsestring.p
Author: Matti Picus
Branch:
Changeset: r911:9d10136bfea6
Date: 2014-03-09 22:09 +0200
http://bitbucket.org/pypy/buildbot/changeset/9d10136bfea6/
Log:Backed out changeset: 57b3c336e5ad
diff --git a/bot2/pypybuildbot/pypylist.py b/bot2/pypybuildbot/pypylist.py
--- a/bot2/pypybuildbot/pypylist
Author: Matti Picus
Branch:
Changeset: r69833:f43ca379c4c9
Date: 2014-03-09 23:17 +0200
http://bitbucket.org/pypy/pypy/changeset/f43ca379c4c9/
Log:no longer needed
diff --git a/rpython/translator/platform/windows.py
b/rpython/translator/platform/windows.py
--- a/rpython/translator/platform
Author: Matti Picus
Branch:
Changeset: r69832:34c609b1dc8d
Date: 2014-03-09 22:28 +0200
http://bitbucket.org/pypy/pypy/changeset/34c609b1dc8d/
Log:minimize changes to upstream (bdk)
diff --git a/lib-python/2.7/test/test_zipfile.py
b/lib-python/2.7/test/test_zipfile.py
--- a/lib-python/2.7/
Author: Matti Picus
Branch:
Changeset: r912:0d86998585e3
Date: 2014-03-10 01:19 +0200
http://bitbucket.org/pypy/buildbot/changeset/0d86998585e3/
Log:fix locking
diff --git a/bot2/pypybuildbot/master.py b/bot2/pypybuildbot/master.py
--- a/bot2/pypybuildbot/master.py
+++ b/bot2/pypybuildbot/m
22 matches
Mail list logo