[pypy-commit] pypy numpy-dtype-alt: merged upstream

2011-08-23 Thread alex_gaynor
Author: Alex Gaynor Branch: numpy-dtype-alt Changeset: r46754:0731204660ba Date: 2011-08-23 18:52 -0400 http://bitbucket.org/pypy/pypy/changeset/0731204660ba/ Log:merged upstream diff --git a/pypy/objspace/std/stringobject.py b/pypy/objspace/std/stringobject.py --- a/pypy/objspace/std/strin

[pypy-commit] pypy numpy-dtype-alt: translation fix

2011-08-23 Thread alex_gaynor
Author: Alex Gaynor Branch: numpy-dtype-alt Changeset: r46755:6fb999c351d6 Date: 2011-08-23 21:04 -0400 http://bitbucket.org/pypy/pypy/changeset/6fb999c351d6/ Log:translation fix diff --git a/pypy/module/micronumpy/interp_dtype.py b/pypy/module/micronumpy/interp_dtype.py --- a/pypy/module/m

[pypy-commit] pypy numpy-dtype: re-merge in default

2011-08-23 Thread justinpeel
Author: Justin Peel Branch: numpy-dtype Changeset: r46753:5445ab443c0a Date: 2011-08-23 17:12 -0600 http://bitbucket.org/pypy/pypy/changeset/5445ab443c0a/ Log:re-merge in default diff --git a/pypy/objspace/std/stringobject.py b/pypy/objspace/std/stringobject.py --- a/pypy/objspace/std/strin

[pypy-commit] pypy default: Backed out changeset f8086f9fc11d

2011-08-23 Thread justinpeel
Author: Justin Peel Branch: Changeset: r46751:bdc441759d76 Date: 2011-08-23 16:49 -0600 http://bitbucket.org/pypy/pypy/changeset/bdc441759d76/ Log:Backed out changeset f8086f9fc11d diff --git a/pypy/objspace/std/stringobject.py b/pypy/objspace/std/stringobject.py --- a/pypy/objspace/std/st

[pypy-commit] pypy numpy-dtype-alt: merged default in

2011-08-23 Thread alex_gaynor
Author: Alex Gaynor Branch: numpy-dtype-alt Changeset: r46750:24ed318ba045 Date: 2011-08-23 17:37 -0500 http://bitbucket.org/pypy/pypy/changeset/24ed318ba045/ Log:merged default in diff --git a/ctypes_configure/configure.py b/ctypes_configure/configure.py --- a/ctypes_configure/configure.py

[pypy-commit] pypy numpy-dtype-alt: update TODO, this is probably merge ready, TBH

2011-08-23 Thread alex_gaynor
Author: Alex Gaynor Branch: numpy-dtype-alt Changeset: r46749:d87b3d53129e Date: 2011-08-23 12:44 -0500 http://bitbucket.org/pypy/pypy/changeset/d87b3d53129e/ Log:update TODO, this is probably merge ready, TBH diff --git a/TODO.txt b/TODO.txt --- a/TODO.txt +++ b/TODO.txt @@ -1,4 +1,4 @@ -TO

[pypy-commit] pypy numpy-dtype-alt: fix arg{max, min} for int dtypes

2011-08-23 Thread alex_gaynor
Author: Alex Gaynor Branch: numpy-dtype-alt Changeset: r46748:48268da1db0b Date: 2011-08-23 12:33 -0500 http://bitbucket.org/pypy/pypy/changeset/48268da1db0b/ Log:fix arg{max,min} for int dtypes diff --git a/pypy/module/micronumpy/interp_dtype.py b/pypy/module/micronumpy/interp_dtype.py ---

[pypy-commit] pypy numpy-dtype-alt: reduce code duplication in dtypes. Mixins can now have base classes, so long as all their complete MRO is either mixins or object.

2011-08-23 Thread alex_gaynor
Author: Alex Gaynor Branch: numpy-dtype-alt Changeset: r46747:2acdc3b3c277 Date: 2011-08-23 12:03 -0500 http://bitbucket.org/pypy/pypy/changeset/2acdc3b3c277/ Log:reduce code duplication in dtypes. Mixins can now have base classes, so long as all their complete MRO is either mixins or

[pypy-commit] extradoc extradoc: merged upstream

2011-08-23 Thread alex_gaynor
Author: Alex Gaynor Branch: extradoc Changeset: r3888:60caefd210cd Date: 2011-08-23 17:06 -0500 http://bitbucket.org/pypy/extradoc/changeset/60caefd210cd/ Log:merged upstream diff --git a/talk/iwtc11/benchmarks/image/numpy_compare.py b/talk/iwtc11/benchmarks/image/numpy_compare.py --- a/tal

[pypy-commit] extradoc extradoc: added a ask for branchless INT_ABS resop

2011-08-23 Thread alex_gaynor
Author: Alex Gaynor Branch: extradoc Changeset: r3887:0839f40cc0e0 Date: 2011-08-23 12:21 -0500 http://bitbucket.org/pypy/extradoc/changeset/0839f40cc0e0/ Log:added a ask for branchless INT_ABS resop diff --git a/planning/jit.txt b/planning/jit.txt --- a/planning/jit.txt +++ b/planning/jit.t

[pypy-commit] Notification: pypy

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

[pypy-commit] pypy.org extradoc: add some stuff about me

2011-08-23 Thread cfbolz
Author: Carl Friedrich Bolz Branch: extradoc Changeset: r238:ac9e3cfa6824 Date: 2011-08-23 19:43 +0200 http://bitbucket.org/pypy/pypy.org/changeset/ac9e3cfa6824/ Log:add some stuff about me diff --git a/image/people/cfbolz.jpg b/image/people/cfbolz.jpg new file mode 100644 index 000

[pypy-commit] pypy numpy-dtype: put back in binop and add. translates, but has problems.

2011-08-23 Thread justinpeel
Author: Justin Peel Branch: numpy-dtype Changeset: r46745:2f509d2206d0 Date: 2011-08-23 10:45 -0600 http://bitbucket.org/pypy/pypy/changeset/2f509d2206d0/ Log:put back in binop and add. translates, but has problems. diff --git a/pypy/module/micronumpy/interp_dtype.py b/pypy/module/micronump

[pypy-commit] pypy closed-branches: re-close this branch

2011-08-23 Thread arigo
Author: Armin Rigo Branch: closed-branches Changeset: r46743:c1a359dec6d0 Date: 2011-08-23 14:38 +0200 http://bitbucket.org/pypy/pypy/changeset/c1a359dec6d0/ Log:re-close this branch ___ pypy-commit mailing list pypy-commit@python.org http://mail.p

[pypy-commit] pypy closed-branches: Merge closed head c54a9a93a0cf on branch custom-trace

2011-08-23 Thread arigo
Author: Armin Rigo Branch: closed-branches Changeset: r46742:2f48b82fa9eb Date: 2011-08-23 14:38 +0200 http://bitbucket.org/pypy/pypy/changeset/2f48b82fa9eb/ Log:Merge closed head c54a9a93a0cf on branch custom-trace ___ pypy-commit mailing list pyp

[pypy-commit] pypy closed-branches: Merge closed head 0a9d1c3a5628 on branch psycopg2compatibility

2011-08-23 Thread arigo
Author: Armin Rigo Branch: closed-branches Changeset: r46738:8097547eba11 Date: 2011-08-23 14:37 +0200 http://bitbucket.org/pypy/pypy/changeset/8097547eba11/ Log:Merge closed head 0a9d1c3a5628 on branch psycopg2compatibility diff --git a/.hgsubstate b/.hgsubstate new file mode 100644 ___

[pypy-commit] pypy closed-branches: Merge closed head 3f6d07c66aea on branch jit-short_from_state

2011-08-23 Thread arigo
Author: Armin Rigo Branch: closed-branches Changeset: r46741:141131a9fcb6 Date: 2011-08-23 14:38 +0200 http://bitbucket.org/pypy/pypy/changeset/141131a9fcb6/ Log:Merge closed head 3f6d07c66aea on branch jit-short_from_state ___ pypy-commit mailing

[pypy-commit] pypy closed-branches: Merge closed head b5bc2f812d76 on branch ootype-rerased

2011-08-23 Thread arigo
Author: Armin Rigo Branch: closed-branches Changeset: r46736:fcb87e6b8a26 Date: 2011-08-23 14:37 +0200 http://bitbucket.org/pypy/pypy/changeset/fcb87e6b8a26/ Log:Merge closed head b5bc2f812d76 on branch ootype-rerased ___ pypy-commit mailing list p

[pypy-commit] pypy closed-branches: Merge closed head c66c3f1f426f on branch unroll-if-const

2011-08-23 Thread arigo
Author: Armin Rigo Branch: closed-branches Changeset: r46740:42c0d81b452d Date: 2011-08-23 14:38 +0200 http://bitbucket.org/pypy/pypy/changeset/42c0d81b452d/ Log:Merge closed head c66c3f1f426f on branch unroll-if-const ___ pypy-commit mailing list

[pypy-commit] pypy closed-branches: Merge closed head cf2759cf9b0a on branch inline-simple-generators

2011-08-23 Thread arigo
Author: Armin Rigo Branch: closed-branches Changeset: r46735:ac461c8a7893 Date: 2011-08-23 14:37 +0200 http://bitbucket.org/pypy/pypy/changeset/ac461c8a7893/ Log:Merge closed head cf2759cf9b0a on branch inline-simple-generators ___ pypy-commit mail

[pypy-commit] pypy closed-branches: Merge closed head 6f6f53443543 on branch tealet

2011-08-23 Thread arigo
Author: Armin Rigo Branch: closed-branches Changeset: r46739:ede9aa1044d8 Date: 2011-08-23 14:37 +0200 http://bitbucket.org/pypy/pypy/changeset/ede9aa1044d8/ Log:Merge closed head 6f6f53443543 on branch tealet diff --git a/.hgsubstate b/.hgsubstate deleted file mode 100644 __

[pypy-commit] pypy closed-branches: Merge closed head 2980b2bf826d on branch range-immutable

2011-08-23 Thread arigo
Author: Armin Rigo Branch: closed-branches Changeset: r46734:219a0a62b682 Date: 2011-08-23 14:37 +0200 http://bitbucket.org/pypy/pypy/changeset/219a0a62b682/ Log:Merge closed head 2980b2bf826d on branch range-immutable ___ pypy-commit mailing list

[pypy-commit] pypy closed-branches: Merge closed head ced77fb4de9c on branch numpy-ufunc-trig

2011-08-23 Thread arigo
Author: Armin Rigo Branch: closed-branches Changeset: r46737:3410e5571c3f Date: 2011-08-23 14:37 +0200 http://bitbucket.org/pypy/pypy/changeset/3410e5571c3f/ Log:Merge closed head ced77fb4de9c on branch numpy-ufunc-trig ___ pypy-commit mailing list

[pypy-commit] pypy closed-branches: Merge closed head 89c23d06a9c3 on branch streamio-bufout

2011-08-23 Thread arigo
Author: Armin Rigo Branch: closed-branches Changeset: r46733:7f9d504b6cb4 Date: 2011-08-23 14:37 +0200 http://bitbucket.org/pypy/pypy/changeset/7f9d504b6cb4/ Log:Merge closed head 89c23d06a9c3 on branch streamio-bufout ___ pypy-commit mailing list

[pypy-commit] pypy closed-branches: Merge closed head 995cbdd4ffa1 on branch release-gil-flush-heapcache

2011-08-23 Thread arigo
Author: Armin Rigo Branch: closed-branches Changeset: r46731:170f6b76b99f Date: 2011-08-23 14:37 +0200 http://bitbucket.org/pypy/pypy/changeset/170f6b76b99f/ Log:Merge closed head 995cbdd4ffa1 on branch release-gil-flush-heapcache ___ pypy-commit m

[pypy-commit] pypy closed-branches: Merge closed head bb33f506f1a2 on branch numpy-setslice

2011-08-23 Thread arigo
Author: Armin Rigo Branch: closed-branches Changeset: r46732:1925471e774b Date: 2011-08-23 14:37 +0200 http://bitbucket.org/pypy/pypy/changeset/1925471e774b/ Log:Merge closed head bb33f506f1a2 on branch numpy-setslice ___ pypy-commit mailing list p

[pypy-commit] pypy closed-branches: Merge closed head 8027075b9e9e on branch numpy-repr-str

2011-08-23 Thread arigo
Author: Armin Rigo Branch: closed-branches Changeset: r46730:5ddce79cfa47 Date: 2011-08-23 14:37 +0200 http://bitbucket.org/pypy/pypy/changeset/5ddce79cfa47/ Log:Merge closed head 8027075b9e9e on branch numpy-repr-str ___ pypy-commit mailing list p

[pypy-commit] pypy numpy-dtype-alt: Added dtype guessing, this also fixes the return type on things like numpy.maximum(1, 2), which used to be buggy and return a float.

2011-08-23 Thread alex_gaynor
Author: Alex Gaynor Branch: numpy-dtype-alt Changeset: r46729:3a0ecdbc1565 Date: 2011-08-23 07:31 -0500 http://bitbucket.org/pypy/pypy/changeset/3a0ecdbc1565/ Log:Added dtype guessing, this also fixes the return type on things like numpy.maximum(1, 2), which used to be buggy and retur

[pypy-commit] extradoc extradoc: yet another two ways to do this

2011-08-23 Thread hakanardo
Author: Hakan Ardo Branch: extradoc Changeset: r3886:d8889c9bbd83 Date: 2011-08-23 13:54 +0200 http://bitbucket.org/pypy/extradoc/changeset/d8889c9bbd83/ Log:yet another two ways to do this diff --git a/talk/iwtc11/benchmarks/image/numpy_compare.py b/talk/iwtc11/benchmarks/image/numpy_compa

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

2011-08-23 Thread Bitbucket
New comment on pull request: https://bitbucket.org/pypy/pypy/pull-request/6/some-fixes-for-freebsd-translation#comment-3 Gabriel Lavoie (glavoie) said: I'm not sure either! Maybe someone with more experience can comment on this? -- This is a pull request comment notification from bitbucket.org.

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

2011-08-23 Thread Bitbucket
New comment on pull request: https://bitbucket.org/pypy/pypy/pull-request/6/some-fixes-for-freebsd-translation#comment-2 Alex Gaynor (alex_gaynor) said: Is it correct to modify those .ctc.py files? (Same thing amaury said, I'm just testing out pull request comments :P). -- This is a pull requ

[pypy-commit] pypy numpy-dtype-alt: update TODO

2011-08-23 Thread alex_gaynor
Author: Alex Gaynor Branch: numpy-dtype-alt Changeset: r46728:2bdf772be9e7 Date: 2011-08-23 06:25 -0500 http://bitbucket.org/pypy/pypy/changeset/2bdf772be9e7/ Log:update TODO diff --git a/TODO.txt b/TODO.txt --- a/TODO.txt +++ b/TODO.txt @@ -3,4 +3,3 @@ * More operations on more dtypes *

[pypy-commit] pypy numpy-dtype-alt: expose dtype attribute on arrays, and add it to the repr

2011-08-23 Thread alex_gaynor
Author: Alex Gaynor Branch: numpy-dtype-alt Changeset: r46727:f9d64b81ab65 Date: 2011-08-23 06:25 -0500 http://bitbucket.org/pypy/pypy/changeset/f9d64b81ab65/ Log:expose dtype attribute on arrays, and add it to the repr diff --git a/pypy/module/micronumpy/interp_numarray.py b/pypy/module/mi

[pypy-commit] pypy release-1.6.x: Bah.

2011-08-23 Thread arigo
Author: Armin Rigo Branch: release-1.6.x Changeset: r46726:080f42d5c4b4 Date: 2011-08-23 13:23 +0200 http://bitbucket.org/pypy/pypy/changeset/080f42d5c4b4/ Log:Bah. diff --git a/ctypes_configure/configure.py b/ctypes_configure/configure.py --- a/ctypes_configure/configure.py +++ b/ctypes_con

[pypy-commit] pypy default: Bah.

2011-08-23 Thread arigo
Author: Armin Rigo Branch: Changeset: r46725:f08b3d926362 Date: 2011-08-23 13:23 +0200 http://bitbucket.org/pypy/pypy/changeset/f08b3d926362/ Log:Bah. diff --git a/ctypes_configure/configure.py b/ctypes_configure/configure.py --- a/ctypes_configure/configure.py +++ b/ctypes_configure/config

[pypy-commit] pypy release-1.6.x: Tweak. (Don't really remember why, but this was needed at some point...)

2011-08-23 Thread arigo
Author: Armin Rigo Branch: release-1.6.x Changeset: r46724:321866c492ed Date: 2011-08-23 13:06 +0200 http://bitbucket.org/pypy/pypy/changeset/321866c492ed/ Log:Tweak. (Don't really remember why, but this was needed at some point...) diff --git a/lib_pypy/_subprocess.py b/lib_pypy/_su

[pypy-commit] pypy stacklet: Stacklet+jit+shadowstack. Not well tested.

2011-08-23 Thread arigo
Author: Armin Rigo Branch: stacklet Changeset: r46722:c93c270db99b Date: 2011-08-23 09:48 +0200 http://bitbucket.org/pypy/pypy/changeset/c93c270db99b/ Log:Stacklet+jit+shadowstack. Not well tested. diff --git a/pypy/jit/backend/llsupport/gc.py b/pypy/jit/backend/llsupport/gc.py --- a/pypy/ji

[pypy-commit] pypy default: Tweak. (Don't really remember why, but this was needed at some point...)

2011-08-23 Thread arigo
Author: Armin Rigo Branch: Changeset: r46723:058936c44ee0 Date: 2011-08-23 13:06 +0200 http://bitbucket.org/pypy/pypy/changeset/058936c44ee0/ Log:Tweak. (Don't really remember why, but this was needed at some point...) diff --git a/lib_pypy/_subprocess.py b/lib_pypy/_subprocess.py -

[pypy-commit] pypy stacklet: Shadowstack support for stacklets. Phew. Only missing: see

2011-08-23 Thread arigo
Author: Armin Rigo Branch: stacklet Changeset: r46721:a2a7b3bc7f91 Date: 2011-08-23 00:18 +0200 http://bitbucket.org/pypy/pypy/changeset/a2a7b3bc7f91/ Log:Shadowstack support for stacklets. Phew. Only missing: see "not implemented yet" in shadowstack.py. diff --git a/pypy/rlib/_stack

[pypy-commit] pypy numpy-dtype-alt: fix translation

2011-08-23 Thread alex_gaynor
Author: Alex Gaynor Branch: numpy-dtype-alt Changeset: r46720:543e7f4d7d3a Date: 2011-08-23 05:58 -0500 http://bitbucket.org/pypy/pypy/changeset/543e7f4d7d3a/ Log:fix translation diff --git a/pypy/module/micronumpy/interp_dtype.py b/pypy/module/micronumpy/interp_dtype.py --- a/pypy/module/m