[pypy-commit] pypy py3k: Port the generator applevel tests to py3k

2012-01-21 Thread rguillebert
Author: Romain Guillebert Branch: py3k Changeset: r51560:328a6033f00a Date: 2012-01-21 10:25 +0100 http://bitbucket.org/pypy/pypy/changeset/328a6033f00a/ Log:Port the generator applevel tests to py3k diff --git a/pypy/interpreter/test/test_generator.py b/pypy/interpreter/test/test_generator

[pypy-commit] pypy default: Fix a complexity bug: if 'b' is a large bytearray,

2012-01-21 Thread arigo
Author: Armin Rigo Branch: Changeset: r51561:a9118db9d0bc Date: 2012-01-21 10:41 +0100 http://bitbucket.org/pypy/pypy/changeset/a9118db9d0bc/ Log:Fix a complexity bug: if 'b' is a large bytearray, b[small_slice] = small_string used to take a time proportional to how long t

[pypy-commit] pypy py3k: Some applevel code porting for test_interpreter

2012-01-21 Thread rguillebert
Author: Romain Guillebert Branch: py3k Changeset: r51562:76974f372468 Date: 2012-01-21 10:48 +0100 http://bitbucket.org/pypy/pypy/changeset/76974f372468/ Log:Some applevel code porting for test_interpreter diff --git a/pypy/interpreter/test/test_interpreter.py b/pypy/interpreter/test/test_i

[pypy-commit] pypy py3k: Port test_signal's applevel tests to py3k

2012-01-21 Thread rguillebert
Author: Romain Guillebert Branch: py3k Changeset: r51563:538110d792c0 Date: 2012-01-21 11:13 +0100 http://bitbucket.org/pypy/pypy/changeset/538110d792c0/ Log:Port test_signal's applevel tests to py3k diff --git a/pypy/module/signal/test/test_signal.py b/pypy/module/signal/test/test_signal.p

[pypy-commit] pypy default: lists have the same performance issue as bytearray objects. Fix.

2012-01-21 Thread arigo
Author: Armin Rigo Branch: Changeset: r51564:5c3a4d558079 Date: 2012-01-21 11:18 +0100 http://bitbucket.org/pypy/pypy/changeset/5c3a4d558079/ Log:lists have the same performance issue as bytearray objects. Fix. diff --git a/pypy/objspace/std/listobject.py b/pypy/objspace/std/listobject.py -

[pypy-commit] extradoc extradoc: planning for today

2012-01-21 Thread bivab
Author: David Schneider Branch: extradoc Changeset: r4048:e398e08fdd6b Date: 2012-01-21 11:21 +0100 http://bitbucket.org/pypy/extradoc/changeset/e398e08fdd6b/ Log:planning for today diff --git a/sprintinfo/leysin-winter-2012/planning.txt b/sprintinfo/leysin-winter-2012/planning.txt --- a/sp

[pypy-commit] pypy default: Special-case in RPython the case of "x ** 2.0".

2012-01-21 Thread arigo
Author: Armin Rigo Branch: Changeset: r51565:c5d041657831 Date: 2012-01-21 11:37 +0100 http://bitbucket.org/pypy/pypy/changeset/c5d041657831/ Log:Special-case in RPython the case of "x ** 2.0". diff --git a/pypy/rpython/lltypesystem/module/ll_math.py b/pypy/rpython/lltypesystem/module/ll_m

[pypy-commit] pypy default: Disable the error about "pypy translate.py" overwriting the same "pypy"

2012-01-21 Thread arigo
Author: Armin Rigo Branch: Changeset: r51566:75795d0a00d2 Date: 2012-01-21 12:33 +0100 http://bitbucket.org/pypy/pypy/changeset/75795d0a00d2/ Log:Disable the error about "pypy translate.py" overwriting the same "pypy" if we are actually only running it partly, e.g. "pypy --an

[pypy-commit] pypy default: add a few asserts, propagate axis where it works

2012-01-21 Thread fijal
Author: Maciej Fijalkowski Branch: Changeset: r51567:5a6305c3c894 Date: 2012-01-21 13:58 +0200 http://bitbucket.org/pypy/pypy/changeset/5a6305c3c894/ Log:add a few asserts, propagate axis where it works diff --git a/lib_pypy/numpypy/core/fromnumeric.py b/lib_pypy/numpypy/core/fromnumeric.p

[pypy-commit] pypy default: merge

2012-01-21 Thread fijal
Author: Maciej Fijalkowski Branch: Changeset: r51568:6a0c4cca12c4 Date: 2012-01-21 14:11 +0200 http://bitbucket.org/pypy/pypy/changeset/6a0c4cca12c4/ Log:merge diff --git a/pypy/translator/goal/translate.py b/pypy/translator/goal/translate.py --- a/pypy/translator/goal/translate.py +++ b/p

[pypy-commit] pypy py3k: pyrepl has a lot of SyntaxErrors at the moment.

2012-01-21 Thread amauryfa
Author: Amaury Forgeot d'Arc Branch: py3k Changeset: r51570:e613284ce7f5 Date: 2012-01-21 11:22 +0100 http://bitbucket.org/pypy/pypy/changeset/e613284ce7f5/ Log:pyrepl has a lot of SyntaxErrors at the moment. gracefully raise an ImportError in readline.py diff --git a/lib_pypy/readli

[pypy-commit] pypy py3k: Fix translation

2012-01-21 Thread amauryfa
Author: Amaury Forgeot d'Arc Branch: py3k Changeset: r51572:a718c93124eb Date: 2012-01-21 12:47 +0100 http://bitbucket.org/pypy/pypy/changeset/a718c93124eb/ Log:Fix translation diff --git a/pypy/interpreter/argument.py b/pypy/interpreter/argument.py --- a/pypy/interpreter/argument.py +++ b/p

[pypy-commit] pypy arm-backend-2: off by one error when extracting call arguments in guard_call_xxx operations

2012-01-21 Thread bivab
Author: David Schneider Branch: arm-backend-2 Changeset: r51573:ce782a82bacb Date: 2012-01-21 12:13 +0100 http://bitbucket.org/pypy/pypy/changeset/ce782a82bacb/ Log:off by one error when extracting call arguments in guard_call_xxx operations diff --git a/pypy/jit/backend/arm/opassemb

[pypy-commit] pypy arm-backend-2: merge default

2012-01-21 Thread bivab
Author: David Schneider Branch: arm-backend-2 Changeset: r51574:f81818811f73 Date: 2012-01-21 12:32 +0100 http://bitbucket.org/pypy/pypy/changeset/f81818811f73/ Log:merge default diff --git a/pypy/doc/translation.rst b/pypy/doc/translation.rst --- a/pypy/doc/translation.rst +++ b/pypy/doc/tr

[pypy-commit] pypy numpy-back-to-applevel: start working on a branch that moves back stuff from interp-level to app-level

2012-01-21 Thread fijal
Author: Maciej Fijalkowski Branch: numpy-back-to-applevel Changeset: r51575:78fdc8d84157 Date: 2012-01-21 15:10 +0200 http://bitbucket.org/pypy/pypy/changeset/78fdc8d84157/ Log:start working on a branch that moves back stuff from interp-level to app-level diff --git a/pypy/module/mic

[pypy-commit] pypy numpy-back-to-applevel: add count_reduce_numbers

2012-01-21 Thread fijal
Author: Maciej Fijalkowski Branch: numpy-back-to-applevel Changeset: r51576:f53826f6f84a Date: 2012-01-21 15:33 +0200 http://bitbucket.org/pypy/pypy/changeset/f53826f6f84a/ Log:add count_reduce_numbers diff --git a/pypy/module/micronumpy/__init__.py b/pypy/module/micronumpy/__init__.py ---

[pypy-commit] pypy numpy-back-to-applevel: Add missing files, to progress, we need out attribute (Which is pointless

2012-01-21 Thread fijal
Author: Maciej Fijalkowski Branch: numpy-back-to-applevel Changeset: r51577:1ff91b2e045c Date: 2012-01-21 15:41 +0200 http://bitbucket.org/pypy/pypy/changeset/1ff91b2e045c/ Log:Add missing files, to progress, we need out attribute (Which is pointless on pypy btw) diff --git a/lib_pyp

[pypy-commit] pypy numpy-back-to-applevel: rebinding is a bit harmful for now. Let's not do it

2012-01-21 Thread fijal
Author: Maciej Fijalkowski Branch: numpy-back-to-applevel Changeset: r51578:d6c604a0 Date: 2012-01-21 15:48 +0200 http://bitbucket.org/pypy/pypy/changeset/d6c604a0/ Log:rebinding is a bit harmful for now. Let's not do it diff --git a/lib_pypy/numpypy/core/_methods.py b/lib_pypy/nump

[pypy-commit] pypy numpy-back-to-applevel: change rebindings, nonsense

2012-01-21 Thread fijal
Author: Maciej Fijalkowski Branch: numpy-back-to-applevel Changeset: r51579:ac6129336b42 Date: 2012-01-21 15:51 +0200 http://bitbucket.org/pypy/pypy/changeset/ac6129336b42/ Log:change rebindings, nonsense diff --git a/lib_pypy/numpypy/core/_methods.py b/lib_pypy/numpypy/core/_methods.py ---

[pypy-commit] pypy py3k: Add a test for keyword-only arguments

2012-01-21 Thread rguillebert
Author: Romain Guillebert Branch: py3k Changeset: r51581:39eb4a258003 Date: 2012-01-21 15:53 +0100 http://bitbucket.org/pypy/pypy/changeset/39eb4a258003/ Log:Add a test for keyword-only arguments diff --git a/pypy/interpreter/astcompiler/test/test_compiler.py b/pypy/interpreter/astcompiler/

[pypy-commit] pypy py3k: Start to port test_itertools' apptests to py3k

2012-01-21 Thread rguillebert
Author: Romain Guillebert Branch: py3k Changeset: r51580:250aef313572 Date: 2012-01-21 15:51 +0100 http://bitbucket.org/pypy/pypy/changeset/250aef313572/ Log:Start to port test_itertools' apptests to py3k diff --git a/pypy/module/itertools/test/test_itertools.py b/pypy/module/itertools/test

[pypy-commit] pypy numpy-back-to-applevel: shuffle stuff around

2012-01-21 Thread fijal
Author: Maciej Fijalkowski Branch: numpy-back-to-applevel Changeset: r51582:b31c0d563d03 Date: 2012-01-21 18:02 +0200 http://bitbucket.org/pypy/pypy/changeset/b31c0d563d03/ Log:shuffle stuff around diff --git a/pypy/module/micronumpy/interp_numarray.py b/pypy/module/micronumpy/interp_numarr

[pypy-commit] [OPEN] Pull request #21 for pypy/pypy: datetime.py fix for issue972, with unit test

2012-01-21 Thread Bitbucket
Pull request #21 has been updated by David Ripton to include new changes. https://bitbucket.org/pypy/pypy/pull-request/21/datetimepy-fix-for-issue972-with-unit-test Title: datetime.py fix for issue972, with unit test Creator: David Ripton Copying utcfromtimestamp from the CPython3.2 version of

[pypy-commit] [OPEN] Pull request #21 for pypy/pypy: datetime.py fix for issue972, with unit test

2012-01-21 Thread Bitbucket
Pull request #21 has been updated by David Ripton to include new changes. https://bitbucket.org/pypy/pypy/pull-request/21/datetimepy-fix-for-issue972-with-unit-test Title: datetime.py fix for issue972, with unit test Creator: David Ripton Copying utcfromtimestamp from the CPython3.2 version of

[pypy-commit] pypy default: Copy function utcfromtimestamp from CPython 3.2's datetime.py

2012-01-21 Thread dripton
Author: David Ripton Branch: Changeset: r51584:235d8b8434a8 Date: 2012-01-18 20:07 -0500 http://bitbucket.org/pypy/pypy/changeset/235d8b8434a8/ Log:Copy function utcfromtimestamp from CPython 3.2's datetime.py Fixes issue972, which was caused by rounding differences between

[pypy-commit] [ACCEPTED] Pull request #21 for pypy/pypy: datetime.py fix for issue972, with unit test

2012-01-21 Thread Bitbucket
Pull request #21 has been accepted by Maciej Fijalkowski. Changes in dripton/pypy have been pulled into pypy/pypy. https://bitbucket.org/pypy/pypy/pull-request/21/datetimepy-fix-for-issue972-with-unit-test -- This is an issue notification from bitbucket.org. You are receiving this either because

[pypy-commit] pypy default: Add a test to prove that datetime issue972 (and dupe issue986) are fixed.

2012-01-21 Thread dripton
Author: David Ripton Branch: Changeset: r51585:07e667cb75a4 Date: 2012-01-21 11:01 -0500 http://bitbucket.org/pypy/pypy/changeset/07e667cb75a4/ Log:Add a test to prove that datetime issue972 (and dupe issue986) are fixed. diff --git a/pypy/module/test_lib_pypy/test_datetime.py b/py

[pypy-commit] pypy default: Clean up os.environ["TZ"] when we're done, in case other tests follow.

2012-01-21 Thread dripton
Author: David Ripton Branch: Changeset: r51586:eeedeffe6525 Date: 2012-01-21 11:13 -0500 http://bitbucket.org/pypy/pypy/changeset/eeedeffe6525/ Log:Clean up os.environ["TZ"] when we're done, in case other tests follow. diff --git a/pypy/module/test_lib_pypy/test_datetime.py b/pypy/

[pypy-commit] pypy pytest: resuffle the code in pypy/test_all.py, so a ./pytest.py run will not confuse at collection time

2012-01-21 Thread RonnyPfannschmidt
Author: Ronny Pfannschmidt Branch: pytest Changeset: r51588:8237f969655e Date: 2012-01-21 17:23 +0100 http://bitbucket.org/pypy/pypy/changeset/8237f969655e/ Log:resuffle the code in pypy/test_all.py, so a ./pytest.py run will not confuse at collection time diff --git a/pypy/test_all.

[pypy-commit] pypy pytest: switch pytest.ini over new option name

2012-01-21 Thread RonnyPfannschmidt
Author: Ronny Pfannschmidt Branch: pytest Changeset: r51589:e17af4cf9825 Date: 2012-01-21 17:33 +0100 http://bitbucket.org/pypy/pypy/changeset/e17af4cf9825/ Log:switch pytest.ini over new option name diff --git a/pypy/pytest.ini b/pypy/pytest.ini --- a/pypy/pytest.ini +++ b/pypy/pytest.ini @

[pypy-commit] pypy pytest: add 2 missing __init__.py files so those test files can be discovered correctly

2012-01-21 Thread RonnyPfannschmidt
Author: Ronny Pfannschmidt Branch: pytest Changeset: r51590:5a86baac8343 Date: 2012-01-21 17:39 +0100 http://bitbucket.org/pypy/pypy/changeset/5a86baac8343/ Log:add 2 missing __init__.py files so those test files can be discovered correctly diff --git a/pypy/module/pyexpat/test/__ini

[pypy-commit] pypy stm: Adding a libitm wrapper. Not used so far, and crashes anyway

2012-01-21 Thread arigo
Author: Armin Rigo Branch: stm Changeset: r51591:bee9a6779dd0 Date: 2012-01-21 17:56 +0100 http://bitbucket.org/pypy/pypy/changeset/bee9a6779dd0/ Log:Adding a libitm wrapper. Not used so far, and crashes anyway because libitm doesn't expect _ITM_RU?() calls when not in a trans

[pypy-commit] pypy default: Implement numpypy.ndarray.flatten

2012-01-21 Thread alex_gaynor
Author: Alex Gaynor Branch: Changeset: r51592:6eb004a15a12 Date: 2012-01-21 11:02 -0600 http://bitbucket.org/pypy/pypy/changeset/6eb004a15a12/ Log:Implement numpypy.ndarray.flatten diff --git a/pypy/module/micronumpy/interp_numarray.py b/pypy/module/micronumpy/interp_numarray.py --- a/pypy

[pypy-commit] pypy default: A failing test for flatten

2012-01-21 Thread alex_gaynor
Author: Alex Gaynor Branch: Changeset: r51593:637b4cfa4f65 Date: 2012-01-21 11:13 -0600 http://bitbucket.org/pypy/pypy/changeset/637b4cfa4f65/ Log:A failing test for flatten diff --git a/pypy/module/micronumpy/test/test_numarray.py b/pypy/module/micronumpy/test/test_numarray.py --- a/pypy/

[pypy-commit] pypy default: Special-case for "complex ** 2" too.

2012-01-21 Thread arigo
Author: Armin Rigo Branch: Changeset: r51594:76e23aa1ef63 Date: 2012-01-21 18:28 +0100 http://bitbucket.org/pypy/pypy/changeset/76e23aa1ef63/ Log:Special-case for "complex ** 2" too. diff --git a/pypy/objspace/std/complexobject.py b/pypy/objspace/std/complexobject.py --- a/pypy/objspace/st

[pypy-commit] pypy default: Fix for flatten() with certain types of arrays.

2012-01-21 Thread alex_gaynor
Author: Alex Gaynor Branch: Changeset: r51595:fe8a844cd0d0 Date: 2012-01-21 11:30 -0600 http://bitbucket.org/pypy/pypy/changeset/fe8a844cd0d0/ Log:Fix for flatten() with certain types of arrays. diff --git a/pypy/module/micronumpy/interp_numarray.py b/pypy/module/micronumpy/interp_numarray

[pypy-commit] pypy default: merged upstream

2012-01-21 Thread alex_gaynor
Author: Alex Gaynor Branch: Changeset: r51596:1ebae6842fb2 Date: 2012-01-21 11:33 -0600 http://bitbucket.org/pypy/pypy/changeset/1ebae6842fb2/ Log:merged upstream diff --git a/pypy/objspace/std/complexobject.py b/pypy/objspace/std/complexobject.py --- a/pypy/objspace/std/complexobject.py +

[pypy-commit] pypy numpy-back-to-applevel: add true divide

2012-01-21 Thread fijal
Author: Maciej Fijalkowski Branch: numpy-back-to-applevel Changeset: r51597:a045db574996 Date: 2012-01-21 18:31 +0200 http://bitbucket.org/pypy/pypy/changeset/a045db574996/ Log:add true divide diff --git a/pypy/module/micronumpy/__init__.py b/pypy/module/micronumpy/__init__.py --- a/pypy/mo

[pypy-commit] pypy numpy-back-to-applevel: implement keepdims=True

2012-01-21 Thread fijal
Author: Maciej Fijalkowski Branch: numpy-back-to-applevel Changeset: r51598:0fcad0cba011 Date: 2012-01-21 19:34 +0200 http://bitbucket.org/pypy/pypy/changeset/0fcad0cba011/ Log:implement keepdims=True diff --git a/pypy/module/micronumpy/interp_iter.py b/pypy/module/micronumpy/interp_iter.py

[pypy-commit] extradoc extradoc: note that .T is forcing arrays

2012-01-21 Thread alex_gaynor
Author: Alex Gaynor Branch: extradoc Changeset: r4049:dcdfbead3f5f Date: 2012-01-21 11:40 -0600 http://bitbucket.org/pypy/extradoc/changeset/dcdfbead3f5f/ Log:note that .T is forcing arrays diff --git a/planning/micronumpy.txt b/planning/micronumpy.txt --- a/planning/micronumpy.txt +++ b/pla

[pypy-commit] pypy numpy-back-to-applevel: a bit of shuffling until all the tests pass

2012-01-21 Thread fijal
Author: Maciej Fijalkowski Branch: numpy-back-to-applevel Changeset: r51599:890ac4e99e93 Date: 2012-01-21 19:50 +0200 http://bitbucket.org/pypy/pypy/changeset/890ac4e99e93/ Log:a bit of shuffling until all the tests pass diff --git a/pypy/module/micronumpy/interp_numarray.py b/pypy/module/m

[pypy-commit] pypy numpy-back-to-applevel: fix one more test

2012-01-21 Thread fijal
Author: Maciej Fijalkowski Branch: numpy-back-to-applevel Changeset: r51600:92d15f3d3e45 Date: 2012-01-21 19:51 +0200 http://bitbucket.org/pypy/pypy/changeset/92d15f3d3e45/ Log:fix one more test diff --git a/pypy/module/micronumpy/test/test_ufuncs.py b/pypy/module/micronumpy/test/test_ufunc

[pypy-commit] pypy numpy-back-to-applevel: translation fix for test zjit

2012-01-21 Thread fijal
Author: Maciej Fijalkowski Branch: numpy-back-to-applevel Changeset: r51601:220d6c657b35 Date: 2012-01-21 19:55 +0200 http://bitbucket.org/pypy/pypy/changeset/220d6c657b35/ Log:translation fix for test zjit diff --git a/pypy/module/micronumpy/compile.py b/pypy/module/micronumpy/compile.py -

[pypy-commit] pypy pytest: teach testsupport tests about reports now coming in unconditionally

2012-01-21 Thread RonnyPfannschmidt
Author: Ronny Pfannschmidt Branch: pytest Changeset: r51602:ab8337ed12e8 Date: 2012-01-21 18:59 +0100 http://bitbucket.org/pypy/pypy/changeset/ab8337ed12e8/ Log:teach testsupport tests about reports now coming in unconditionally diff --git a/pypy/tool/pytest/test/test_pytestsupport.py b/pyp

[pypy-commit] pypy numpy-back-to-applevel: implement copy kwarg

2012-01-21 Thread fijal
Author: Maciej Fijalkowski Branch: numpy-back-to-applevel Changeset: r51603:cc80fb4d3ab9 Date: 2012-01-21 20:23 +0200 http://bitbucket.org/pypy/pypy/changeset/cc80fb4d3ab9/ Log:implement copy kwarg diff --git a/pypy/module/micronumpy/interp_numarray.py b/pypy/module/micronumpy/interp_numarr

[pypy-commit] pypy numpy-back-to-applevel: merged default

2012-01-21 Thread alex_gaynor
Author: Alex Gaynor Branch: numpy-back-to-applevel Changeset: r51604:f49b248ef393 Date: 2012-01-21 11:57 -0600 http://bitbucket.org/pypy/pypy/changeset/f49b248ef393/ Log:merged default diff --git a/lib_pypy/datetime.py b/lib_pypy/datetime.py --- a/lib_pypy/datetime.py +++ b/lib_pypy/datetime

[pypy-commit] pypy numpy-back-to-applevel: merged upstream

2012-01-21 Thread alex_gaynor
Author: Alex Gaynor Branch: numpy-back-to-applevel Changeset: r51605:8b5bfccf07e6 Date: 2012-01-21 12:56 -0600 http://bitbucket.org/pypy/pypy/changeset/8b5bfccf07e6/ Log:merged upstream diff --git a/pypy/module/micronumpy/interp_numarray.py b/pypy/module/micronumpy/interp_numarray.py --- a/

[pypy-commit] pypy numpy-back-to-applevel: import var/std, figure out extra kwargs for reduce

2012-01-21 Thread fijal
Author: Maciej Fijalkowski Branch: numpy-back-to-applevel Changeset: r51606:1c6f3a721515 Date: 2012-01-21 21:02 +0200 http://bitbucket.org/pypy/pypy/changeset/1c6f3a721515/ Log:import var/std, figure out extra kwargs for reduce diff --git a/lib_pypy/numpypy/core/_methods.py b/lib_pypy/numpy

[pypy-commit] pypy numpy-back-to-applevel: merge

2012-01-21 Thread fijal
Author: Maciej Fijalkowski Branch: numpy-back-to-applevel Changeset: r51607:33707327eb21 Date: 2012-01-21 21:11 +0200 http://bitbucket.org/pypy/pypy/changeset/33707327eb21/ Log:merge diff --git a/lib_pypy/datetime.py b/lib_pypy/datetime.py --- a/lib_pypy/datetime.py +++ b/lib_pypy/datetime.p

[pypy-commit] pypy numpy-back-to-applevel: Make dict.pop RPython.

2012-01-21 Thread alex_gaynor
Author: Alex Gaynor Branch: numpy-back-to-applevel Changeset: r51608:81d4c62723ed Date: 2012-01-21 13:48 -0600 http://bitbucket.org/pypy/pypy/changeset/81d4c62723ed/ Log:Make dict.pop RPython. diff --git a/pypy/annotation/unaryop.py b/pypy/annotation/unaryop.py --- a/pypy/annotation/unaryop.

[pypy-commit] pypy pytest: use funcargs in the testrunner test to ease having recoverable output

2012-01-21 Thread RonnyPfannschmidt
Author: Ronny Pfannschmidt Branch: pytest Changeset: r51609:a696d22b84c6 Date: 2012-01-21 20:08 +0100 http://bitbucket.org/pypy/pypy/changeset/a696d22b84c6/ Log:use funcargs in the testrunner test to ease having recoverable output diff --git a/testrunner/test/conftest.py b/testrunner

[pypy-commit] pypy pytest: fix the remaining testrunner issues

2012-01-21 Thread RonnyPfannschmidt
Author: Ronny Pfannschmidt Branch: pytest Changeset: r51610:d423bf345f99 Date: 2012-01-21 21:39 +0100 http://bitbucket.org/pypy/pypy/changeset/d423bf345f99/ Log:fix the remaining testrunner issues diff --git a/testrunner/test/test_runner.py b/testrunner/test/test_runner.py --- a/testrunner/t

[pypy-commit] pypy py3k: Move the kwonly arguments test to the interpreter

2012-01-21 Thread rguillebert
Author: Romain Guillebert Branch: py3k Changeset: r51611:31e2e6510fba Date: 2012-01-21 22:58 +0100 http://bitbucket.org/pypy/pypy/changeset/31e2e6510fba/ Log:Move the kwonly arguments test to the interpreter diff --git a/pypy/interpreter/astcompiler/test/test_compiler.py b/pypy/interpreter/

[pypy-commit] pypy numpy-back-to-applevel: start adding necessary things for using applevel __str__ and __repr__

2012-01-21 Thread fijal
Author: Maciej Fijalkowski Branch: numpy-back-to-applevel Changeset: r51612:616ba3da7de7 Date: 2012-01-21 21:46 +0200 http://bitbucket.org/pypy/pypy/changeset/616ba3da7de7/ Log:start adding necessary things for using applevel __str__ and __repr__ diff --git a/lib_pypy/numpypy/core/__

[pypy-commit] pypy numpy-back-to-applevel: Start working towards ravel and applevel array_string, nothing works!

2012-01-21 Thread fijal
Author: Maciej Fijalkowski Branch: numpy-back-to-applevel Changeset: r51613:eb5dcdf724f3 Date: 2012-01-21 22:44 +0200 http://bitbucket.org/pypy/pypy/changeset/eb5dcdf724f3/ Log:Start working towards ravel and applevel array_string, nothing works! diff --git a/lib_pypy/numpypy/core/fr

[pypy-commit] pypy numpy-back-to-applevel: merge

2012-01-21 Thread fijal
Author: Maciej Fijalkowski Branch: numpy-back-to-applevel Changeset: r51614:da00788e9d17 Date: 2012-01-22 00:10 +0200 http://bitbucket.org/pypy/pypy/changeset/da00788e9d17/ Log:merge diff --git a/pypy/annotation/unaryop.py b/pypy/annotation/unaryop.py --- a/pypy/annotation/unaryop.py +++ b/p

[pypy-commit] extradoc extradoc: english and a conclusion

2012-01-21 Thread alex_gaynor
Author: Alex Gaynor Branch: extradoc Changeset: r4050:1b7919a194e1 Date: 2012-01-21 16:16 -0600 http://bitbucket.org/pypy/extradoc/changeset/1b7919a194e1/ Log:english and a conclusion diff --git a/blog/draft/pypy-2011.rst b/blog/draft/pypy-2011.rst --- a/blog/draft/pypy-2011.rst +++ b/blog/d

[pypy-commit] pypy default: Slowly merge datetime.py from upstream: don't use "private" attributes.

2012-01-21 Thread amauryfa
Author: Amaury Forgeot d'Arc Branch: Changeset: r51616:5aa09e8483d3 Date: 2012-01-18 23:04 +0100 http://bitbucket.org/pypy/pypy/changeset/5aa09e8483d3/ Log:Slowly merge datetime.py from upstream: don't use "private" attributes. diff --git a/lib_pypy/datetime.py b/lib_pypy/datetime.p

[pypy-commit] pypy merge-2.7.2: A branch to merge CPython 2.7.2

2012-01-21 Thread amauryfa
Author: Amaury Forgeot d'Arc Branch: merge-2.7.2 Changeset: r51617:37357d7dabda Date: 2012-01-21 23:25 +0100 http://bitbucket.org/pypy/pypy/changeset/37357d7dabda/ Log:A branch to merge CPython 2.7.2 ___ pypy-commit mailing list pypy-commit@python.

[pypy-commit] pypy default: Cosmetic changes in datetime.py, to reduce differences with the version in CPython 3.2

2012-01-21 Thread amauryfa
Author: Amaury Forgeot d'Arc Branch: Changeset: r51615:c5fa49a9207e Date: 2012-01-18 22:38 +0100 http://bitbucket.org/pypy/pypy/changeset/c5fa49a9207e/ Log:Cosmetic changes in datetime.py, to reduce differences with the version in CPython 3.2 diff --git a/lib_pypy/datetime.py b/lib_

[pypy-commit] pypy matrixmath-dot: remvoe debug cruft

2012-01-21 Thread mattip
Author: mattip Branch: matrixmath-dot Changeset: r51618:a8252a946ad8 Date: 2012-01-21 20:01 +0200 http://bitbucket.org/pypy/pypy/changeset/a8252a946ad8/ Log:remvoe debug cruft diff --git a/pypy/module/micronumpy/dot.py b/pypy/module/micronumpy/dot.py --- a/pypy/module/micronumpy/dot.py +++ b/

[pypy-commit] pypy numppy-flatitter: need to rethink getitem, setitem

2012-01-21 Thread mattip
Author: mattip Branch: numppy-flatitter Changeset: r51619:aa7917ad8e16 Date: 2012-01-21 23:14 +0200 http://bitbucket.org/pypy/pypy/changeset/aa7917ad8e16/ Log:need to rethink getitem, setitem diff --git a/pypy/module/micronumpy/interp_numarray.py b/pypy/module/micronumpy/interp_numarray.py -

[pypy-commit] pypy numpypy-shape-bug: add failing setshape test, fix for test

2012-01-21 Thread mattip
Author: mattip Branch: numpypy-shape-bug Changeset: r51621:e11082ff75b9 Date: 2012-01-22 01:50 +0200 http://bitbucket.org/pypy/pypy/changeset/e11082ff75b9/ Log:add failing setshape test, fix for test diff --git a/pypy/module/micronumpy/interp_numarray.py b/pypy/module/micronumpy/interp_numar

[pypy-commit] pypy matrixmath-dot: fix bad test

2012-01-21 Thread mattip
Author: mattip Branch: matrixmath-dot Changeset: r51620:0125f74ace80 Date: 2012-01-22 01:17 +0200 http://bitbucket.org/pypy/pypy/changeset/0125f74ace80/ Log:fix bad test diff --git a/pypy/module/micronumpy/dot.py b/pypy/module/micronumpy/dot.py --- a/pypy/module/micronumpy/dot.py +++ b/pypy/m