[pypy-commit] pypy numpy-impicit-convert: Convert second source of binary ops to numarray if needed

2011-06-23 Thread snus_mumrik
Author: Ilya Osadchiy Branch: numpy-impicit-convert Changeset: r45094:51e8d063a32b Date: 2011-06-23 23:38 +0300 http://bitbucket.org/pypy/pypy/changeset/51e8d063a32b/ Log:Convert second source of binary ops to numarray if needed diff --git a/pypy/module/micronumpy/interp_numarray.py b/pypy/

[pypy-commit] pypy default: move factorial to app level

2011-06-23 Thread gutworth
Author: Benjamin Peterson Branch: Changeset: r45093:0ce179451a54 Date: 2011-06-23 14:21 -0500 http://bitbucket.org/pypy/pypy/changeset/0ce179451a54/ Log:move factorial to app level diff --git a/pypy/module/math/__init__.py b/pypy/module/math/__init__.py --- a/pypy/module/math/__init__.py ++

[pypy-commit] pypy numpy-impicit-convert: Merge default

2011-06-23 Thread snus_mumrik
Author: Ilya Osadchiy Branch: numpy-impicit-convert Changeset: r45092:226e890618d3 Date: 2011-06-23 22:17 +0300 http://bitbucket.org/pypy/pypy/changeset/226e890618d3/ Log:Merge default diff --git a/pypy/interpreter/astcompiler/misc.py b/pypy/interpreter/astcompiler/misc.py --- a/pypy/interp

[pypy-commit] pypy numpy-impicit-convert: Convert sources of ufuncs to numarrays if needed

2011-06-23 Thread snus_mumrik
Author: Ilya Osadchiy Branch: numpy-impicit-convert Changeset: r45091:abdff8d681cc Date: 2011-06-23 22:14 +0300 http://bitbucket.org/pypy/pypy/changeset/abdff8d681cc/ Log:Convert sources of ufuncs to numarrays if needed diff --git a/pypy/module/micronumpy/interp_numarray.py b/pypy/module/mi

[pypy-commit] pypy numpy-multidim-exp: numpy: something on multidimensions

2011-06-23 Thread snus_mumrik
Author: Ilya Osadchiy Branch: numpy-multidim-exp Changeset: r45090:b2dc68ec3a1a Date: 2011-06-21 22:28 +0300 http://bitbucket.org/pypy/pypy/changeset/b2dc68ec3a1a/ Log:numpy: something on multidimensions diff --git a/pypy/module/micronumpy/interp_numarray.py b/pypy/module/micronumpy/interp_

[pypy-commit] pypy default: Don't mangle names with "."s in them, aka package names in imports.

2011-06-23 Thread alex_gaynor
Author: Alex Gaynor Branch: Changeset: r45089:c57b14cc361f Date: 2011-06-23 10:57 -0700 http://bitbucket.org/pypy/pypy/changeset/c57b14cc361f/ Log:Don't mangle names with "."s in them, aka package names in imports. diff --git a/pypy/interpreter/astcompiler/misc.py b/pypy/interpreter/astcom

[pypy-commit] pypy jit-short_from_state: manually reintroduced changes from this branch

2011-06-23 Thread hakanardo
Author: Hakan Ardo Branch: jit-short_from_state Changeset: r45088:973af537a99e Date: 2011-06-23 19:40 +0200 http://bitbucket.org/pypy/pypy/changeset/973af537a99e/ Log:manually reintroduced changes from this branch diff --git a/pypy/module/pypyjit/test_pypy_c/model.py b/pypy/module/pypyjit/t

[pypy-commit] pypy default: add a test for the greenlet sys.exc_info save/restore behaviour which is wrong on cpythons greenlet

2011-06-23 Thread RonnyPfannschmidt
Author: Ronny Pfannschmidt Branch: Changeset: r45086:af74db5394fb Date: 2011-06-23 18:28 +0200 http://bitbucket.org/pypy/pypy/changeset/af74db5394fb/ Log:add a test for the greenlet sys.exc_info save/restore behaviour which is wrong on cpythons greenlet diff --git a/pypy/module/_sta

[pypy-commit] pypy default: No cookie for fijal :-) Two heads on default.

2011-06-23 Thread arigo
Author: Armin Rigo Branch: Changeset: r45085:cf73cef5f51f Date: 2011-06-23 18:08 +0200 http://bitbucket.org/pypy/pypy/changeset/cf73cef5f51f/ Log:No cookie for fijal :-) Two heads on default. ___ pypy-commit mailing list pypy-commit@python.org htt

[pypy-commit] extradoc extradoc: rerun of fixed benchmark

2011-06-23 Thread hakanardo
Author: Hakan Ardo Branch: extradoc Changeset: r3780:fd72e052b192 Date: 2011-06-23 17:44 +0200 http://bitbucket.org/pypy/extradoc/changeset/fd72e052b192/ Log:rerun of fixed benchmark diff --git a/talk/iwtc11/paper.tex b/talk/iwtc11/paper.tex --- a/talk/iwtc11/paper.tex +++ b/talk/iwtc11/pape

[pypy-commit] pypy default: typo?

2011-06-23 Thread fijal
Author: Maciej Fijalkowski Branch: Changeset: r45084:9d4650930387 Date: 2011-06-23 15:32 +0200 http://bitbucket.org/pypy/pypy/changeset/9d4650930387/ Log:typo? diff --git a/pypy/rpython/lltypesystem/rdict.py b/pypy/rpython/lltypesystem/rdict.py --- a/pypy/rpython/lltypesystem/rdict.py +++

[pypy-commit] pypy inline-dict-ops: cleanups and xxx

2011-06-23 Thread fijal
Author: Maciej Fijalkowski Branch: inline-dict-ops Changeset: r45083:c2a1144e7c42 Date: 2011-06-23 15:25 +0200 http://bitbucket.org/pypy/pypy/changeset/c2a1144e7c42/ Log:cleanups and xxx diff --git a/pypy/rpython/lltypesystem/rdict.py b/pypy/rpython/lltypesystem/rdict.py --- a/pypy/rpython/

[pypy-commit] pypy inline-dict-ops: Add a missing (now) function

2011-06-23 Thread fijal
Author: Maciej Fijalkowski Branch: inline-dict-ops Changeset: r45082:6efa1d29b7b5 Date: 2011-06-23 15:25 +0200 http://bitbucket.org/pypy/pypy/changeset/6efa1d29b7b5/ Log:Add a missing (now) function diff --git a/pypy/jit/codewriter/support.py b/pypy/jit/codewriter/support.py --- a/pypy/jit/c

[pypy-commit] pypy inline-dict-ops: kill some unused code (with NameError)

2011-06-23 Thread fijal
Author: Maciej Fijalkowski Branch: inline-dict-ops Changeset: r45081:30e076933c83 Date: 2011-06-23 14:58 +0200 http://bitbucket.org/pypy/pypy/changeset/30e076933c83/ Log:kill some unused code (with NameError) diff --git a/pypy/jit/codewriter/support.py b/pypy/jit/codewriter/support.py --- a/

[pypy-commit] pypy inline-dict-ops: codewriter setinteriorfield support

2011-06-23 Thread fijal
Author: Maciej Fijalkowski Branch: inline-dict-ops Changeset: r45080:60c59fd8e5dd Date: 2011-06-23 14:55 +0200 http://bitbucket.org/pypy/pypy/changeset/60c59fd8e5dd/ Log:codewriter setinteriorfield support diff --git a/pypy/jit/codewriter/jtransform.py b/pypy/jit/codewriter/jtransform.py --

[pypy-commit] [FULFILLED] Pull request #2 for pypy: added floor() to micronumpy

2011-06-23 Thread Bitbucket
Pull request #2 has been accepted and fulfilled by fijal. Changes in landtuna/pypy have been pulled into pypy/pypy. https://bitbucket.org/pypy/pypy/pull-request/2/added-floor-to-micronumpy -- This is an issue notification from bitbucket.org. You are receiving this either because you are the parti

[pypy-commit] [FULFILLED] Pull request #2 for pypy: added floor() to micronumpy

2011-06-23 Thread Bitbucket
Pull request #2 has been accepted and fulfilled by fijal. Changes in landtuna/pypy have been pulled into pypy/pypy. https://bitbucket.org/pypy/pypy/pull-request/2/added-floor-to-micronumpy -- This is an issue notification from bitbucket.org. You are receiving this either because you are the parti

[pypy-commit] [OPEN] Pull request #2 for pypy: added floor() to micronumpy

2011-06-23 Thread Bitbucket
A new pull request has been opened by Jim Hunziker. landtuna/pypy has changes to be pulled into pypy/pypy. https://bitbucket.org/pypy/pypy/pull-request/2/added-floor-to-micronumpy Title: added floor() to micronumpy added floor() to micronumpy -- This is an issue notification from bitbucket.or

[pypy-commit] pypy inline-dict-ops: implement {get/set}interiorfield for the llgraph backend

2011-06-23 Thread fijal
Author: Maciej Fijalkowski Branch: inline-dict-ops Changeset: r45076:a04961b00aeb Date: 2011-06-23 14:39 +0200 http://bitbucket.org/pypy/pypy/changeset/a04961b00aeb/ Log:implement {get/set}interiorfield for the llgraph backend diff --git a/pypy/jit/backend/llgraph/llimpl.py b/pypy/jit/backe

[pypy-commit] extradoc extradoc: explain specialization

2011-06-23 Thread hakanardo
Author: Hakan Ardo Branch: extradoc Changeset: r3779:f86d1d23ff1a Date: 2011-06-23 14:39 +0200 http://bitbucket.org/pypy/extradoc/changeset/f86d1d23ff1a/ Log:explain specialization diff --git a/talk/iwtc11/paper.tex b/talk/iwtc11/paper.tex --- a/talk/iwtc11/paper.tex +++ b/talk/iwtc11/paper.

[pypy-commit] pypy store-sink-array: Translation fix.

2011-06-23 Thread arigo
Author: Armin Rigo Branch: store-sink-array Changeset: r45075:f90f6a18a428 Date: 2011-06-23 12:06 + http://bitbucket.org/pypy/pypy/changeset/f90f6a18a428/ Log:Translation fix. diff --git a/pypy/interpreter/pycode.py b/pypy/interpreter/pycode.py --- a/pypy/interpreter/pycode.py +++ b/pypy

[pypy-commit] pypy store-sink-array: merge heads

2011-06-23 Thread arigo
Author: Armin Rigo Branch: store-sink-array Changeset: r45074:e7e74930397f Date: 2011-06-22 10:57 + http://bitbucket.org/pypy/pypy/changeset/e7e74930397f/ Log:merge heads diff --git a/pypy/interpreter/eval.py b/pypy/interpreter/eval.py --- a/pypy/interpreter/eval.py +++ b/pypy/interprete

[pypy-commit] pypy store-sink-array: Replace the two lists on PyFrame, 'fastlocals_w' and 'valuestack_w',

2011-06-23 Thread arigo
Author: Armin Rigo Branch: store-sink-array Changeset: r45073:a1843da2fef6 Date: 2011-06-22 10:37 +0200 http://bitbucket.org/pypy/pypy/changeset/a1843da2fef6/ Log:Replace the two lists on PyFrame, 'fastlocals_w' and 'valuestack_w', with a single unified list 'locals_stack_w' that stor

[pypy-commit] pypy store-sink-array: hg merge default

2011-06-23 Thread arigo
Author: Armin Rigo Branch: store-sink-array Changeset: r45072:2b86daa3a7b0 Date: 2011-06-21 18:46 +0200 http://bitbucket.org/pypy/pypy/changeset/2b86daa3a7b0/ Log:hg merge default diff --git a/pypy/interpreter/pycode.py b/pypy/interpreter/pycode.py --- a/pypy/interpreter/pycode.py +++ b/pypy

[pypy-commit] extradoc extradoc: sobel numbers

2011-06-23 Thread hakanardo
Author: Hakan Ardo Branch: extradoc Changeset: r3778:26ab9e4c4347 Date: 2011-06-23 13:29 +0200 http://bitbucket.org/pypy/extradoc/changeset/26ab9e4c4347/ Log:sobel numbers diff --git a/talk/iwtc11/paper.tex b/talk/iwtc11/paper.tex --- a/talk/iwtc11/paper.tex +++ b/talk/iwtc11/paper.tex @@ -8

[pypy-commit] extradoc extradoc: explain the shorter names

2011-06-23 Thread hakanardo
Author: Hakan Ardo Branch: extradoc Changeset: r3777:907cb1ddc28a Date: 2011-06-23 13:17 +0200 http://bitbucket.org/pypy/extradoc/changeset/907cb1ddc28a/ Log:explain the shorter names diff --git a/talk/iwtc11/paper.tex b/talk/iwtc11/paper.tex --- a/talk/iwtc11/paper.tex +++ b/talk/iwtc11/pap

[pypy-commit] extradoc extradoc: use a single standard deviation per binary

2011-06-23 Thread hakanardo
Author: Hakan Ardo Branch: extradoc Changeset: r3776:3a5dc8cdc314 Date: 2011-06-23 12:53 +0200 http://bitbucket.org/pypy/extradoc/changeset/3a5dc8cdc314/ Log:use a single standard deviation per binary diff --git a/talk/iwtc11/paper.tex b/talk/iwtc11/paper.tex --- a/talk/iwtc11/paper.tex +++

[pypy-commit] extradoc extradoc: compactifying

2011-06-23 Thread hakanardo
Author: Hakan Ardo Branch: extradoc Changeset: r3775:49e20c7fc948 Date: 2011-06-23 12:39 +0200 http://bitbucket.org/pypy/extradoc/changeset/49e20c7fc948/ Log:compactifying diff --git a/talk/iwtc11/paper.tex b/talk/iwtc11/paper.tex --- a/talk/iwtc11/paper.tex +++ b/talk/iwtc11/paper.tex @@ -8

[pypy-commit] extradoc extradoc: add pdf

2011-06-23 Thread antocuni
Author: Antonio Cuni Branch: extradoc Changeset: r3774:1745636d0165 Date: 2011-06-23 10:16 +0200 http://bitbucket.org/pypy/extradoc/changeset/1745636d0165/ Log:add pdf diff --git a/talk/ep2011/talk/talk.pdf b/talk/ep2011/talk/talk.pdf new file mode 100644 index 0

[pypy-commit] pypy inline-dict-ops: some descr support for low level cpus

2011-06-23 Thread fijal
Author: Maciej Fijalkowski Branch: inline-dict-ops Changeset: r45071:3fbc094334b3 Date: 2011-06-23 10:19 +0200 http://bitbucket.org/pypy/pypy/changeset/3fbc094334b3/ Log:some descr support for low level cpus diff --git a/pypy/jit/backend/llsupport/descr.py b/pypy/jit/backend/llsupport/descr

[pypy-commit] pypy inline-dict-ops: some more pyflakes fun

2011-06-23 Thread fijal
Author: Maciej Fijalkowski Branch: inline-dict-ops Changeset: r45070:6744303b4a53 Date: 2011-06-23 10:12 +0200 http://bitbucket.org/pypy/pypy/changeset/6744303b4a53/ Log:some more pyflakes fun diff --git a/pypy/jit/backend/llsupport/llmodel.py b/pypy/jit/backend/llsupport/llmodel.py --- a/p

[pypy-commit] pypy inline-dict-ops: remove some more unused imports

2011-06-23 Thread fijal
Author: Maciej Fijalkowski Branch: inline-dict-ops Changeset: r45069:16b699096139 Date: 2011-06-23 10:10 +0200 http://bitbucket.org/pypy/pypy/changeset/16b699096139/ Log:remove some more unused imports diff --git a/pypy/jit/backend/llsupport/descr.py b/pypy/jit/backend/llsupport/descr.py --

[pypy-commit] pypy inline-dict-ops: remove unused imports

2011-06-23 Thread fijal
Author: Maciej Fijalkowski Branch: inline-dict-ops Changeset: r45068:4b0b59173c53 Date: 2011-06-23 10:05 +0200 http://bitbucket.org/pypy/pypy/changeset/4b0b59173c53/ Log:remove unused imports diff --git a/pypy/jit/codewriter/jtransform.py b/pypy/jit/codewriter/jtransform.py --- a/pypy/jit/c