[pypy-commit] pypy reflex-support: make it easier to deal with reflex standalone

2012-05-02 Thread wlav
Author: Wim Lavrijsen Branch: reflex-support Changeset: r54879:1479a0f387b0 Date: 2012-05-02 14:17 -0700 http://bitbucket.org/pypy/pypy/changeset/1479a0f387b0/ Log:make it easier to deal with reflex standalone diff --git a/pypy/module/cppyy/capi/reflex_capi.py b/pypy/module/cppyy/capi/refle

[pypy-commit] pypy reflex-support: prevent a class of CINT-specific race conditions

2012-05-02 Thread wlav
Author: Wim Lavrijsen Branch: reflex-support Changeset: r54877:ff98315fab0d Date: 2012-04-30 17:30 -0700 http://bitbucket.org/pypy/pypy/changeset/ff98315fab0d/ Log:prevent a class of CINT-specific race conditions diff --git a/pypy/module/cppyy/src/cintcwrapper.cxx b/pypy/module/cppyy/src/ci

[pypy-commit] pypy reflex-support: merge default into branch

2012-05-02 Thread wlav
Author: Wim Lavrijsen Branch: reflex-support Changeset: r54878:3f1d1ccdb3f5 Date: 2012-05-01 11:13 -0700 http://bitbucket.org/pypy/pypy/changeset/3f1d1ccdb3f5/ Log:merge default into branch diff --git a/lib-python/modified-2.7/test/test_peepholer.py b/lib-python/modified-2.7/test/test_peeph

[pypy-commit] pypy py3k: the re.UNICODE flags is by default now. Disable it explicitly for the test

2012-05-02 Thread antocuni
Author: Antonio Cuni Branch: py3k Changeset: r54875:b1fd67622c9e Date: 2012-05-02 18:28 +0200 http://bitbucket.org/pypy/pypy/changeset/b1fd67622c9e/ Log:the re.UNICODE flags is by default now. Disable it explicitly for the test diff --git a/pypy/module/_sre/test/test_app_sre.py b/py

[pypy-commit] pypy py3k: py3k-ify by killing the u'' string prefix

2012-05-02 Thread antocuni
Author: Antonio Cuni Branch: py3k Changeset: r54876:cff46a1c3088 Date: 2012-05-02 18:37 +0200 http://bitbucket.org/pypy/pypy/changeset/cff46a1c3088/ Log:py3k-ify by killing the u'' string prefix diff --git a/pypy/module/_sre/test/test_app_sre.py b/pypy/module/_sre/test/test_app_sre.py --- a

[pypy-commit] pypy stdlib-unification/py3k: merge from stdlib-unification

2012-05-02 Thread RonnyPfannschmidt
Author: Ronny Pfannschmidt Branch: stdlib-unification/py3k Changeset: r54873:a9fa4e709310 Date: 2012-05-02 16:35 +0200 http://bitbucket.org/pypy/pypy/changeset/a9fa4e709310/ Log:merge from stdlib-unification diff --git a/lib-python/3.2/sysconfig.py b/lib-python/3.2/sysconfig.py --- a/lib-pyt

[pypy-commit] pypy py3k: py3k-ify by killing the u'' string prefix

2012-05-02 Thread antocuni
Author: Antonio Cuni Branch: py3k Changeset: r54871:88c5fae18b02 Date: 2012-05-02 14:59 +0200 http://bitbucket.org/pypy/pypy/changeset/88c5fae18b02/ Log:py3k-ify by killing the u'' string prefix diff --git a/pypy/module/_sre/test/test_app_sre.py b/pypy/module/_sre/test/test_app_sre.py --- a

[pypy-commit] Notification: pypy

2012-05-02 Thread Bitbucket
You have received a notification from d3m3vilurr. Hi, I forked pypy. My fork is at https://bitbucket.org/d3m3vilurr/pypy. -- Disable notifications at https://bitbucket.org/account/notifications/ ___ pypy-commit mailing list pypy-commit@python.org http:/

[pypy-commit] pypy numpypy-issue1137: make setup_class unnecessary again.

2012-05-02 Thread timo_jbo
Author: Timo Paulssen Branch: numpypy-issue1137 Changeset: r54869:69e9f3547488 Date: 2012-05-02 11:33 +0200 http://bitbucket.org/pypy/pypy/changeset/69e9f3547488/ Log:make setup_class unnecessary again. diff --git a/pypy/module/micronumpy/test/test_numarray.py b/pypy/module/micronumpy/test/