[pypy-commit] pypy default: merge heads

2020-01-31 Thread cfbolz
Author: Carl Friedrich Bolz-Tereick Branch: Changeset: r98612:39bcfae01bee Date: 2020-01-31 14:10 +0100 http://bitbucket.org/pypy/pypy/changeset/39bcfae01bee/ Log:merge heads diff --git a/pypy/module/mmap/interp_mmap.py b/pypy/module/mmap/interp_mmap.py ---

[pypy-commit] pypy default: merge heads

2020-01-23 Thread arigo
Author: Armin Rigo Branch: Changeset: r98576:a7c7b4c7dcae Date: 2020-01-23 13:08 +0100 http://bitbucket.org/pypy/pypy/changeset/a7c7b4c7dcae/ Log:merge heads diff --git a/pypy/module/_multibytecodec/c_codecs.py b/pypy/module/_multibytecodec/c_codecs.py ---

[pypy-commit] pypy default: merge closed branch

2019-12-31 Thread mattip
Author: Matti Picus Branch: Changeset: r98425:f749b133c219 Date: 2019-12-31 10:37 +0200 http://bitbucket.org/pypy/pypy/changeset/f749b133c219/ Log:merge closed branch ___ pypy-commit mailing list pypy-commit@python.org

[pypy-commit] pypy default: merge this branch to speedup cpyext tests, especially on py3.6

2019-12-23 Thread antocuni
Author: Antonio Cuni Branch: Changeset: r98374:3bb3cd0a3643 Date: 2019-12-23 19:17 +0100 http://bitbucket.org/pypy/pypy/changeset/3bb3cd0a3643/ Log:merge this branch to speedup cpyext tests, especially on py3.6 diff --git a/lib-python/2.7/pickle.py b/lib-python/2.7/pickle.py ---

[pypy-commit] pypy default: merge closed backport-decode_timeval_ns-py3.7

2019-11-30 Thread mattip
Author: Matti Picus Branch: Changeset: r98198:bd2b1a5f595d Date: 2019-11-30 21:31 +0200 http://bitbucket.org/pypy/pypy/changeset/bd2b1a5f595d/ Log:merge closed backport-decode_timeval_ns-py3.7 ___ pypy-commit mailing list pypy-commit@python.org

[pypy-commit] pypy default: merge backport-decode_timeval_ns-py3.7 into default

2019-11-30 Thread Yannick_Jadoul
Author: Yannick Jadoul Branch: Changeset: r98193:d3c8d438315b Date: 2019-11-30 16:57 +0100 http://bitbucket.org/pypy/pypy/changeset/d3c8d438315b/ Log:merge backport-decode_timeval_ns-py3.7 into default diff --git a/rpython/rlib/rtime.py b/rpython/rlib/rtime.py --- a/rpython/rlib/rtime.py

[pypy-commit] pypy default: merge allow-forcing-no-embed which added PYPY_NO_EMBED_DEPENDENCIES to packaging

2019-10-28 Thread mattip
Author: Matti Picus Branch: Changeset: r97879:d6217bf98b7c Date: 2019-10-28 20:29 +0200 http://bitbucket.org/pypy/pypy/changeset/d6217bf98b7c/ Log:merge allow-forcing-no-embed which added PYPY_NO_EMBED_DEPENDENCIES to packaging diff --git a/pypy/doc/whatsnew-head.rst

[pypy-commit] pypy default: merge https-readme into default

2019-10-24 Thread mattip
Author: Matti Picus Branch: Changeset: r97850:c32894ffed89 Date: 2019-10-24 17:19 +0300 http://bitbucket.org/pypy/pypy/changeset/c32894ffed89/ Log:merge https-readme into default ___ pypy-commit mailing list pypy-commit@python.org

[pypy-commit] pypy default: merge license-update into default

2019-10-24 Thread mattip
Author: Matti Picus Branch: Changeset: r97849:9ecf0c6f29e5 Date: 2019-10-24 17:18 +0300 http://bitbucket.org/pypy/pypy/changeset/9ecf0c6f29e5/ Log:merge license-update into default ___ pypy-commit mailing list pypy-commit@python.org

[pypy-commit] pypy default: Merge some license gap fixes.

2019-10-24 Thread JulianB
Author: Julian Berman Branch: Changeset: r97846:f8f6fe914790 Date: 2019-10-24 08:33 -0400 http://bitbucket.org/pypy/pypy/changeset/f8f6fe914790/ Log:Merge some license gap fixes. diff --git a/LICENSE b/LICENSE --- a/LICENSE +++ b/LICENSE @@ -3,10 +3,11 @@ License === -Except when

[pypy-commit] pypy default: merge branch to fix descrmismatch exception

2019-10-16 Thread mattip
Author: Matti Picus Branch: Changeset: r97783:f089d461d2ee Date: 2019-10-16 08:14 +0300 http://bitbucket.org/pypy/pypy/changeset/f089d461d2ee/ Log:merge branch to fix descrmismatch exception diff --git a/lib-python/2.7/test/test_dictviews.py b/lib-python/2.7/test/test_dictviews.py ---

[pypy-commit] pypy default: merge json-decoder-maps:

2019-09-21 Thread cfbolz
Author: Carl Friedrich Bolz-Tereick Branch: Changeset: r97581:89a3715662ef Date: 2019-09-21 21:06 +0200 http://bitbucket.org/pypy/pypy/changeset/89a3715662ef/ Log:merge json-decoder-maps: implement a much faster json decoder (3x speedup for large json files, 2x less memory)

[pypy-commit] pypy default: merge heads

2019-09-12 Thread cfbolz
Author: Carl Friedrich Bolz-Tereick Branch: Changeset: r97462:5e5857c2fae6 Date: 2019-09-12 16:52 +0200 http://bitbucket.org/pypy/pypy/changeset/5e5857c2fae6/ Log:merge heads diff --git a/pypy/interpreter/unicodehelper.py b/pypy/interpreter/unicodehelper.py ---

[pypy-commit] pypy default: merge openssl-for-macos which updates _ssl to openssl-1.1.1c and binds statically

2019-09-10 Thread mattip
Author: Matti Picus Branch: Changeset: r97427:849070e3fadb Date: 2019-09-11 08:43 +0300 http://bitbucket.org/pypy/pypy/changeset/849070e3fadb/ Log:merge openssl-for-macos which updates _ssl to openssl-1.1.1c and binds statically also always rebuild cffi modules when

[pypy-commit] pypy default: merge compile_ncurses_tcl_tk_suse_latest which adds other locations to search

2019-09-09 Thread mattip
Author: Matti Picus Branch: Changeset: r97412:6ff327526dc7 Date: 2019-09-10 08:34 +0300 http://bitbucket.org/pypy/pypy/changeset/6ff327526dc7/ Log:merge compile_ncurses_tcl_tk_suse_latest which adds other locations to search diff --git a/lib_pypy/_curses_build.py

[pypy-commit] pypy default: merge heads

2019-08-22 Thread arigo
Author: Armin Rigo Branch: Changeset: r97242:bacea0b28bb3 Date: 2019-08-22 13:15 +0200 http://bitbucket.org/pypy/pypy/changeset/bacea0b28bb3/ Log:merge heads diff --git a/pypy/interpreter/app_main.py b/pypy/interpreter/app_main.py --- a/pypy/interpreter/app_main.py +++

[pypy-commit] pypy default: merge cryptograhpt-2.7 which updates vendored cryptography to 2.7

2019-08-14 Thread mattip
Author: Matti Picus Branch: Changeset: r97174:5921676473ae Date: 2019-08-14 17:01 +0300 http://bitbucket.org/pypy/pypy/changeset/5921676473ae/ Log:merge cryptograhpt-2.7 which updates vendored cryptography to 2.7 diff too long, truncating to 2000 out of 25452 lines diff --git a/.hgignore

[pypy-commit] pypy default: merge heads

2019-08-09 Thread arigo
Author: Armin Rigo Branch: Changeset: r97117:b14e43faf847 Date: 2019-08-09 15:20 +0200 http://bitbucket.org/pypy/pypy/changeset/b14e43faf847/ Log:merge heads diff --git a/pypy/objspace/std/test/apptest_longobject.py b/pypy/objspace/std/test/apptest_longobject.py new file mode 100644 ---

[pypy-commit] pypy default: merge heads

2019-08-06 Thread arigo
Author: Armin Rigo Branch: Changeset: r97069:6b6a9bdd8658 Date: 2019-08-06 14:17 +0200 http://bitbucket.org/pypy/pypy/changeset/6b6a9bdd8658/ Log:merge heads diff --git a/pypy/module/__builtin__/test/test_compile.py b/pypy/module/__builtin__/test/apptest_compile.py rename from

[pypy-commit] pypy default: merge arm64 support

2019-07-15 Thread fijal
Author: fijal Branch: Changeset: r97005:f3b7650ebfc0 Date: 2019-07-15 17:00 +0200 http://bitbucket.org/pypy/pypy/changeset/f3b7650ebfc0/ Log:merge arm64 support diff too long, truncating to 2000 out of 6406 lines diff --git a/rpython/config/translationoption.py

[pypy-commit] pypy default: merge heads

2019-06-15 Thread arigo
Author: Armin Rigo Branch: Changeset: r96808:bc7aeb4d5987 Date: 2019-06-15 09:07 +0200 http://bitbucket.org/pypy/pypy/changeset/bc7aeb4d5987/ Log:merge heads diff --git a/lib-python/2.7/distutils/sysconfig_pypy.py b/lib-python/2.7/distutils/sysconfig_pypy.py ---

[pypy-commit] pypy default: merge fix-vmprof-memory-tracking

2019-05-25 Thread cfbolz
Author: Carl Friedrich Bolz-Tereick Branch: Changeset: r96676:9cfdc2c91a37 Date: 2019-05-25 11:27 +0200 http://bitbucket.org/pypy/pypy/changeset/9cfdc2c91a37/ Log:merge fix-vmprof-memory-tracking diff --git a/pypy/module/_vmprof/interp_vmprof.py b/pypy/module/_vmprof/interp_vmprof.py ---

[pypy-commit] pypy default: merge heads

2019-05-25 Thread cfbolz
Author: Carl Friedrich Bolz-Tereick Branch: Changeset: r96678:aeb506f08f30 Date: 2019-05-25 11:39 +0200 http://bitbucket.org/pypy/pypy/changeset/aeb506f08f30/ Log:merge heads diff --git a/lib-python/2.7/socket.py b/lib-python/2.7/socket.py --- a/lib-python/2.7/socket.py +++

[pypy-commit] pypy default: merge cffi-libs, which moves _ssl and _hashlib to cffi-based implementations

2019-05-23 Thread mattip
Author: Matti Picus Branch: Changeset: r96665:50956a7107b8 Date: 2019-05-24 07:42 +0300 http://bitbucket.org/pypy/pypy/changeset/50956a7107b8/ Log:merge cffi-libs, which moves _ssl and _hashlib to cffi-based implementations diff too long, truncating to 2000 out of 11657 lines diff

[pypy-commit] pypy default: merge datetime_api_27 which provides Date*_FromTimestamp

2019-04-14 Thread mattip
Author: Matti Picus Branch: Changeset: r96486:2a381b55d56f Date: 2019-04-14 16:40 +0300 http://bitbucket.org/pypy/pypy/changeset/2a381b55d56f/ Log:merge datetime_api_27 which provides Date*_FromTimestamp diff --git a/pypy/doc/whatsnew-head.rst b/pypy/doc/whatsnew-head.rst ---

[pypy-commit] pypy default: merge heads

2019-03-27 Thread cfbolz
Author: Carl Friedrich Bolz-Tereick Branch: Changeset: r96371:24e79a787bd8 Date: 2019-03-27 23:00 +0100 http://bitbucket.org/pypy/pypy/changeset/24e79a787bd8/ Log:merge heads diff --git a/pypy/interpreter/astcompiler/codegen.py b/pypy/interpreter/astcompiler/codegen.py ---

[pypy-commit] pypy default: merge closed branch

2019-03-10 Thread mattip
Author: Matti Picus Branch: Changeset: r96267:c531ef4097ad Date: 2019-03-10 22:44 +0200 http://bitbucket.org/pypy/pypy/changeset/c531ef4097ad/ Log:merge closed branch ___ pypy-commit mailing list pypy-commit@python.org

[pypy-commit] pypy default: merge newmemoryview-app-level into default

2019-03-10 Thread mattip
Author: Matti Picus Branch: Changeset: r96232:750f4840080b Date: 2019-03-10 12:42 +0200 http://bitbucket.org/pypy/pypy/changeset/750f4840080b/ Log:merge newmemoryview-app-level into default diff --git a/extra_tests/ctypes_tests/test_structures.py

[pypy-commit] pypy default: merge

2019-02-26 Thread cfbolz
Author: Carl Friedrich Bolz-Tereick Branch: Changeset: r96178:dbdf453749f7 Date: 2019-02-26 19:01 +0100 http://bitbucket.org/pypy/pypy/changeset/dbdf453749f7/ Log:merge diff --git a/rpython/rlib/rutf8.py b/rpython/rlib/rutf8.py --- a/rpython/rlib/rutf8.py +++ b/rpython/rlib/rutf8.py @@

[pypy-commit] pypy default: merge unicode-utf8 into default

2019-02-13 Thread mattip
Author: Matti Picus Branch: Changeset: r96003:ba081fb468f4 Date: 2019-02-13 23:11 +0200 http://bitbucket.org/pypy/pypy/changeset/ba081fb468f4/ Log:merge unicode-utf8 into default diff too long, truncating to 2000 out of 15164 lines diff --git a/TODO b/TODO new file mode 100644 ---

[pypy-commit] pypy default: merge promote-unicode

2019-02-12 Thread cfbolz
Author: Carl Friedrich Bolz-Tereick Branch: Changeset: r95981:9d4fe930924e Date: 2019-02-12 20:11 +0100 http://bitbucket.org/pypy/pypy/changeset/9d4fe930924e/ Log:merge promote-unicode mostly for completeness sake: support for rlib.jit.promote_unicode, which behaves like

[pypy-commit] pypy default: merge regalloc-playground

2019-02-08 Thread cfbolz
Author: Carl Friedrich Bolz-Tereick Branch: Changeset: r95905:cfad18a6fd4b Date: 2019-02-08 15:38 +0100 http://bitbucket.org/pypy/pypy/changeset/cfad18a6fd4b/ Log:merge regalloc-playground improve register allocation by using better heuristics. diff too long, truncating to 2000

[pypy-commit] pypy default: Merge zlib-copying-third-time-a-charm.

2019-02-08 Thread Julian Berman
Author: Julian Berman Branch: Changeset: r95901:887c215ee39f Date: 2019-02-08 07:29 -0500 http://bitbucket.org/pypy/pypy/changeset/887c215ee39f/ Log:Merge zlib-copying-third-time-a-charm. diff --git a/pypy/doc/whatsnew-head.rst b/pypy/doc/whatsnew-head.rst --- a/pypy/doc/whatsnew-head.rst

[pypy-commit] pypy default: merge math-improvements

2019-02-08 Thread cfbolz
Author: Carl Friedrich Bolz-Tereick Branch: Changeset: r95895:7a4d0769c63d Date: 2019-02-08 11:01 +0100 http://bitbucket.org/pypy/pypy/changeset/7a4d0769c63d/ Log:merge math-improvements diff too long, truncating to 2000 out of 2276 lines diff --git a/pypy/doc/whatsnew-head.rst

[pypy-commit] pypy default: merge heads

2019-02-06 Thread antocuni
Author: Antonio Cuni Branch: Changeset: r95874:35673b0b2571 Date: 2019-02-06 14:21 +0100 http://bitbucket.org/pypy/pypy/changeset/35673b0b2571/ Log:merge heads diff --git a/pypy/module/zlib/test/test_zlib.py b/pypy/module/zlib/test/test_zlib.py --- a/pypy/module/zlib/test/test_zlib.py +++

[pypy-commit] pypy default: Merge default heads

2019-02-06 Thread Julian Berman
Author: Julian Berman Branch: Changeset: r95867:60fa14799cf4 Date: 2019-02-06 12:06 +0100 http://bitbucket.org/pypy/pypy/changeset/60fa14799cf4/ Log:Merge default heads diff --git a/pypy/doc/whatsnew-head.rst b/pypy/doc/whatsnew-head.rst --- a/pypy/doc/whatsnew-head.rst +++

[pypy-commit] pypy default: Merge zlib-copying-redux

2019-02-06 Thread Julian Berman
Author: Julian Berman Branch: Changeset: r95865:ec33801be3ff Date: 2019-02-06 11:43 +0100 http://bitbucket.org/pypy/pypy/changeset/ec33801be3ff/ Log:Merge zlib-copying-redux diff --git a/pypy/doc/whatsnew-head.rst b/pypy/doc/whatsnew-head.rst --- a/pypy/doc/whatsnew-head.rst +++

[pypy-commit] pypy default: Merge default

2019-02-06 Thread Julian Berman
Author: Julian Berman Branch: Changeset: r95866:24f1b599a64d Date: 2019-02-06 11:59 +0100 http://bitbucket.org/pypy/pypy/changeset/24f1b599a64d/ Log:Merge default diff --git a/pypy/doc/whatsnew-head.rst b/pypy/doc/whatsnew-head.rst --- a/pypy/doc/whatsnew-head.rst +++

[pypy-commit] pypy default: merge heads

2019-01-28 Thread mattip
Author: Matti Picus Branch: Changeset: r95741:018346b46386 Date: 2019-01-28 20:56 +0200 http://bitbucket.org/pypy/pypy/changeset/018346b46386/ Log:merge heads diff --git a/pypy/doc/contributor.rst b/pypy/doc/contributor.rst --- a/pypy/doc/contributor.rst +++ b/pypy/doc/contributor.rst @@

[pypy-commit] pypy default: merge release-pypy2.7-7.x into default, to incorporate the version bump

2019-01-24 Thread antocuni
Author: Antonio Cuni Branch: Changeset: r95711:c4dc91f2e037 Date: 2019-01-24 18:21 +0100 http://bitbucket.org/pypy/pypy/changeset/c4dc91f2e037/ Log:merge release-pypy2.7-7.x into default, to incorporate the version bump diff --git a/pypy/doc/conf.py b/pypy/doc/conf.py ---

[pypy-commit] pypy default: Merge the gc-disable branch, which introduces two changes to the gc module:

2018-12-19 Thread antocuni
Author: Antonio Cuni Branch: Changeset: r95514:947a6274ef5e Date: 2018-12-19 18:14 +0100 http://bitbucket.org/pypy/pypy/changeset/947a6274ef5e/ Log:Merge the gc-disable branch, which introduces two changes to the gc module: 1. gc.disable() actually disables the major

[pypy-commit] pypy default: merge expose-gc-time:

2018-11-30 Thread cfbolz
Author: Carl Friedrich Bolz-Tereick Branch: Changeset: r95390:c8b8ee6787e9 Date: 2018-11-30 16:20 +0100 http://bitbucket.org/pypy/pypy/changeset/c8b8ee6787e9/ Log:merge expose-gc-time: expose the total time spent in the GC, also switch to using seconds in the GC hooks diff

[pypy-commit] pypy default: merge heads

2018-11-11 Thread mattip
Author: Matti Picus Branch: Changeset: r95299:3e0eab4be623 Date: 2018-11-11 01:03 -0800 http://bitbucket.org/pypy/pypy/changeset/3e0eab4be623/ Log:merge heads diff --git a/rpython/translator/platform/windows.py b/rpython/translator/platform/windows.py ---

[pypy-commit] pypy default: merge heads

2018-09-15 Thread arigo
Author: Armin Rigo Branch: Changeset: r95120:476eea9a87f7 Date: 2018-09-15 22:34 +0200 http://bitbucket.org/pypy/pypy/changeset/476eea9a87f7/ Log:merge heads diff --git a/README.rst b/README.rst --- a/README.rst +++ b/README.rst @@ -4,7 +4,7 @@ Welcome to PyPy! -PyPy is an interperter

[pypy-commit] pypy default: merge heads

2018-09-02 Thread arigo
Author: Armin Rigo Branch: Changeset: r95071:942ad6c1866e Date: 2018-09-02 11:15 +0200 http://bitbucket.org/pypy/pypy/changeset/942ad6c1866e/ Log:merge heads diff --git a/rpython/rlib/rstring.py b/rpython/rlib/rstring.py --- a/rpython/rlib/rstring.py +++ b/rpython/rlib/rstring.py @@ -464,6

[pypy-commit] pypy default: merge heads

2018-09-01 Thread rlamy
Author: Ronan Lamy Branch: Changeset: r95057:b9cf6798af7e Date: 2018-09-01 15:39 +0200 http://bitbucket.org/pypy/pypy/changeset/b9cf6798af7e/ Log:merge heads diff --git a/lib_pypy/_ctypes/primitive.py b/lib_pypy/_ctypes/primitive.py --- a/lib_pypy/_ctypes/primitive.py +++

[pypy-commit] pypy default: merge heads

2018-07-14 Thread arigo
Author: Armin Rigo Branch: Changeset: r94867:46410c58b280 Date: 2018-07-14 09:47 +0200 http://bitbucket.org/pypy/pypy/changeset/46410c58b280/ Log:merge heads diff --git a/pypy/doc/config/objspace.disable_entrypoints.txt b/pypy/doc/config/objspace.disable_entrypoints.txt new file mode

[pypy-commit] pypy default: merge heads

2018-07-06 Thread arigo
Author: Armin Rigo Branch: Changeset: r94815:b717d811eb2b Date: 2018-07-06 16:26 +0200 http://bitbucket.org/pypy/pypy/changeset/b717d811eb2b/ Log:merge heads diff --git a/pypy/module/_cppyy/converter.py b/pypy/module/_cppyy/converter.py --- a/pypy/module/_cppyy/converter.py +++

[pypy-commit] pypy default: merge cppyy-packaging: fixes performance regression (see: https://bitbucket.org/wlav/cppyy/issues/34/class-member-function-calls-not-being)

2018-07-05 Thread wlav
Author: Wim Lavrijsen Branch: Changeset: r94811:53d95e0b1421 Date: 2018-07-05 18:11 -0700 http://bitbucket.org/pypy/pypy/changeset/53d95e0b1421/ Log:merge cppyy-packaging: fixes performance regression (see: https://bitbucket.org/wlav/cppyy/issues/34/class-member-function-

[pypy-commit] pypy default: merge pyparser-improvements-3

2018-06-06 Thread cfbolz
Author: Carl Friedrich Bolz-Tereick Branch: Changeset: r94730:e85e93d7927e Date: 2018-06-06 15:11 +0200 http://bitbucket.org/pypy/pypy/changeset/e85e93d7927e/ Log:merge pyparser-improvements-3 some small refactorings in interpreter/pyparser and module/parser diff --git

[pypy-commit] pypy default: merge

2018-05-21 Thread cfbolz
Author: Carl Friedrich Bolz-Tereick Branch: Changeset: r94630:622b5969fe73 Date: 2018-05-21 16:03 +0200 http://bitbucket.org/pypy/pypy/changeset/622b5969fe73/ Log:merge diff --git a/pypy/interpreter/astcompiler/ast.py b/pypy/interpreter/astcompiler/ast.py ---

[pypy-commit] pypy default: merge the gc-more-logging branch, which logs some extra gc-minor and

2018-05-16 Thread antocuni
Author: Antonio Cuni Branch: Changeset: r94602:49ede3b5afe6 Date: 2018-05-16 18:25 +0200 http://bitbucket.org/pypy/pypy/changeset/49ede3b5afe6/ Log:merge the gc-more-logging branch, which logs some extra gc-minor and gc-collect-step info in the PYPYLOG diff

[pypy-commit] pypy default: Merge of cppyy-packaging: pulls in fully deferred loading for the backend (needed for pydoc tests in p3.5 branch), support for function pointer arguments, proper types for

2018-05-07 Thread wlav
Author: Wim Lavrijsen Branch: Changeset: r94499:a4c2916c877f Date: 2018-05-07 21:02 -0700 http://bitbucket.org/pypy/pypy/changeset/a4c2916c877f/ Log:Merge of cppyy-packaging: pulls in fully deferred loading for the backend (needed for pydoc tests in p3.5 branch),

[pypy-commit] pypy default: merge socket_default_timeout_blockingness into default

2018-05-06 Thread mattip
Author: Matti Picus Branch: Changeset: r94478:7fbd70c05558 Date: 2018-05-06 22:24 +0300 http://bitbucket.org/pypy/pypy/changeset/7fbd70c05558/ Log:merge socket_default_timeout_blockingness into default diff --git a/rpython/rlib/rsocket.py b/rpython/rlib/rsocket.py

[pypy-commit] pypy default: merge cppyy-packaging: move to latest backend (0.6.0) and support exceptions through wrappers

2018-04-23 Thread wlav
Author: Wim Lavrijsen Branch: Changeset: r94435:e50e11af23f1 Date: 2018-04-23 19:57 -0700 http://bitbucket.org/pypy/pypy/changeset/e50e11af23f1/ Log:merge cppyy-packaging: move to latest backend (0.6.0) and support exceptions through wrappers diff --git

[pypy-commit] pypy default: Merge the gc-hook-better-timestamp branch. It improves gc hooks in two ways:

2018-04-18 Thread antocuni
Author: Antonio Cuni Branch: Changeset: r94378:e7b972c672e6 Date: 2018-04-18 15:07 +0200 http://bitbucket.org/pypy/pypy/changeset/e7b972c672e6/ Log:Merge the gc-hook-better-timestamp branch. It improves gc hooks in two ways: - the duration field is

[pypy-commit] pypy default: merge the gc-hooks branch: it is now possible to install app-level hooks which are triggered whenever a specific GC activity occurs

2018-04-17 Thread antocuni
Author: Antonio Cuni Branch: Changeset: r94361:5bd740a5496c Date: 2018-04-17 12:09 +0200 http://bitbucket.org/pypy/pypy/changeset/5bd740a5496c/ Log:merge the gc-hooks branch: it is now possible to install app-level hooks which are triggered whenever a specific

[pypy-commit] pypy default: merge pyparser-improvements-2

2018-04-10 Thread cfbolz
Author: Carl Friedrich Bolz-Tereick Branch: Changeset: r94294:e66f24650daf Date: 2018-04-10 09:41 +0200 http://bitbucket.org/pypy/pypy/changeset/e66f24650daf/ Log:merge pyparser-improvements-2 - fixes .offset values of SyntaxError, which is 1-based (but the

[pypy-commit] pypy default: merge cpyext-subclass-setattr which fixes cpyext pyobjects "losing" a w_obj

2018-04-07 Thread mattip
Author: Matti Picus Branch: Changeset: r94262:be473ba66a18 Date: 2018-04-08 00:42 +0300 http://bitbucket.org/pypy/pypy/changeset/be473ba66a18/ Log:merge cpyext-subclass-setattr which fixes cpyext pyobjects "losing" a w_obj diff --git

[pypy-commit] pypy default: merge branch which fixes issue #2776

2018-04-02 Thread mattip
Author: Matti Picus Branch: Changeset: r94220:03739fa3fc5c Date: 2018-04-03 06:06 +0300 http://bitbucket.org/pypy/pypy/changeset/03739fa3fc5c/ Log:merge branch which fixes issue #2776 diff --git a/pypy/doc/whatsnew-head.rst b/pypy/doc/whatsnew-head.rst ---

[pypy-commit] pypy default: merge pyparser-improvements:

2018-04-01 Thread cfbolz
Author: Carl Friedrich Bolz-Tereick Branch: Changeset: r94210:045483a22d66 Date: 2018-04-01 12:36 +0200 http://bitbucket.org/pypy/pypy/changeset/045483a22d66/ Log:merge pyparser-improvements: - speed up python parser - create slightly more helpful SyntaxError

[pypy-commit] pypy default: merge fix-sre-problems:

2018-03-28 Thread cfbolz
Author: Carl Friedrich Bolz-Tereick Branch: Changeset: r94164:ac140c11bea3 Date: 2018-03-28 14:54 +0200 http://bitbucket.org/pypy/pypy/changeset/ac140c11bea3/ Log:merge fix-sre-problems: - stop switching to the blackhole interpreter in random places, which

[pypy-commit] pypy default: Merge the second part of the cpyext-fast-typecheck branch. Despite the name,

2018-03-24 Thread antocuni
Author: Antonio Cuni Branch: Changeset: r94128:f902cda5d7ea Date: 2018-03-24 11:05 +0100 http://bitbucket.org/pypy/pypy/changeset/f902cda5d7ea/ Log:Merge the second part of the cpyext-fast-typecheck branch. Despite the name, this implements a very different

[pypy-commit] pypy default: Merge the first part of the cpyext-fast-typecheck branch.

2018-03-24 Thread antocuni
Author: Antonio Cuni Branch: Changeset: r94126:66208269e66e Date: 2018-03-24 10:47 +0100 http://bitbucket.org/pypy/pypy/changeset/66208269e66e/ Log:Merge the first part of the cpyext-fast-typecheck branch. This branch introduce a way to implement Py*_Check

[pypy-commit] pypy default: merge rpython-sprint which refactors rpython signature

2018-03-18 Thread mattip
Author: Matti Picus Branch: Changeset: r93996:17ba5f6cbab7 Date: 2018-03-19 00:09 +0100 http://bitbucket.org/pypy/pypy/changeset/17ba5f6cbab7/ Log:merge rpython-sprint which refactors rpython signature diff --git a/pypy/doc/whatsnew-head.rst

[pypy-commit] pypy default: merge call-loopinvariant-into-bridges: speed up branchy code that does a lot of inlining

2018-03-12 Thread cfbolz
Author: Carl Friedrich Bolz-Tereick Branch: Changeset: r93971:ed869ecba520 Date: 2018-03-12 13:58 +0100 http://bitbucket.org/pypy/pypy/changeset/ed869ecba520/ Log:merge call-loopinvariant-into-bridges: speed up branchy code that does a lot of inlining diff --git

[pypy-commit] pypy default: merge heads

2018-03-09 Thread arigo
Author: Armin Rigo Branch: Changeset: r93964:42f9add4e266 Date: 2018-03-09 08:59 +0100 http://bitbucket.org/pypy/pypy/changeset/42f9add4e266/ Log:merge heads ___ pypy-commit mailing list pypy-commit@python.org

[pypy-commit] pypy default: merge heads

2018-02-24 Thread cfbolz
Author: Carl Friedrich Bolz-Tereick Branch: Changeset: r93879:ebe1844aaf79 Date: 2018-02-24 09:26 +0100 http://bitbucket.org/pypy/pypy/changeset/ebe1844aaf79/ Log:merge heads diff --git a/pypy/interpreter/pyframe.py b/pypy/interpreter/pyframe.py ---

[pypy-commit] pypy default: merge heads

2018-02-21 Thread arigo
Author: Armin Rigo Branch: Changeset: r93866:8f992014885b Date: 2018-02-22 08:04 +0100 http://bitbucket.org/pypy/pypy/changeset/8f992014885b/ Log:merge heads diff too long, truncating to 2000 out of 4036 lines diff --git a/pypy/module/test_lib_pypy/pyrepl/__init__.py

[pypy-commit] pypy default: merge msvc14 which allows using Visual Studio 17 compiler suite

2018-02-12 Thread mattip
Author: Matti Picus Branch: Changeset: r93811:496d05d4758e Date: 2018-02-12 14:06 -0500 http://bitbucket.org/pypy/pypy/changeset/496d05d4758e/ Log:merge msvc14 which allows using Visual Studio 17 compiler suite diff too long, truncating to 2000 out of 2842 lines

[pypy-commit] pypy default: Merge memory-accounting which adds extra functions to gc that

2018-02-06 Thread fijal
Author: fijal Branch: Changeset: r93768:f23eec5d0d6d Date: 2018-02-06 10:49 +0100 http://bitbucket.org/pypy/pypy/changeset/f23eec5d0d6d/ Log:Merge memory-accounting which adds extra functions to gc that let you describe the whole memory diff --git a/lib_pypy/_sqlite3.py

[pypy-commit] pypy default: merge heads

2018-02-04 Thread cfbolz
Author: Carl Friedrich Bolz-Tereick Branch: Changeset: r93753:03e7d032c07f Date: 2018-02-04 13:52 +0100 http://bitbucket.org/pypy/pypy/changeset/03e7d032c07f/ Log:merge heads diff --git a/pypy/doc/whatsnew-head.rst b/pypy/doc/whatsnew-head.rst ---

[pypy-commit] pypy default: merge cpyext-faster-arg-passing

2018-02-02 Thread cfbolz
Author: Carl Friedrich Bolz-Tereick Branch: Changeset: r93739:6a370242b86c Date: 2018-02-02 22:24 +0100 http://bitbucket.org/pypy/pypy/changeset/6a370242b86c/ Log:merge cpyext-faster-arg-passing When using cpyext, improve the speed of passing certain objects from

[pypy-commit] pypy default: merge 2634_datetime_timedelta_performance

2018-02-02 Thread cfbolz
Author: Carl Friedrich Bolz-Tereick Branch: Changeset: r93738:2f5eb5410769 Date: 2018-02-02 13:36 +0100 http://bitbucket.org/pypy/pypy/changeset/2f5eb5410769/ Log:merge 2634_datetime_timedelta_performance improve the performance of datetime + timedelta by skipping

[pypy-commit] pypy default: merge mapdict-size-limit

2018-01-29 Thread cfbolz
Author: Carl Friedrich Bolz-Tereick Branch: Changeset: r93710:7add90a647dc Date: 2018-01-29 10:43 +0100 http://bitbucket.org/pypy/pypy/changeset/7add90a647dc/ Log:merge mapdict-size-limit stop using mapdict after 80 attributes to prevent linear lookups on

[pypy-commit] pypy default: merge cpyext-datetime2 which adds a tzinfo field to datetime C-API types

2018-01-19 Thread mattip
Author: Matti Picus Branch: Changeset: r93684:8a1cb5467f77 Date: 2018-01-19 11:10 +0200 http://bitbucket.org/pypy/pypy/changeset/8a1cb5467f77/ Log:merge cpyext-datetime2 which adds a tzinfo field to datetime C-API types diff --git a/lib_pypy/datetime.py

[pypy-commit] pypy default: merge heads

2017-12-25 Thread arigo
Author: Armin Rigo Branch: Changeset: r93577:7eecbbca7bdc Date: 2017-12-26 08:28 +0100 http://bitbucket.org/pypy/pypy/changeset/7eecbbca7bdc/ Log:merge heads diff too long, truncating to 2000 out of 3533 lines diff --git a/pypy/doc/whatsnew-head.rst

[pypy-commit] pypy default: merge cpyext-avoid-roundtrip which avoids some rpython-c conversions

2017-12-25 Thread mattip
Author: Matti Picus Branch: Changeset: r93562:7b550e9b3cee Date: 2017-12-25 23:31 +0200 http://bitbucket.org/pypy/pypy/changeset/7b550e9b3cee/ Log:merge cpyext-avoid-roundtrip which avoids some rpython-c conversions diff too long, truncating to 2000 out of 3523 lines

[pypy-commit] pypy default: merge again fix-vmprof-stacklet-switch-2: this should fix translation on platforms where vmprof is not supported, and it also refactor rvmprof.cintf to be slightly saner

2017-12-19 Thread antocuni
Author: Antonio Cuni Branch: Changeset: r93500:e742e3594267 Date: 2017-12-19 19:04 +0100 http://bitbucket.org/pypy/pypy/changeset/e742e3594267/ Log:merge again fix-vmprof-stacklet-switch-2: this should fix translation on platforms where vmprof is not supported,

[pypy-commit] pypy default: merge

2017-12-19 Thread fijal
Author: fijal Branch: Changeset: r93488:2ac941dfb825 Date: 2017-12-19 15:58 +0200 http://bitbucket.org/pypy/pypy/changeset/2ac941dfb825/ Log:merge diff --git a/pypy/doc/release-v5.10.0.rst b/pypy/doc/release-v5.10.0.rst --- a/pypy/doc/release-v5.10.0.rst +++ b/pypy/doc/release-v5.10.0.rst

[pypy-commit] pypy default: merge heads

2017-12-18 Thread arigo
Author: Armin Rigo Branch: Changeset: r93472:13a87780bd5a Date: 2017-12-18 13:43 +0100 http://bitbucket.org/pypy/pypy/changeset/13a87780bd5a/ Log:merge heads diff --git a/extra_tests/requirements.txt b/extra_tests/requirements.txt --- a/extra_tests/requirements.txt +++

[pypy-commit] pypy default: merge the fix-vmprof-stacklet-switch-2 branch, which fixes vmprof+greenlet:

2017-12-18 Thread antocuni
Author: Antonio Cuni Branch: Changeset: r93465:c30916ebe15f Date: 2017-12-18 11:03 +0100 http://bitbucket.org/pypy/pypy/changeset/c30916ebe15f/ Log:merge the fix-vmprof-stacklet-switch-2 branch, which fixes vmprof+greenlet: before, vmprof did not take any sample

[pypy-commit] pypy default: merge rdict-fast-hash:

2017-12-12 Thread cfbolz
Author: Carl Friedrich Bolz-Tereick Branch: Changeset: r93386:a00ca61351ba Date: 2017-12-12 18:27 +0100 http://bitbucket.org/pypy/pypy/changeset/a00ca61351ba/ Log:merge rdict-fast-hash: make it possible to declare that the hash and eq functions used in an

[pypy-commit] pypy default: merge win32-vcvars, log more and try vsvars32 before vcvars32, go figure

2017-11-29 Thread mattip
Author: Matti Picus Branch: Changeset: r93209:d1aaa6aca19d Date: 2017-11-29 10:41 +0200 http://bitbucket.org/pypy/pypy/changeset/d1aaa6aca19d/ Log:merge win32-vcvars, log more and try vsvars32 before vcvars32, go figure diff --git a/pypy/doc/whatsnew-head.rst

[pypy-commit] pypy default: merge

2017-11-20 Thread fijal
Author: fijal Branch: Changeset: r93100:21fd35c44d66 Date: 2017-11-20 16:42 +0100 http://bitbucket.org/pypy/pypy/changeset/21fd35c44d66/ Log:merge diff --git a/rpython/annotator/annrpython.py b/rpython/annotator/annrpython.py --- a/rpython/annotator/annrpython.py +++

[pypy-commit] pypy default: merge the fix-vmprof-stacklet-switch: make sure that vmprof does not segfault in presence of continuation.switch (and thus with greenlets, eventlet, etc.)

2017-11-15 Thread antocuni
Author: Antonio Cuni Branch: Changeset: r93039:927cc69f4d52 Date: 2017-11-15 16:06 +0100 http://bitbucket.org/pypy/pypy/changeset/927cc69f4d52/ Log:merge the fix-vmprof-stacklet-switch: make sure that vmprof does not segfault in presence of continuation.switch

[pypy-commit] pypy default: merge heads

2017-11-14 Thread antocuni
Author: Antonio Cuni Branch: Changeset: r93033:821e59360f37 Date: 2017-11-15 02:13 +0100 http://bitbucket.org/pypy/pypy/changeset/821e59360f37/ Log:merge heads diff --git a/pypy/module/_continuation/test/test_stacklet.py

[pypy-commit] pypy default: merge the vmprof-0.4.10 branch:

2017-11-08 Thread antocuni
Author: Antonio Cuni Branch: Changeset: r92973:4b7ad9d4be0d Date: 2017-11-08 17:47 +0100 http://bitbucket.org/pypy/pypy/changeset/4b7ad9d4be0d/ Log:merge the vmprof-0.4.10 branch: - copy the recent changes to the C part of vmprof from github - make

[pypy-commit] pypy default: merge branch run-extra-tests

2017-11-03 Thread rlamy
Author: Ronan Lamy Branch: Changeset: r92922:a88ed18e1a6a Date: 2017-11-03 16:51 + http://bitbucket.org/pypy/pypy/changeset/a88ed18e1a6a/ Log:merge branch run-extra-tests diff --git a/extra_tests/requirements.txt b/extra_tests/requirements.txt new file mode 100644

[pypy-commit] pypy default: merge bsd-patches which fixes failures on FreeBSD (David Naylor)

2017-11-02 Thread mattip
Author: Matti Picus Branch: Changeset: r92908:959da02fe2dc Date: 2017-11-02 16:59 +0200 http://bitbucket.org/pypy/pypy/changeset/959da02fe2dc/ Log:merge bsd-patches which fixes failures on FreeBSD (David Naylor) diff --git a/lib-python/2.7/ctypes/__init__.py

[pypy-commit] pypy default: merge the branch keep-debug-symbols:

2017-11-01 Thread antocuni
Author: Antonio Cuni Branch: Changeset: r92895:77fff565d382 Date: 2017-11-01 10:51 +0100 http://bitbucket.org/pypy/pypy/changeset/77fff565d382/ Log:merge the branch keep-debug-symbols: - symbols are stripped from the executable and placed in a file

[pypy-commit] pypy default: merge cppyy-packaging with improved consistency for cppyy CPython <-> PyPy

2017-10-28 Thread wlav
Author: Wim Lavrijsen Branch: Changeset: r92872:0b8528722439 Date: 2017-10-28 15:55 -0700 http://bitbucket.org/pypy/pypy/changeset/0b8528722439/ Log:merge cppyy-packaging with improved consistency for cppyy CPython <-> PyPy diff too long, truncating to 2000 out

[pypy-commit] pypy default: merge heads

2017-10-09 Thread arigo
Author: Armin Rigo Branch: Changeset: r92685:386fcca6c58f Date: 2017-10-09 16:54 +0200 http://bitbucket.org/pypy/pypy/changeset/386fcca6c58f/ Log:merge heads diff --git a/pypy/module/cpyext/dictobject.py b/pypy/module/cpyext/dictobject.py ---

[pypy-commit] pypy default: merge heads

2017-10-08 Thread arigo
Author: Armin Rigo Branch: Changeset: r92649:aedd9ba91c12 Date: 2017-10-08 08:22 +0200 http://bitbucket.org/pypy/pypy/changeset/aedd9ba91c12/ Log:merge heads diff --git a/pypy/module/_cppyy/test/conftest.py b/pypy/module/_cppyy/test/conftest.py ---

[pypy-commit] pypy default: merge the cpyext-jit; this makes cpyext calls up to 7x faster in very simple cases, see whatsnew for details

2017-10-01 Thread antocuni
Author: Antonio Cuni Branch: Changeset: r92538:9f9989a1ffe6 Date: 2017-10-01 22:25 +0200 http://bitbucket.org/pypy/pypy/changeset/9f9989a1ffe6/ Log:merge the cpyext-jit; this makes cpyext calls up to 7x faster in very simple cases, see whatsnew for details diff

[pypy-commit] pypy default: merge heads

2017-09-29 Thread arigo
Author: Armin Rigo Branch: Changeset: r92508:c4d6cc4a81fe Date: 2017-09-29 17:52 +0200 http://bitbucket.org/pypy/pypy/changeset/c4d6cc4a81fe/ Log:merge heads diff --git a/pypy/module/cpyext/methodobject.py b/pypy/module/cpyext/methodobject.py ---

[pypy-commit] pypy default: merge heads

2017-09-19 Thread arigo
Author: Armin Rigo Branch: Changeset: r92418:a9eafbdf3c28 Date: 2017-09-19 12:13 +0200 http://bitbucket.org/pypy/pypy/changeset/a9eafbdf3c28/ Log:merge heads diff --git a/pypy/doc/windows.rst b/pypy/doc/windows.rst --- a/pypy/doc/windows.rst +++ b/pypy/doc/windows.rst @@

[pypy-commit] pypy default: merge heads

2017-09-13 Thread arigo
Author: Armin Rigo Branch: Changeset: r92379:d8cf1127fabb Date: 2017-09-13 22:41 +0200 http://bitbucket.org/pypy/pypy/changeset/d8cf1127fabb/ Log:merge heads diff --git a/pypy/doc/windows.rst b/pypy/doc/windows.rst --- a/pypy/doc/windows.rst +++ b/pypy/doc/windows.rst @@

[pypy-commit] pypy default: merge heads

2017-09-08 Thread arigo
Author: Armin Rigo Branch: Changeset: r92359:a1608b11c5da Date: 2017-09-08 17:22 +0200 http://bitbucket.org/pypy/pypy/changeset/a1608b11c5da/ Log:merge heads diff --git a/pypy/doc/whatsnew-head.rst b/pypy/doc/whatsnew-head.rst --- a/pypy/doc/whatsnew-head.rst +++

[pypy-commit] pypy default: merge pycheck-macros, which avoids cpyext for many Py*_Check function calls

2017-09-08 Thread mattip
Author: Matti Picus Branch: Changeset: r92354:2782c2c4ec0b Date: 2017-09-08 17:25 +0300 http://bitbucket.org/pypy/pypy/changeset/2782c2c4ec0b/ Log:merge pycheck-macros, which avoids cpyext for many Py*_Check function calls diff --git

  1   2   3   4   5   6   7   8   9   10   >