[pypy-commit] pypy streamio-bufinput: Close branch streamio-bufinput

2011-08-26 Thread justinpeel
Author: Justin Peel Branch: streamio-bufinput Changeset: r46811:8fdf2fce29ea Date: 2011-08-27 00:57 -0600 http://bitbucket.org/pypy/pypy/changeset/8fdf2fce29ea/ Log:Close branch streamio-bufinput ___ pypy-commit mailing list pypy-commit@python.org

[pypy-commit] pypy streamio-bufinput: merge in default

2011-08-26 Thread justinpeel
Author: Justin Peel Branch: streamio-bufinput Changeset: r46810:151a20159ae6 Date: 2011-08-27 00:55 -0600 http://bitbucket.org/pypy/pypy/changeset/151a20159ae6/ Log:merge in default diff --git a/ctypes_configure/configure.py b/ctypes_configure/configure.py --- a/ctypes_configure/configure.py

[pypy-commit] pypy streamio-bufinput: added back in whence=2 code for when seek isn't implemented adapted to new buffering system. all streamio tests passed.

2011-08-26 Thread justinpeel
Author: Justin Peel Branch: streamio-bufinput Changeset: r46809:5375c356fe0c Date: 2011-08-26 23:39 -0600 http://bitbucket.org/pypy/pypy/changeset/5375c356fe0c/ Log:added back in whence=2 code for when seek isn't implemented adapted to new buffering system. all streamio tests passed.

[pypy-commit] pypy numpy-dtype-alt: 32 bit fixes for the tests.

2011-08-26 Thread alex_gaynor
Author: Alex Gaynor Branch: numpy-dtype-alt Changeset: r46808:b8865963c702 Date: 2011-08-27 00:52 -0400 http://bitbucket.org/pypy/pypy/changeset/b8865963c702/ Log:32 bit fixes for the tests. diff --git a/pypy/module/micronumpy/test/test_dtypes.py b/pypy/module/micronumpy/test/test_dtypes.py

[pypy-commit] pypy faster-nested-scopes: nonsense, nonsense. this needs to go to the celldict-versions branch :-(

2011-08-26 Thread cfbolz
Author: Carl Friedrich Bolz Branch: faster-nested-scopes Changeset: r46807:eb646b011bee Date: 2011-08-26 23:30 +0200 http://bitbucket.org/pypy/pypy/changeset/eb646b011bee/ Log:nonsense, nonsense. this needs to go to the celldict-versions branch :-( diff --git a/pypy/module/pypyjit/te

[pypy-commit] pypy faster-nested-scopes: fix tests. no clue where the extra arraylen comes from?

2011-08-26 Thread cfbolz
Author: Carl Friedrich Bolz Branch: faster-nested-scopes Changeset: r46806:77b0daebad60 Date: 2011-08-26 23:25 +0200 http://bitbucket.org/pypy/pypy/changeset/77b0daebad60/ Log:fix tests. no clue where the extra arraylen comes from? diff --git a/pypy/module/pypyjit/test_pypy_c/test_call.py b

[pypy-commit] pypy ppc-jit-backend: Implement emit_setfield_raw, emit_getfield_raw, emit_getfield_raw_pure, emit_getfield_gc_pure, emit_setarrayitem_raw, emit_getarrayitem_raw, emit_getarrayitem_gc_pu

2011-08-26 Thread edelsohn
Author: edelsohn Branch: ppc-jit-backend Changeset: r46805:5fedcd54c3cb Date: 2011-08-26 16:32 -0400 http://bitbucket.org/pypy/pypy/changeset/5fedcd54c3cb/ Log:Implement emit_setfield_raw, emit_getfield_raw, emit_getfield_raw_pure, emit_getfield_gc_pure, emit_setarrayitem_raw,

[pypy-commit] [COMMENT] Pull request #8 for pypy/pypy: added numpy.sort, tests, and docstring for numpy.array.sort

2011-08-26 Thread Bitbucket
New comment on pull request: https://bitbucket.org/pypy/pypy/pull-request/8/added-numpysort-tests-and-docstring-for#comment-29 yasirs said: Sure, do you want to let me know the concern so I can try to resolve it? (whether it is about conforming to cpython's numpy, or testing, performance, or a

[pypy-commit] [COMMENT] Pull request #8 for pypy/pypy: added numpy.sort, tests, and docstring for numpy.array.sort

2011-08-26 Thread Bitbucket
New comment on pull request: https://bitbucket.org/pypy/pypy/pull-request/8/added-numpysort-tests-and-docstring-for#comment-28 Alex Gaynor (alex_gaynor) said: I know armin merged the previous one, but I didn't think it was ready, so I'd like to hold off on merging anything further on this. --

[pypy-commit] [OPEN] Pull request #8 for pypy/pypy: added numpy.sort, tests, and docstring for numpy.array.sort

2011-08-26 Thread Bitbucket
A new pull request has been opened by yasirs. yasirs/pypy has changes to be pulled into pypy/pypy. https://bitbucket.org/pypy/pypy/pull-request/8/added-numpysort-tests-and-docstring-for Title: added numpy.sort, tests, and docstring for numpy.array.sort -- This is an issue notification from bit

[pypy-commit] pypy reflex-support: put elidable back on offset calculation for data members

2011-08-26 Thread wlav
Author: Wim Lavrijsen Branch: reflex-support Changeset: r46804:b7ca135edfec Date: 2011-08-26 11:13 -0700 http://bitbucket.org/pypy/pypy/changeset/b7ca135edfec/ Log:put elidable back on offset calculation for data members diff --git a/pypy/module/cppyy/interp_cppyy.py b/pypy/module/cppyy/int

[pypy-commit] pypy ppc-jit-backend: Undo mistaken commit skipping tests

2011-08-26 Thread edelsohn
Author: edelsohn Branch: ppc-jit-backend Changeset: r46803:1f3abf78e2c7 Date: 2011-08-26 13:48 -0400 http://bitbucket.org/pypy/pypy/changeset/1f3abf78e2c7/ Log:Undo mistaken commit skipping tests diff --git a/pypy/jit/backend/test/runner_test.py b/pypy/jit/backend/test/runner_test.py --- a/p

[pypy-commit] lang-scheme default: Enhance error message

2011-08-26 Thread boemmels
Author: Juergen Boemmels Branch: Changeset: r1:7b4b4df23e28 Date: 2011-08-26 19:52 +0200 http://bitbucket.org/pypy/lang-scheme/changeset/7b4b4df23e28/ Log:Enhance error message Parse Errors now show line and column of failure diff --git a/scheme/targetscheme.py b/scheme/targetscheme

[pypy-commit] pypy ppc-jit-backend: Implement emit_arraylen_gc, emit_setarrayitem_gc, emit_getarrayitem_gc

2011-08-26 Thread edelsohn
Author: edelsohn Branch: ppc-jit-backend Changeset: r46802:fbb0437e2f97 Date: 2011-08-26 13:38 -0400 http://bitbucket.org/pypy/pypy/changeset/fbb0437e2f97/ Log:Implement emit_arraylen_gc, emit_setarrayitem_gc, emit_getarrayitem_gc diff --git a/pypy/jit/backend/ppc/ppcgen/ppc_assembler

[pypy-commit] pypy default: do the error checking for math.fmod in RPython, so it can be removed by the JIT (more efficient than round tripping with geterrno/seterrno)

2011-08-26 Thread alex_gaynor
Author: Alex Gaynor Branch: Changeset: r46801:cfeea456dc1b Date: 2011-08-26 13:14 -0400 http://bitbucket.org/pypy/pypy/changeset/cfeea456dc1b/ Log:do the error checking for math.fmod in RPython, so it can be removed by the JIT (more efficient than round tripping with geterrno

[pypy-commit] Notification: pypy

2011-08-26 Thread Bitbucket
You have received a notification from cuga. Hi, I forked pypy. My fork is at https://bitbucket.org/cuga/pypy. -- Disable notifications at https://bitbucket.org/account/notifications/ ___ pypy-commit mailing list pypy-commit@python.org http://mail.python

[pypy-commit] Notification: pypy

2011-08-26 Thread Bitbucket
You have received a notification from cuga. Hi, I forked pypy. My fork is at https://bitbucket.org/cuga/pypy. -- Disable notifications at https://bitbucket.org/account/notifications/ ___ pypy-commit mailing list pypy-commit@python.org http://mail.python

[pypy-commit] pypy stacklet: Kill old test.

2011-08-26 Thread arigo
Author: Armin Rigo Branch: stacklet Changeset: r46798:1bfc17103316 Date: 2011-08-26 17:20 +0200 http://bitbucket.org/pypy/pypy/changeset/1bfc17103316/ Log:Kill old test. diff --git a/pypy/rpython/test/test_stack.py b/pypy/rpython/test/test_stack.py deleted file mode 100644 --- a/pypy/rpython

[pypy-commit] pypy stacklet: Pass the 'extrainfo' argument that is now mandatory.

2011-08-26 Thread arigo
Author: Armin Rigo Branch: stacklet Changeset: r46797:c46a1358a7b8 Date: 2011-08-26 17:19 +0200 http://bitbucket.org/pypy/pypy/changeset/c46a1358a7b8/ Log:Pass the 'extrainfo' argument that is now mandatory. diff --git a/pypy/jit/backend/test/test_ll_random.py b/pypy/jit/backend/test/test_l

[pypy-commit] pypy stacklet: Use a more standard module in this test.

2011-08-26 Thread arigo
Author: Armin Rigo Branch: stacklet Changeset: r46796:6804e16d72fd Date: 2011-08-26 17:06 +0200 http://bitbucket.org/pypy/pypy/changeset/6804e16d72fd/ Log:Use a more standard module in this test. diff --git a/pypy/interpreter/test/test_gateway.py b/pypy/interpreter/test/test_gateway.py ---

[pypy-commit] pypy default: Fixes for running these tests on top of Python 2.5.

2011-08-26 Thread arigo
Author: Armin Rigo Branch: Changeset: r46794:e688491987e7 Date: 2011-08-26 16:48 +0200 http://bitbucket.org/pypy/pypy/changeset/e688491987e7/ Log:Fixes for running these tests on top of Python 2.5. diff --git a/pypy/config/makerestdoc.py b/pypy/config/makerestdoc.py --- a/pypy/config/makere

[pypy-commit] pypy stacklet: Rename and rewrite these text files.

2011-08-26 Thread arigo
Author: Armin Rigo Branch: stacklet Changeset: r46795:74454125bf27 Date: 2011-08-26 17:04 +0200 http://bitbucket.org/pypy/pypy/changeset/74454125bf27/ Log:Rename and rewrite these text files. diff --git a/pypy/doc/config/objspace.usemodules._stacklet.txt b/pypy/doc/config/objspace.usemodule

[pypy-commit] pypy stacklet: Enable the _continuation module by default, but also adds logic

2011-08-26 Thread arigo
Author: Armin Rigo Branch: stacklet Changeset: r46793:f7a15e59e447 Date: 2011-08-26 16:43 +0200 http://bitbucket.org/pypy/pypy/changeset/f7a15e59e447/ Log:Enable the _continuation module by default, but also adds logic to disable it and to skip all tests on unsupported platforms. dif

[pypy-commit] pypy stacklet: Fix some tests.

2011-08-26 Thread arigo
Author: Armin Rigo Branch: stacklet Changeset: r46792:4461bd2c3476 Date: 2011-08-26 16:20 +0200 http://bitbucket.org/pypy/pypy/changeset/4461bd2c3476/ Log:Fix some tests. diff --git a/pypy/rpython/memory/gctransform/shadowstack.py b/pypy/rpython/memory/gctransform/shadowstack.py --- a/pypy/

[pypy-commit] pypy default: Found out how to avoid the special-case here. A bit obscure,

2011-08-26 Thread arigo
Author: Armin Rigo Branch: Changeset: r46791:78b2c166e6cf Date: 2011-08-26 15:44 +0200 http://bitbucket.org/pypy/pypy/changeset/78b2c166e6cf/ Log:Found out how to avoid the special-case here. A bit obscure, but at least, that's less code. Added comments. diff --git a/pypy/objspace/d

[pypy-commit] pypy default: Complete the tests, and fix them with a bit of special-casing.

2011-08-26 Thread arigo
Author: Armin Rigo Branch: Changeset: r46790:869f78b680d2 Date: 2011-08-26 15:01 +0200 http://bitbucket.org/pypy/pypy/changeset/869f78b680d2/ Log:Complete the tests, and fix them with a bit of special-casing. XXX and all that. Oh well. diff --git a/pypy/module/__builtin__/test/test_

[pypy-commit] pypy default: Oups.

2011-08-26 Thread arigo
Author: Armin Rigo Branch: Changeset: r46789:b50e2a7b4608 Date: 2011-08-26 14:15 +0200 http://bitbucket.org/pypy/pypy/changeset/b50e2a7b4608/ Log:Oups. diff --git a/pypy/module/__builtin__/test/test_classobj.py b/pypy/module/__builtin__/test/test_classobj.py --- a/pypy/module/__builtin__/t

[pypy-commit] pypy default: Add more tests. Skip this one test, because I found out that it's a problem

2011-08-26 Thread arigo
Author: Armin Rigo Branch: Changeset: r46788:e076c90b99d1 Date: 2011-08-26 14:12 +0200 http://bitbucket.org/pypy/pypy/changeset/e076c90b99d1/ Log:Add more tests. Skip this one test, because I found out that it's a problem only with old-style classes, which behave differently than

[pypy-commit] pypy default: More tests; they pass on both pypy and python2.7.

2011-08-26 Thread arigo
Author: Armin Rigo Branch: Changeset: r46787:f5b5a2564f4c Date: 2011-08-26 13:28 +0200 http://bitbucket.org/pypy/pypy/changeset/f5b5a2564f4c/ Log:More tests; they pass on both pypy and python2.7. diff --git a/pypy/objspace/test/test_descroperation.py b/pypy/objspace/test/test_descroperatio

[pypy-commit] pypy default: A failing test. Thanks to henryl (issue847).

2011-08-26 Thread arigo
Author: Armin Rigo Branch: Changeset: r46786:f5be4e07ce87 Date: 2011-08-26 11:34 +0200 http://bitbucket.org/pypy/pypy/changeset/f5be4e07ce87/ Log:A failing test. Thanks to henryl (issue847). diff --git a/pypy/module/__builtin__/test/test_classobj.py b/pypy/module/__builtin__/test/test_clas

[pypy-commit] [COMMENT] Pull request #6 for pypy/pypy: Some fixes for FreeBSD translation

2011-08-26 Thread Bitbucket
New comment on pull request: https://bitbucket.org/pypy/pypy/pull-request/6/some-fixes-for-freebsd-translation#comment-26 Gabriel Lavoie (glavoie) said: In ctypes_configure.configure.ExternalCompilationInfo, paths were hardcoded to include DarwinPorts/(some other MacOS ports tool) paths (/opt/l

[pypy-commit] pypy.org extradoc: Update.

2011-08-26 Thread arigo
Author: Armin Rigo Branch: extradoc Changeset: r243:0454c0b4341d Date: 2011-08-26 12:05 +0200 http://bitbucket.org/pypy/pypy.org/changeset/0454c0b4341d/ Log:Update. diff --git a/download.html b/download.html --- a/download.html +++ b/download.html @@ -70,10 +70,7 @@ https://bitbucket.org/py

[pypy-commit] pypy.org extradoc: merge heads

2011-08-26 Thread arigo
Author: Armin Rigo Branch: extradoc Changeset: r244:af7cb334b2f9 Date: 2011-08-26 12:06 +0200 http://bitbucket.org/pypy/pypy.org/changeset/af7cb334b2f9/ Log:merge heads diff --git a/image/people/holger1.jpg b/image/people/holger1.jpg new file mode 100644 index 00

[pypy-commit] pypy release-1.6.x: Include msvcr90.dll in the win32 distribution, for now.

2011-08-26 Thread arigo
Author: Armin Rigo Branch: release-1.6.x Changeset: r46785:c9cbec59b94d Date: 2011-08-26 12:00 +0200 http://bitbucket.org/pypy/pypy/changeset/c9cbec59b94d/ Log:Include msvcr90.dll in the win32 distribution, for now. diff --git a/pypy/tool/release/package.py b/pypy/tool/release/package.py ---

[pypy-commit] pypy ppc-jit-backend: Implemented PTR_EQ and PTR_NE.

2011-08-26 Thread hager
Author: hager Branch: ppc-jit-backend Changeset: r46783:9dca1d863ba1 Date: 2011-08-26 11:44 +0200 http://bitbucket.org/pypy/pypy/changeset/9dca1d863ba1/ Log:Implemented PTR_EQ and PTR_NE. diff --git a/pypy/jit/backend/ppc/ppcgen/ppc_assembler.py b/pypy/jit/backend/ppc/ppcgen/ppc_assembler.p

[pypy-commit] pypy ppc-jit-backend: merge

2011-08-26 Thread hager
Author: hager Branch: ppc-jit-backend Changeset: r46784:7885086d65a8 Date: 2011-08-26 11:45 +0200 http://bitbucket.org/pypy/pypy/changeset/7885086d65a8/ Log:merge diff --git a/pypy/jit/backend/ppc/ppcgen/ppc_assembler.py b/pypy/jit/backend/ppc/ppcgen/ppc_assembler.py --- a/pypy/jit/backend/