[pypy-commit] cffi default: mention Mike Pall in AUTHORS

2013-04-02 Thread fijal
Author: Maciej Fijalkowski Branch: Changeset: r1219:61e9d06579eb Date: 2013-04-02 19:02 +0200 http://bitbucket.org/cffi/cffi/changeset/61e9d06579eb/ Log:mention Mike Pall in AUTHORS diff --git a/AUTHORS b/AUTHORS --- a/AUTHORS +++ b/AUTHORS @@ -1,2 +1,3 @@ This package has been mostly done

[pypy-commit] cffi default: merge heads

2013-04-02 Thread arigo
Author: Armin Rigo Branch: Changeset: r1221:e43094a16966 Date: 2013-04-02 19:21 +0200 http://bitbucket.org/cffi/cffi/changeset/e43094a16966/ Log:merge heads diff --git a/AUTHORS b/AUTHORS --- a/AUTHORS +++ b/AUTHORS @@ -1,2 +1,3 @@ This package has been mostly done by Armin Rigo with help

[pypy-commit] cffi default: Python 3 compat

2013-04-02 Thread arigo
Author: Armin Rigo Branch: Changeset: r1220:8bd74325f873 Date: 2013-04-01 17:54 +0200 http://bitbucket.org/cffi/cffi/changeset/8bd74325f873/ Log:Python 3 compat diff --git a/testing/test_verify.py b/testing/test_verify.py --- a/testing/test_verify.py +++ b/testing/test_verify.py @@ -1590,7

[pypy-commit] pypy default: some code and naming cleanups

2013-04-02 Thread bivab
Author: David Schneider Branch: Changeset: r62926:2a95e0487acb Date: 2013-04-02 19:31 +0200 http://bitbucket.org/pypy/pypy/changeset/2a95e0487acb/ Log:some code and naming cleanups diff --git a/rpython/jit/backend/arm/opassembler.py b/rpython/jit/backend/arm/opassembler.py --- a/rpython/ji

[pypy-commit] pypy default: Store architecture version on cpu and use the value at runtime to choose which

2013-04-02 Thread bivab
Author: David Schneider Branch: Changeset: r62925:2b5f633c5e12 Date: 2013-04-02 19:27 +0200 http://bitbucket.org/pypy/pypy/changeset/2b5f633c5e12/ Log:Store architecture version on cpu and use the value at runtime to choose which instructions to emit (so far only in gen_load_int). d

[pypy-commit] pypy default: fix docs

2013-04-02 Thread fijal
Author: Maciej Fijalkowski Branch: Changeset: r62927:65d6c0f528f2 Date: 2013-04-02 20:36 +0200 http://bitbucket.org/pypy/pypy/changeset/65d6c0f528f2/ Log:fix docs diff --git a/pypy/doc/gc_info.rst b/pypy/doc/gc_info.rst --- a/pypy/doc/gc_info.rst +++ b/pypy/doc/gc_info.rst @@ -11,7 +11,7 @@

[pypy-commit] pypy default: merge

2013-04-02 Thread fijal
Author: Maciej Fijalkowski Branch: Changeset: r62928:3513f7b46640 Date: 2013-04-02 20:45 +0200 http://bitbucket.org/pypy/pypy/changeset/3513f7b46640/ Log:merge diff --git a/rpython/jit/backend/arm/assembler.py b/rpython/jit/backend/arm/assembler.py --- a/rpython/jit/backend/arm/assembler.p

[pypy-commit] cffi default: fixes

2013-04-02 Thread fijal
Author: Maciej Fijalkowski Branch: Changeset: r1222:b8eb8ed2ede6 Date: 2013-04-02 21:17 +0200 http://bitbucket.org/cffi/cffi/changeset/b8eb8ed2ede6/ Log:fixes diff --git a/README.md b/README.md --- a/README.md +++ b/README.md @@ -14,3 +14,7 @@ --- [Mailing list](https://groups.googl

[pypy-commit] cffi default: skip this if we're on PyPy

2013-04-02 Thread fijal
Author: Maciej Fijalkowski Branch: Changeset: r1223:89f4e47b3e98 Date: 2013-04-02 21:34 +0200 http://bitbucket.org/cffi/cffi/changeset/89f4e47b3e98/ Log:skip this if we're on PyPy diff --git a/testing/test_version.py b/testing/test_version.py --- a/testing/test_version.py +++ b/testing/test

[pypy-commit] cffi default: some more fixes

2013-04-02 Thread fijal
Author: Maciej Fijalkowski Branch: Changeset: r1224:7195ec9d79bc Date: 2013-04-02 21:38 +0200 http://bitbucket.org/cffi/cffi/changeset/7195ec9d79bc/ Log:some more fixes diff --git a/testing/test_zintegration.py b/testing/test_zintegration.py --- a/testing/test_zintegration.py +++ b/testing/

[pypy-commit] pypy default: try to add egg info for cffi

2013-04-02 Thread fijal
Author: Maciej Fijalkowski Branch: Changeset: r62930:b2e3aff13ba5 Date: 2013-04-02 21:43 +0200 http://bitbucket.org/pypy/pypy/changeset/b2e3aff13ba5/ Log:try to add egg info for cffi diff --git a/lib-python/2/cffi.egg-info b/lib-python/2/cffi.egg-info new file mode 100644 --- /dev/null +++

[pypy-commit] pypy default: fix pexpect handling

2013-04-02 Thread pjenvey
Author: Philip Jenvey Branch: Changeset: r62931:f9a1fdbded60 Date: 2013-04-02 14:21 -0700 http://bitbucket.org/pypy/pypy/changeset/f9a1fdbded60/ Log:fix pexpect handling diff --git a/rpython/rtyper/module/test/test_ll_termios.py b/rpython/rtyper/module/test/test_ll_termios.py --- a/rpython

[pypy-commit] pypy default: cleanup f9a1fdbded60

2013-04-02 Thread bdkearns
Author: Brian Kearns Branch: Changeset: r62932:d710f80233d0 Date: 2013-04-02 18:00 -0400 http://bitbucket.org/pypy/pypy/changeset/d710f80233d0/ Log:cleanup f9a1fdbded60 diff --git a/rpython/rtyper/module/test/test_ll_termios.py b/rpython/rtyper/module/test/test_ll_termios.py --- a/rpython/

[pypy-commit] pypy py3k: fix translation

2013-04-02 Thread pjenvey
Author: Philip Jenvey Branch: py3k Changeset: r62933:9aa2731f9946 Date: 2013-04-02 17:21 -0700 http://bitbucket.org/pypy/pypy/changeset/9aa2731f9946/ Log:fix translation diff --git a/pypy/objspace/std/model.py b/pypy/objspace/std/model.py --- a/pypy/objspace/std/model.py +++ b/pypy/objspace/

[pypy-commit] pypy default: Only run those tests with -A

2013-04-02 Thread fijal
Author: Maciej Fijalkowski Branch: Changeset: r62934:9775f9f216ea Date: 2013-04-03 08:16 +0200 http://bitbucket.org/pypy/pypy/changeset/9775f9f216ea/ Log:Only run those tests with -A diff --git a/pypy/module/test_lib_pypy/cffi_tests/conftest.py b/pypy/module/test_lib_pypy/cffi_tests/confte

[pypy-commit] pypy default: merge

2013-04-02 Thread fijal
Author: Maciej Fijalkowski Branch: Changeset: r62935:81f66d14e6f8 Date: 2013-04-03 08:17 +0200 http://bitbucket.org/pypy/pypy/changeset/81f66d14e6f8/ Log:merge diff --git a/rpython/rtyper/module/test/test_ll_termios.py b/rpython/rtyper/module/test/test_ll_termios.py --- a/rpython/rtyper/mo

[pypy-commit] pypy default: reimport cffi

2013-04-02 Thread fijal
Author: Maciej Fijalkowski Branch: Changeset: r62936:713dc024b11b Date: 2013-04-03 08:21 +0200 http://bitbucket.org/pypy/pypy/changeset/713dc024b11b/ Log:reimport cffi diff --git a/pypy/module/test_lib_pypy/cffi_tests/test_zintegration.py b/pypy/module/test_lib_pypy/cffi_tests/test_zintegr

[pypy-commit] cffi default: use abspath in tests

2013-04-02 Thread fijal
Author: Maciej Fijalkowski Branch: Changeset: r1225:ba77a83bc4db Date: 2013-04-03 08:22 +0200 http://bitbucket.org/cffi/cffi/changeset/ba77a83bc4db/ Log:use abspath in tests diff --git a/testing/test_zintegration.py b/testing/test_zintegration.py --- a/testing/test_zintegration.py +++ b/tes

[pypy-commit] pypy default: fix whatsnew

2013-04-02 Thread fijal
Author: Maciej Fijalkowski Branch: Changeset: r62937:63d97a479555 Date: 2013-04-03 08:24 +0200 http://bitbucket.org/pypy/pypy/changeset/63d97a479555/ Log:fix whatsnew diff --git a/pypy/doc/whatsnew-head.rst b/pypy/doc/whatsnew-head.rst --- a/pypy/doc/whatsnew-head.rst +++ b/pypy/doc/whatsne

[pypy-commit] pypy default: fix

2013-04-02 Thread fijal
Author: Maciej Fijalkowski Branch: Changeset: r62938:62d1937a83d2 Date: 2013-04-03 08:37 +0200 http://bitbucket.org/pypy/pypy/changeset/62d1937a83d2/ Log:fix diff --git a/pypy/tool/jitlogparser/parser.py b/pypy/tool/jitlogparser/parser.py --- a/pypy/tool/jitlogparser/parser.py +++ b/pypy/to

[pypy-commit] pypy default: more fixes for negatives

2013-04-02 Thread fijal
Author: Maciej Fijalkowski Branch: Changeset: r62939:09c60a05dd39 Date: 2013-04-03 08:37 +0200 http://bitbucket.org/pypy/pypy/changeset/09c60a05dd39/ Log:more fixes for negatives diff --git a/pypy/tool/jitlogparser/storage.py b/pypy/tool/jitlogparser/storage.py --- a/pypy/tool/jitlogparser

[pypy-commit] pypy default: there can be a - too

2013-04-02 Thread fijal
Author: Maciej Fijalkowski Branch: Changeset: r62940:88fd66eefa33 Date: 2013-04-03 08:39 +0200 http://bitbucket.org/pypy/pypy/changeset/88fd66eefa33/ Log:there can be a - too diff --git a/pypy/tool/jitlogparser/parser.py b/pypy/tool/jitlogparser/parser.py --- a/pypy/tool/jitlogparser/parser

[pypy-commit] pypy default: and here

2013-04-02 Thread fijal
Author: Maciej Fijalkowski Branch: Changeset: r62941:fa72a9f2325c Date: 2013-04-03 08:39 +0200 http://bitbucket.org/pypy/pypy/changeset/fa72a9f2325c/ Log:and here diff --git a/pypy/tool/jitlogparser/parser.py b/pypy/tool/jitlogparser/parser.py --- a/pypy/tool/jitlogparser/parser.py +++ b/py

[pypy-commit] pypy default: if we're a bit unlucky, the bridge is the main path, so we end up

2013-04-02 Thread fijal
Author: Maciej Fijalkowski Branch: Changeset: r62942:82d673cea68a Date: 2013-04-03 08:46 +0200 http://bitbucket.org/pypy/pypy/changeset/82d673cea68a/ Log:if we're a bit unlucky, the bridge is the main path, so we end up with a bridge-on-bridge instead. just relax this check diff --g