[pypy-commit] extradoc extradoc: Add my abstract.

2013-03-14 Thread arigo
Author: Armin Rigo Branch: extradoc Changeset: r4953:add47fd491cd Date: 2013-03-14 10:04 -0700 http://bitbucket.org/pypy/extradoc/changeset/add47fd491cd/ Log:Add my abstract. diff --git a/talk/pycon2013/abstract_arigo.rst b/talk/pycon2013/abstract_arigo.rst new file mode 100644 --- /dev/nul

[pypy-commit] pypy default: update some more paths for vendor-rename

2013-03-14 Thread bdkearns
Author: Brian Kearns Branch: Changeset: r62336:3f578eb93744 Date: 2013-03-14 14:22 -0400 http://bitbucket.org/pypy/pypy/changeset/3f578eb93744/ Log:update some more paths for vendor-rename diff --git a/lib-python/2/distutils/sysconfig_pypy.py b/lib-python/2/distutils/sysconfig_pypy.py ---

[pypy-commit] extradoc extradoc: In-progress

2013-03-14 Thread arigo
Author: Armin Rigo Branch: extradoc Changeset: r4954:1eae9d7ddf7f Date: 2013-03-14 11:24 -0700 http://bitbucket.org/pypy/extradoc/changeset/1eae9d7ddf7f/ Log:In-progress diff --git a/talk/pycon2013/pypy_without_gil.txt b/talk/pycon2013/pypy_without_gil.txt new file mode 100644 --- /dev/null

[pypy-commit] extradoc extradoc: (arigo, fijal) progress

2013-03-14 Thread fijal
Author: Maciej Fijalkowski Branch: extradoc Changeset: r4955:0d97b6116477 Date: 2013-03-14 11:38 -0700 http://bitbucket.org/pypy/extradoc/changeset/0d97b6116477/ Log:(arigo, fijal) progress diff --git a/talk/pycon2013/pypy_without_gil.txt b/talk/pycon2013/pypy_without_gil.txt --- a/talk/pyc

[pypy-commit] pypy py3k: fix surrogatepass

2013-03-14 Thread pjenvey
Author: Philip Jenvey Branch: py3k Changeset: r62337:42ec5de26dd7 Date: 2013-03-14 12:03 -0700 http://bitbucket.org/pypy/pypy/changeset/42ec5de26dd7/ Log:fix surrogatepass diff --git a/pypy/module/_codecs/interp_codecs.py b/pypy/module/_codecs/interp_codecs.py --- a/pypy/module/_codecs/inte

[pypy-commit] pypy reflex-support: remove difference with default

2013-03-14 Thread wlav
Author: Wim Lavrijsen Branch: reflex-support Changeset: r62338:1edc3644c19e Date: 2013-02-25 17:50 -0800 http://bitbucket.org/pypy/pypy/changeset/1edc3644c19e/ Log:remove difference with default diff --git a/pypy/module/cpyext/test/test_cpyext.py b/pypy/module/cpyext/test/test_cpyext.py ---

[pypy-commit] pypy reflex-support: fix for Issue1422: there should be no need for $ROOTSYS if root-config is available

2013-03-14 Thread wlav
Author: Wim Lavrijsen Branch: reflex-support Changeset: r62339:f4974f9f635f Date: 2013-03-14 12:37 -0700 http://bitbucket.org/pypy/pypy/changeset/f4974f9f635f/ Log:fix for Issue1422: there should be no need for $ROOTSYS if root- config is available diff --git a/pypy/module/cppyy/capi

[pypy-commit] pypy default: fix for Issue1422: there should be no need for $ROOTSYS if root-config is available

2013-03-14 Thread wlav
Author: Wim Lavrijsen Branch: Changeset: r62341:eb98e4d9205d Date: 2013-03-14 14:09 -0700 http://bitbucket.org/pypy/pypy/changeset/eb98e4d9205d/ Log:fix for Issue1422: there should be no need for $ROOTSYS if root- config is available fix a test that was broken diff --git a/pypy/modu

[pypy-commit] pypy default: reorder checks for upstream compatability, enable pedantic test

2013-03-14 Thread mattip
Author: mattip Branch: Changeset: r62342:a5c03ba0f6bc Date: 2013-03-12 21:21 -0700 http://bitbucket.org/pypy/pypy/changeset/a5c03ba0f6bc/ Log:reorder checks for upstream compatability, enable pedantic test diff --git a/pypy/module/micronumpy/interp_arrayops.py b/pypy/module/micronumpy/inte

[pypy-commit] pypy str-dtype-improvement: comment why one test passes and the other not

2013-03-14 Thread mattip
Author: mattip Branch: str-dtype-improvement Changeset: r62347:28560d094490 Date: 2013-03-14 12:22 -0700 http://bitbucket.org/pypy/pypy/changeset/28560d094490/ Log:comment why one test passes and the other not diff --git a/pypy/module/micronumpy/test/test_numarray.py b/pypy/module/micronump

[pypy-commit] pypy str-dtype-improvement: make str dtypes more reliable

2013-03-14 Thread mattip
Author: mattip Branch: str-dtype-improvement Changeset: r62343:d50d0fffaa1b Date: 2013-03-13 07:52 -0700 http://bitbucket.org/pypy/pypy/changeset/d50d0fffaa1b/ Log:make str dtypes more reliable ___ pypy-commit mailing list [email protected] ht

[pypy-commit] pypy str-dtype-improvement: a failing test (passes in numpy)

2013-03-14 Thread mattip
Author: mattip Branch: str-dtype-improvement Changeset: r62348:442ac683b187 Date: 2013-03-14 12:58 -0700 http://bitbucket.org/pypy/pypy/changeset/442ac683b187/ Log:a failing test (passes in numpy) diff --git a/pypy/module/micronumpy/test/test_numarray.py b/pypy/module/micronumpy/test/test_n

[pypy-commit] pypy str-dtype-improvement: add failing test

2013-03-14 Thread mattip
Author: mattip Branch: str-dtype-improvement Changeset: r62349:37b3032c46fa Date: 2013-03-14 13:05 -0700 http://bitbucket.org/pypy/pypy/changeset/37b3032c46fa/ Log:add failing test diff --git a/pypy/module/micronumpy/test/test_numarray.py b/pypy/module/micronumpy/test/test_numarray.py --- a

[pypy-commit] pypy str-dtype-improvement: astype fails for str

2013-03-14 Thread mattip
Author: mattip Branch: str-dtype-improvement Changeset: r62344:dd8e18e4b12b Date: 2013-03-13 07:54 -0700 http://bitbucket.org/pypy/pypy/changeset/dd8e18e4b12b/ Log:astype fails for str diff --git a/pypy/module/micronumpy/test/test_numarray.py b/pypy/module/micronumpy/test/test_numarray.py -

[pypy-commit] pypy str-dtype-improvement: simplify

2013-03-14 Thread mattip
Author: mattip Branch: str-dtype-improvement Changeset: r62345:b009349f6dde Date: 2013-03-14 11:44 -0700 http://bitbucket.org/pypy/pypy/changeset/b009349f6dde/ Log:simplify diff --git a/pypy/module/micronumpy/types.py b/pypy/module/micronumpy/types.py --- a/pypy/module/micronumpy/types.py ++

[pypy-commit] pypy str-dtype-improvement: test more, partial fix

2013-03-14 Thread mattip
Author: mattip Branch: str-dtype-improvement Changeset: r62350:88b9b898cd98 Date: 2013-03-14 16:05 -0700 http://bitbucket.org/pypy/pypy/changeset/88b9b898cd98/ Log:test more, partial fix diff --git a/pypy/module/micronumpy/interp_arrayops.py b/pypy/module/micronumpy/interp_arrayops.py --- a

[pypy-commit] pypy str-dtype-improvement: cannot implement astype('S3') without StringType.box, but box would require an unavailable space instance to convert values to strings

2013-03-14 Thread mattip
Author: mattip Branch: str-dtype-improvement Changeset: r62346:351a29aeb5e8 Date: 2013-03-14 12:10 -0700 http://bitbucket.org/pypy/pypy/changeset/351a29aeb5e8/ Log:cannot implement astype('S3') without StringType.box, but box would require an unavailable space instance to convert valu

[pypy-commit] pypy str-dtype-improvement: skip missing functionality

2013-03-14 Thread mattip
Author: mattip Branch: str-dtype-improvement Changeset: r62351:4adb8f504e1f Date: 2013-03-14 16:16 -0700 http://bitbucket.org/pypy/pypy/changeset/4adb8f504e1f/ Log:skip missing functionality diff --git a/pypy/module/micronumpy/arrayimpl/concrete.py b/pypy/module/micronumpy/arrayimpl/concret

[pypy-commit] pypy default: merge heads

2013-03-14 Thread mattip
Author: mattip Branch: Changeset: r62352:f90828f177b9 Date: 2013-03-14 16:21 -0700 http://bitbucket.org/pypy/pypy/changeset/f90828f177b9/ Log:merge heads diff --git a/lib-python/2/distutils/sysconfig_pypy.py b/lib-python/2/distutils/sysconfig_pypy.py --- a/lib-python/2/distutils/sysconfig_

[pypy-commit] pypy default: redo this adjustment for vendor-rename because get_python_version is an exposed api

2013-03-14 Thread bdkearns
Author: Brian Kearns Branch: Changeset: r62353:eb674fd688ee Date: 2013-03-15 02:18 -0400 http://bitbucket.org/pypy/pypy/changeset/eb674fd688ee/ Log:redo this adjustment for vendor-rename because get_python_version is an exposed api diff --git a/lib-python/2/distutils/sysconfig_pypy.