[pypy-commit] pypy numpy-dtype: fixed getitem of a slice

2011-08-23 Thread justinpeel
Author: Justin Peel notmuchtot...@gmail.com Branch: numpy-dtype Changeset: r46713:481b3ae5777d Date: 2011-08-16 00:12 -0600 http://bitbucket.org/pypy/pypy/changeset/481b3ae5777d/ Log:fixed getitem of a slice diff --git a/pypy/module/micronumpy/interp_numarray.py

[pypy-commit] pypy numpy-dtype: Added in Int64 and fixed a typo.

2011-08-23 Thread justinpeel
Author: Justin Peel notmuchtot...@gmail.com Branch: numpy-dtype Changeset: r46715:48a26861a1ac Date: 2011-08-22 01:17 -0600 http://bitbucket.org/pypy/pypy/changeset/48a26861a1ac/ Log:Added in Int64 and fixed a typo. diff --git a/pypy/module/micronumpy/interp_dtype.py

[pypy-commit] pypy numpy-dtype: setslice is working, but had to disable all types except bool, int32, long, float64.

2011-08-23 Thread justinpeel
Author: Justin Peel notmuchtot...@gmail.com Branch: numpy-dtype Changeset: r46714:7695baf72d2f Date: 2011-08-22 00:38 -0600 http://bitbucket.org/pypy/pypy/changeset/7695baf72d2f/ Log:setslice is working, but had to disable all types except bool, int32, long, float64. diff --git

[pypy-commit] pypy numpy-dtype: convert_to_array can handle scalars again.

2011-08-23 Thread justinpeel
Author: Justin Peel notmuchtot...@gmail.com Branch: numpy-dtype Changeset: r46716:d3b95f7ca4d2 Date: 2011-08-22 12:31 -0600 http://bitbucket.org/pypy/pypy/changeset/d3b95f7ca4d2/ Log:convert_to_array can handle scalars again. diff --git a/pypy/module/micronumpy/interp_dtype.py

[pypy-commit] pypy numpy-dtype: add abs

2011-08-23 Thread justinpeel
Author: Justin Peel notmuchtot...@gmail.com Branch: numpy-dtype Changeset: r46718:9e75642aab93 Date: 2011-08-23 00:52 -0600 http://bitbucket.org/pypy/pypy/changeset/9e75642aab93/ Log:add abs diff --git a/pypy/module/micronumpy/interp_numarray.py b/pypy/module/micronumpy/interp_numarray.py

[pypy-commit] pypy numpy-dtype: add __pos__

2011-08-23 Thread justinpeel
Author: Justin Peel notmuchtot...@gmail.com Branch: numpy-dtype Changeset: r46719:4705cb4b51b3 Date: 2011-08-23 00:54 -0600 http://bitbucket.org/pypy/pypy/changeset/4705cb4b51b3/ Log:add __pos__ diff --git a/pypy/module/micronumpy/interp_numarray.py

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

2011-08-23 Thread alex_gaynor
Author: Alex Gaynor alex.gay...@gmail.com 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

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

2011-08-23 Thread arigo
Author: Armin Rigo ar...@tunes.org 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

[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 ar...@tunes.org 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

[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 ar...@tunes.org 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

[pypy-commit] pypy default: Bah.

2011-08-23 Thread arigo
Author: Armin Rigo ar...@tunes.org 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 +++

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

2011-08-23 Thread arigo
Author: Armin Rigo ar...@tunes.org 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

[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 alex.gay...@gmail.com 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

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

2011-08-23 Thread alex_gaynor
Author: Alex Gaynor alex.gay...@gmail.com 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

[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

[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

[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 alex.gay...@gmail.com 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

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

2011-08-23 Thread arigo
Author: Armin Rigo ar...@tunes.org 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] pypy closed-branches: Merge closed head 995cbdd4ffa1 on branch release-gil-flush-heapcache

2011-08-23 Thread arigo
Author: Armin Rigo ar...@tunes.org 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] pypy closed-branches: Merge closed head 89c23d06a9c3 on branch streamio-bufout

2011-08-23 Thread arigo
Author: Armin Rigo ar...@tunes.org 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] pypy closed-branches: Merge closed head ced77fb4de9c on branch numpy-ufunc-trig

2011-08-23 Thread arigo
Author: Armin Rigo ar...@tunes.org 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] pypy closed-branches: Merge closed head 2980b2bf826d on branch range-immutable

2011-08-23 Thread arigo
Author: Armin Rigo ar...@tunes.org 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] pypy closed-branches: Merge closed head 6f6f53443543 on branch tealet

2011-08-23 Thread arigo
Author: Armin Rigo ar...@tunes.org 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 cf2759cf9b0a on branch inline-simple-generators

2011-08-23 Thread arigo
Author: Armin Rigo ar...@tunes.org 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] pypy closed-branches: Merge closed head c66c3f1f426f on branch unroll-if-const

2011-08-23 Thread arigo
Author: Armin Rigo ar...@tunes.org 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] pypy closed-branches: Merge closed head b5bc2f812d76 on branch ootype-rerased

2011-08-23 Thread arigo
Author: Armin Rigo ar...@tunes.org 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] pypy closed-branches: Merge closed head 3f6d07c66aea on branch jit-short_from_state

2011-08-23 Thread arigo
Author: Armin Rigo ar...@tunes.org 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] pypy closed-branches: Merge closed head 0a9d1c3a5628 on branch psycopg2compatibility

2011-08-23 Thread arigo
Author: Armin Rigo ar...@tunes.org 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

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

2011-08-23 Thread arigo
Author: Armin Rigo ar...@tunes.org 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

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

2011-08-23 Thread arigo
Author: Armin Rigo ar...@tunes.org 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] pypy.org extradoc: add some stuff about me

2011-08-23 Thread cfbolz
Author: Carl Friedrich Bolz cfb...@gmx.de 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

[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

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

2011-08-23 Thread alex_gaynor
Author: Alex Gaynor alex.gay...@gmail.com 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 ---

[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 alex.gay...@gmail.com 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

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

2011-08-23 Thread alex_gaynor
Author: Alex Gaynor alex.gay...@gmail.com 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

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

2011-08-23 Thread alex_gaynor
Author: Alex Gaynor alex.gay...@gmail.com 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 +++

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

2011-08-23 Thread justinpeel
Author: Justin Peel notmuchtot...@gmail.com 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 ---

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

2011-08-23 Thread alex_gaynor
Author: Alex Gaynor alex.gay...@gmail.com 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 ---