[pypy-commit] pypy default: Issue #2755

2018-02-21 Thread arigo
Author: Armin Rigo Branch: Changeset: r93865:0b2256471902 Date: 2018-02-22 08:02 +0100 http://bitbucket.org/pypy/pypy/changeset/0b2256471902/ Log:Issue #2755 Accept unicode filenames in dbm.open() diff --git a/lib_pypy/dbm.py b/lib_pypy/dbm.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] cffi default: Document the fixes since 1.11.4

2018-02-21 Thread arigo
Author: Armin Rigo Branch: Changeset: r3103:3c4397c47569 Date: 2018-02-22 07:46 +0100 http://bitbucket.org/cffi/cffi/changeset/3c4397c47569/ Log:Document the fixes since 1.11.4 diff --git a/doc/source/whatsnew.rst b/doc/source/whatsnew.rst --- a/doc/source/whatsnew.rst +++

[pypy-commit] cffi default: Issue #358

2018-02-21 Thread arigo
Author: Armin Rigo Branch: Changeset: r3102:7b46e415e208 Date: 2018-02-22 07:46 +0100 http://bitbucket.org/cffi/cffi/changeset/7b46e415e208/ Log:Issue #358 Fix following recent changes to CPython 2.7 diff --git a/cffi/_embedding.h b/cffi/_embedding.h ---

[pypy-commit] pypy throw-away: close throw-away branch

2018-02-21 Thread mattip
Author: Matti Picus Branch: throw-away Changeset: r93863:b579b2e8a71e Date: 2018-02-21 23:57 -0500 http://bitbucket.org/pypy/pypy/changeset/b579b2e8a71e/ Log:close throw-away branch ___ pypy-commit mailing list

[pypy-commit] pypy py3.5: vcvars no longer sets libpath, it is unused anyway

2018-02-21 Thread mattip
Author: Matti Picus Branch: py3.5 Changeset: r93864:87cbb9df283a Date: 2018-02-22 00:52 -0500 http://bitbucket.org/pypy/pypy/changeset/87cbb9df283a/ Log:vcvars no longer sets libpath, it is unused anyway diff --git a/lib-python/3/distutils/msvc9compiler.py

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

2018-02-21 Thread mattip
Author: Matti Picus Branch: py3.5 Changeset: r93861:e7ca5c644d47 Date: 2018-02-22 00:42 +0200 http://bitbucket.org/pypy/pypy/changeset/e7ca5c644d47/ Log:fix decimal diff --git a/lib_pypy/_libmpdec/vccompat.h b/lib_pypy/_libmpdec/vccompat.h ---

[pypy-commit] pypy py3.5: hack to add externals to INCLUDE, LIB, BIN on windows

2018-02-21 Thread mattip
Author: Matti Picus Branch: py3.5 Changeset: r93862:759ae332758e Date: 2018-02-22 00:43 +0200 http://bitbucket.org/pypy/pypy/changeset/759ae332758e/ Log:hack to add externals to INCLUDE, LIB, BIN on windows diff --git a/pypy/tool/build_cffi_imports.py

[pypy-commit] pypy py3.5: stdint.h exists for msver 1900 (vs 2017)

2018-02-21 Thread mattip
Author: Matti Picus Branch: py3.5 Changeset: r93860:a745d2c294be Date: 2018-02-21 23:55 -0500 http://bitbucket.org/pypy/pypy/changeset/a745d2c294be/ Log:stdint.h exists for msver 1900 (vs 2017) diff --git a/lib_pypy/_libmpdec/vccompat.h b/lib_pypy/_libmpdec/vccompat.h

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

2018-02-21 Thread mattip
Author: Matti Picus Branch: py3.5 Changeset: r93858:7019087f6069 Date: 2018-02-21 23:50 -0500 http://bitbucket.org/pypy/pypy/changeset/7019087f6069/ Log:merge default into py3.5 diff --git a/pypy/module/cpyext/slotdefs.py b/pypy/module/cpyext/slotdefs.py ---

[pypy-commit] pypy py3.5: hack to fix missing path component on a buildbot with vs2017 installed

2018-02-21 Thread mattip
Author: Matti Picus Branch: py3.5 Changeset: r93859:2b8826f6536c Date: 2018-02-21 23:53 -0500 http://bitbucket.org/pypy/pypy/changeset/2b8826f6536c/ Log:hack to fix missing path component on a buildbot with vs2017 installed diff --git

[pypy-commit] pypy throw-away: typo in path

2018-02-21 Thread mattip
Author: Matti Picus Branch: throw-away Changeset: r93857:428b5c69b2b3 Date: 2018-02-21 22:21 -0500 http://bitbucket.org/pypy/pypy/changeset/428b5c69b2b3/ Log:typo in path diff --git a/rpython/translator/platform/windows.py b/rpython/translator/platform/windows.py ---

[pypy-commit] pypy throw-away: try to fix missing path name on buildbot

2018-02-21 Thread mattip
Author: Matti Picus Branch: throw-away Changeset: r93856:2956c36a5584 Date: 2018-02-21 22:15 -0500 http://bitbucket.org/pypy/pypy/changeset/2956c36a5584/ Log:try to fix missing path name on buildbot diff --git a/rpython/translator/platform/windows.py

[pypy-commit] pypy guard-compatible: temporary debug prints to figure out why heap knowledge gets lost

2018-02-21 Thread cfbolz
Author: Carl Friedrich Bolz-Tereick Branch: guard-compatible Changeset: r93852:3f9f732b42d0 Date: 2018-02-20 11:40 +0100 http://bitbucket.org/pypy/pypy/changeset/3f9f732b42d0/ Log:temporary debug prints to figure out why heap knowledge gets lost diff --git

[pypy-commit] pypy guard-compatible: simplify optimizer interface to guard-compat. also add more debug prints

2018-02-21 Thread cfbolz
Author: Carl Friedrich Bolz-Tereick Branch: guard-compatible Changeset: r93853:4db603258cdc Date: 2018-02-20 12:13 +0100 http://bitbucket.org/pypy/pypy/changeset/4db603258cdc/ Log:simplify optimizer interface to guard-compat. also add more debug prints diff --git

[pypy-commit] pypy guard-compatible: log the guard address too

2018-02-21 Thread cfbolz
Author: Carl Friedrich Bolz-Tereick Branch: guard-compatible Changeset: r93854:25fb71c78772 Date: 2018-02-21 17:19 +0100 http://bitbucket.org/pypy/pypy/changeset/25fb71c78772/ Log:log the guard address too diff --git a/rpython/jit/metainterp/optimizeopt/bridgeopt.py

[pypy-commit] pypy guard-compatible: test and fix: deal with quasiimmut correctly

2018-02-21 Thread cfbolz
Author: Carl Friedrich Bolz-Tereick Branch: guard-compatible Changeset: r93855:5b83d5703851 Date: 2018-02-21 17:21 +0100 http://bitbucket.org/pypy/pypy/changeset/5b83d5703851/ Log:test and fix: deal with quasiimmut correctly diff --git a/rpython/jit/metainterp/compatible.py