[pypy-commit] pypy kill-gen-store-back-in: no longer used

2013-05-23 Thread fijal
Author: Maciej Fijalkowski fij...@gmail.com Branch: kill-gen-store-back-in Changeset: r64509:88092ee8c322 Date: 2013-05-23 13:17 +0200 http://bitbucket.org/pypy/pypy/changeset/88092ee8c322/ Log:no longer used diff --git a/rpython/jit/metainterp/virtualizable.py

[pypy-commit] pypy kill-gen-store-back-in: reseting token on call_assembler is no longer legal - it can be whatever really

2013-05-23 Thread fijal
Author: Maciej Fijalkowski fij...@gmail.com Branch: kill-gen-store-back-in Changeset: r64508:bfc2ad83198e Date: 2013-05-23 13:16 +0200 http://bitbucket.org/pypy/pypy/changeset/bfc2ad83198e/ Log:reseting token on call_assembler is no longer legal - it can be whatever really diff --git

[pypy-commit] pypy kill-gen-store-back-in: we're not supposed to touch anything between guard_not_forced and finish'

2013-05-23 Thread fijal
Author: Maciej Fijalkowski fij...@gmail.com Branch: kill-gen-store-back-in Changeset: r64510:266af5b37bc6 Date: 2013-05-23 13:27 +0200 http://bitbucket.org/pypy/pypy/changeset/266af5b37bc6/ Log:we're not supposed to touch anything between guard_not_forced and finish' diff --git

[pypy-commit] pypy kill-gen-store-back-in: merge default

2013-05-23 Thread fijal
Author: Maciej Fijalkowski fij...@gmail.com Branch: kill-gen-store-back-in Changeset: r64511:e2daec7825a5 Date: 2013-05-23 13:38 +0200 http://bitbucket.org/pypy/pypy/changeset/e2daec7825a5/ Log:merge default diff --git a/pypy/config/pypyoption.py b/pypy/config/pypyoption.py ---

[pypy-commit] pypy kill-gen-store-back-in: if we're in the middle of handle-async-forcing then we cannot really

2013-05-23 Thread fijal
Author: Maciej Fijalkowski fij...@gmail.com Branch: kill-gen-store-back-in Changeset: r64512:e521b3b40fe5 Date: 2013-05-23 14:08 +0200 http://bitbucket.org/pypy/pypy/changeset/e521b3b40fe5/ Log:if we're in the middle of handle-async-forcing then we cannot really have a virtualizable

[pypy-commit] lang-smalltalk default: fixed line-endings in SPyVM#print:-primitive implementation

2013-05-23 Thread lwassermann
Author: Lars Wassermann lars.wasserm...@gmail.com Branch: Changeset: r403:454209dcb8dc Date: 2013-05-22 14:56 +0200 http://bitbucket.org/pypy/lang-smalltalk/changeset/454209dcb8dc/ Log:fixed line-endings in SPyVM#print:-primitive implementation diff --git a/spyvm/plugins/vmdebugging.py

[pypy-commit] lang-smalltalk default: added message-wise debugging when commenting in debugging() at the end of interpreter.py.

2013-05-23 Thread lwassermann
Author: Lars Wassermann lars.wasserm...@gmail.com Branch: Changeset: r408:50d994dd37ff Date: 2013-05-23 10:48 +0200 http://bitbucket.org/pypy/lang-smalltalk/changeset/50d994dd37ff/ Log:added message-wise debugging when commenting in debugging() at the end of interpreter.py. we miss a

[pypy-commit] lang-smalltalk default: FilePlugin modifications:

2013-05-23 Thread lwassermann
Author: Lars Wassermann lars.wasserm...@gmail.com Branch: Changeset: r410:b654baa1 Date: 2013-05-23 11:29 +0200 http://bitbucket.org/pypy/lang-smalltalk/changeset/b654baa1/ Log:FilePlugin modifications: - added modification time and creation time to the directory lookup

[pypy-commit] lang-smalltalk default: fixed whitespaces in fileplugin

2013-05-23 Thread lwassermann
Author: Lars Wassermann lars.wasserm...@gmail.com Branch: Changeset: r409:2974eb121e5a Date: 2013-05-23 10:49 +0200 http://bitbucket.org/pypy/lang-smalltalk/changeset/2974eb121e5a/ Log:fixed whitespaces in fileplugin moved import-statement to the top diff --git a/spyvm/plugins/fileplugin.py

[pypy-commit] lang-smalltalk default: extracted the actual primitive call in _sendSelector, to enable patching of primitive calls and more specific vm-debugging utilities

2013-05-23 Thread lwassermann
Author: Lars Wassermann lars.wasserm...@gmail.com Branch: Changeset: r405:5abbe32fec87 Date: 2013-05-22 15:00 +0200 http://bitbucket.org/pypy/lang-smalltalk/changeset/5abbe32fec87/ Log:extracted the actual primitive call in _sendSelector, to enable patching of primitive calls and

[pypy-commit] lang-smalltalk default: added skipping to the smalltalk-debugger-functionality

2013-05-23 Thread lwassermann
Author: Lars Wassermann lars.wasserm...@gmail.com Branch: Changeset: r411:edb22d518256 Date: 2013-05-23 14:45 +0200 http://bitbucket.org/pypy/lang-smalltalk/changeset/edb22d518256/ Log:added skipping to the smalltalk-debugger-functionality diff --git a/spyvm/interpreter.py

[pypy-commit] lang-smalltalk default: fixed primitive 'image name' (121), it should include a full path

2013-05-23 Thread lwassermann
Author: Lars Wassermann lars.wasserm...@gmail.com Branch: Changeset: r406:f8a202c96f2f Date: 2013-05-22 15:58 +0200 http://bitbucket.org/pypy/lang-smalltalk/changeset/f8a202c96f2f/ Log:fixed primitive 'image name' (121), it should include a full path added primitive 'vm path' diff

[pypy-commit] lang-smalltalk default: added named primitive FilePluginprimitiveDirectoryLookup

2013-05-23 Thread lwassermann
Author: Lars Wassermann lars.wasserm...@gmail.com Branch: Changeset: r407:82471b6e5fad Date: 2013-05-22 15:59 +0200 http://bitbucket.org/pypy/lang-smalltalk/changeset/82471b6e5fad/ Log:added named primitive FilePluginprimitiveDirectoryLookup diff --git a/spyvm/plugins/fileplugin.py

[pypy-commit] lang-smalltalk default: fixed a bug in fileplugin primitives

2013-05-23 Thread lwassermann
Author: Lars Wassermann lars.wasserm...@gmail.com Branch: Changeset: r413:51996b35860b Date: 2013-05-23 16:44 +0200 http://bitbucket.org/pypy/lang-smalltalk/changeset/51996b35860b/ Log:fixed a bug in fileplugin primitives diff --git a/spyvm/plugins/fileplugin.py

[pypy-commit] lang-smalltalk default: in the smalltalk debugging tools, renamed skip to over

2013-05-23 Thread lwassermann
Author: Lars Wassermann lars.wasserm...@gmail.com Branch: Changeset: r414:597318b660c2 Date: 2013-05-23 16:44 +0200 http://bitbucket.org/pypy/lang-smalltalk/changeset/597318b660c2/ Log:in the smalltalk debugging tools, renamed skip to over diff --git a/spyvm/interpreter.py

[pypy-commit] pypy default: this check happens too early in the translation, so that the platform is not yet set creating translation conflicts on cross translation builds

2013-05-23 Thread bivab
Author: David Schneider david.schnei...@picle.org Branch: Changeset: r64513:bb929d024d07 Date: 2013-05-23 13:42 + http://bitbucket.org/pypy/pypy/changeset/bb929d024d07/ Log:this check happens too early in the translation, so that the platform is not yet set creating translation

[pypy-commit] pypy numpy-pickle: Close the numpy-pickle branch

2013-05-23 Thread rguillebert
Author: Romain Guillebert romain...@gmail.com Branch: numpy-pickle Changeset: r64515:9d03c982e8d1 Date: 2013-05-23 18:37 +0200 http://bitbucket.org/pypy/pypy/changeset/9d03c982e8d1/ Log:Close the numpy-pickle branch ___ pypy-commit mailing list

[pypy-commit] pypy default: Merge numpy-pickle

2013-05-23 Thread rguillebert
Author: Romain Guillebert romain...@gmail.com Branch: Changeset: r64516:7e2569700210 Date: 2013-05-23 18:37 +0200 http://bitbucket.org/pypy/pypy/changeset/7e2569700210/ Log:Merge numpy-pickle diff --git a/pypy/module/micronumpy/interp_dtype.py b/pypy/module/micronumpy/interp_dtype.py ---

[pypy-commit] pypy default: fix for missing module

2013-05-23 Thread mattip
Author: mattip matti.pi...@gmail.com Branch: Changeset: r64517:6349ccab6c2c Date: 2013-05-23 19:41 +0300 http://bitbucket.org/pypy/pypy/changeset/6349ccab6c2c/ Log:fix for missing module diff --git a/pypy/config/pypyoption.py b/pypy/config/pypyoption.py --- a/pypy/config/pypyoption.py +++

[pypy-commit] pypy default: Run pypy/tool/import_cffi

2013-05-23 Thread arigo
Author: Armin Rigo ar...@tunes.org Branch: Changeset: r64518:a57f07766fff Date: 2013-05-23 21:31 +0200 http://bitbucket.org/pypy/pypy/changeset/a57f07766fff/ Log:Run pypy/tool/import_cffi diff --git a/lib_pypy/cffi/__init__.py b/lib_pypy/cffi/__init__.py --- a/lib_pypy/cffi/__init__.py +++

[pypy-commit] pypy py3k: merge default

2013-05-23 Thread pjenvey
Author: Philip Jenvey pjen...@underboss.org Branch: py3k Changeset: r64520:b2f349753621 Date: 2013-05-23 15:15 -0700 http://bitbucket.org/pypy/pypy/changeset/b2f349753621/ Log:merge default diff --git a/lib_pypy/cffi/__init__.py b/lib_pypy/cffi/__init__.py --- a/lib_pypy/cffi/__init__.py +++