[pypy-commit] pypy default: Write a test for max_unroll_loops, based on an idea by Hakan.

2012-01-14 Thread arigo
Author: Armin Rigo Branch: Changeset: r51302:039bd6756d51 Date: 2012-01-14 12:48 +0100 http://bitbucket.org/pypy/pypy/changeset/039bd6756d51/ Log:Write a test for max_unroll_loops, based on an idea by Hakan. diff --git a/pypy/jit/metainterp/test/test_ajit.py b/pypy/jit/metainterp/test/test

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

2012-01-14 Thread Bitbucket
You have received a notification from tomo cocoa. You no longer have access to the source of pypydoc. -- Disable notifications at https://bitbucket.org/account/notifications/ ___ pypy-commit mailing list [email protected] http://mail.python.org/mai

[pypy-commit] Notification: pypyjvm

2012-01-14 Thread Bitbucket
You have received a notification from tomo cocoa. Hi, I forked pypy. My fork is at https://bitbucket.org/cocoatomo/pypyjvm. -- Disable notifications at https://bitbucket.org/account/notifications/ ___ pypy-commit mailing list [email protected] http

[pypy-commit] pypy numpypy-axisops: a test and a fix

2012-01-14 Thread fijal
Author: Maciej Fijalkowski Branch: numpypy-axisops Changeset: r51304:16b16c97b7c1 Date: 2012-01-14 16:03 +0200 http://bitbucket.org/pypy/pypy/changeset/16b16c97b7c1/ Log:a test and a fix diff --git a/pypy/module/micronumpy/interp_iter.py b/pypy/module/micronumpy/interp_iter.py --- a/pypy/mo

[pypy-commit] pypy numpypy-axisops: kill some dead code

2012-01-14 Thread fijal
Author: Maciej Fijalkowski Branch: numpypy-axisops Changeset: r51303:54af8d89c99e Date: 2012-01-14 15:30 +0200 http://bitbucket.org/pypy/pypy/changeset/54af8d89c99e/ Log:kill some dead code diff --git a/pypy/jit/metainterp/history.py b/pypy/jit/metainterp/history.py --- a/pypy/jit/metainterp

[pypy-commit] pypy numpypy-axisops: add a note

2012-01-14 Thread fijal
Author: Maciej Fijalkowski Branch: numpypy-axisops Changeset: r51305:9478a09d1230 Date: 2012-01-14 16:05 +0200 http://bitbucket.org/pypy/pypy/changeset/9478a09d1230/ Log:add a note diff --git a/pypy/module/micronumpy/test/test_zjit.py b/pypy/module/micronumpy/test/test_zjit.py --- a/pypy/mo

[pypy-commit] pypy numpypy-axisops: close merged branch

2012-01-14 Thread fijal
Author: Maciej Fijalkowski Branch: numpypy-axisops Changeset: r51307:b5b4522440a5 Date: 2012-01-14 16:10 +0200 http://bitbucket.org/pypy/pypy/changeset/b5b4522440a5/ Log:close merged branch ___ pypy-commit mailing list [email protected] http:/

[pypy-commit] extradoc extradoc: done

2012-01-14 Thread fijal
Author: Maciej Fijalkowski Branch: extradoc Changeset: r4033:e383a2a0d80b Date: 2012-01-14 16:26 +0200 http://bitbucket.org/pypy/extradoc/changeset/e383a2a0d80b/ Log:done diff --git a/planning/micronumpy.txt b/planning/micronumpy.txt --- a/planning/micronumpy.txt +++ b/planning/micronumpy.tx

[pypy-commit] pypy ppc-jit-backend: possibly free boxes returned by ensure_value_is_boxed.

2012-01-14 Thread edelsohn
Author: edelsohn Branch: ppc-jit-backend Changeset: r51308:f657ede0f621 Date: 2012-01-14 09:41 -0500 http://bitbucket.org/pypy/pypy/changeset/f657ede0f621/ Log:possibly free boxes returned by ensure_value_is_boxed. diff --git a/pypy/jit/backend/ppc/ppcgen/regalloc.py b/pypy/jit/backend/ppc/p

[pypy-commit] pypy.org extradoc: Update the status of stackless.

2012-01-14 Thread arigo
Author: Armin Rigo Branch: extradoc Changeset: r304:07305742afe8 Date: 2012-01-14 16:35 +0100 http://bitbucket.org/pypy/pypy.org/changeset/07305742afe8/ Log:Update the status of stackless. diff --git a/features.html b/features.html --- a/features.html +++ b/features.html @@ -87,10 +87,10 @@

[pypy-commit] pypy arm-backend-2: Implement case of moving a const float to the stack

2012-01-14 Thread bivab
Author: David Schneider Branch: arm-backend-2 Changeset: r51309:bb83f459ff90 Date: 2012-01-13 14:58 +0100 http://bitbucket.org/pypy/pypy/changeset/bb83f459ff90/ Log:Implement case of moving a const float to the stack diff --git a/pypy/jit/backend/arm/assembler.py b/pypy/jit/backend/arm/asse

[pypy-commit] pypy arm-backend-2: implement as_key method for const float locations required for using const floats in jumps

2012-01-14 Thread bivab
Author: David Schneider Branch: arm-backend-2 Changeset: r51310:44a83931f5cb Date: 2012-01-13 14:59 +0100 http://bitbucket.org/pypy/pypy/changeset/44a83931f5cb/ Log:implement as_key method for const float locations required for using const floats in jumps diff --git a/pypy/jit/backen

[pypy-commit] pypy arm-backend-2: remove a call that was done twice

2012-01-14 Thread bivab
Author: David Schneider Branch: arm-backend-2 Changeset: r51311:8ff3eb80d78e Date: 2012-01-13 16:38 +0100 http://bitbucket.org/pypy/pypy/changeset/8ff3eb80d78e/ Log:remove a call that was done twice diff --git a/pypy/jit/backend/arm/regalloc.py b/pypy/jit/backend/arm/regalloc.py --- a/pypy/j

[pypy-commit] pypy arm-backend-2: as pointed out by David Edelsohn and Maciej, get rid of redundant calls to list

2012-01-14 Thread bivab
Author: David Schneider Branch: arm-backend-2 Changeset: r51312:483ce484be66 Date: 2012-01-14 16:34 +0100 http://bitbucket.org/pypy/pypy/changeset/483ce484be66/ Log:as pointed out by David Edelsohn and Maciej, get rid of redundant calls to list when accessing the list of inputargs of

[pypy-commit] pypy default: Big endian test case for test_utf_16_encode_decode

2012-01-14 Thread stefanor
Author: Stefano Rivera Branch: Changeset: r51313:c6a06cbab53d Date: 2012-01-14 21:07 +0200 http://bitbucket.org/pypy/pypy/changeset/c6a06cbab53d/ Log:Big endian test case for test_utf_16_encode_decode diff --git a/pypy/module/_codecs/test/test_codecs.py b/pypy/module/_codecs/test/test_code

[pypy-commit] pypy numpypy-reshape: fix for 1-length shapes

2012-01-14 Thread mattip
Author: mattip Branch: numpypy-reshape Changeset: r51314:38824caea2ca Date: 2012-01-14 21:34 +0200 http://bitbucket.org/pypy/pypy/changeset/38824caea2ca/ Log:fix for 1-length shapes diff --git a/pypy/module/micronumpy/interp_numarray.py b/pypy/module/micronumpy/interp_numarray.py --- a/pypy/

[pypy-commit] pypy default: merge numpypy-reshape

2012-01-14 Thread fijal
Author: Maciej Fijalkowski Branch: Changeset: r51315:c9f77f542246 Date: 2012-01-14 21:40 +0200 http://bitbucket.org/pypy/pypy/changeset/c9f77f542246/ Log:merge numpypy-reshape diff --git a/pypy/module/micronumpy/interp_numarray.py b/pypy/module/micronumpy/interp_numarray.py --- a/pypy/modu

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

2012-01-14 Thread fijal
Author: Maciej Fijalkowski Branch: numpypy-reshape Changeset: r51316:edc019f4b1b8 Date: 2012-01-14 21:40 +0200 http://bitbucket.org/pypy/pypy/changeset/edc019f4b1b8/ Log:close merged branch ___ pypy-commit mailing list [email protected] http:/

[pypy-commit] Notification: pypy

2012-01-14 Thread Bitbucket
You have received a notification from benol. Hi, I forked pypy. My fork is at https://bitbucket.org/benol/pypy. -- Disable notifications at https://bitbucket.org/account/notifications/ ___ pypy-commit mailing list [email protected] http://mail.pyth

[pypy-commit] pypy py3k: fixes in pure-Python implementation of sha1 and md5:

2012-01-14 Thread amauryfa
Author: Amaury Forgeot d'Arc Branch: py3k Changeset: r51319:5f39f911a130 Date: 2011-12-22 11:06 +0100 http://bitbucket.org/pypy/pypy/changeset/5f39f911a130/ Log:fixes in pure-Python implementation of sha1 and md5: they accept bytes, not strings diff --git a/lib_pypy/_md5.py b/lib_pyp

[pypy-commit] pypy py3k: Fix tests in module/thread

2012-01-14 Thread amauryfa
Author: Amaury Forgeot d'Arc Branch: py3k Changeset: r51320:36af87a5ee11 Date: 2011-12-22 23:52 +0100 http://bitbucket.org/pypy/pypy/changeset/36af87a5ee11/ Log:Fix tests in module/thread diff --git a/pypy/module/_io/interp_stringio.py b/pypy/module/_io/interp_stringio.py --- a/pypy/module/

[pypy-commit] pypy py3k: Implement str.isidentifier()

2012-01-14 Thread amauryfa
Author: Amaury Forgeot d'Arc Branch: py3k Changeset: r51318:c863145453cb Date: 2011-12-22 10:44 +0100 http://bitbucket.org/pypy/pypy/changeset/c863145453cb/ Log:Implement str.isidentifier() diff --git a/pypy/objspace/std/test/test_unicodeobject.py b/pypy/objspace/std/test/test_unicodeobject

[pypy-commit] pypy py3k: Fix for repr of the empty set: set(), not {} which is a dict...

2012-01-14 Thread amauryfa
Author: Amaury Forgeot d'Arc Branch: py3k Changeset: r51322:a69b99cf0083 Date: 2011-12-26 17:26 +0100 http://bitbucket.org/pypy/pypy/changeset/a69b99cf0083/ Log:Fix for repr of the empty set: set(), not {} which is a dict... diff --git a/pypy/objspace/std/setobject.py b/pypy/objspace/std/set

[pypy-commit] pypy py3k: Add _thread.RLock

2012-01-14 Thread amauryfa
Author: Amaury Forgeot d'Arc Branch: py3k Changeset: r51321:ae023502cd1a Date: 2011-12-26 17:19 +0100 http://bitbucket.org/pypy/pypy/changeset/ae023502cd1a/ Log:Add _thread.RLock diff --git a/pypy/module/thread/__init__.py b/pypy/module/thread/__init__.py --- a/pypy/module/thread/__init__.py

[pypy-commit] pypy py3k: CPython issue #1721812: Binary operations and copy operations on

2012-01-14 Thread amauryfa
Author: Amaury Forgeot d'Arc Branch: py3k Changeset: r51323:3924c71a5c0a Date: 2011-12-26 17:49 +0100 http://bitbucket.org/pypy/pypy/changeset/3924c71a5c0a/ Log:CPython issue #1721812: Binary operations and copy operations on set/frozenset subclasses need to return the base type, not

[pypy-commit] pypy py3k: Break everything and unify int and long!

2012-01-14 Thread amauryfa
Author: Amaury Forgeot d'Arc Branch: py3k Changeset: r51325:f4af6649c12f Date: 2011-12-27 17:22 +0100 http://bitbucket.org/pypy/pypy/changeset/f4af6649c12f/ Log:Break everything and unify int and long! diff --git a/pypy/interpreter/astcompiler/astbuilder.py b/pypy/interpreter/astcompiler/as

[pypy-commit] pypy py3k: Fix checkmodule.py, and run it on the thread module.

2012-01-14 Thread amauryfa
Author: Amaury Forgeot d'Arc Branch: py3k Changeset: r51324:65597104c440 Date: 2011-12-26 18:39 +0100 http://bitbucket.org/pypy/pypy/changeset/65597104c440/ Log:Fix checkmodule.py, and run it on the thread module. diff --git a/pypy/module/thread/os_lock.py b/pypy/module/thread/os_lock.py ---

[pypy-commit] pypy py3k: Now reject u'' literals,

2012-01-14 Thread amauryfa
Author: Amaury Forgeot d'Arc Branch: py3k Changeset: r51328:662eb2c58644 Date: 2011-12-27 00:29 +0100 http://bitbucket.org/pypy/pypy/changeset/662eb2c58644/ Log:Now reject u'' literals, expect to break many tests here and there... diff --git a/pypy/interpreter/pyparser/genpytokenize.

[pypy-commit] pypy py3k: Remove 'L' suffix from the output of hex() and oct()

2012-01-14 Thread amauryfa
Author: Amaury Forgeot d'Arc Branch: py3k Changeset: r51326:83fc38544bca Date: 2011-12-26 23:48 +0100 http://bitbucket.org/pypy/pypy/changeset/83fc38544bca/ Log:Remove 'L' suffix from the output of hex() and oct() diff --git a/pypy/objspace/std/test/test_longobject.py b/pypy/objspace/std/te

[pypy-commit] pypy py3k: don't parse '0L' anymore

2012-01-14 Thread amauryfa
Author: Amaury Forgeot d'Arc Branch: py3k Changeset: r51327:40196a1cc504 Date: 2011-12-27 00:03 +0100 http://bitbucket.org/pypy/pypy/changeset/40196a1cc504/ Log:don't parse '0L' anymore diff --git a/pypy/interpreter/pyparser/genpytokenize.py b/pypy/interpreter/pyparser/genpytokenize.py ---

[pypy-commit] pypy py3k: intern() is now in the sys module

2012-01-14 Thread amauryfa
Author: Amaury Forgeot d'Arc Branch: py3k Changeset: r51329:cb7edd67143d Date: 2011-12-27 17:41 +0100 http://bitbucket.org/pypy/pypy/changeset/cb7edd67143d/ Log:intern() is now in the sys module diff --git a/pypy/module/__builtin__/__init__.py b/pypy/module/__builtin__/__init__.py --- a/pyp

[pypy-commit] [OPEN] Pull request #19 for pypy/pypy: Improvements to the JVM backend

2012-01-14 Thread Bitbucket
A new pull request has been opened by MichaƂ Bendowski. benol/pypy has changes to be pulled into pypy/pypy. https://bitbucket.org/pypy/pypy/pull-request/19/improvements-to-the-jvm-backend Title: Improvements to the JVM backend The translation process now finishes successfully, although produces

[pypy-commit] pypy matrixmath-dot: fix merge

2012-01-14 Thread mattip
Author: mattip Branch: matrixmath-dot Changeset: r51332:cdee39d4ae23 Date: 2012-01-14 23:05 +0200 http://bitbucket.org/pypy/pypy/changeset/cdee39d4ae23/ Log:fix merge diff --git a/pypy/module/micronumpy/interp_numarray.py b/pypy/module/micronumpy/interp_numarray.py --- a/pypy/module/micronum

[pypy-commit] pypy default: numpypy: rename kwarg 'dim' to 'axis'

2012-01-14 Thread mattip
Author: mattip Branch: Changeset: r51333:eb0269c21eec Date: 2012-01-14 23:25 +0200 http://bitbucket.org/pypy/pypy/changeset/eb0269c21eec/ Log:numpypy: rename kwarg 'dim' to 'axis' diff --git a/pypy/module/micronumpy/interp_numarray.py b/pypy/module/micronumpy/interp_numarray.py --- a/pypy/m