[pypy-commit] pyrepl codecheck-clean: finish codeclean commands

2013-02-25 Thread RonnyPfannschmidt
Author: Ronny Pfannschmidt ronny.pfannschm...@gmx.de Branch: codecheck-clean Changeset: r234:c15e4771846b Date: 2013-02-24 23:29 +0100 http://bitbucket.org/pypy/pyrepl/changeset/c15e4771846b/ Log:finish codeclean commands diff --git a/pyrepl/commands.py b/pyrepl/commands.py ---

[pypy-commit] pyrepl codecheck-clean: more simple cleanups

2013-02-25 Thread RonnyPfannschmidt
Author: Ronny Pfannschmidt ronny.pfannschm...@gmx.de Branch: codecheck-clean Changeset: r236:38d594adcc53 Date: 2013-02-25 09:20 +0100 http://bitbucket.org/pypy/pyrepl/changeset/38d594adcc53/ Log:more simple cleanups diff --git a/pyrepl/fancy_termios.py b/pyrepl/fancy_termios.py ---

[pypy-commit] pyrepl codecheck-clean: clean up the mini curses and the completing reader

2013-02-25 Thread RonnyPfannschmidt
Author: Ronny Pfannschmidt ronny.pfannschm...@gmx.de Branch: codecheck-clean Changeset: r235:84dcd5060600 Date: 2013-02-25 08:28 +0100 http://bitbucket.org/pypy/pyrepl/changeset/84dcd5060600/ Log:clean up the mini curses and the completing reader diff --git a/pyrepl/completing_reader.py

[pypy-commit] lang-smalltalk default: added blockclosure bytecode-based tests

2013-02-25 Thread lwassermann
Author: Lars Wassermann lars.wasserm...@gmail.com Branch: Changeset: r96:8b8742f9cf14 Date: 2013-02-25 10:52 +0100 http://bitbucket.org/pypy/lang-smalltalk/changeset/8b8742f9cf14/ Log:added blockclosure bytecode-based tests implemented nonlocal return for blockclosures diff --git

[pypy-commit] pypy default: fix test_exportstruct

2013-02-25 Thread bdkearns
Author: Brian Kearns bdkea...@gmail.com Branch: Changeset: r61750:ee3db3dcb005 Date: 2013-02-25 04:52 -0500 http://bitbucket.org/pypy/pypy/changeset/ee3db3dcb005/ Log:fix test_exportstruct diff --git a/rpython/translator/c/test/test_genc.py b/rpython/translator/c/test/test_genc.py ---

[pypy-commit] pypy default: a test and a fix

2013-02-25 Thread fijal
Author: Maciej Fijalkowski fij...@gmail.com Branch: Changeset: r61751:c225aecf8a0d Date: 2013-02-25 13:18 +0200 http://bitbucket.org/pypy/pypy/changeset/c225aecf8a0d/ Log:a test and a fix diff --git a/rpython/jit/metainterp/pyjitpl.py b/rpython/jit/metainterp/pyjitpl.py ---

[pypy-commit] pypy cleanup-numpypy-namespace: branch to cleanup numpypy namespaces

2013-02-25 Thread bdkearns
Author: Brian Kearns bdkea...@gmail.com Branch: cleanup-numpypy-namespace Changeset: r61754:8bc76bcff4cb Date: 2013-02-25 05:42 -0500 http://bitbucket.org/pypy/pypy/changeset/8bc76bcff4cb/ Log:branch to cleanup numpypy namespaces diff --git a/pypy/doc/whatsnew-head.rst

[pypy-commit] pypy cleanup-numpypy-namespace: split _numpypy into submodules

2013-02-25 Thread bdkearns
Author: Brian Kearns bdkea...@gmail.com Branch: cleanup-numpypy-namespace Changeset: r61755:b8c9382cbad4 Date: 2013-02-25 08:04 -0500 http://bitbucket.org/pypy/pypy/changeset/b8c9382cbad4/ Log:split _numpypy into submodules diff --git a/pypy/module/micronumpy/__init__.py

[pypy-commit] pypy default: define this at app-level like numpy

2013-02-25 Thread bdkearns
Author: Brian Kearns bdkea...@gmail.com Branch: Changeset: r61753:070c49864f5e Date: 2013-02-25 05:50 -0500 http://bitbucket.org/pypy/pypy/changeset/070c49864f5e/ Log:define this at app-level like numpy diff --git a/lib_pypy/numpypy/core/numeric.py b/lib_pypy/numpypy/core/numeric.py ---

[pypy-commit] pypy cleanup-numpypy-namespace: enable numpypy.{choose, repeat}

2013-02-25 Thread bdkearns
Author: Brian Kearns bdkea...@gmail.com Branch: cleanup-numpypy-namespace Changeset: r61758:89d20ee06fb3 Date: 2013-02-25 08:01 -0500 http://bitbucket.org/pypy/pypy/changeset/89d20ee06fb3/ Log:enable numpypy.{choose,repeat} diff --git a/lib_pypy/numpypy/core/fromnumeric.py

[pypy-commit] pypy cleanup-numpypy-namespace: update app-level code for _numpypy submodules

2013-02-25 Thread bdkearns
Author: Brian Kearns bdkea...@gmail.com Branch: cleanup-numpypy-namespace Changeset: r61756:5369e4d98df9 Date: 2013-02-25 07:07 -0500 http://bitbucket.org/pypy/pypy/changeset/5369e4d98df9/ Log:update app-level code for _numpypy submodules diff --git a/lib_pypy/numpypy/core/__init__.py

[pypy-commit] pypy default: merge heads

2013-02-25 Thread bdkearns
Author: Brian Kearns bdkea...@gmail.com Branch: Changeset: r61759:816b7affe3c1 Date: 2013-02-25 08:11 -0500 http://bitbucket.org/pypy/pypy/changeset/816b7affe3c1/ Log:merge heads diff --git a/rpython/jit/metainterp/pyjitpl.py b/rpython/jit/metainterp/pyjitpl.py ---

[pypy-commit] pypy cleanup-numpypy-namespace: fix choose/repeat name clashes

2013-02-25 Thread bdkearns
Author: Brian Kearns bdkea...@gmail.com Branch: cleanup-numpypy-namespace Changeset: r61760:409e32c0f00e Date: 2013-02-25 08:36 -0500 http://bitbucket.org/pypy/pypy/changeset/409e32c0f00e/ Log:fix choose/repeat name clashes diff --git a/lib_pypy/numpypy/core/fromnumeric.py

[pypy-commit] pypy default: fix this test for running against numpy

2013-02-25 Thread bdkearns
Author: Brian Kearns bdkea...@gmail.com Branch: Changeset: r61762:22a6275e2e6e Date: 2013-02-25 09:11 -0500 http://bitbucket.org/pypy/pypy/changeset/22a6275e2e6e/ Log:fix this test for running against numpy diff --git a/pypy/module/test_lib_pypy/numpypy/test_numpy.py

[pypy-commit] pypy cleanup-numpypy-namespace: these lines no longer make sense

2013-02-25 Thread bdkearns
Author: Brian Kearns bdkea...@gmail.com Branch: cleanup-numpypy-namespace Changeset: r61761:946d226a877c Date: 2013-02-25 09:10 -0500 http://bitbucket.org/pypy/pypy/changeset/946d226a877c/ Log:these lines no longer make sense diff --git a/pypy/module/micronumpy/test/test_base.py

[pypy-commit] pypy cleanup-numpypy-namespace: merge default

2013-02-25 Thread bdkearns
Author: Brian Kearns bdkea...@gmail.com Branch: cleanup-numpypy-namespace Changeset: r61763:2529b6fb4b71 Date: 2013-02-25 09:11 -0500 http://bitbucket.org/pypy/pypy/changeset/2529b6fb4b71/ Log:merge default diff --git a/pypy/module/test_lib_pypy/numpypy/test_numpy.py

[pypy-commit] pypy default: forgot to hg add this file

2013-02-25 Thread bdkearns
Author: Brian Kearns bdkea...@gmail.com Branch: Changeset: r61765:41a1c4177ead Date: 2013-02-25 09:43 -0500 http://bitbucket.org/pypy/pypy/changeset/41a1c4177ead/ Log:forgot to hg add this file diff --git a/lib_pypy/numpypy/core/numerictypes.py b/lib_pypy/numpypy/core/numerictypes.py new

[pypy-commit] lang-smalltalk default: changed the sequence of speical objects. now, nil should be first to be matched. If any later special object is also set to nil, nil's w_object will not be overwr

2013-02-25 Thread lwassermann
Author: Lars Wassermann lars.wasserm...@gmail.com Branch: Changeset: r97:2b3b4d9fc7ae Date: 2013-02-25 16:15 +0100 http://bitbucket.org/pypy/lang-smalltalk/changeset/2b3b4d9fc7ae/ Log:changed the sequence of speical objects. now, nil should be first to be matched. If any later

[pypy-commit] lang-smalltalk default: changed widow flag value from None to -1, for jit-reasons

2013-02-25 Thread lwassermann
Author: Lars Wassermann lars.wasserm...@gmail.com Branch: Changeset: r98:16fe326abaa4 Date: 2013-02-25 16:21 +0100 http://bitbucket.org/pypy/lang-smalltalk/changeset/16fe326abaa4/ Log:changed widow flag value from None to -1, for jit-reasons diff --git a/spyvm/interpreter.py

[pypy-commit] lang-smalltalk default: added two test cases which fail with the closure-image

2013-02-25 Thread lwassermann
Author: Lars Wassermann lars.wasserm...@gmail.com Branch: Changeset: r99:584072599dfd Date: 2013-02-25 17:59 +0100 http://bitbucket.org/pypy/lang-smalltalk/changeset/584072599dfd/ Log:added two test cases which fail with the closure-image diff --git a/spyvm/test/test_bootstrappedimage.py

[pypy-commit] cffi library-module: explanatory comment

2013-02-25 Thread alex_gaynor
Author: Alex Gaynor alex.gay...@gmail.com Branch: library-module Changeset: r1169:a55ba8973dc5 Date: 2013-02-25 08:14 -0800 http://bitbucket.org/cffi/cffi/changeset/a55ba8973dc5/ Log:explanatory comment diff --git a/cffi/vengine_gen.py b/cffi/vengine_gen.py --- a/cffi/vengine_gen.py +++

[pypy-commit] cffi library-module: Make the library be a ModuleType subclass so that on PyPy it is optimized for the fact that the attribtues are generally never re-assigned.

2013-02-25 Thread alex_gaynor
Author: Alex Gaynor alex.gay...@gmail.com Branch: library-module Changeset: r1168:64a35d32512c Date: 2013-02-24 20:11 -0800 http://bitbucket.org/cffi/cffi/changeset/64a35d32512c/ Log:Make the library be a ModuleType subclass so that on PyPy it is optimized for the fact that the

[pypy-commit] cffi default: Merged in alex_gaynor/cffi/library-module (pull request #9)

2013-02-25 Thread fijal
Author: Maciej Fijalkowski fij...@gmail.com Branch: Changeset: r1170:60a2d2c57ca6 Date: 2013-02-25 19:19 +0200 http://bitbucket.org/cffi/cffi/changeset/60a2d2c57ca6/ Log:Merged in alex_gaynor/cffi/library-module (pull request #9) Make the library be a ModuleType subclass so that on

[pypy-commit] pypy stm-thread-2: Attempt again to fix stm_PtrEq().

2013-02-25 Thread arigo
Author: Armin Rigo ar...@tunes.org Branch: stm-thread-2 Changeset: r61766:3172187f8470 Date: 2013-02-25 18:58 +0100 http://bitbucket.org/pypy/pypy/changeset/3172187f8470/ Log:Attempt again to fix stm_PtrEq(). diff --git a/rpython/translator/stm/src_stm/et.c

[pypy-commit] pypy default: an attempt to improve string printing

2013-02-25 Thread fijal
Author: Maciej Fijalkowski fij...@gmail.com Branch: Changeset: r61767:5575406012fe Date: 2013-02-25 19:09 +0100 http://bitbucket.org/pypy/pypy/changeset/5575406012fe/ Log:an attempt to improve string printing diff --git a/pypy/tool/gdb_pypy.py b/pypy/tool/gdb_pypy.py ---

[pypy-commit] pypy py3k: 2to3

2013-02-25 Thread pjenvey
Author: Philip Jenvey pjen...@underboss.org Branch: py3k Changeset: r61769:da202b86b4e7 Date: 2013-02-25 11:08 -0800 http://bitbucket.org/pypy/pypy/changeset/da202b86b4e7/ Log:2to3 diff --git a/pypy/module/unicodedata/test/test_unicodedata.py

[pypy-commit] pypy py3k: substitute gc.getreferents for getrefcount (thanks fijal)

2013-02-25 Thread pjenvey
Author: Philip Jenvey pjen...@underboss.org Branch: py3k Changeset: r61770:c1f8ea45dc6a Date: 2013-02-25 11:33 -0800 http://bitbucket.org/pypy/pypy/changeset/c1f8ea45dc6a/ Log:substitute gc.getreferents for getrefcount (thanks fijal) diff --git a/lib-python/3.2/test/test_memoryview.py

[pypy-commit] pypy default: do not look for ids on chunks with no code

2013-02-25 Thread mattip
Author: Matti Picus matti.pi...@gmail.com Branch: Changeset: r61771:50adf669f221 Date: 2013-02-25 21:56 +0200 http://bitbucket.org/pypy/pypy/changeset/50adf669f221/ Log:do not look for ids on chunks with no code diff --git a/pypy/module/pypyjit/test_pypy_c/model.py

[pypy-commit] pypy refactor-translator: A branch to refactor/rewrite some parts of the RPython translator.

2013-02-25 Thread Manuel Jacob
Author: Manuel Jacob Branch: refactor-translator Changeset: r61772:ee9ec2e08c52 Date: 2013-02-25 14:19 +0100 http://bitbucket.org/pypy/pypy/changeset/ee9ec2e08c52/ Log:A branch to refactor/rewrite some parts of the RPython translator. ___

[pypy-commit] pypy refactor-translator: Cleanup.

2013-02-25 Thread Manuel Jacob
Author: Manuel Jacob Branch: refactor-translator Changeset: r61774:a99438ba2e6b Date: 2013-02-25 14:50 +0100 http://bitbucket.org/pypy/pypy/changeset/a99438ba2e6b/ Log:Cleanup. diff --git a/rpython/translator/driver.py b/rpython/translator/driver.py --- a/rpython/translator/driver.py +++

[pypy-commit] pypy refactor-translator: Expose tasks depending on configuration.

2013-02-25 Thread Manuel Jacob
Author: Manuel Jacob Branch: refactor-translator Changeset: r61773:6533418b7001 Date: 2013-02-25 14:48 +0100 http://bitbucket.org/pypy/pypy/changeset/6533418b7001/ Log:Expose tasks depending on configuration. diff --git a/rpython/translator/driver.py b/rpython/translator/driver.py ---

[pypy-commit] pypy refactor-translator: Fix interactive translator.

2013-02-25 Thread Manuel Jacob
Author: Manuel Jacob Branch: refactor-translator Changeset: r61775:318a8ed33733 Date: 2013-02-25 14:58 +0100 http://bitbucket.org/pypy/pypy/changeset/318a8ed33733/ Log:Fix interactive translator. diff --git a/rpython/translator/interactive.py b/rpython/translator/interactive.py ---

[pypy-commit] pypy refactor-translator: Temporary hack: remove separation of database_c and source_c.

2013-02-25 Thread Manuel Jacob
Author: Manuel Jacob Branch: refactor-translator Changeset: r61776:bd21a6d5a5a3 Date: 2013-02-25 15:20 +0100 http://bitbucket.org/pypy/pypy/changeset/bd21a6d5a5a3/ Log:Temporary hack: remove separation of database_c and source_c. diff --git a/rpython/translator/driver.py

[pypy-commit] pypy refactor-translator: Rename driver.exposed to driver._tasks to avoid confusion.

2013-02-25 Thread Manuel Jacob
Author: Manuel Jacob Branch: refactor-translator Changeset: r61777:aaf3e83b Date: 2013-02-25 15:23 +0100 http://bitbucket.org/pypy/pypy/changeset/aaf3e83b/ Log:Rename driver.exposed to driver._tasks to avoid confusion. diff --git a/rpython/translator/driver.py

[pypy-commit] pypy refactor-translator: Remove the concept of tasks having dependencies.

2013-02-25 Thread Manuel Jacob
Author: Manuel Jacob Branch: refactor-translator Changeset: r61778:18df3c1f21a4 Date: 2013-02-25 15:36 +0100 http://bitbucket.org/pypy/pypy/changeset/18df3c1f21a4/ Log:Remove the concept of tasks having dependencies. diff --git a/rpython/translator/driver.py b/rpython/translator/driver.py

[pypy-commit] pypy refactor-translator: Move backend tasks in its own class (only GenC for now).

2013-02-25 Thread Manuel Jacob
Author: Manuel Jacob Branch: refactor-translator Changeset: r61787:3bb9eb90286d Date: 2013-02-25 20:30 +0100 http://bitbucket.org/pypy/pypy/changeset/3bb9eb90286d/ Log:Move backend tasks in its own class (only GenC for now). diff --git a/rpython/translator/driver.py

[pypy-commit] pypy refactor-translator: Cleanup.

2013-02-25 Thread Manuel Jacob
Author: Manuel Jacob Branch: refactor-translator Changeset: r61779:be4da41d53e8 Date: 2013-02-25 15:41 +0100 http://bitbucket.org/pypy/pypy/changeset/be4da41d53e8/ Log:Cleanup. diff --git a/rpython/translator/driver.py b/rpython/translator/driver.py --- a/rpython/translator/driver.py +++

[pypy-commit] pypy refactor-translator: Remove SimpleTaskEngine and move remaining code into TranslationDriver.

2013-02-25 Thread Manuel Jacob
Author: Manuel Jacob Branch: refactor-translator Changeset: r61780:04ce742ce3b7 Date: 2013-02-25 15:46 +0100 http://bitbucket.org/pypy/pypy/changeset/04ce742ce3b7/ Log:Remove SimpleTaskEngine and move remaining code into TranslationDriver. diff --git a/rpython/translator/driver.py

[pypy-commit] pypy refactor-translator: Unify some *_lltype and *_ootype tasks.

2013-02-25 Thread Manuel Jacob
Author: Manuel Jacob Branch: refactor-translator Changeset: r61781:3ada9ee0aac8 Date: 2013-02-25 15:56 +0100 http://bitbucket.org/pypy/pypy/changeset/3ada9ee0aac8/ Log:Unify some *_lltype and *_ootype tasks. diff --git a/rpython/translator/driver.py b/rpython/translator/driver.py ---

[pypy-commit] pypy refactor-translator: Cleanup.

2013-02-25 Thread Manuel Jacob
Author: Manuel Jacob Branch: refactor-translator Changeset: r61782:d257d5992595 Date: 2013-02-25 16:25 +0100 http://bitbucket.org/pypy/pypy/changeset/d257d5992595/ Log:Cleanup. diff --git a/rpython/translator/driver.py b/rpython/translator/driver.py --- a/rpython/translator/driver.py +++

[pypy-commit] pypy refactor-translator: Replace cbuilder.generate_source(defines=cbuilder.DEBUG_DEFINES) with cbuilder.generate_source(debug_defines=True).

2013-02-25 Thread Manuel Jacob
Author: Manuel Jacob Branch: refactor-translator Changeset: r61783:37c2b24250ea Date: 2013-02-25 16:43 +0100 http://bitbucket.org/pypy/pypy/changeset/37c2b24250ea/ Log:Replace cbuilder.generate_source(defines=cbuilder.DEBUG_DEFINES) with cbuilder.generate_source(debug_defines=True).

[pypy-commit] pypy refactor-translator: Cleanup.

2013-02-25 Thread Manuel Jacob
Author: Manuel Jacob Branch: refactor-translator Changeset: r61784:edde9081e8e4 Date: 2013-02-25 19:24 +0100 http://bitbucket.org/pypy/pypy/changeset/edde9081e8e4/ Log:Cleanup. diff --git a/rpython/translator/driver.py b/rpython/translator/driver.py --- a/rpython/translator/driver.py +++

[pypy-commit] pypy refactor-translator: Temporary remove fork_before support. It's not tested at the moment anyway.

2013-02-25 Thread Manuel Jacob
Author: Manuel Jacob Branch: refactor-translator Changeset: r61785:81203db2cabe Date: 2013-02-25 19:47 +0100 http://bitbucket.org/pypy/pypy/changeset/81203db2cabe/ Log:Temporary remove fork_before support. It's not tested at the moment anyway. diff --git

[pypy-commit] pypy refactor-translator: Refactor.

2013-02-25 Thread Manuel Jacob
Author: Manuel Jacob Branch: refactor-translator Changeset: r61786:b26bc2316815 Date: 2013-02-25 20:01 +0100 http://bitbucket.org/pypy/pypy/changeset/b26bc2316815/ Log:Refactor. diff --git a/rpython/translator/driver.py b/rpython/translator/driver.py --- a/rpython/translator/driver.py +++

[pypy-commit] pypy refactor-translator: Kill all redundant task methods in Translation (eg. rtype_lltype, source_c) and the possibility to pass options to the remaining ones.

2013-02-25 Thread Manuel Jacob
Author: Manuel Jacob Branch: refactor-translator Changeset: r61788:d4dc8f3093c8 Date: 2013-02-25 20:45 +0100 http://bitbucket.org/pypy/pypy/changeset/d4dc8f3093c8/ Log:Kill all redundant task methods in Translation (eg. rtype_lltype, source_c) and the possibility to pass options to

[pypy-commit] pypy refactor-translator: Make Translation a factory method for TranslationDriver.

2013-02-25 Thread Manuel Jacob
Author: Manuel Jacob Branch: refactor-translator Changeset: r61790:37d1bea138cf Date: 2013-02-25 21:27 +0100 http://bitbucket.org/pypy/pypy/changeset/37d1bea138cf/ Log:Make Translation a factory method for TranslationDriver. diff --git a/rpython/translator/interactive.py

[pypy-commit] pypy refactor-translator: Remove pypy/goal/multibuild.py. It's undocumented and not working.

2013-02-25 Thread Manuel Jacob
Author: Manuel Jacob Branch: refactor-translator Changeset: r61791:1f028e3f1806 Date: 2013-02-25 21:46 +0100 http://bitbucket.org/pypy/pypy/changeset/1f028e3f1806/ Log:Remove pypy/goal/multibuild.py. It's undocumented and not working. diff --git a/pypy/goal/multibuild.py

[pypy-commit] pypy refactor-translator: Inline TranslationDriver.from_targetspec().

2013-02-25 Thread Manuel Jacob
Author: Manuel Jacob Branch: refactor-translator Changeset: r61792:c250ab7f7cea Date: 2013-02-25 22:15 +0100 http://bitbucket.org/pypy/pypy/changeset/c250ab7f7cea/ Log:Inline TranslationDriver.from_targetspec(). diff --git a/rpython/translator/driver.py b/rpython/translator/driver.py ---

[pypy-commit] pypy jitframe-on-heap: Fix for the case where nursery_cleanup is not an exact divisor of

2013-02-25 Thread arigo
Author: Armin Rigo ar...@tunes.org Branch: jitframe-on-heap Changeset: r61794:fd42d03450f8 Date: 2013-02-25 22:17 +0100 http://bitbucket.org/pypy/pypy/changeset/fd42d03450f8/ Log:Fix for the case where nursery_cleanup is not an exact divisor of nursery_size. diff --git

[pypy-commit] pypy default: Kill old script of unclear purpose, never used

2013-02-25 Thread arigo
Author: Armin Rigo ar...@tunes.org Branch: Changeset: r61795:06eb8c33df06 Date: 2013-02-25 22:05 +0100 http://bitbucket.org/pypy/pypy/changeset/06eb8c33df06/ Log:Kill old script of unclear purpose, never used diff --git a/pypy/goal/multibuild.py b/pypy/goal/multibuild.py deleted file mode

[pypy-commit] pypy jitframe-on-heap: Kill an unused field definition

2013-02-25 Thread arigo
Author: Armin Rigo ar...@tunes.org Branch: jitframe-on-heap Changeset: r61793:b172e3276b02 Date: 2013-02-25 22:10 +0100 http://bitbucket.org/pypy/pypy/changeset/b172e3276b02/ Log:Kill an unused field definition diff --git a/rpython/memory/gctransform/asmgcroot.py

[pypy-commit] pypy default: test, implement left, right shift for bool, update test_scalar to reflect added functions

2013-02-25 Thread mattip
Author: Matti Picus matti.pi...@gmail.com Branch: Changeset: r61801:99bdc2da85bd Date: 2013-02-25 23:49 +0200 http://bitbucket.org/pypy/pypy/changeset/99bdc2da85bd/ Log:test, implement left,right shift for bool, update test_scalar to reflect added functions diff --git

[pypy-commit] pypy numpy-unify-methods: document about-to-be-merged branch

2013-02-25 Thread mattip
Author: Matti Picus matti.pi...@gmail.com Branch: numpy-unify-methods Changeset: r61798:daae747268b1 Date: 2013-02-25 23:17 +0200 http://bitbucket.org/pypy/pypy/changeset/daae747268b1/ Log:document about-to-be-merged branch diff --git a/pypy/doc/whatsnew-head.rst b/pypy/doc/whatsnew-head.rst

[pypy-commit] pypy default: clean up, fix for -A with numpy

2013-02-25 Thread mattip
Author: Matti Picus matti.pi...@gmail.com Branch: Changeset: r61802:3e276f022ea4 Date: 2013-02-26 00:09 +0200 http://bitbucket.org/pypy/pypy/changeset/3e276f022ea4/ Log:clean up, fix for -A with numpy diff --git a/pypy/module/micronumpy/test/test_ufuncs.py

[pypy-commit] pypy numpy-unify-methods: close branch before merge

2013-02-25 Thread mattip
Author: Matti Picus matti.pi...@gmail.com Branch: numpy-unify-methods Changeset: r61799:01e4682ce898 Date: 2013-02-25 23:18 +0200 http://bitbucket.org/pypy/pypy/changeset/01e4682ce898/ Log:close branch before merge ___ pypy-commit mailing list

[pypy-commit] pypy default: merge numpy-unify-methods which checks that there exists an implementation or an exception for all single-arg ufuncs on all base numpypy dtypes, and implements the missing

2013-02-25 Thread mattip
Author: Matti Picus matti.pi...@gmail.com Branch: Changeset: r61800:f5a6f7eb7622 Date: 2013-02-25 23:20 +0200 http://bitbucket.org/pypy/pypy/changeset/f5a6f7eb7622/ Log:merge numpy-unify-methods which checks that there exists an implementation or an exception for all single-arg

[pypy-commit] pypy default: merge heads

2013-02-25 Thread mattip
Author: Matti Picus matti.pi...@gmail.com Branch: Changeset: r61803:28e14e2cba5a Date: 2013-02-26 00:10 +0200 http://bitbucket.org/pypy/pypy/changeset/28e14e2cba5a/ Log:merge heads diff --git a/pypy/goal/multibuild.py b/pypy/goal/multibuild.py deleted file mode 100644 ---

[pypy-commit] pypy default: clean up test_scalar

2013-02-25 Thread bdkearns
Author: Brian Kearns bdkea...@gmail.com Branch: Changeset: r61805:0a070be207fc Date: 2013-02-25 21:20 -0500 http://bitbucket.org/pypy/pypy/changeset/0a070be207fc/ Log:clean up test_scalar diff --git a/pypy/module/micronumpy/test/test_ufuncs.py b/pypy/module/micronumpy/test/test_ufuncs.py

[pypy-commit] pypy default: don't special case this for -A, we want to see when behavior differs

2013-02-25 Thread bdkearns
Author: Brian Kearns bdkea...@gmail.com Branch: Changeset: r61806:4229fcf77d6f Date: 2013-02-25 21:09 -0500 http://bitbucket.org/pypy/pypy/changeset/4229fcf77d6f/ Log:don't special case this for -A, we want to see when behavior differs diff --git a/pypy/module/micronumpy/test/test_ufuncs.py

[pypy-commit] pypy default: fix checkmodule (it was ignoring submodules)

2013-02-25 Thread bdkearns
Author: Brian Kearns bdkea...@gmail.com Branch: Changeset: r61808:f29a51d5611b Date: 2013-02-25 22:23 -0500 http://bitbucket.org/pypy/pypy/changeset/f29a51d5611b/ Log:fix checkmodule (it was ignoring submodules) diff --git a/pypy/objspace/fake/checkmodule.py

[pypy-commit] pypy default: test and fix gdb_pypy.to_string max length logic

2013-02-25 Thread bdkearns
Author: Brian Kearns bdkea...@gmail.com Branch: Changeset: r61809:1610b141ce75 Date: 2013-02-25 23:39 -0500 http://bitbucket.org/pypy/pypy/changeset/1610b141ce75/ Log:test and fix gdb_pypy.to_string max length logic diff --git a/pypy/tool/gdb_pypy.py b/pypy/tool/gdb_pypy.py ---

[pypy-commit] pypy default: fix translation

2013-02-25 Thread mattip
Author: Matti Picus matti.pi...@gmail.com Branch: Changeset: r61810:1ba981281500 Date: 2013-02-26 07:19 +0200 http://bitbucket.org/pypy/pypy/changeset/1ba981281500/ Log:fix translation diff --git a/pypy/module/micronumpy/types.py b/pypy/module/micronumpy/types.py ---

[pypy-commit] pypy default: lets try this instead, simpler

2013-02-25 Thread bdkearns
Author: Brian Kearns bdkea...@gmail.com Branch: Changeset: r61811:eff360783265 Date: 2013-02-26 00:23 -0500 http://bitbucket.org/pypy/pypy/changeset/eff360783265/ Log:lets try this instead, simpler diff --git a/pypy/module/micronumpy/types.py b/pypy/module/micronumpy/types.py ---