[pypy-commit] cffi default: Issue #81 resolved: dir(ffi.verify(...))

2013-05-30 Thread arigo
Author: Armin Rigo Branch: Changeset: r1256:831a3f4af696 Date: 2013-05-30 09:27 +0200 http://bitbucket.org/cffi/cffi/changeset/831a3f4af696/ Log:Issue #81 resolved: dir(ffi.verify(...)) diff --git a/cffi/vengine_cpy.py b/cffi/vengine_cpy.py --- a/cffi/vengine_cpy.py +++ b/cffi/vengine_cpy.p

[pypy-commit] cffi default: Failing tests for issue #82.

2013-05-30 Thread arigo
Author: Armin Rigo Branch: Changeset: r1257:5494afe611a2 Date: 2013-05-30 18:16 +0200 http://bitbucket.org/cffi/cffi/changeset/5494afe611a2/ Log:Failing tests for issue #82. diff --git a/testing/test_ffi_backend.py b/testing/test_ffi_backend.py --- a/testing/test_ffi_backend.py +++ b/testin

[pypy-commit] cffi default: Improve the tests

2013-05-30 Thread arigo
Author: Armin Rigo Branch: Changeset: r1258:4b188c2ba3f0 Date: 2013-05-30 19:19 +0200 http://bitbucket.org/cffi/cffi/changeset/4b188c2ba3f0/ Log:Improve the tests diff --git a/testing/test_ffi_backend.py b/testing/test_ffi_backend.py --- a/testing/test_ffi_backend.py +++ b/testing/test_ffi_

[pypy-commit] cffi default: Fixes to the test

2013-05-30 Thread arigo
Author: Armin Rigo Branch: Changeset: r1259:34d74f06e9ae Date: 2013-05-30 20:37 +0200 http://bitbucket.org/cffi/cffi/changeset/34d74f06e9ae/ Log:Fixes to the test diff --git a/testing/test_ffi_backend.py b/testing/test_ffi_backend.py --- a/testing/test_ffi_backend.py +++ b/testing/test_ffi_

[pypy-commit] cffi default: issue #82: implement bitfields in a way that is, as far as I can tell,

2013-05-30 Thread arigo
Author: Armin Rigo Branch: Changeset: r1260:f49f86a66a15 Date: 2013-05-30 21:02 +0200 http://bitbucket.org/cffi/cffi/changeset/f49f86a66a15/ Log:issue #82: implement bitfields in a way that is, as far as I can tell, fully compatible with gcc. diff --git a/c/_cffi_backend.c b/c/_cffi

[pypy-commit] pypy default: Update to cffi/f49f86a66a15.

2013-05-30 Thread arigo
Author: Armin Rigo Branch: Changeset: r64666:5ae00b3c5ed9 Date: 2013-05-30 21:28 +0200 http://bitbucket.org/pypy/pypy/changeset/5ae00b3c5ed9/ Log:Update to cffi/f49f86a66a15. diff --git a/lib_pypy/cffi/vengine_cpy.py b/lib_pypy/cffi/vengine_cpy.py --- a/lib_pypy/cffi/vengine_cpy.py +++ b/li

[pypy-commit] pypy default: Bah. Fix

2013-05-30 Thread arigo
Author: Armin Rigo Branch: Changeset: r64667:ab8e1d8571e9 Date: 2013-05-30 21:33 +0200 http://bitbucket.org/pypy/pypy/changeset/ab8e1d8571e9/ Log:Bah. Fix diff --git a/pypy/module/pypyjit/test_pypy_c/test_bug.py b/pypy/module/pypyjit/test_pypy_c/test_bug.py --- a/pypy/module/pypyjit/test_p

[pypy-commit] pypy py3k: merge default

2013-05-30 Thread pjenvey
Author: Philip Jenvey Branch: py3k Changeset: r64670:f76c1466005a Date: 2013-05-30 12:36 -0700 http://bitbucket.org/pypy/pypy/changeset/f76c1466005a/ Log:merge default diff --git a/lib_pypy/cffi/vengine_cpy.py b/lib_pypy/cffi/vengine_cpy.py --- a/lib_pypy/cffi/vengine_cpy.py +++ b/lib_pypy/c

[pypy-commit] pypy default: simplify

2013-05-30 Thread pjenvey
Author: Philip Jenvey Branch: Changeset: r64668:1cb8c9339d1a Date: 2013-05-30 12:31 -0700 http://bitbucket.org/pypy/pypy/changeset/1cb8c9339d1a/ Log:simplify diff --git a/pypy/objspace/std/stdtypedef.py b/pypy/objspace/std/stdtypedef.py --- a/pypy/objspace/std/stdtypedef.py +++ b/pypy/objsp

[pypy-commit] pypy default: merge upstream

2013-05-30 Thread pjenvey
Author: Philip Jenvey Branch: Changeset: r64671:fc8a329d4956 Date: 2013-05-30 12:41 -0700 http://bitbucket.org/pypy/pypy/changeset/fc8a329d4956/ Log:merge upstream diff --git a/pypy/module/pypyjit/test_pypy_c/test_bug.py b/pypy/module/pypyjit/test_pypy_c/test_bug.py --- a/pypy/module/pypyj

[pypy-commit] pypy default: pep8/cleanup

2013-05-30 Thread pjenvey
Author: Philip Jenvey Branch: Changeset: r64669:70fa23917d87 Date: 2013-05-30 12:33 -0700 http://bitbucket.org/pypy/pypy/changeset/70fa23917d87/ Log:pep8/cleanup diff --git a/pypy/module/cpyext/methodobject.py b/pypy/module/cpyext/methodobject.py --- a/pypy/module/cpyext/methodobject.py ++

[pypy-commit] pypy py3k: simplify

2013-05-30 Thread pjenvey
Author: Philip Jenvey Branch: py3k Changeset: r64672:868044c336bd Date: 2013-05-30 13:19 -0700 http://bitbucket.org/pypy/pypy/changeset/868044c336bd/ Log:simplify diff --git a/pypy/module/__builtin__/functional.py b/pypy/module/__builtin__/functional.py --- a/pypy/module/__builtin__/functio

[pypy-commit] pypy py3k: not really necessary

2013-05-30 Thread pjenvey
Author: Philip Jenvey Branch: py3k Changeset: r64673:b59350334937 Date: 2013-05-30 13:20 -0700 http://bitbucket.org/pypy/pypy/changeset/b59350334937/ Log:not really necessary diff --git a/pypy/interpreter/pyopcode.py b/pypy/interpreter/pyopcode.py --- a/pypy/interpreter/pyopcode.py +++ b/pyp

[pypy-commit] pypy default: Add an egg-info for greenlet, like cffi.

2013-05-30 Thread arigo
Author: Armin Rigo Branch: Changeset: r64674:cff6d893bf16 Date: 2013-05-31 08:10 +0200 http://bitbucket.org/pypy/pypy/changeset/cff6d893bf16/ Log:Add an egg-info for greenlet, like cffi. diff --git a/lib_pypy/greenlet.egg-info b/lib_pypy/greenlet.egg-info new file mode 100644 --- /dev/null