[pypy-commit] pypy default: Remove unused function

2014-10-14 Thread arigo
Author: Armin Rigo Branch: Changeset: r73943:3a8792c0d103 Date: 2014-10-14 09:19 +0200 http://bitbucket.org/pypy/pypy/changeset/3a8792c0d103/ Log:Remove unused function diff --git a/rpython/jit/backend/llsupport/gc.py b/rpython/jit/backend/llsupport/gc.py --- a/rpython/jit/backend/llsuppor

[pypy-commit] pypy default: add a way to check that something is a list of chars

2014-10-14 Thread cfbolz
Author: Carl Friedrich Bolz Branch: Changeset: r73944:890bbf260864 Date: 2014-10-14 11:47 +0200 http://bitbucket.org/pypy/pypy/changeset/890bbf260864/ Log:add a way to check that something is a list of chars this is useful, because often it turns into a list of strings sort

[pypy-commit] pypy default: forgot about SomeImpossibleValue

2014-10-14 Thread cfbolz
Author: Carl Friedrich Bolz Branch: Changeset: r73945:1ab7d7e2bff6 Date: 2014-10-14 12:08 +0200 http://bitbucket.org/pypy/pypy/changeset/1ab7d7e2bff6/ Log:forgot about SomeImpossibleValue diff --git a/rpython/rlib/debug.py b/rpython/rlib/debug.py --- a/rpython/rlib/debug.py +++ b/rpython/rl

[pypy-commit] pypy py3.3: Fix itertools.accumulate to take optional func param

2014-10-14 Thread david_lievens
Author: David Lievens Branch: py3.3 Changeset: r73946:87225430fd4f Date: 2014-10-13 15:52 +0100 http://bitbucket.org/pypy/pypy/changeset/87225430fd4f/ Log:Fix itertools.accumulate to take optional func param diff --git a/pypy/module/itertools/interp_itertools.py b/pypy/module/itertools/inte

[pypy-commit] pypy py3.3: Incorporate review feedback of Armin Rigo

2014-10-14 Thread david_lievens
Author: David Lievens Branch: py3.3 Changeset: r73948:81081f10e7e0 Date: 2014-10-14 11:39 +0100 http://bitbucket.org/pypy/pypy/changeset/81081f10e7e0/ Log:Incorporate review feedback of Armin Rigo diff --git a/pypy/module/itertools/interp_itertools.py b/pypy/module/itertools/interp_itertool

[pypy-commit] pypy py3.3: Remove commented-out code

2014-10-14 Thread david_lievens
Author: David Lievens Branch: py3.3 Changeset: r73947:8e1498b23ca7 Date: 2014-10-13 15:56 +0100 http://bitbucket.org/pypy/pypy/changeset/8e1498b23ca7/ Log:Remove commented-out code diff --git a/pypy/module/itertools/test/test_itertools.py b/pypy/module/itertools/test/test_itertools.py --- a

[pypy-commit] pypy ufuncapi: move W_GenericFunctionCaller, translate more code from numpy's ufunc_object

2014-10-14 Thread mattip
Author: mattip Branch: ufuncapi Changeset: r73950:c04c67b3af9b Date: 2014-10-12 12:38 +0200 http://bitbucket.org/pypy/pypy/changeset/c04c67b3af9b/ Log:move W_GenericFunctionCaller, translate more code from numpy's ufunc_object diff --git a/pypy/module/cpyext/ndarrayobject.py b/pypy/

[pypy-commit] pypy ufuncapi: fix translation

2014-10-14 Thread mattip
Author: mattip Branch: ufuncapi Changeset: r73951:3c03b3ec0172 Date: 2014-10-13 20:56 -0500 http://bitbucket.org/pypy/pypy/changeset/3c03b3ec0172/ Log:fix translation diff --git a/pypy/module/micronumpy/ufuncs.py b/pypy/module/micronumpy/ufuncs.py --- a/pypy/module/micronumpy/ufuncs.py +++ b

[pypy-commit] pypy ufuncapi: create convenience function

2014-10-14 Thread mattip
Author: mattip Branch: ufuncapi Changeset: r73949:2d560d9000bb Date: 2014-10-12 12:37 +0200 http://bitbucket.org/pypy/pypy/changeset/2d560d9000bb/ Log:create convenience function diff --git a/pypy/module/micronumpy/ndarray.py b/pypy/module/micronumpy/ndarray.py --- a/pypy/module/micronumpy/

[pypy-commit] pypy default: make pypy-c runnable by default in shared setup

2014-10-14 Thread fijal
Author: Maciej Fijalkowski Branch: Changeset: r73952:2ae639f5628f Date: 2014-10-14 20:38 +0200 http://bitbucket.org/pypy/pypy/changeset/2ae639f5628f/ Log:make pypy-c runnable by default in shared setup diff --git a/rpython/translator/platform/posix.py b/rpython/translator/platform/posix.py

[pypy-commit] pypy default: Try to make --shared the default. I'll revert this checkin, but comparing

2014-10-14 Thread fijal
Author: Maciej Fijalkowski Branch: Changeset: r73953:5ad606f90487 Date: 2014-10-14 20:40 +0200 http://bitbucket.org/pypy/pypy/changeset/5ad606f90487/ Log:Try to make --shared the default. I'll revert this checkin, but comparing branches on codespeed is broken :/ diff --git a/rpython

[pypy-commit] pypy ClassRepr: update pypy for changes in rpython

2014-10-14 Thread rlamy
Author: Ronan Lamy Branch: ClassRepr Changeset: r73954:597ed2e01b9a Date: 2014-10-14 19:48 +0100 http://bitbucket.org/pypy/pypy/changeset/597ed2e01b9a/ Log:update pypy for changes in rpython diff --git a/pypy/module/pypyjit/interp_resop.py b/pypy/module/pypyjit/interp_resop.py --- a/pypy/mo

[pypy-commit] pypy ClassRepr: fix imports

2014-10-14 Thread rlamy
Author: Ronan Lamy Branch: ClassRepr Changeset: r73955:e53ed98b8062 Date: 2014-10-14 19:58 +0100 http://bitbucket.org/pypy/pypy/changeset/e53ed98b8062/ Log:fix imports diff --git a/rpython/jit/codewriter/test/test_flatten.py b/rpython/jit/codewriter/test/test_flatten.py --- a/rpython/jit/co

[pypy-commit] pypy default: fix the comment

2014-10-14 Thread pjenvey
Author: Philip Jenvey Branch: Changeset: r73956:81bf451b99f2 Date: 2014-10-13 17:42 -0700 http://bitbucket.org/pypy/pypy/changeset/81bf451b99f2/ Log:fix the comment diff --git a/rpython/rtyper/module/ll_os.py b/rpython/rtyper/module/ll_os.py --- a/rpython/rtyper/module/ll_os.py +++ b/rpytho

[pypy-commit] pypy pypy3-release-2.4.x: Fix curses on OS X -- copy this logic from cpython

2014-10-14 Thread alex_gaynor
Author: Alex Gaynor Branch: pypy3-release-2.4.x Changeset: r73958:6bd61b67 Date: 2014-09-20 14:16 -0700 http://bitbucket.org/pypy/pypy/changeset/6bd61b67/ Log:Fix curses on OS X -- copy this logic from cpython (grafted from 6948fbcc00424949d28366780bd91868e21a7f25) diff --git

[pypy-commit] pypy default: merge upstream

2014-10-14 Thread pjenvey
Author: Philip Jenvey Branch: Changeset: r73957:5b2a4468b724 Date: 2014-10-14 12:11 -0700 http://bitbucket.org/pypy/pypy/changeset/5b2a4468b724/ Log:merge upstream diff --git a/pypy/objspace/std/bytearrayobject.py b/pypy/objspace/std/bytearrayobject.py --- a/pypy/objspace/std/bytearrayobje

[pypy-commit] pypy py3k: this workaround is no longer needed

2014-10-14 Thread pjenvey
Author: Philip Jenvey Branch: py3k Changeset: r73959:c377769fa159 Date: 2014-10-14 12:51 -0700 http://bitbucket.org/pypy/pypy/changeset/c377769fa159/ Log:this workaround is no longer needed diff --git a/rpython/rtyper/lltypesystem/ll2ctypes.py b/rpython/rtyper/lltypesystem/ll2ctypes.py ---

[pypy-commit] pypy py3k: move the py3 specific _getfileinformation/_getfinalpathname out of rpython

2014-10-14 Thread pjenvey
Author: Philip Jenvey Branch: py3k Changeset: r73960:906383ab46d1 Date: 2014-10-14 12:51 -0700 http://bitbucket.org/pypy/pypy/changeset/906383ab46d1/ Log:move the py3 specific _getfileinformation/_getfinalpathname out of rpython diff --git a/pypy/module/posix/interp_nt.py b/pypy/modu

[pypy-commit] pypy default: merge branch 'ClassRepr'

2014-10-14 Thread rlamy
Author: Ronan Lamy Branch: Changeset: r73961:857f34cd4254 Date: 2014-10-14 22:47 +0100 http://bitbucket.org/pypy/pypy/changeset/857f34cd4254/ Log:merge branch 'ClassRepr' Refactor ClassRepr and make normalizecalls independent of the rtyper. diff too long, truncating to 2000

[pypy-commit] pypy ClassRepr: close branch

2014-10-14 Thread rlamy
Author: Ronan Lamy Branch: ClassRepr Changeset: r73962:0a65021c50aa Date: 2014-10-14 22:48 +0100 http://bitbucket.org/pypy/pypy/changeset/0a65021c50aa/ Log:close branch ___ pypy-commit mailing list pypy-commit@python.org https://mail.python.org/mai

[pypy-commit] pypy py3k: adapt to py3

2014-10-14 Thread pjenvey
Author: Philip Jenvey Branch: py3k Changeset: r73963:2aea62c472fb Date: 2014-10-14 16:01 -0700 http://bitbucket.org/pypy/pypy/changeset/2aea62c472fb/ Log:adapt to py3 diff --git a/pypy/module/_winreg/interp_winreg.py b/pypy/module/_winreg/interp_winreg.py --- a/pypy/module/_winreg/interp_wi