[pypy-commit] pypy default: Automated merge with ssh://bitbucket.org/pypy/pypy

2016-03-08 Thread krono
Author: Tobias Pape Branch: Changeset: r82895:7395989c4270 Date: 2016-03-08 20:58 +0100 http://bitbucket.org/pypy/pypy/changeset/7395989c4270/ Log:Automated merge with ssh://bitbucket.org/pypy/pypy diff --git a/rpython/jit/tool/traceviewer.py b/rpython/jit/tool/traceviewer.py --- a/rpython/

[pypy-commit] pypy default: revert tiny refactoring to retain reversedness

2016-03-08 Thread krono
Author: Tobias Pape Branch: Changeset: r82894:13d96e945b0b Date: 2016-03-08 20:57 +0100 http://bitbucket.org/pypy/pypy/changeset/13d96e945b0b/ Log:revert tiny refactoring to retain reversedness diff --git a/rpython/jit/tool/traceviewer.py b/rpython/jit/tool/traceviewer.py --- a/rpython/jit/

[pypy-commit] pypy default: Automated merge with ssh://bitbucket.org/pypy/pypy

2016-03-08 Thread krono
Author: Tobias Pape Branch: Changeset: r82893:c49a7c2adcb7 Date: 2016-03-08 20:49 +0100 http://bitbucket.org/pypy/pypy/changeset/c49a7c2adcb7/ Log:Automated merge with ssh://bitbucket.org/pypy/pypy diff --git a/rpython/jit/tool/traceviewer.py b/rpython/jit/tool/traceviewer.py --- a/rpython/

[pypy-commit] pypy default: Fix guard sorting in trace viewer

2016-03-08 Thread krono
Author: Tobias Pape Branch: Changeset: r82892:d86a5d5d083f Date: 2016-03-08 20:49 +0100 http://bitbucket.org/pypy/pypy/changeset/d86a5d5d083f/ Log:Fix guard sorting in trace viewer (previously sorted by string order, which does not work for hex) diff --git a/rpython/jit/tool/tracev

[pypy-commit] pypy traceviewer-common-merge-point-formats: (traceviewer) try to parse most common debug_merge_point formarts out there

2016-03-08 Thread krono
Author: Tobias Pape Branch: traceviewer-common-merge-point-formats Changeset: r82896:00a68dd7adc9 Date: 2016-03-09 00:53 +0100 http://bitbucket.org/pypy/pypy/changeset/00a68dd7adc9/ Log:(traceviewer) try to parse most common debug_merge_point formarts out there Includes:

[pypy-commit] pypy default: Fix import in pdbplus.py

2016-03-24 Thread krono
Author: Tobias Pape Branch: Changeset: r83314:c16375b8325d Date: 2016-03-24 12:40 +0100 http://bitbucket.org/pypy/pypy/changeset/c16375b8325d/ Log:Fix import in pdbplus.py diff --git a/rpython/translator/tool/pdbplus.py b/rpython/translator/tool/pdbplus.py --- a/rpython/translator/tool/pdb

[pypy-commit] pypy default: Remove get_display_text override

2015-11-13 Thread krono
Author: Tobias Pape Branch: Changeset: r80654:56da80b53db3 Date: 2015-11-13 09:08 +0100 http://bitbucket.org/pypy/pypy/changeset/56da80b53db3/ Log:Remove get_display_text override (seems to be a hg merge artifact) diff --git a/rpython/jit/metainterp/history.py b/rpython/jit/metain

[pypy-commit] pypy default: Fix FAQ reference

2015-02-04 Thread krono
Author: Tobias Pape Branch: Changeset: r75707:c0eb1851 Date: 2015-02-04 16:41 +0100 http://bitbucket.org/pypy/pypy/changeset/c0eb1851/ Log:Fix FAQ reference diff --git a/rpython/doc/getting-started.rst b/rpython/doc/getting-started.rst --- a/rpython/doc/getting-started.rst +++ b/rpy

[pypy-commit] pypy default: Merged in traceviewer-common-merge-point-formats (pull request #413)

2016-05-30 Thread krono
Author: Tobias Pape Branch: Changeset: r84833:bb8944bb7f53 Date: 2016-05-30 13:25 +0200 http://bitbucket.org/pypy/pypy/changeset/bb8944bb7f53/ Log:Merged in traceviewer-common-merge-point-formats (pull request #413) (traceviewer) try to parse most common debug_merge_point formarts

[pypy-commit] pypy traceviewer-common-merge-point-formats: Close branch traceviewer-common-merge-point-formats

2016-05-30 Thread krono
Author: Tobias Pape Branch: traceviewer-common-merge-point-formats Changeset: r84832:0db5a6056633 Date: 2016-05-30 13:25 +0200 http://bitbucket.org/pypy/pypy/changeset/0db5a6056633/ Log:Close branch traceviewer-common-merge-point-formats ___ pypy-c

[pypy-commit] pypy default: Document traceviewer-common-merge-point-formats branch

2016-05-30 Thread krono
Author: Tobias Pape Branch: Changeset: r84834:7d3090361734 Date: 2016-05-30 13:30 +0200 http://bitbucket.org/pypy/pypy/changeset/7d3090361734/ Log:Document traceviewer-common-merge-point-formats branch diff --git a/pypy/doc/whatsnew-head.rst b/pypy/doc/whatsnew-head.rst --- a/pypy/doc/whats

[pypy-commit] pypy default: Always provide r_{u}int{32,64}

2016-05-30 Thread krono
Author: Tobias Pape Branch: Changeset: r84835:752c152c6934 Date: 2016-05-30 14:51 +0200 http://bitbucket.org/pypy/pypy/changeset/752c152c6934/ Log:Always provide r_{u}int{32,64} diff --git a/rpython/rlib/rarithmetic.py b/rpython/rlib/rarithmetic.py --- a/rpython/rlib/rarithmetic.py +++ b/rp

[pypy-commit] pypy default: Darwin: make 32bit/64bit compiler distinction more general

2015-07-20 Thread krono
Author: Tobias Pape Branch: Changeset: r78606:b5e4276e0872 Date: 2015-07-20 11:29 +0200 http://bitbucket.org/pypy/pypy/changeset/b5e4276e0872/ Log:Darwin: make 32bit/64bit compiler distinction more general pdb/lldebug: do not depend on prctl on non-Linux diff --git a/rpython/rtyper

[pypy-commit] pypy default: Darwin: require 10.5 everywhere (for @rpath to work)

2015-07-20 Thread krono
Author: Tobias Pape Branch: Changeset: r78614:70a7870e6d1c Date: 2015-07-20 19:09 +0200 http://bitbucket.org/pypy/pypy/changeset/70a7870e6d1c/ Log:Darwin: require 10.5 everywhere (for @rpath to work) diff --git a/rpython/translator/platform/darwin.py b/rpython/translator/platform/darwin.py

[pypy-commit] pypy default: Automated merge with ssh://bitbucket.org/pypy/pypy

2015-07-20 Thread krono
Author: Tobias Pape Branch: Changeset: r78615:0ac77039f462 Date: 2015-07-20 19:09 +0200 http://bitbucket.org/pypy/pypy/changeset/0ac77039f462/ Log:Automated merge with ssh://bitbucket.org/pypy/pypy diff --git a/rpython/translator/platform/darwin.py b/rpython/translator/platform/darwin.py -

[pypy-commit] lang-smalltalk default: Remove untrue elidables

2014-11-06 Thread krono
Author: Tobias Pape Branch: Changeset: r1060:2255d770994f Date: 2014-11-06 14:16 +0100 http://bitbucket.org/pypy/lang-smalltalk/changeset/2255d770994f/ Log:Remove untrue elidables diff --git a/spyvm/model.py b/spyvm/model.py --- a/spyvm/model.py +++ b/spyvm/model.py @@ -195,7 +195,6 @@

[pypy-commit] pypy osx-eci-frameworks-makefile: OSX: Ensure frameworks end up in Makefile when specified in External compilation info

2013-11-25 Thread krono
Author: Tobias Pape Branch: osx-eci-frameworks-makefile Changeset: r68317:f2f414ba68d4 Date: 2013-10-30 14:31 +0100 http://bitbucket.org/pypy/pypy/changeset/f2f414ba68d4/ Log:OSX: Ensure frameworks end up in Makefile when specified in External compilation info diff --git a/rpython/tr

[pypy-commit] pypy default: Merged in krono/pypy/osx-eci-frameworks-makefile (pull request #195)

2013-11-25 Thread krono
Author: Tobias Pape Branch: Changeset: r68318:48ee7b6ba963 Date: 2013-11-25 16:21 +0100 http://bitbucket.org/pypy/pypy/changeset/48ee7b6ba963/ Log:Merged in krono/pypy/osx-eci-frameworks-makefile (pull request #195) OSX: Ensure frameworks end up in Makefile when specified in

[pypy-commit] lang-smalltalk default: add shebang to targets

2014-02-05 Thread krono
Author: Tobias Pape Branch: Changeset: r594:63f6f3f9b38f Date: 2014-02-05 09:59 +0100 http://bitbucket.org/pypy/lang-smalltalk/changeset/63f6f3f9b38f/ Log:add shebang to targets diff --git a/targetimageloadingsmalltalk.py b/targetimageloadingsmalltalk.py old mode 100644 new mode 100755 ---

[pypy-commit] pypy camelot: Color change for mandelbrot on 256 color terminals

2014-02-08 Thread krono
Author: Tobias Pape Branch: camelot Changeset: r69102:3be1ce5533b4 Date: 2014-02-08 22:50 +0100 http://bitbucket.org/pypy/pypy/changeset/3be1ce5533b4/ Log:Color change for mandelbrot on 256 color terminals diff --git a/rpython/tool/ansi_mandelbrot.py b/rpython/tool/ansi_mandelbrot.py --- a/r

[pypy-commit] pypy default: Tiny color ramp refactoring.

2014-02-09 Thread krono
Author: Tobias Pape Branch: Changeset: r69110:3c8a727d84e0 Date: 2014-02-10 00:00 +0100 http://bitbucket.org/pypy/pypy/changeset/3c8a727d84e0/ Log:Tiny color ramp refactoring. I promise, it is the last diff --git a/rpython/tool/ansiramp.py b/rpython/tool/ansiramp.py --- a/rpython/t

[pypy-commit] pypy default: Automated merge with ssh://bitbucket.org/pypy/pypy

2014-02-09 Thread krono
Author: Tobias Pape Branch: Changeset: r69111:b224e605f614 Date: 2014-02-10 00:00 +0100 http://bitbucket.org/pypy/pypy/changeset/b224e605f614/ Log:Automated merge with ssh://bitbucket.org/pypy/pypy diff --git a/rpython/tool/ansiramp.py b/rpython/tool/ansiramp.py --- a/rpython/tool/ansiramp.

[pypy-commit] pypy popen-pclose: Provide an exit status for popen'ed RFiles via pclose

2014-03-05 Thread krono
Author: Tobias Pape Branch: popen-pclose Changeset: r69706:58405322f403 Date: 2014-03-03 17:54 +0100 http://bitbucket.org/pypy/pypy/changeset/58405322f403/ Log:Provide an exit status for popen'ed RFiles via pclose diff --git a/rpython/rlib/rfile.py b/rpython/rlib/rfile.py --- a/rpython/rlib/

[pypy-commit] pypy popen-pclose: more asserts for rfile test

2014-03-05 Thread krono
Author: Tobias Pape Branch: popen-pclose Changeset: r69708:79080c5b Date: 2014-03-04 11:33 +0100 http://bitbucket.org/pypy/pypy/changeset/79080c5b/ Log:more asserts for rfile test diff --git a/rpython/rlib/test/test_rfile.py b/rpython/rlib/test/test_rfile.py --- a/rpython/rlib/test/t

[pypy-commit] pypy popen-pclose: Exit status masking is not done by close but by its caller

2014-03-05 Thread krono
Author: Tobias Pape Branch: popen-pclose Changeset: r69709:ba703e79044d Date: 2014-03-04 12:18 +0100 http://bitbucket.org/pypy/pypy/changeset/ba703e79044d/ Log:Exit status masking is not done by close but by its caller diff --git a/rpython/rlib/rfile.py b/rpython/rlib/rfile.py --- a/rpython/

[pypy-commit] pypy popen-pclose: Add interpret-tests

2014-03-05 Thread krono
Author: Tobias Pape Branch: popen-pclose Changeset: r69707:cf48985f2c5b Date: 2014-03-03 20:00 +0100 http://bitbucket.org/pypy/pypy/changeset/cf48985f2c5b/ Log:Add interpret-tests Also: adapt docstring as per fijal's request diff --git a/rpython/rlib/rfile.py b/rpython/rlib/rfile.py

[pypy-commit] pypy default: Replace outdated, insecure greenlet link with readthedocs link

2017-02-04 Thread krono
Author: Tobias Pape Branch: Changeset: r89919:3c6cc7fcc1ed Date: 2017-02-04 14:44 +0100 http://bitbucket.org/pypy/pypy/changeset/3c6cc7fcc1ed/ Log:Replace outdated, insecure greenlet link with readthedocs link diff --git a/pypy/doc/stackless.rst b/pypy/doc/stackless.rst --- a/pypy/doc/stack

[pypy-commit] pypy default: Be a bit more narrative about what can create a closure

2014-03-29 Thread krono
Author: Tobias Pape Branch: Changeset: r70325:33a9aeb0b05e Date: 2014-03-29 12:47 +0100 http://bitbucket.org/pypy/pypy/changeset/33a9aeb0b05e/ Log:Be a bit more narrative about what can create a closure diff --git a/rpython/flowspace/objspace.py b/rpython/flowspace/objspace.py --- a/rpython

[pypy-commit] pypy default: Include hint to which function is not rpythonic

2014-03-29 Thread krono
Author: Tobias Pape Branch: Changeset: r70326:d0950a7fb51a Date: 2014-03-29 12:55 +0100 http://bitbucket.org/pypy/pypy/changeset/d0950a7fb51a/ Log:Include hint to which function is not rpythonic diff --git a/rpython/flowspace/objspace.py b/rpython/flowspace/objspace.py --- a/rpython/flowspa

[pypy-commit] [Git][pypy/pypy] Pushed new branch branch/tiny-traceviewer-fix

2021-05-18 Thread krono
krono pushed new branch branch/tiny-traceviewer-fix at PyPy / pypy -- View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/tree/branch/tiny-traceviewer-fix You're receiving this email because of your account on foss.heptapod.net. ___

[pypy-commit] [Git][pypy/pypy][branch/tiny-traceviewer-fix] [traceviewer] Test for non-contiguous loops in pypylog

2021-05-19 Thread krono
krono pushed to branch branch/tiny-traceviewer-fix at PyPy / pypy Commits: 6bc4f197 by Tobias Pape at 2021-05-19T16:17:20+02:00 [traceviewer] Test for non-contiguous loops in pypylog --HG-- branch : tiny-traceviewer-fix - - - - - 1 changed file: - rpython/jit/tool/test/test_traceviewer.py

[pypy-commit] lang-smalltalk default: Re-import a FixedStack implementation

2012-04-19 Thread krono
Author: Tobias Pape Branch: Changeset: r19:4da7f6a039b9 Date: 2012-04-19 13:37 +0200 http://bitbucket.org/pypy/lang-smalltalk/changeset/4da7f6a039b9/ Log:Re-import a FixedStack implementation - fix deprecated overflowcheck w/ shift - fix r_uints missing diff --git a/spyvm/f

[pypy-commit] pypy default: merge upstream

2013-07-24 Thread krono
Author: Tobias Pape Branch: Changeset: r65619:d63e416d3f3d Date: 2013-05-06 11:32 +0200 http://bitbucket.org/pypy/pypy/changeset/d63e416d3f3d/ Log:merge upstream diff --git a/lib_pypy/_ctypes/structure.py b/lib_pypy/_ctypes/structure.py --- a/lib_pypy/_ctypes/structure.py +++ b/lib_pypy/_ct

[pypy-commit] pypy default: Teach traceviewer a newer syntax of pypylogs

2013-07-24 Thread krono
Author: Tobias Pape Branch: Changeset: r65618:6842ab2403ae Date: 2013-05-06 11:31 +0200 http://bitbucket.org/pypy/pypy/changeset/6842ab2403ae/ Log:Teach traceviewer a newer syntax of pypylogs diff --git a/rpython/jit/tool/test/f.pypylog.bz2 b/rpython/jit/tool/test/f.pypylog.bz2 new file mo

[pypy-commit] pypy dotviewer-linewidth: Add linewidth attribute to dotviewer

2013-07-25 Thread krono
Author: Tobias Pape Branch: dotviewer-linewidth Changeset: r65633:ada230ad6f68 Date: 2013-07-24 18:21 +0200 http://bitbucket.org/pypy/pypy/changeset/ada230ad6f68/ Log:Add linewidth attribute to dotviewer note that due to 'plain'-format restrictions, only the older 'style="set

[pypy-commit] lang-smalltalk default: Cope for rpython split

2013-01-24 Thread krono
Author: Tobias Pape Branch: Changeset: r20:ee61936862c8 Date: 2013-01-24 14:26 +0100 http://bitbucket.org/pypy/lang-smalltalk/changeset/ee61936862c8/ Log:Cope for rpython split diff --git a/spyvm/fixedstack.py b/spyvm/fixedstack.py --- a/spyvm/fixedstack.py +++ b/spyvm/fixedstack.py @@ -4,7

[pypy-commit] pypy default: Fix dotviewer translation test

2013-02-11 Thread krono
Author: Tobias Pape Branch: Changeset: r61071:c0cda5df2cc0 Date: 2013-01-25 16:59 +0100 http://bitbucket.org/pypy/pypy/changeset/c0cda5df2cc0/ Log:Fix dotviewer translation test diff --git a/dotviewer/test/test_translator.py b/dotviewer/test/test_translator.py --- a/dotviewer/test/test_tra

[pypy-commit] pypy default: Enhance the dotviewer.

2013-02-11 Thread krono
Author: Tobias Pape Branch: Changeset: r61070:0d0ae1254725 Date: 2013-01-25 16:39 +0100 http://bitbucket.org/pypy/pypy/changeset/0d0ae1254725/ Log:Enhance the dotviewer. - include Droid fonts (under Apache license) - allow for unicode by sending UTF-8 over the wire and force

[pypy-commit] pypy default: add missing tests. factor magic constant into RAW_ENCODING

2013-02-11 Thread krono
Author: Tobias Pape Branch: Changeset: r61072:3df200e8f904 Date: 2013-01-28 11:07 +0100 http://bitbucket.org/pypy/pypy/changeset/3df200e8f904/ Log:add missing tests. factor magic constant into RAW_ENCODING diff --git a/dotviewer/drawgraph.py b/dotviewer/drawgraph.py --- a/dotviewer/drawgrap

[pypy-commit] lang-smalltalk default: fix Large Integers. They can be more than four bytes wide.

2013-02-14 Thread krono
Author: Tobias Pape Branch: Changeset: r22:d0ece51ae683 Date: 2013-01-25 08:07 +0100 http://bitbucket.org/pypy/lang-smalltalk/changeset/d0ece51ae683/ Log:fix Large Integers. They can be more than four bytes wide. The ruint test passes on 64bit now, too diff --git a/spyvm/objspace.py

[pypy-commit] lang-smalltalk default: mark integer wrapping test as skipped on 64 bit machines

2013-02-14 Thread krono
Author: Tobias Pape Branch: Changeset: r21:45c9ef36a50c Date: 2013-01-24 17:17 +0100 http://bitbucket.org/pypy/lang-smalltalk/changeset/45c9ef36a50c/ Log:mark integer wrapping test as skipped on 64 bit machines diff --git a/spyvm/objspace.py b/spyvm/objspace.py --- a/spyvm/objspace.py +++ b

[pypy-commit] lang-smalltalk default: remove autopath

2013-02-14 Thread krono
Author: Tobias Pape Branch: Changeset: r23:27343cfd74c8 Date: 2013-02-14 14:26 +0100 http://bitbucket.org/pypy/lang-smalltalk/changeset/27343cfd74c8/ Log:remove autopath diff --git a/spyvm/autopath1.py b/spyvm/autopath1.py deleted file mode 100644 --- a/spyvm/autopath1.py +++ /dev/null @@ -

[pypy-commit] lang-smalltalk default: step by step

2013-02-14 Thread krono
Author: Tobias Pape Branch: Changeset: r24:dd401696209d Date: 2013-02-14 14:38 +0100 http://bitbucket.org/pypy/lang-smalltalk/changeset/dd401696209d/ Log:step by step diff --git a/spyvm/fixedstack.py b/spyvm/fixedstack.py --- a/spyvm/fixedstack.py +++ b/spyvm/fixedstack.py @@ -7,7 +7,7 @@

[pypy-commit] lang-smalltalk default: force size of ByteObject to be integer typey; use interpret in jit-grapher

2013-02-14 Thread krono
Author: Tobias Pape Branch: Changeset: r25:d9a275c053b1 Date: 2013-02-14 15:26 +0100 http://bitbucket.org/pypy/lang-smalltalk/changeset/d9a275c053b1/ Log:force size of ByteObject to be integer typey; use interpret in jit- grapher diff --git a/spyvm/model.py b/spyvm/model.py --- a/sp

[pypy-commit] lang-smalltalk default: first jit hints, also: image with special test methods

2013-02-15 Thread krono
Author: Tobias Pape Branch: Changeset: r30:10a0cd258ca6 Date: 2013-02-15 13:48 +0100 http://bitbucket.org/pypy/lang-smalltalk/changeset/10a0cd258ca6/ Log:first jit hints, also: image with special test methods diff --git a/spyvm/fixedstack.py b/spyvm/fixedstack.py --- a/spyvm/fixedstack.py +

[pypy-commit] lang-smalltalk default: merge

2013-02-15 Thread krono
Author: Tobias Pape Branch: Changeset: r31:dcd301b0ca03 Date: 2013-02-15 13:50 +0100 http://bitbucket.org/pypy/lang-smalltalk/changeset/dcd301b0ca03/ Log:merge diff --git a/spyvm/targettinybenchsmalltalk.py b/spyvm/targettinybenchsmalltalk.py --- a/spyvm/targettinybenchsmalltalk.py +++ b/s

[pypy-commit] lang-smalltalk default: Update Constants to include BlockClosure in Special objects

2013-02-18 Thread krono
Author: Tobias Pape Branch: Changeset: r33:42d60b768156 Date: 2013-02-18 11:13 +0100 http://bitbucket.org/pypy/lang-smalltalk/changeset/42d60b768156/ Log:Update Constants to include BlockClosure in Special objects diff --git a/spyvm/constants.py b/spyvm/constants.py --- a/spyvm/constants.py

[pypy-commit] lang-smalltalk default: more on special objects

2013-02-18 Thread krono
Author: Tobias Pape Branch: Changeset: r34:ee25b9f840e6 Date: 2013-02-18 15:06 +0100 http://bitbucket.org/pypy/lang-smalltalk/changeset/ee25b9f840e6/ Log:more on special objects diff --git a/spyvm/constants.py b/spyvm/constants.py --- a/spyvm/constants.py +++ b/spyvm/constants.py @@ -59,7 +

[pypy-commit] lang-smalltalk default: merge default

2013-02-18 Thread krono
Author: Tobias Pape Branch: Changeset: r35:f0ea960b893b Date: 2013-02-18 15:06 +0100 http://bitbucket.org/pypy/lang-smalltalk/changeset/f0ea960b893b/ Log:merge default diff --git a/spyvm/interpreter.py b/spyvm/interpreter.py --- a/spyvm/interpreter.py +++ b/spyvm/interpreter.py @@ -1,9 +1,7

[pypy-commit] lang-smalltalk default: re-layout sources. images to own directory

2013-02-19 Thread krono
Author: Tobias Pape Branch: Changeset: r62:2fd7f3f6574e Date: 2013-02-19 15:37 +0100 http://bitbucket.org/pypy/lang-smalltalk/changeset/2fd7f3f6574e/ Log:re-layout sources. images to own directory diff --git a/images/bootstrapped.changes.xz b/images/bootstrapped.changes.xz new file mode 100

[pypy-commit] lang-smalltalk default: enable to read (not support) cog-byte-reversal saved images (6505)

2013-02-19 Thread krono
Author: Tobias Pape Branch: Changeset: r63:f8278cad1ec7 Date: 2013-02-19 16:13 +0100 http://bitbucket.org/pypy/lang-smalltalk/changeset/f8278cad1ec7/ Log:enable to read (not support) cog-byte-reversal saved images (6505) diff --git a/spyvm/squeakimage.py b/spyvm/squeakimage.py --- a/spyvm/s

[pypy-commit] lang-smalltalk default: Refactor image version identification

2013-02-20 Thread krono
Author: Tobias Pape Branch: Changeset: r75:072c0a42c109 Date: 2013-02-20 16:06 +0100 http://bitbucket.org/pypy/lang-smalltalk/changeset/072c0a42c109/ Log:Refactor image version identification diff --git a/spyvm/squeakimage.py b/spyvm/squeakimage.py --- a/spyvm/squeakimage.py +++ b/spyvm/squ

[pypy-commit] lang-smalltalk default: merge

2013-02-20 Thread krono
Author: Tobias Pape Branch: Changeset: r76:77ba2d81ffc9 Date: 2013-02-20 16:09 +0100 http://bitbucket.org/pypy/lang-smalltalk/changeset/77ba2d81ffc9/ Log:merge diff --git a/spyvm/fixedstack.py b/spyvm/fixedstack.py deleted file mode 100644 --- a/spyvm/fixedstack.py +++ /dev/null @@ -1,68 +0

[pypy-commit] lang-smalltalk default: mege

2013-02-20 Thread krono
Author: Tobias Pape Branch: Changeset: r77:1c23ae6a6081 Date: 2013-02-20 16:15 +0100 http://bitbucket.org/pypy/lang-smalltalk/changeset/1c23ae6a6081/ Log:mege diff --git a/spyvm/primitives.py b/spyvm/primitives.py --- a/spyvm/primitives.py +++ b/spyvm/primitives.py @@ -931,7 +931,8 @@

[pypy-commit] lang-smalltalk default: simplify image header peek logic. rpython does not get literal numbers >64bit, either

2013-02-20 Thread krono
Author: Tobias Pape Branch: Changeset: r78:d87c899dda98 Date: 2013-02-20 17:32 +0100 http://bitbucket.org/pypy/lang-smalltalk/changeset/d87c899dda98/ Log:simplify image header peek logic. rpython does not get literal numbers >64bit, either diff --git a/spyvm/squeakimage.py b/spyvm/s

[pypy-commit] pypy default: Small dotviewer fixes.

2013-03-04 Thread krono
Author: Tobias Pape Branch: Changeset: r61995:fc1de558db21 Date: 2013-03-04 09:06 +0100 http://bitbucket.org/pypy/pypy/changeset/fc1de558db21/ Log:Small dotviewer fixes. * use strunicode throughout, also in msgstruct. -> avoids "utf-8" in msgstuct.py * do not fail

[pypy-commit] pypy default: rename forceencoded to tryencode (as suggested by bdkearns)

2013-03-04 Thread krono
Author: Tobias Pape Branch: Changeset: r61996:3da1c6270c53 Date: 2013-03-04 10:27 +0100 http://bitbucket.org/pypy/pypy/changeset/3da1c6270c53/ Log:rename forceencoded to tryencode (as suggested by bdkearns) diff --git a/dotviewer/msgstruct.py b/dotviewer/msgstruct.py --- a/dotviewer/msgstru

[pypy-commit] pypy default: Make sure that a specific IndexError is handled in RPython for Nonterminal in the Parsing rlib

2012-09-12 Thread krono
Author: Tobias Pape Branch: Changeset: r57296:13a39908e71b Date: 2012-09-12 16:21 +0200 http://bitbucket.org/pypy/pypy/changeset/13a39908e71b/ Log:Make sure that a specific IndexError is handled in RPython for Nonterminal in the Parsing rlib diff --git a/pypy/rlib/parsing/test/test_