[pypy-commit] pypy jit-targets: Retracing does not fail in the same set of situations as before. In test_getattr_promote we previously got an retrace that was never used. Now it is not even passed to

2011-12-12 Thread hakanardo
Author: Hakan Ardo Branch: jit-targets Changeset: r50403:073665c57a62 Date: 2011-12-12 08:52 +0100 http://bitbucket.org/pypy/pypy/changeset/073665c57a62/ Log:Retracing does not fail in the same set of situations as before. In test_getattr_promote we previously got an retrace that was

[pypy-commit] pypy jit-targets: hg merge default

2011-12-12 Thread hakanardo
Author: Hakan Ardo Branch: jit-targets Changeset: r50404:d3d7d07ab453 Date: 2011-12-12 08:53 +0100 http://bitbucket.org/pypy/pypy/changeset/d3d7d07ab453/ Log:hg merge default diff --git a/pypy/doc/faq.rst b/pypy/doc/faq.rst --- a/pypy/doc/faq.rst +++ b/pypy/doc/faq.rst @@ -112,10 +112,32 @@

[pypy-commit] pypy jit-targets: closing to be merged branch

2011-12-12 Thread hakanardo
Author: Hakan Ardo Branch: jit-targets Changeset: r50405:cb4a9c72 Date: 2011-12-12 08:54 +0100 http://bitbucket.org/pypy/pypy/changeset/cb4a9c72/ Log:closing to be merged branch ___ pypy-commit mailing list [email protected] http://mai

[pypy-commit] pypy jit-simplify-backendintf: Fix for StackLocs with a negative 'position' (corresponding to

2011-12-12 Thread arigo
Author: Armin Rigo Branch: jit-simplify-backendintf Changeset: r50407:793032bf57e5 Date: 2011-12-12 01:10 +0100 http://bitbucket.org/pypy/pypy/changeset/793032bf57e5/ Log:Fix for StackLocs with a negative 'position' (corresponding to a positive offset from %ebp). diff --git a/pypy/ji

[pypy-commit] pypy jit-simplify-backendintf: Fix call_assembler.

2011-12-12 Thread arigo
Author: Armin Rigo Branch: jit-simplify-backendintf Changeset: r50409:3a5a45bf3039 Date: 2011-12-12 09:24 +0100 http://bitbucket.org/pypy/pypy/changeset/3a5a45bf3039/ Log:Fix call_assembler. diff --git a/pypy/jit/backend/x86/assembler.py b/pypy/jit/backend/x86/assembler.py --- a/pypy/jit/ba

[pypy-commit] pypy jit-simplify-backendintf: redirect_call_assembler() fix.

2011-12-12 Thread arigo
Author: Armin Rigo Branch: jit-simplify-backendintf Changeset: r50410:dbe437dbf368 Date: 2011-12-12 09:33 +0100 http://bitbucket.org/pypy/pypy/changeset/dbe437dbf368/ Log:redirect_call_assembler() fix. diff --git a/pypy/jit/backend/x86/assembler.py b/pypy/jit/backend/x86/assembler.py --- a/

[pypy-commit] pypy jit-simplify-backendintf: 64-bit support.

2011-12-12 Thread arigo
Author: Armin Rigo Branch: jit-simplify-backendintf Changeset: r50408:7ae9b2f7c938 Date: 2011-12-12 09:19 +0100 http://bitbucket.org/pypy/pypy/changeset/7ae9b2f7c938/ Log:64-bit support. diff --git a/pypy/jit/backend/x86/regalloc.py b/pypy/jit/backend/x86/regalloc.py --- a/pypy/jit/backend/x

[pypy-commit] pypy jit-simplify-backendintf: Fixes.

2011-12-12 Thread arigo
Author: Armin Rigo Branch: jit-simplify-backendintf Changeset: r50411:b9daf080154c Date: 2011-12-12 09:59 +0100 http://bitbucket.org/pypy/pypy/changeset/b9daf080154c/ Log:Fixes. diff --git a/pypy/jit/backend/test/runner_test.py b/pypy/jit/backend/test/runner_test.py --- a/pypy/jit/backend/t

[pypy-commit] pypy jit-simplify-backendintf: Fix test

2011-12-12 Thread arigo
Author: Armin Rigo Branch: jit-simplify-backendintf Changeset: r50412:8564866c0e68 Date: 2011-12-12 10:04 +0100 http://bitbucket.org/pypy/pypy/changeset/8564866c0e68/ Log:Fix test diff --git a/pypy/jit/backend/x86/test/test_assembler.py b/pypy/jit/backend/x86/test/test_assembler.py --- a/py

[pypy-commit] pypy jit-simplify-backendintf: Fix test

2011-12-12 Thread arigo
Author: Armin Rigo Branch: jit-simplify-backendintf Changeset: r50413:73f9a638b3f9 Date: 2011-12-12 10:11 +0100 http://bitbucket.org/pypy/pypy/changeset/73f9a638b3f9/ Log:Fix test diff --git a/pypy/jit/backend/test/calling_convention_test.py b/pypy/jit/backend/test/calling_convention_test.p

[pypy-commit] pypy jit-simplify-backendintf: Fix tests

2011-12-12 Thread arigo
Author: Armin Rigo Branch: jit-simplify-backendintf Changeset: r50414:70bc31a4262f Date: 2011-12-12 10:23 +0100 http://bitbucket.org/pypy/pypy/changeset/70bc31a4262f/ Log:Fix tests diff --git a/pypy/jit/backend/test/test_random.py b/pypy/jit/backend/test/test_random.py --- a/pypy/jit/backen

[pypy-commit] pypy jit-simplify-backendintf: Fix test

2011-12-12 Thread arigo
Author: Armin Rigo Branch: jit-simplify-backendintf Changeset: r50415:a7c8b3b608d5 Date: 2011-12-12 10:27 +0100 http://bitbucket.org/pypy/pypy/changeset/a7c8b3b608d5/ Log:Fix test diff --git a/pypy/jit/backend/x86/test/test_recompilation.py b/pypy/jit/backend/x86/test/test_recompilation.py

[pypy-commit] pypy jit-simplify-backendintf: Yay. More code is killed. Killing this was actually

2011-12-12 Thread arigo
Author: Armin Rigo Branch: jit-simplify-backendintf Changeset: r50416:bdc61f3c13cb Date: 2011-12-12 10:36 +0100 http://bitbucket.org/pypy/pypy/changeset/bdc61f3c13cb/ Log:Yay. More code is killed. Killing this was actually the goal of the branch, somehow. diff --git a/pypy/jit/backen

[pypy-commit] pypy jit-simplify-backendintf: Add an extra assertion in the llgraph backend.

2011-12-12 Thread arigo
Author: Armin Rigo Branch: jit-simplify-backendintf Changeset: r50418:cd85bd047d43 Date: 2011-12-12 11:15 +0100 http://bitbucket.org/pypy/pypy/changeset/cd85bd047d43/ Log:Add an extra assertion in the llgraph backend. diff --git a/pypy/jit/backend/llgraph/llimpl.py b/pypy/jit/backend/llgrap

[pypy-commit] pypy jit-simplify-backendintf: Expand the comment.

2011-12-12 Thread arigo
Author: Armin Rigo Branch: jit-simplify-backendintf Changeset: r50420:6e71614fa5d3 Date: 2011-12-12 11:29 +0100 http://bitbucket.org/pypy/pypy/changeset/6e71614fa5d3/ Log:Expand the comment. diff --git a/pypy/jit/metainterp/history.py b/pypy/jit/metainterp/history.py --- a/pypy/jit/metainter

[pypy-commit] pypy jit-simplify-backendintf: Fix tests

2011-12-12 Thread arigo
Author: Armin Rigo Branch: jit-simplify-backendintf Changeset: r50417:5960a81ae802 Date: 2011-12-12 10:13 + http://bitbucket.org/pypy/pypy/changeset/5960a81ae802/ Log:Fix tests diff --git a/pypy/jit/metainterp/test/test_compile.py b/pypy/jit/metainterp/test/test_compile.py --- a/pypy/ji

[pypy-commit] pypy jit-simplify-backendintf: Fix

2011-12-12 Thread arigo
Author: Armin Rigo Branch: jit-simplify-backendintf Changeset: r50419:bcdbd1bc9618 Date: 2011-12-12 11:15 +0100 http://bitbucket.org/pypy/pypy/changeset/bcdbd1bc9618/ Log:Fix diff --git a/pypy/jit/backend/test/test_random.py b/pypy/jit/backend/test/test_random.py --- a/pypy/jit/backend/test

[pypy-commit] pypy jit-simplify-backendintf: Fix test_random.

2011-12-12 Thread arigo
Author: Armin Rigo Branch: jit-simplify-backendintf Changeset: r50421:ee8cf5779f0c Date: 2011-12-12 11:43 +0100 http://bitbucket.org/pypy/pypy/changeset/ee8cf5779f0c/ Log:Fix test_random. diff --git a/pypy/jit/backend/llgraph/llimpl.py b/pypy/jit/backend/llgraph/llimpl.py --- a/pypy/jit/bac

[pypy-commit] pypy ppc-jit-backend: fix wrong computation of stack offset

2011-12-12 Thread hager
Author: hager Branch: ppc-jit-backend Changeset: r50422:f4618a1f60ba Date: 2011-12-12 12:04 +0100 http://bitbucket.org/pypy/pypy/changeset/f4618a1f60ba/ Log:fix wrong computation of stack offset in gen_direct_bootstrap_code diff --git a/pypy/jit/backend/ppc/ppcgen/ppc_assembler.py b/pypy/ji

[pypy-commit] pypy ppc-jit-backend: remove comments and debug stuff

2011-12-12 Thread hager
Author: hager Branch: ppc-jit-backend Changeset: r50423:9130b26b5bad Date: 2011-12-12 12:05 +0100 http://bitbucket.org/pypy/pypy/changeset/9130b26b5bad/ Log:remove comments and debug stuff diff --git a/pypy/jit/backend/ppc/ppcgen/ppc_assembler.py b/pypy/jit/backend/ppc/ppcgen/ppc_assembler.

[pypy-commit] Notification: benchmarks

2011-12-12 Thread Bitbucket
You have received a notification from pypyja. Hi, I forked benchmarks. My fork is at https://bitbucket.org/pypyja/benchmarks. -- Disable notifications at https://bitbucket.org/account/notifications/ ___ pypy-commit mailing list [email protected] ht

[pypy-commit] Notification: Your access to benchmarks has been revoked.

2011-12-12 Thread Bitbucket
You have received a notification from pypyja. You no longer have access to the source of benchmarks. -- Disable notifications at https://bitbucket.org/account/notifications/ ___ pypy-commit mailing list [email protected] http://mail.python.org/mail

[pypy-commit] pypy jit-simplify-backendintf: Fix. This is also a bug on trunk, actually, but because the

2011-12-12 Thread arigo
Author: Armin Rigo Branch: jit-simplify-backendintf Changeset: r50424:7e98ea1a1c5e Date: 2011-12-12 12:20 +0100 http://bitbucket.org/pypy/pypy/changeset/7e98ea1a1c5e/ Log:Fix. This is also a bug on trunk, actually, but because the stack checking is only done after CALL_ASSEMBLER, then

[pypy-commit] pypy jit-simplify-backendintf: Translation fix.

2011-12-12 Thread arigo
Author: Armin Rigo Branch: jit-simplify-backendintf Changeset: r50426:b43f4ac19a1b Date: 2011-12-12 15:17 +0100 http://bitbucket.org/pypy/pypy/changeset/b43f4ac19a1b/ Log:Translation fix. diff --git a/pypy/jit/backend/llgraph/llimpl.py b/pypy/jit/backend/llgraph/llimpl.py --- a/pypy/jit/bac

[pypy-commit] pypy jit-simplify-backendintf: Fix test

2011-12-12 Thread arigo
Author: Armin Rigo Branch: jit-simplify-backendintf Changeset: r50425:cc11be2ea8a9 Date: 2011-12-12 15:01 +0100 http://bitbucket.org/pypy/pypy/changeset/cc11be2ea8a9/ Log:Fix test diff --git a/pypy/jit/tool/jitoutput.py b/pypy/jit/tool/jitoutput.py --- a/pypy/jit/tool/jitoutput.py +++ b/pypy

[pypy-commit] pypy default: Tests and fix for ``for c in string'' when the string turns out

2011-12-12 Thread arigo
Author: Armin Rigo Branch: Changeset: r50427:5ba9f567b515 Date: 2011-12-12 15:17 +0100 http://bitbucket.org/pypy/pypy/changeset/5ba9f567b515/ Log:Tests and fix for ``for c in string'' when the string turns out to be always a single character. diff --git a/pypy/rpython/lltypesystem/r

[pypy-commit] pypy jit-simplify-backendintf: hg merge default

2011-12-12 Thread arigo
Author: Armin Rigo Branch: jit-simplify-backendintf Changeset: r50428:aff416c812ea Date: 2011-12-12 15:19 +0100 http://bitbucket.org/pypy/pypy/changeset/aff416c812ea/ Log:hg merge default diff --git a/pypy/config/pypyoption.py b/pypy/config/pypyoption.py --- a/pypy/config/pypyoption.py +++ b

[pypy-commit] pypy pyarg-parsetuple-s-star-buffer: fiddle around a bit - add a unit test that might exercise the desired functionality; play with Py_buffer definition and with the getargs.c implementa

2011-12-12 Thread exarkun
Author: Jean-Paul Calderone Branch: pyarg-parsetuple-s-star-buffer Changeset: r50429:0561684806ca Date: 2011-12-12 10:37 -0500 http://bitbucket.org/pypy/pypy/changeset/0561684806ca/ Log:fiddle around a bit - add a unit test that might exercise the desired functionality; play with Py_b

[pypy-commit] pypy pyarg-parsetuple-s-star-buffer: Add trivial buffer implementation module

2011-12-12 Thread exarkun
Author: Jean-Paul Calderone Branch: pyarg-parsetuple-s-star-buffer Changeset: r50430:421fe5b137ea Date: 2011-12-12 10:45 -0500 http://bitbucket.org/pypy/pypy/changeset/421fe5b137ea/ Log:Add trivial buffer implementation module diff --git a/pypy/module/cpyext/buffer.py b/pypy/module/cpyext/bu

[pypy-commit] pypy ppc-jit-backend: (sven, arigo) Fix a bug, and add a print that is useful for

2011-12-12 Thread arigo
Author: Armin Rigo Branch: ppc-jit-backend Changeset: r50431:7ef8482ed95b Date: 2011-12-12 16:58 +0100 http://bitbucket.org/pypy/pypy/changeset/7ef8482ed95b/ Log:(sven, arigo) Fix a bug, and add a print that is useful for debugging with gdb. diff --git a/pypy/jit/backend/ppc/ppcgen/p

[pypy-commit] pypy ppc-jit-backend: (bivab, hager): do stack pointer alignment

2011-12-12 Thread hager
Author: hager Branch: ppc-jit-backend Changeset: r50432:55b2c881ec01 Date: 2011-12-12 17:11 +0100 http://bitbucket.org/pypy/pypy/changeset/55b2c881ec01/ Log:(bivab, hager): do stack pointer alignment diff --git a/pypy/jit/backend/ppc/ppcgen/ppc_assembler.py b/pypy/jit/backend/ppc/ppcgen/ppc

[pypy-commit] pypy.org extradoc: mention the default build contains stackless, remove the stackless build

2011-12-12 Thread fijal
Author: Maciej Fijalkowski Branch: extradoc Changeset: r297:ba6be317c363 Date: 2011-12-12 18:29 +0200 http://bitbucket.org/pypy/pypy.org/changeset/ba6be317c363/ Log:mention the default build contains stackless, remove the stackless build instruction diff --git a/download.html b/downl

[pypy-commit] pypy.org extradoc: merge

2011-12-12 Thread fijal
Author: Maciej Fijalkowski Branch: extradoc Changeset: r298:86a7edc8b73e Date: 2011-12-12 18:30 +0200 http://bitbucket.org/pypy/pypy.org/changeset/86a7edc8b73e/ Log:merge ___ pypy-commit mailing list [email protected] http://mail.python.org/ma

[pypy-commit] pypy numpy-pi-sum-min-max: Added pi, sum, min, and max

2011-12-12 Thread jterrace
Author: Jeff Terrace Branch: numpy-pi-sum-min-max Changeset: r50433:d4d7f068865e Date: 2011-12-12 11:01 -0500 http://bitbucket.org/pypy/pypy/changeset/d4d7f068865e/ Log:Added pi, sum, min, and max diff --git a/pypy/module/micronumpy/__init__.py b/pypy/module/micronumpy/__init__.py --- a/pyp

[pypy-commit] pypy jit-simplify-backendintf: Another simplification: _x86_arglocs can be just one list, instead

2011-12-12 Thread arigo
Author: Armin Rigo Branch: jit-simplify-backendintf Changeset: r50434:3c385108e3da Date: 2011-12-12 18:21 +0100 http://bitbucket.org/pypy/pypy/changeset/3c385108e3da/ Log:Another simplification: _x86_arglocs can be just one list, instead of a tuple of two lists. diff --git a/pypy/jit

[pypy-commit] pypy jit-simplify-backendintf: fix comment (thanks fijal)

2011-12-12 Thread arigo
Author: Armin Rigo Branch: jit-simplify-backendintf Changeset: r50435:d56a7f15aeba Date: 2011-12-12 18:24 +0100 http://bitbucket.org/pypy/pypy/changeset/d56a7f15aeba/ Log:fix comment (thanks fijal) diff --git a/pypy/jit/backend/llgraph/llimpl.py b/pypy/jit/backend/llgraph/llimpl.py --- a/py

[pypy-commit] pypy default: Merged numpy-pi-sum-min-max, adding numpypy.pi, .sum, .min, and .max

2011-12-12 Thread jterrace
Author: Jeff Terrace Branch: Changeset: r50436:863190739032 Date: 2011-12-12 12:43 -0500 http://bitbucket.org/pypy/pypy/changeset/863190739032/ Log:Merged numpy-pi-sum-min-max, adding numpypy.pi, .sum, .min, and .max diff --git a/pypy/module/micronumpy/__init__.py b/pypy/module/micronumpy/

[pypy-commit] pypy numpy-pi-sum-min-max: Close merged branch

2011-12-12 Thread jterrace
Author: Jeff Terrace Branch: numpy-pi-sum-min-max Changeset: r50437:53d2c2028ef3 Date: 2011-12-12 12:51 -0500 http://bitbucket.org/pypy/pypy/changeset/53d2c2028ef3/ Log:Close merged branch ___ pypy-commit mailing list [email protected] http://

[pypy-commit] pypy default: kill redundant test

2011-12-12 Thread fijal
Author: Maciej Fijalkowski Branch: Changeset: r50438:770cb2b481e2 Date: 2011-12-12 20:12 +0200 http://bitbucket.org/pypy/pypy/changeset/770cb2b481e2/ Log:kill redundant test diff --git a/pypy/module/micronumpy/test/test_zjit.py b/pypy/module/micronumpy/test/test_zjit.py --- a/pypy/module/m

[pypy-commit] pypy default: Fix reset_stats() to clear a bit more things. It's still not

2011-12-12 Thread arigo
Author: Armin Rigo Branch: Changeset: r50439:2edda8cbb1b0 Date: 2011-12-12 19:17 +0100 http://bitbucket.org/pypy/pypy/changeset/2edda8cbb1b0/ Log:Fix reset_stats() to clear a bit more things. It's still not perfect, but better... diff --git a/pypy/jit/metainterp/history.py b/pypy/ji

[pypy-commit] pypy default: merge heads

2011-12-12 Thread arigo
Author: Armin Rigo Branch: Changeset: r50440:c805becb84aa Date: 2011-12-12 19:17 +0100 http://bitbucket.org/pypy/pypy/changeset/c805becb84aa/ Log:merge heads diff --git a/pypy/module/micronumpy/__init__.py b/pypy/module/micronumpy/__init__.py --- a/pypy/module/micronumpy/__init__.py +++ b/

[pypy-commit] extradoc extradoc: anotehr item

2011-12-12 Thread alex_gaynor
Author: Alex Gaynor Branch: extradoc Changeset: r3982:160ba3f22a89 Date: 2011-12-12 13:26 -0500 http://bitbucket.org/pypy/extradoc/changeset/160ba3f22a89/ Log:anotehr item diff --git a/planning/micronumpy.txt b/planning/micronumpy.txt --- a/planning/micronumpy.txt +++ b/planning/micronumpy.t

[pypy-commit] pypy pyarg-parsetuple-s-star-buffer: Make PyBufferObject public so cpython_struct can work

2011-12-12 Thread exarkun
Author: Jean-Paul Calderone Branch: pyarg-parsetuple-s-star-buffer Changeset: r50441:339b179f2f51 Date: 2011-12-12 15:23 -0500 http://bitbucket.org/pypy/pypy/changeset/339b179f2f51/ Log:Make PyBufferObject public so cpython_struct can work diff --git a/pypy/module/cpyext/include/bufferobject

[pypy-commit] pypy pyarg-parsetuple-s-star-buffer: Try to teach cpyext about buffer objects

2011-12-12 Thread exarkun
Author: Jean-Paul Calderone Branch: pyarg-parsetuple-s-star-buffer Changeset: r50442:1396a5482b12 Date: 2011-12-12 15:24 -0500 http://bitbucket.org/pypy/pypy/changeset/1396a5482b12/ Log:Try to teach cpyext about buffer objects diff --git a/pypy/module/cpyext/__init__.py b/pypy/module/cpyext/

[pypy-commit] pypy jit-multilabel: kill constant_inputargs and aliases from the exported state and encode it all in inputarg_setup_ops instead

2011-12-12 Thread hakanardo
Author: Hakan Ardo Branch: jit-multilabel Changeset: r50443:667ace56adf5 Date: 2011-12-12 19:53 +0100 http://bitbucket.org/pypy/pypy/changeset/667ace56adf5/ Log:kill constant_inputargs and aliases from the exported state and encode it all in inputarg_setup_ops instead diff --git a/py

[pypy-commit] pypy jit-multilabel: fix

2011-12-12 Thread hakanardo
Author: Hakan Ardo Branch: jit-multilabel Changeset: r50444:faa7d41a5f50 Date: 2011-12-12 21:28 +0100 http://bitbucket.org/pypy/pypy/changeset/faa7d41a5f50/ Log:fix diff --git a/pypy/jit/metainterp/optimizeopt/optimizer.py b/pypy/jit/metainterp/optimizeopt/optimizer.py --- a/pypy/jit/metain

[pypy-commit] pypy jit-simplify-backendintf: close merged branch

2011-12-12 Thread fijal
Author: Maciej Fijalkowski Branch: jit-simplify-backendintf Changeset: r50446:539833042097 Date: 2011-12-12 22:31 +0200 http://bitbucket.org/pypy/pypy/changeset/539833042097/ Log:close merged branch ___ pypy-commit mailing list [email protected]

[pypy-commit] extradoc extradoc: Add an abstract

2011-12-12 Thread fijal
Author: Maciej Fijalkowski Branch: extradoc Changeset: r3983:a2c53a086126 Date: 2011-12-12 22:42 +0200 http://bitbucket.org/pypy/extradoc/changeset/a2c53a086126/ Log:Add an abstract diff --git a/talk/sea2012/abstract.rst b/talk/sea2012/abstract.rst new file mode 100644 --- /dev/null +++ b/ta

[pypy-commit] pypy pyarg-parsetuple-s-star-buffer: Fix for 64bit platforms

2011-12-12 Thread amauryfa
Author: Amaury Forgeot d'Arc Branch: pyarg-parsetuple-s-star-buffer Changeset: r50447:ab4be8e09a58 Date: 2011-12-12 21:54 +0100 http://bitbucket.org/pypy/pypy/changeset/ab4be8e09a58/ Log:Fix for 64bit platforms diff --git a/pypy/module/cpyext/bufferobject.py b/pypy/module/cpyext/bufferobjec

[pypy-commit] extradoc extradoc: Improve language in abstract.

2011-12-12 Thread edelsohn
Author: edelsohn Branch: extradoc Changeset: r3984:b91e6cab9b06 Date: 2011-12-12 15:58 -0500 http://bitbucket.org/pypy/extradoc/changeset/b91e6cab9b06/ Log:Improve language in abstract. diff --git a/talk/sea2012/abstract.rst b/talk/sea2012/abstract.rst --- a/talk/sea2012/abstract.rst +++ b/ta

[pypy-commit] [OPEN] Pull request #18 for pypy/pypy: Adds string constructors to ints and floats

2011-12-12 Thread Bitbucket
Pull request #18 has been updated by Jeff Terrace to include new changes. https://bitbucket.org/pypy/pypy/pull-request/18/adds-string-constructors-to-ints-and Title: Adds string constructors to ints and floats Creator: Jeff Terrace # Added tests for (u)int8-(u)int64 and float32/float64 for taki

[pypy-commit] extradoc extradoc: Confusing first usage of 'our' this late in the abstract

2011-12-12 Thread arigo
Author: Armin Rigo Branch: extradoc Changeset: r3985:ec0b4da1f5e8 Date: 2011-12-12 22:40 +0100 http://bitbucket.org/pypy/extradoc/changeset/ec0b4da1f5e8/ Log:Confusing first usage of 'our' this late in the abstract diff --git a/talk/sea2012/abstract.rst b/talk/sea2012/abstract.rst --- a/talk

[pypy-commit] [OPEN] Pull request #18 for pypy/pypy: Adds string constructors to ints and floats

2011-12-12 Thread Bitbucket
Pull request #18 has been updated by Jeff Terrace to include new changes. https://bitbucket.org/pypy/pypy/pull-request/18/adds-string-constructors-to-ints-and Title: Adds string constructors to ints and floats Creator: Jeff Terrace # Added tests for (u)int8-(u)int64 and float32/float64 for taki

[pypy-commit] pypy numpy-dtype-strings: Updated int and float types to take strings in their constructors so things like int32('34') work

2011-12-12 Thread jterrace
Author: Jeff Terrace Branch: numpy-dtype-strings Changeset: r50448:aaa9b6a48bbb Date: 2011-12-11 09:08 -0500 http://bitbucket.org/pypy/pypy/changeset/aaa9b6a48bbb/ Log:Updated int and float types to take strings in their constructors so things like int32('34') work diff --git a/pypy/

[pypy-commit] pypy numpy-dtype-strings: Add string to FakeSpace to fix failing compile tests

2011-12-12 Thread jterrace
Author: Jeff Terrace Branch: numpy-dtype-strings Changeset: r50449:d0fa1bba8dd6 Date: 2011-12-11 10:17 -0500 http://bitbucket.org/pypy/pypy/changeset/d0fa1bba8dd6/ Log:Add string to FakeSpace to fix failing compile tests diff --git a/pypy/module/micronumpy/compile.py b/pypy/module/micronump

[pypy-commit] pypy numpy-dtype-strings: Change string special case to use call_function instead

2011-12-12 Thread jterrace
Author: Jeff Terrace Branch: numpy-dtype-strings Changeset: r50450:ed24df405fd9 Date: 2011-12-12 16:02 -0500 http://bitbucket.org/pypy/pypy/changeset/ed24df405fd9/ Log:Change string special case to use call_function instead diff --git a/pypy/module/micronumpy/types.py b/pypy/module/micronump

[pypy-commit] pypy numpy-dtype-strings: Remove FakeSpace string code no longer needed

2011-12-12 Thread jterrace
Author: Jeff Terrace Branch: numpy-dtype-strings Changeset: r50451:cf42a69ca368 Date: 2011-12-12 16:49 -0500 http://bitbucket.org/pypy/pypy/changeset/cf42a69ca368/ Log:Remove FakeSpace string code no longer needed diff --git a/pypy/module/micronumpy/compile.py b/pypy/module/micronumpy/compi

[pypy-commit] [ACCEPTED] Pull request #18 for pypy/pypy: Adds string constructors to ints and floats

2011-12-12 Thread Bitbucket
Pull request #18 has been accepted by Alex Gaynor. Changes in jterrace/pypy have been pulled into pypy/pypy. https://bitbucket.org/pypy/pypy/pull-request/18/adds-string-constructors-to-ints-and -- This is an issue notification from bitbucket.org. You are receiving this either because you are the

[pypy-commit] pypy numpy-full-fromstring: Adds full fromstring support with lots of tests

2011-12-12 Thread jterrace
Author: Jeff Terrace Branch: numpy-full-fromstring Changeset: r50453:8e0167fbb05a Date: 2011-12-12 17:53 -0500 http://bitbucket.org/pypy/pypy/changeset/8e0167fbb05a/ Log:Adds full fromstring support with lots of tests diff --git a/pypy/module/micronumpy/interp_support.py b/pypy/module/micro

[pypy-commit] pypy numpypy-frompyfunc: tests, implementation of frompyfunc. Needs lazy eval (should inherit from VirtualArray?)

2011-12-12 Thread mattip
Author: mattip Branch: numpypy-frompyfunc Changeset: r50454:8f2f51754ac2 Date: 2011-12-13 00:55 +0200 http://bitbucket.org/pypy/pypy/changeset/8f2f51754ac2/ Log:tests, implementation of frompyfunc. Needs lazy eval (should inherit from VirtualArray?) diff --git a/pypy/module/micronumpy