[pypy-commit] pypy matrixmath-reshape: close merged branch

2011-12-06 Thread fijal
Author: Maciej Fijalkowski fij...@gmail.com Branch: matrixmath-reshape Changeset: r50203:c8b9ca8d5c25 Date: 2011-12-06 10:49 +0200 http://bitbucket.org/pypy/pypy/changeset/c8b9ca8d5c25/ Log:close merged branch ___ pypy-commit mailing list

[pypy-commit] pypy matrixmath-reshape-merge: close merged branch

2011-12-06 Thread fijal
Author: Maciej Fijalkowski fij...@gmail.com Branch: matrixmath-reshape-merge Changeset: r50204:83b5695339e8 Date: 2011-12-06 10:52 +0200 http://bitbucket.org/pypy/pypy/changeset/83b5695339e8/ Log:close merged branch ___ pypy-commit mailing list

[pypy-commit] pypy default: rename NDimSlice to W_NDimSlice, kill some unused imports

2011-12-06 Thread fijal
Author: Maciej Fijalkowski fij...@gmail.com Branch: Changeset: r50205:ea4102860b98 Date: 2011-12-06 10:55 +0200 http://bitbucket.org/pypy/pypy/changeset/ea4102860b98/ Log:rename NDimSlice to W_NDimSlice, kill some unused imports diff --git a/pypy/module/micronumpy/interp_numarray.py

[pypy-commit] pypy default: fixed _socket int/uint matters

2011-12-06 Thread ctismer
Author: Christian Tismer tis...@stackless.com Branch: Changeset: r50206:f6023488fc52 Date: 2011-12-06 11:03 +0100 http://bitbucket.org/pypy/pypy/changeset/f6023488fc52/ Log:fixed _socket int/uint matters diff --git a/pypy/module/_socket/interp_func.py b/pypy/module/_socket/interp_func.py

[pypy-commit] pypy type-specialized-instances: some fixes for type-specialized-attributes

2011-12-06 Thread l . diekmann
Author: Lukas Diekmann lukas.diekm...@uni-duesseldorf.de Branch: type-specialized-instances Changeset: r50207:940ed396c2d9 Date: 2011-12-06 14:34 +0100 http://bitbucket.org/pypy/pypy/changeset/940ed396c2d9/ Log:some fixes for type-specialized-attributes diff --git

[pypy-commit] pypy type-specialized-instances: oups

2011-12-06 Thread l . diekmann
Author: Lukas Diekmann lukas.diekm...@uni-duesseldorf.de Branch: type-specialized-instances Changeset: r50209:0c894ad8e9b5 Date: 2011-12-06 14:47 +0100 http://bitbucket.org/pypy/pypy/changeset/0c894ad8e9b5/ Log:oups diff --git a/pypy/objspace/std/mapdict.py b/pypy/objspace/std/mapdict.py ---

[pypy-commit] pypy arm-backend-2: (arigo, bivab): aahhh. Fix an issue with floats that are spilled in a loop and

2011-12-06 Thread bivab
Author: David Schneider david.schnei...@picle.org Branch: arm-backend-2 Changeset: r50210:63e21292fab4 Date: 2011-12-06 17:06 +0100 http://bitbucket.org/pypy/pypy/changeset/63e21292fab4/ Log:(arigo, bivab): aahhh. Fix an issue with floats that are spilled in a loop and later read in a

[pypy-commit] pypy arm-backend-2: remove some unused imports

2011-12-06 Thread bivab
Author: David Schneider david.schnei...@picle.org Branch: arm-backend-2 Changeset: r50211:5140a209b50a Date: 2011-12-06 17:07 +0100 http://bitbucket.org/pypy/pypy/changeset/5140a209b50a/ Log:remove some unused imports diff --git a/pypy/jit/backend/arm/opassembler.py

[pypy-commit] pypy arm-backend-2: fix an issue with the private attribute renaming going on when reading a field

2011-12-06 Thread bivab
Author: David Schneider david.schnei...@picle.org Branch: arm-backend-2 Changeset: r50212:9e1351914eb6 Date: 2011-12-06 17:08 +0100 http://bitbucket.org/pypy/pypy/changeset/9e1351914eb6/ Log:fix an issue with the private attribute renaming going on when reading a field that starts

[pypy-commit] pypy win64-stage1: merge default

2011-12-06 Thread ctismer
Author: Christian Tismer tis...@stackless.com Branch: win64-stage1 Changeset: r50213:b853ad20830d Date: 2011-12-06 17:39 +0100 http://bitbucket.org/pypy/pypy/changeset/b853ad20830d/ Log:merge default diff --git a/lib_pypy/_collections.py b/lib_pypy/_collections.py ---

[pypy-commit] pypy default: Test and fix.

2011-12-06 Thread arigo
Author: Armin Rigo ar...@tunes.org Branch: Changeset: r50214:b0cec017f8a9 Date: 2011-12-06 17:44 +0100 http://bitbucket.org/pypy/pypy/changeset/b0cec017f8a9/ Log:Test and fix. diff --git a/lib_pypy/_collections.py b/lib_pypy/_collections.py --- a/lib_pypy/_collections.py +++

[pypy-commit] pypy default: Translation fix. No cookie

2011-12-06 Thread arigo
Author: Armin Rigo ar...@tunes.org Branch: Changeset: r50215:a88a15a5ccb7 Date: 2011-12-06 18:08 +0100 http://bitbucket.org/pypy/pypy/changeset/a88a15a5ccb7/ Log:Translation fix. No cookie diff --git a/pypy/module/micronumpy/interp_numarray.py b/pypy/module/micronumpy/interp_numarray.py

[pypy-commit] pypy win64-stage1: Merge with default

2011-12-06 Thread ctismer
Author: Christian Tismer tis...@stackless.com Branch: win64-stage1 Changeset: r50216:7c2b76526385 Date: 2011-12-06 18:26 +0100 http://bitbucket.org/pypy/pypy/changeset/7c2b76526385/ Log:Merge with default diff --git a/lib_pypy/_collections.py b/lib_pypy/_collections.py ---

[pypy-commit] pypy default: whitespace and other small codecleanups

2011-12-06 Thread alex_gaynor
Author: Alex Gaynor alex.gay...@gmail.com Branch: Changeset: r50217:1a419a40ed62 Date: 2011-12-06 13:38 -0500 http://bitbucket.org/pypy/pypy/changeset/1a419a40ed62/ Log:whitespace and other small codecleanups diff --git a/pypy/module/micronumpy/app_numpy.py

[pypy-commit] pypy default: Implement varargs for ndarray.reshape and add a test for a missing error case.

2011-12-06 Thread alex_gaynor
Author: Alex Gaynor alex.gay...@gmail.com Branch: Changeset: r50218:0ccb237a9de2 Date: 2011-12-06 13:53 -0500 http://bitbucket.org/pypy/pypy/changeset/0ccb237a9de2/ Log:Implement varargs for ndarray.reshape and add a test for a missing error case. diff --git

[pypy-commit] pypy default: remove some dead code, and added missing tests

2011-12-06 Thread alex_gaynor
Author: Alex Gaynor alex.gay...@gmail.com Branch: Changeset: r50219:d62de66be4aa Date: 2011-12-06 14:06 -0500 http://bitbucket.org/pypy/pypy/changeset/d62de66be4aa/ Log:remove some dead code, and added missing tests diff --git a/pypy/module/micronumpy/interp_numarray.py

[pypy-commit] pypy numpy-dtype-refactor-complex: merged default

2011-12-06 Thread alex_gaynor
Author: Alex Gaynor alex.gay...@gmail.com Branch: numpy-dtype-refactor-complex Changeset: r50220:e4002f73fb25 Date: 2011-12-06 14:12 -0500 http://bitbucket.org/pypy/pypy/changeset/e4002f73fb25/ Log:merged default diff --git a/lib_pypy/_collections.py b/lib_pypy/_collections.py ---

[pypy-commit] pypy numpy-dtype-refactor-complex: make things translate

2011-12-06 Thread alex_gaynor
Author: Alex Gaynor alex.gay...@gmail.com Branch: numpy-dtype-refactor-complex Changeset: r50221:894a554a8053 Date: 2011-12-06 14:25 -0500 http://bitbucket.org/pypy/pypy/changeset/894a554a8053/ Log:make things translate diff --git a/pypy/module/micronumpy/compile.py

[pypy-commit] pypy win64-stage1: more places where signed_defn.h is missing. Made it easier to add it more often

2011-12-06 Thread ctismer
Author: Christian Tismer tis...@stackless.com Branch: win64-stage1 Changeset: r50222:ccaf375ee24b Date: 2011-12-06 21:01 +0100 http://bitbucket.org/pypy/pypy/changeset/ccaf375ee24b/ Log:more places where signed_defn.h is missing. Made it easier to add it more often diff --git

[pypy-commit] pypy matrixmath-dot: hg merge with default

2011-12-06 Thread mattip
Author: mattip Branch: matrixmath-dot Changeset: r50223:c1c81fb495b9 Date: 2011-12-06 17:39 +0200 http://bitbucket.org/pypy/pypy/changeset/c1c81fb495b9/ Log:hg merge with default diff --git a/lib_pypy/_collections.py b/lib_pypy/_collections.py --- a/lib_pypy/_collections.py +++

[pypy-commit] pypy numpypy-is_contiguous: test, implement is_contiguous for C order

2011-12-06 Thread mattip
Author: mattip Branch: numpypy-is_contiguous Changeset: r50225:b8c87c4cf664 Date: 2011-12-06 22:14 +0200 http://bitbucket.org/pypy/pypy/changeset/b8c87c4cf664/ Log:test, implement is_contiguous for C order diff --git a/pypy/module/micronumpy/interp_numarray.py

[pypy-commit] pypy win64-stage1: typo :-(

2011-12-06 Thread ctismer
Author: Christian Tismer tis...@stackless.com Branch: win64-stage1 Changeset: r50226:41a380cec3d1 Date: 2011-12-06 21:39 +0100 http://bitbucket.org/pypy/pypy/changeset/41a380cec3d1/ Log:typo :-( diff --git a/pypy/translator/c/src/signals.h b/pypy/translator/c/src/signals.h ---

[pypy-commit] pypy default: fix translation

2011-12-06 Thread alex_gaynor
Author: Alex Gaynor alex.gay...@gmail.com Branch: Changeset: r50227:4d94de61c725 Date: 2011-12-06 16:01 -0500 http://bitbucket.org/pypy/pypy/changeset/4d94de61c725/ Log:fix translation diff --git a/pypy/module/micronumpy/interp_numarray.py b/pypy/module/micronumpy/interp_numarray.py ---

[pypy-commit] pypy win64-stage1: merge

2011-12-06 Thread ctismer
Author: Christian Tismer tis...@stackless.com Branch: win64-stage1 Changeset: r50229:e3ea42ebc83e Date: 2011-12-06 22:35 +0100 http://bitbucket.org/pypy/pypy/changeset/e3ea42ebc83e/ Log:merge diff --git a/pypy/translator/c/src/signals.h b/pypy/translator/c/src/signals.h ---

[pypy-commit] pypy win64-stage1: merge default

2011-12-06 Thread ctismer
Author: Christian Tismer tis...@stackless.com Branch: win64-stage1 Changeset: r50228:2e5389e1972f Date: 2011-12-06 22:34 +0100 http://bitbucket.org/pypy/pypy/changeset/2e5389e1972f/ Log:merge default diff --git a/pypy/module/micronumpy/app_numpy.py b/pypy/module/micronumpy/app_numpy.py ---

[pypy-commit] pypy default: Clarify. Quotes intended.

2011-12-06 Thread arigo
Author: Armin Rigo ar...@tunes.org Branch: Changeset: r50230:245a08e9eb96 Date: 2011-12-06 23:05 +0100 http://bitbucket.org/pypy/pypy/changeset/245a08e9eb96/ Log:Clarify. Quotes intended. diff --git a/pypy/interpreter/baseobjspace.py b/pypy/interpreter/baseobjspace.py ---

[pypy-commit] pypy default: Hum, I'll revert this if I'm wrong, but I don't see how

2011-12-06 Thread arigo
Author: Armin Rigo ar...@tunes.org Branch: Changeset: r50231:9873bcdab29c Date: 2011-12-06 23:13 +0100 http://bitbucket.org/pypy/pypy/changeset/9873bcdab29c/ Log:Hum, I'll revert this if I'm wrong, but I don't see how w_iterables can ever be None. diff --git

[pypy-commit] pypy default: merged upstream

2011-12-06 Thread alex_gaynor
Author: Alex Gaynor alex.gay...@gmail.com Branch: Changeset: r50234:33ec28c6d811 Date: 2011-12-06 17:49 -0500 http://bitbucket.org/pypy/pypy/changeset/33ec28c6d811/ Log:merged upstream diff --git a/pypy/interpreter/astcompiler/optimize.py b/pypy/interpreter/astcompiler/optimize.py ---

[pypy-commit] pypy py3k: Fixes in _ssl module

2011-12-06 Thread amauryfa
Author: Amaury Forgeot d'Arc amaur...@gmail.com Branch: py3k Changeset: r50238:c0288af60001 Date: 2011-12-06 01:35 +0100 http://bitbucket.org/pypy/pypy/changeset/c0288af60001/ Log:Fixes in _ssl module diff --git a/pypy/module/_ssl/interp_ssl.py b/pypy/module/_ssl/interp_ssl.py ---

[pypy-commit] pypy default: typo fix

2011-12-06 Thread alex_gaynor
Author: Alex Gaynor alex.gay...@gmail.com Branch: Changeset: r50233:648537e5b016 Date: 2011-12-06 17:49 -0500 http://bitbucket.org/pypy/pypy/changeset/648537e5b016/ Log:typo fix diff --git a/pypy/module/micronumpy/interp_dtype.py b/pypy/module/micronumpy/interp_dtype.py ---

[pypy-commit] pypy py3k: Return bytes for Linux abstract namespace sockets

2011-12-06 Thread amauryfa
Author: Amaury Forgeot d'Arc amaur...@gmail.com Branch: py3k Changeset: r50235:f65121a60b37 Date: 2011-12-05 00:21 +0100 http://bitbucket.org/pypy/pypy/changeset/f65121a60b37/ Log:Return bytes for Linux abstract namespace sockets diff --git a/pypy/rlib/rsocket.py b/pypy/rlib/rsocket.py ---

[pypy-commit] pypy py3k: socket.inet_aton() should return bytes

2011-12-06 Thread amauryfa
Author: Amaury Forgeot d'Arc amaur...@gmail.com Branch: py3k Changeset: r50236:fc9f0d9b77db Date: 2011-12-05 22:08 +0100 http://bitbucket.org/pypy/pypy/changeset/fc9f0d9b77db/ Log:socket.inet_aton() should return bytes diff --git a/pypy/module/_socket/interp_func.py

[pypy-commit] pypy py3k: socket.getaddrinfo() accept strings for the 'port' parameter

2011-12-06 Thread amauryfa
Author: Amaury Forgeot d'Arc amaur...@gmail.com Branch: py3k Changeset: r50237:df2edb52b29e Date: 2011-12-05 22:48 +0100 http://bitbucket.org/pypy/pypy/changeset/df2edb52b29e/ Log:socket.getaddrinfo() accept strings for the 'port' parameter diff --git a/pypy/module/_socket/interp_func.py