[pypy-commit] pypy py3.5: Fix test_importlib.util.EXTENSIONS for lazily built _testcapi on PyPy.

2017-03-15 Thread mjacob
Author: Manuel Jacob Branch: py3.5 Changeset: r90719:cba0df095b3f Date: 2017-03-16 00:04 +0100 http://bitbucket.org/pypy/pypy/changeset/cba0df095b3f/ Log:Fix test_importlib.util.EXTENSIONS for lazily built _testcapi on PyPy. diff --git

[pypy-commit] pypy default: Silence glibc warning.

2017-03-15 Thread mjacob
Author: Manuel Jacob Branch: Changeset: r90718:853bb72fa73c Date: 2017-03-15 22:51 +0100 http://bitbucket.org/pypy/pypy/changeset/853bb72fa73c/ Log:Silence glibc warning. diff --git a/rpython/rlib/rposix.py b/rpython/rlib/rposix.py --- a/rpython/rlib/rposix.py +++

[pypy-commit] cffi release-1.10: hg merge default

2017-03-15 Thread arigo
Author: Armin Rigo Branch: release-1.10 Changeset: r2914:00667b1b0ab3 Date: 2017-03-15 21:25 +0100 http://bitbucket.org/cffi/cffi/changeset/00667b1b0ab3/ Log:hg merge default diff --git a/cffi/cparser.py b/cffi/cparser.py --- a/cffi/cparser.py +++ b/cffi/cparser.py @@

[pypy-commit] pypy default: import cffi/663852865a03

2017-03-15 Thread arigo
Author: Armin Rigo Branch: Changeset: r90717:ccf33d2353fa Date: 2017-03-15 21:24 +0100 http://bitbucket.org/pypy/pypy/changeset/ccf33d2353fa/ Log:import cffi/663852865a03 diff --git a/lib_pypy/cffi/cparser.py b/lib_pypy/cffi/cparser.py --- a/lib_pypy/cffi/cparser.py +++

[pypy-commit] cffi binary_enum: Add test for binary operation in enum definition

2017-03-15 Thread realitix
Author: Jean-Sebastien Bevilacqua Branch: binary_enum Changeset: r2912:330013c6d0c3 Date: 2017-03-15 21:10 +0100 http://bitbucket.org/cffi/cffi/changeset/330013c6d0c3/ Log:Add test for binary operation in enum definition diff --git a/testing/cffi0/test_parsing.py

[pypy-commit] cffi binary_enum: Add operation support in enum

2017-03-15 Thread realitix
Author: Jean-Sebastien Bevilacqua Branch: binary_enum Changeset: r2911:5e9d6a26b6b1 Date: 2017-03-15 16:48 +0100 http://bitbucket.org/cffi/cffi/changeset/5e9d6a26b6b1/ Log:Add operation support in enum With this patch, the following C code works now:

[pypy-commit] cffi default: Merged in realitix/cffi/binary_enum (pull request #78)

2017-03-15 Thread arigo
Author: Armin Rigo Branch: Changeset: r2913:663852865a03 Date: 2017-03-15 20:22 + http://bitbucket.org/cffi/cffi/changeset/663852865a03/ Log:Merged in realitix/cffi/binary_enum (pull request #78) Add operation support in enum diff --git a/cffi/cparser.py

[pypy-commit] pypy py3.5: fix translation (arigato around)

2017-03-15 Thread mattip
Author: Matti Picus Branch: py3.5 Changeset: r90716:e08e9c6ffbd8 Date: 2017-03-15 22:16 +0200 http://bitbucket.org/pypy/pypy/changeset/e08e9c6ffbd8/ Log:fix translation (arigato around) diff --git a/pypy/module/cpyext/modsupport.py b/pypy/module/cpyext/modsupport.py

[pypy-commit] pypy default: a few more details

2017-03-15 Thread arigo
Author: Armin Rigo Branch: Changeset: r90714:4b6b0c95ec49 Date: 2017-03-15 19:57 +0100 http://bitbucket.org/pypy/pypy/changeset/4b6b0c95ec49/ Log:a few more details diff --git a/pypy/doc/release-v5.7.0.rst b/pypy/doc/release-v5.7.0.rst --- a/pypy/doc/release-v5.7.0.rst +++

[pypy-commit] pypy default: highlight asmgcc and update doc

2017-03-15 Thread mattip
Author: Matti Picus Branch: Changeset: r90713:031f96ce5f5a Date: 2017-03-15 20:48 +0200 http://bitbucket.org/pypy/pypy/changeset/031f96ce5f5a/ Log:highlight asmgcc and update doc diff --git a/pypy/doc/config/translation.gcrootfinder.txt

[pypy-commit] pypy default: document that we're expecting a positive value here

2017-03-15 Thread arigo
Author: Armin Rigo Branch: Changeset: r90712:2adedf0af060 Date: 2017-03-15 19:44 +0100 http://bitbucket.org/pypy/pypy/changeset/2adedf0af060/ Log:document that we're expecting a positive value here diff --git a/rpython/rlib/test/test_rsiphash.py

[pypy-commit] pypy default: Un-export a few meaningless symbols from libpypy-c.so

2017-03-15 Thread arigo
Author: Armin Rigo Branch: Changeset: r90711:b9f4dc1c4cd1 Date: 2017-03-15 17:59 +0100 http://bitbucket.org/pypy/pypy/changeset/b9f4dc1c4cd1/ Log:Un-export a few meaningless symbols from libpypy-c.so diff --git a/pypy/module/_multibytecodec/src/cjkcodecs/cjkcodecs.h

[pypy-commit] pypy py3.5: fix test

2017-03-15 Thread rlamy
Author: Ronan Lamy Branch: py3.5 Changeset: r90710:7cd246019641 Date: 2017-03-15 16:56 + http://bitbucket.org/pypy/pypy/changeset/7cd246019641/ Log:fix test diff --git a/pypy/module/cpyext/test/test_object.py b/pypy/module/cpyext/test/test_object.py ---

[pypy-commit] pypy py3.5: fix test

2017-03-15 Thread rlamy
Author: Ronan Lamy Branch: py3.5 Changeset: r90709:9709a3b66222 Date: 2017-03-15 16:47 + http://bitbucket.org/pypy/pypy/changeset/9709a3b66222/ Log:fix test diff --git a/pypy/module/cpyext/test/test_tupleobject.py b/pypy/module/cpyext/test/test_tupleobject.py ---

[pypy-commit] pypy vmprof-native: remove vmp_dynamic.c and do not use the API exposed of that c file

2017-03-15 Thread plan_rich
Author: Richard Plangger Branch: vmprof-native Changeset: r90708:76c2ff962014 Date: 2017-03-15 17:43 +0100 http://bitbucket.org/pypy/pypy/changeset/76c2ff962014/ Log:remove vmp_dynamic.c and do not use the API exposed of that c file diff --git

[pypy-commit] pypy vmprof-native: fix test, no debugging symbols could be found

2017-03-15 Thread plan_rich
Author: Richard Plangger Branch: vmprof-native Changeset: r90707:0f877a858b49 Date: 2017-03-15 17:22 +0100 http://bitbucket.org/pypy/pypy/changeset/0f877a858b49/ Log:fix test, no debugging symbols could be found diff --git a/rpython/rlib/rvmprof/src/rvmprof.c

[pypy-commit] pypy vmprof-native: remove files not needed by vmprof anymore

2017-03-15 Thread plan_rich
Author: Richard Plangger Branch: vmprof-native Changeset: r90706:47e816fb4917 Date: 2017-03-15 15:44 +0100 http://bitbucket.org/pypy/pypy/changeset/47e816fb4917/ Log:remove files not needed by vmprof anymore diff too long, truncating to 2000 out of 10237 lines diff

[pypy-commit] pypy py3.5: Use correct struct definitions for modules

2017-03-15 Thread rlamy
Author: Ronan Lamy Branch: py3.5 Changeset: r90705:4838a4613d1c Date: 2017-03-15 14:25 + http://bitbucket.org/pypy/pypy/changeset/4838a4613d1c/ Log:Use correct struct definitions for modules diff --git a/pypy/module/cpyext/include/moduleobject.h

[pypy-commit] pypy py3.5: add missing names

2017-03-15 Thread arigo
Author: Armin Rigo Branch: py3.5 Changeset: r90704:f4793ab18123 Date: 2017-03-15 15:00 +0100 http://bitbucket.org/pypy/pypy/changeset/f4793ab18123/ Log:add missing names diff --git a/pypy/module/cpyext/api.py b/pypy/module/cpyext/api.py --- a/pypy/module/cpyext/api.py +++

[pypy-commit] pypy py3.5: hg merge default

2017-03-15 Thread arigo
Author: Armin Rigo Branch: py3.5 Changeset: r90703:ed16c1e6473c Date: 2017-03-15 14:59 +0100 http://bitbucket.org/pypy/pypy/changeset/ed16c1e6473c/ Log:hg merge default diff --git a/LICENSE b/LICENSE --- a/LICENSE +++ b/LICENSE @@ -1,3 +1,5 @@ +#encoding utf-8 + License

[pypy-commit] pypy default: add missing names

2017-03-15 Thread arigo
Author: Armin Rigo Branch: Changeset: r90702:05b724e21868 Date: 2017-03-15 14:56 +0100 http://bitbucket.org/pypy/pypy/changeset/05b724e21868/ Log:add missing names diff --git a/pypy/module/cpyext/api.py b/pypy/module/cpyext/api.py --- a/pypy/module/cpyext/api.py +++

[pypy-commit] pypy stricter-encode: Try to correctly call error handlers on pypy3 in utf16 and utf32 encoders

2017-03-15 Thread rlamy
Author: Ronan Lamy Branch: stricter-encode Changeset: r90701:af44b848333d Date: 2017-03-14 17:45 + http://bitbucket.org/pypy/pypy/changeset/af44b848333d/ Log:Try to correctly call error handlers on pypy3 in utf16 and utf32 encoders diff --git

[pypy-commit] stmgc c8-overheads-instrumentation: Fix missing duration measurement of inevitable transactions' validation and initialization of duration struct

2017-03-15 Thread tobweber
Author: Tobias Weber Branch: c8-overheads-instrumentation Changeset: r2031:a73dbda25da5 Date: 2017-03-14 21:25 +0100 http://bitbucket.org/pypy/stmgc/changeset/a73dbda25da5/ Log:Fix missing duration measurement of inevitable transactions' validation and

[pypy-commit] pypy vmprof-native: copy dynamic loading for libunwind functions from pypy's history

2017-03-15 Thread plan_rich
Author: Richard Plangger Branch: vmprof-native Changeset: r90698:c6cdfd64054c Date: 2017-03-14 15:12 +0100 http://bitbucket.org/pypy/pypy/changeset/c6cdfd64054c/ Log:copy dynamic loading for libunwind functions from pypy's history diff --git

[pypy-commit] pypy vmprof-native: revert the changes done to rpython/jit/* to support _U_dyn_register and _U_dyn_cancel (does not exist on mac os x)

2017-03-15 Thread plan_rich
Author: Richard Plangger Branch: vmprof-native Changeset: r90700:abc1cf9c6e4a Date: 2017-03-15 13:07 +0100 http://bitbucket.org/pypy/pypy/changeset/abc1cf9c6e4a/ Log:revert the changes done to rpython/jit/* to support _U_dyn_register and _U_dyn_cancel (does not

[pypy-commit] pypy vmprof-native: copy over changes made to vmprof-python

2017-03-15 Thread plan_rich
Author: Richard Plangger Branch: vmprof-native Changeset: r90697:ac30c079910e Date: 2017-03-14 15:00 +0100 http://bitbucket.org/pypy/pypy/changeset/ac30c079910e/ Log:copy over changes made to vmprof-python diff --git a/rpython/rlib/rvmprof/src/vmprof_main.h

[pypy-commit] pypy vmprof-native: copy over the changes from vmprof-python/f7df918fbdd

2017-03-15 Thread plan_rich
Author: Richard Plangger Branch: vmprof-native Changeset: r90699:aa5c858b1622 Date: 2017-03-15 12:56 +0100 http://bitbucket.org/pypy/pypy/changeset/aa5c858b1622/ Log:copy over the changes from vmprof-python/f7df918fbdd diff --git

[pypy-commit] pypy vmprof-native: merge default

2017-03-15 Thread plan_rich
Author: Richard Plangger Branch: vmprof-native Changeset: r90696:107955f416ca Date: 2017-03-14 14:30 +0100 http://bitbucket.org/pypy/pypy/changeset/107955f416ca/ Log:merge default diff too long, truncating to 2000 out of 37236 lines diff --git a/.hgignore b/.hgignore

[pypy-commit] pypy py3.5: Copy more closely the logic of sysconfig_cpython.py. Fix for the

2017-03-15 Thread arigo
Author: Armin Rigo Branch: py3.5 Changeset: r90695:b517a201935d Date: 2017-03-15 12:01 +0100 http://bitbucket.org/pypy/pypy/changeset/b517a201935d/ Log:Copy more closely the logic of sysconfig_cpython.py. Fix for the 'venv' standard module on pypy3. diff --git

[pypy-commit] pypy py3.5: Match the description of '-u' to its more correct variant in the python

2017-03-15 Thread arigo
Author: Armin Rigo Branch: py3.5 Changeset: r90694:45a687d2768f Date: 2017-03-15 11:28 +0100 http://bitbucket.org/pypy/pypy/changeset/45a687d2768f/ Log:Match the description of '-u' to its more correct variant in the python man page, and not the error-inducing one in

[pypy-commit] cffi release-1.10: release branch

2017-03-15 Thread arigo
Author: Armin Rigo Branch: release-1.10 Changeset: r2910:a051c529f3b3 Date: 2017-03-15 09:07 +0100 http://bitbucket.org/cffi/cffi/changeset/a051c529f3b3/ Log:release branch ___ pypy-commit mailing list pypy-commit@python.org