Author: Remi Meier
Branch: stmgc-c7
Changeset: r74590:5e380588d479
Date: 2014-11-19 09:56 +0100
http://bitbucket.org/pypy/pypy/changeset/5e380588d479/
Log:attach clickable info to plot elements
diff --git a/pypy/stm/plot_stm_log.py b/pypy/stm/plot_stm_log.py
--- a/pypy/stm/plot_stm_log.py
++
Author: Maciej Fijalkowski
Branch: optresult
Changeset: r74591:eb2e25680b4f
Date: 2014-11-19 09:10 +0200
http://bitbucket.org/pypy/pypy/changeset/eb2e25680b4f/
Log:fix the imports, but not the tests
diff --git a/rpython/jit/metainterp/test/test_executor.py
b/rpython/jit/metainterp/test/test
Author: Maciej Fijalkowski
Branch: optresult
Changeset: r74592:b318f6fe9576
Date: 2014-11-19 11:31 +0200
http://bitbucket.org/pypy/pypy/changeset/b318f6fe9576/
Log:fix test_logger
diff --git a/rpython/jit/metainterp/logger.py b/rpython/jit/metainterp/logger.py
--- a/rpython/jit/metainterp/lo
Author: Maciej Fijalkowski
Branch: optresult
Changeset: r74593:efc7b11cbda1
Date: 2014-11-19 12:01 +0200
http://bitbucket.org/pypy/pypy/changeset/efc7b11cbda1/
Log:stop cloning stuff in compile.py, we need to investigate why it
happens
diff --git a/rpython/jit/metainterp/compile.py
Author: Armin Rigo
Branch: stmgc-c7
Changeset: r74594:66bca6f88d3e
Date: 2014-11-19 11:15 +0100
http://bitbucket.org/pypy/pypy/changeset/66bca6f88d3e/
Log:fix
diff --git a/rpython/rtyper/lltypesystem/rffi.py
b/rpython/rtyper/lltypesystem/rffi.py
--- a/rpython/rtyper/lltypesystem/rffi.py
+++
Author: Armin Rigo
Branch:
Changeset: r74597:b50c82f2d282
Date: 2014-11-19 11:47 +0100
http://bitbucket.org/pypy/pypy/changeset/b50c82f2d282/
Log:Merged larstiq/pypy-virtualenv/issue1922-take2 into default
Patch by larstiq and me: add an obscure hack to make existing
virtual
Author: Wouter van Heyst
Branch: issue1922-take2
Changeset: r74595:f769234d3938
Date: 2014-11-14 15:25 +0200
http://bitbucket.org/pypy/pypy/changeset/f769234d3938/
Log:match different virtualenv versions on top of arigo's patch
diff --git a/lib-python/2.7/subprocess.py b/lib-python/2.7/subpro
Author: Wouter van Heyst
Branch: issue1922-take2
Changeset: r74596:eba70e4af6dd
Date: 2014-11-14 16:51 +0200
http://bitbucket.org/pypy/pypy/changeset/eba70e4af6dd/
Log:add versions
diff --git a/lib-python/2.7/subprocess.py b/lib-python/2.7/subprocess.py
--- a/lib-python/2.7/subprocess.py
+++
Author: Armin Rigo
Branch:
Changeset: r74598:f2f96a913975
Date: 2014-11-19 12:18 +0100
http://bitbucket.org/pypy/pypy/changeset/f2f96a913975/
Log:Remove the calls to pin/unpin statically if our GC doesn't support
them. (This is mainly for STM being unhappy about the
cast_ptr_
Author: Armin Rigo
Branch: stmgc-c7
Changeset: r74599:9ddb804903be
Date: 2014-11-19 12:19 +0100
http://bitbucket.org/pypy/pypy/changeset/9ddb804903be/
Log:Small fixes
diff --git a/rpython/memory/test/test_transformed_gc.py
b/rpython/memory/test/test_transformed_gc.py
--- a/rpython/memory/te
Author: Armin Rigo
Branch: stmgc-c7
Changeset: r74600:68acf29aeeae
Date: 2014-11-19 12:19 +0100
http://bitbucket.org/pypy/pypy/changeset/68acf29aeeae/
Log:hg merge default
diff --git a/lib-python/2.7/subprocess.py b/lib-python/2.7/subprocess.py
--- a/lib-python/2.7/subprocess.py
+++ b/lib-py
Author: Armin Rigo
Branch: stmgc-c7
Changeset: r74601:9a74415a5e88
Date: 2014-11-19 13:15 +0100
http://bitbucket.org/pypy/pypy/changeset/9a74415a5e88/
Log:next one
diff --git a/rpython/rtyper/lltypesystem/rffi.py
b/rpython/rtyper/lltypesystem/rffi.py
--- a/rpython/rtyper/lltypesystem/rffi.p
Author: Philip Jenvey
Branch: py3k
Changeset: r74602:ae21f00a0b84
Date: 2014-11-19 11:35 -0800
http://bitbucket.org/pypy/pypy/changeset/ae21f00a0b84/
Log:reapply our time module deltas from rctime
diff --git a/pypy/module/time/interp_time.py b/pypy/module/time/interp_time.py
--- a/pypy/modul
Author: Ronan Lamy
Branch:
Changeset: r74603:0fe478d043c1
Date: 2014-05-04 21:00 +0100
http://bitbucket.org/pypy/pypy/changeset/0fe478d043c1/
Log:Use consistent terminology for offset vs instruction:
offset = index into the code bytestring instruction = an opcode
together wi
Author: mattip
Branch: ufuncapi
Changeset: r74604:75e3444eb0a1
Date: 2014-11-19 21:35 +0200
http://bitbucket.org/pypy/pypy/changeset/75e3444eb0a1/
Log:pass cpyext ndarrayobject ufunc test
diff --git a/pypy/module/micronumpy/ufuncs.py b/pypy/module/micronumpy/ufuncs.py
--- a/pypy/module/micro
Author: Ronan Lamy
Branch: framestate
Changeset: r74605:82688ed76170
Date: 2014-11-20 00:33 +
http://bitbucket.org/pypy/pypy/changeset/82688ed76170/
Log:Split locals from stack in FlowContext - WIP
diff --git a/rpython/flowspace/flowcontext.py b/rpython/flowspace/flowcontext.py
--- a/rpy
Author: Ronan Lamy
Branch: framestate
Changeset: r74606:723281c212b3
Date: 2014-11-20 02:59 +
http://bitbucket.org/pypy/pypy/changeset/723281c212b3/
Log:Actually split locals from stack in FlowContext + cleanup
diff --git a/rpython/flowspace/flowcontext.py b/rpython/flowspace/flowcontext
17 matches
Mail list logo