[pypy-commit] pypy default: Raise ValueError in nonmoving_raw_ptr_for_resizable_list() if running on RevDB.

2019-02-05 Thread mjacob
Author: Manuel Jacob Branch: Changeset: r95852:1a274c144a73 Date: 2019-02-06 02:29 +0100 http://bitbucket.org/pypy/pypy/changeset/1a274c144a73/ Log:Raise ValueError in nonmoving_raw_ptr_for_resizable_list() if running on RevDB. On RevDB, raw and GC'ed memory must be

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

2019-02-05 Thread mjacob
Author: Manuel Jacob Branch: py3.5 Changeset: r95853:4a4b466ea459 Date: 2019-02-06 02:42 +0100 http://bitbucket.org/pypy/pypy/changeset/4a4b466ea459/ Log:hg merge default diff --git a/pypy/module/zlib/interp_zlib.py b/pypy/module/zlib/interp_zlib.py --- a/pypy/module/zlib/interp_zlib.py +++

[pypy-commit] pypy default: Initialize rzlib stream in factory function. This should fix translation.

2019-02-05 Thread mjacob
Author: Manuel Jacob Branch: Changeset: r95851:c5c3ad13d149 Date: 2019-02-06 01:43 +0100 http://bitbucket.org/pypy/pypy/changeset/c5c3ad13d149/ Log:Initialize rzlib stream in factory function. This should fix translation. diff --git a/pypy/module/zlib/interp_zlib.py

[pypy-commit] pypy default: Rename stream -> w_stream.

2019-02-05 Thread mjacob
Author: Manuel Jacob Branch: Changeset: r95850:130e45a48a66 Date: 2019-02-06 01:17 +0100 http://bitbucket.org/pypy/pypy/changeset/130e45a48a66/ Log:Rename stream -> w_stream. diff --git a/pypy/module/zlib/interp_zlib.py b/pypy/module/zlib/interp_zlib.py ---

[pypy-commit] pypy math-improvements: (xoraxax, arigo) Implement correct ULLL and LLL constants for {, u}int128_t.

2019-02-05 Thread Alexander Schremmer
Author: Alexander Schremmer Branch: math-improvements Changeset: r95849:9c346098e834 Date: 2019-02-05 18:38 +0100 http://bitbucket.org/pypy/pypy/changeset/9c346098e834/ Log:(xoraxax, arigo) Implement correct ULLL and LLL constants for {,u}int128_t. diff --git

[pypy-commit] pypy 35windowsfixes: Fixed nan sign on windows

2019-02-05 Thread andrewjlawrence
Author: andrewjlawrence Branch: 35windowsfixes Changeset: r95848:25c28e745b5a Date: 2019-02-05 17:17 + http://bitbucket.org/pypy/pypy/changeset/25c28e745b5a/ Log:Fixed nan sign on windows diff --git a/rpython/rtyper/lltypesystem/module/test/math_cases.py

[pypy-commit] pypy default: (cfbolz,ambv) Remove pure Python _csv

2019-02-05 Thread ambv
Author: ukasz Langa Branch: Changeset: r95845:dacb9ecfea69 Date: 2019-02-05 16:56 +0100 http://bitbucket.org/pypy/pypy/changeset/dacb9ecfea69/ Log:(cfbolz,ambv) Remove pure Python _csv There is an RPython _csv in pypy/module/_csv that is used by default anyway. diff --git

[pypy-commit] pypy default: (cfbolz,ambv) Remove pure Python pwd

2019-02-05 Thread ambv
Author: ukasz Langa Branch: Changeset: r95846:852477e9ba17 Date: 2019-02-05 17:00 +0100 http://bitbucket.org/pypy/pypy/changeset/852477e9ba17/ Log:(cfbolz,ambv) Remove pure Python pwd There is an RPython version in pypy/module/pwd/ which is used by default anyway. diff

[pypy-commit] pypy py3.6: (cfbolz, ambv) Make _csv.Dialect unpicklable like on CPython

2019-02-05 Thread ambv
Author: ukasz Langa Branch: py3.6 Changeset: r95844:ac6ace011b43 Date: 2019-02-05 16:50 +0100 http://bitbucket.org/pypy/pypy/changeset/ac6ace011b43/ Log:(cfbolz,ambv) Make _csv.Dialect unpicklable like on CPython diff --git a/pypy/module/_csv/interp_csv.py b/pypy/module/_csv/interp_csv.py

[pypy-commit] pypy default: prefer dlls from externals/bin

2019-02-05 Thread mattip
Author: Matti Picus Branch: Changeset: r95843:b24f0dd6cf2a Date: 2019-02-05 17:37 +0200 http://bitbucket.org/pypy/pypy/changeset/b24f0dd6cf2a/ Log:prefer dlls from externals/bin diff --git a/pypy/tool/release/package.py b/pypy/tool/release/package.py --- a/pypy/tool/release/package.py +++

[pypy-commit] pypy default: Add the whatsnew snippet.

2019-02-05 Thread Julian Berman
Author: Julian Berman Branch: Changeset: r95842:fab87641b3e5 Date: 2019-02-05 16:28 +0100 http://bitbucket.org/pypy/pypy/changeset/fab87641b3e5/ Log:Add the whatsnew snippet. diff --git a/pypy/doc/whatsnew-head.rst b/pypy/doc/whatsnew-head.rst --- a/pypy/doc/whatsnew-head.rst +++

[pypy-commit] pypy windowsinstaller: expand readme

2019-02-05 Thread mattip
Author: Matti Picus Branch: windowsinstaller Changeset: r95841:d3a8e6163133 Date: 2019-02-05 17:09 +0200 http://bitbucket.org/pypy/pypy/changeset/d3a8e6163133/ Log:expand readme diff --git a/pypy/tool/release/windowsinstaller/README b/pypy/tool/release/windowsinstaller/README ---

[pypy-commit] pypy default: Add in the missing .copy methods for zlib (de)compression.

2019-02-05 Thread Julian Berman
Author: Julian Berman Branch: Changeset: r95840:e0997a28d6e8 Date: 2019-02-05 15:12 +0100 http://bitbucket.org/pypy/pypy/changeset/e0997a28d6e8/ Log:Add in the missing .copy methods for zlib (de)compression. diff --git a/pypy/module/zlib/interp_zlib.py b/pypy/module/zlib/interp_zlib.py ---

[pypy-commit] pypy zlib-copying: And now the same for compressobj...

2019-02-05 Thread Julian Berman
Author: Julian Berman Branch: zlib-copying Changeset: r95837:9b6800b0 Date: 2019-02-05 14:12 +0100 http://bitbucket.org/pypy/pypy/changeset/9b6800b0/ Log:And now the same for compressobj... diff --git a/pypy/module/zlib/interp_zlib.py b/pypy/module/zlib/interp_zlib.py ---

[pypy-commit] pypy zlib-copying: And the same for compression streams.

2019-02-05 Thread Julian Berman
Author: Julian Berman Branch: zlib-copying Changeset: r95834:17e6b069ffdd Date: 2019-02-04 17:21 +0100 http://bitbucket.org/pypy/pypy/changeset/17e6b069ffdd/ Log:And the same for compression streams. diff --git a/rpython/rlib/rzlib.py b/rpython/rlib/rzlib.py --- a/rpython/rlib/rzlib.py +++

[pypy-commit] pypy zlib-copying: Docstrings...

2019-02-05 Thread Julian Berman
Author: Julian Berman Branch: zlib-copying Changeset: r95838:17161dab8936 Date: 2019-02-05 14:14 +0100 http://bitbucket.org/pypy/pypy/changeset/17161dab8936/ Log:Docstrings... diff --git a/pypy/module/zlib/interp_zlib.py b/pypy/module/zlib/interp_zlib.py ---

[pypy-commit] pypy zlib-copying: Make sure we pass unused_data and unconsumed_tail along.

2019-02-05 Thread Julian Berman
Author: Julian Berman Branch: zlib-copying Changeset: r95839:9709a7461303 Date: 2019-02-05 14:49 +0100 http://bitbucket.org/pypy/pypy/changeset/9709a7461303/ Log:Make sure we pass unused_data and unconsumed_tail along. diff --git a/pypy/module/zlib/interp_zlib.py

[pypy-commit] pypy zlib-copying: Teach rzlib to copy decompression streams.

2019-02-05 Thread Julian Berman
Author: Julian Berman Branch: zlib-copying Changeset: r95833:6237bdf72bdb Date: 2019-02-04 17:13 +0100 http://bitbucket.org/pypy/pypy/changeset/6237bdf72bdb/ Log:Teach rzlib to copy decompression streams. diff --git a/rpython/rlib/rzlib.py b/rpython/rlib/rzlib.py --- a/rpython/rlib/rzlib.py

[pypy-commit] pypy zlib-copying: Acquire the lock around the Decompressor before copying.

2019-02-05 Thread Julian Berman
Author: Julian Berman Branch: zlib-copying Changeset: r95836:7d112d29d885 Date: 2019-02-05 13:59 +0100 http://bitbucket.org/pypy/pypy/changeset/7d112d29d885/ Log:Acquire the lock around the Decompressor before copying. Also handles copying already-flushed decompressobjs.

[pypy-commit] pypy zlib-copying: Now implement decompressobj.copy at the language level.

2019-02-05 Thread Julian Berman
Author: Julian Berman Branch: zlib-copying Changeset: r95835:51b646896e26 Date: 2019-02-05 13:46 +0100 http://bitbucket.org/pypy/pypy/changeset/51b646896e26/ Log:Now implement decompressobj.copy at the language level. Something seems likely to be broken still because the contents of

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

2019-02-05 Thread mattip
Author: Matti Picus Branch: py3.6 Changeset: r95830:33fe3b2cf186 Date: 2019-02-05 14:44 +0100 http://bitbucket.org/pypy/pypy/changeset/33fe3b2cf186/ Log:merge py3.5 into py3.6 diff too long, truncating to 2000 out of 22336 lines diff --git a/lib-python/3/collections/__main__.py

[pypy-commit] pypy release-pypy2.7-7.x: fix merge (antocuni)

2019-02-05 Thread mattip
Author: Matti Picus Branch: release-pypy2.7-7.x Changeset: r95827:bb774cc5b3f4 Date: 2019-02-05 14:39 +0100 http://bitbucket.org/pypy/pypy/changeset/bb774cc5b3f4/ Log:fix merge (antocuni) diff --git a/pypy/module/cpyext/include/patchlevel.h b/pypy/module/cpyext/include/patchlevel.h ---

[pypy-commit] pypy release-pypy2.7-7.x: merge default into release

2019-02-05 Thread mattip
Author: Matti Picus Branch: release-pypy2.7-7.x Changeset: r95828:9112c8071614 Date: 2019-02-05 14:42 +0100 http://bitbucket.org/pypy/pypy/changeset/9112c8071614/ Log:merge default into release diff --git a/lib_pypy/cffi/pkgconfig.py b/lib_pypy/cffi/pkgconfig.py new file mode 100644 ---

[pypy-commit] pypy release-pypy3.6-7.x: merge 3.6 into release

2019-02-05 Thread mattip
Author: Matti Picus Branch: release-pypy3.6-7.x Changeset: r95832:dab365a46514 Date: 2019-02-05 14:46 +0100 http://bitbucket.org/pypy/pypy/changeset/dab365a46514/ Log:merge 3.6 into release diff too long, truncating to 2000 out of 22472 lines diff --git

[pypy-commit] pypy release-pypy3.5-7.x: merge py3.5 into release

2019-02-05 Thread mattip
Author: Matti Picus Branch: release-pypy3.5-7.x Changeset: r95831:1f86f25937b6 Date: 2019-02-05 14:45 +0100 http://bitbucket.org/pypy/pypy/changeset/1f86f25937b6/ Log:merge py3.5 into release diff --git a/lib_pypy/cffi/pkgconfig.py b/lib_pypy/cffi/pkgconfig.py new file mode 100644 ---

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

2019-02-05 Thread mattip
Author: Matti Picus Branch: py3.5 Changeset: r95829:7e2f5836e315 Date: 2019-02-05 14:43 +0100 http://bitbucket.org/pypy/pypy/changeset/7e2f5836e315/ Log:merge default into py3.5 diff --git a/lib_pypy/cffi/pkgconfig.py b/lib_pypy/cffi/pkgconfig.py new file mode 100644 --- /dev/null +++

[pypy-commit] pypy default: oops

2019-02-05 Thread arigo
Author: Armin Rigo Branch: Changeset: r95826:a8f961c358d3 Date: 2019-02-05 14:39 +0100 http://bitbucket.org/pypy/pypy/changeset/a8f961c358d3/ Log:oops diff --git a/lib_pypy/cffi/pkgconfig.py b/lib_pypy/cffi/pkgconfig.py new file mode 100644 --- /dev/null +++ b/lib_pypy/cffi/pkgconfig.py @@

[pypy-commit] pypy unicode-utf8: remove dead code

2019-02-05 Thread fijal
Author: fijal Branch: unicode-utf8 Changeset: r95825:9c07b0c439aa Date: 2019-02-05 14:34 +0100 http://bitbucket.org/pypy/pypy/changeset/9c07b0c439aa/ Log:remove dead code 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 py3.6: (cfbolz, ambv) Fix __qualname__ for __new__ of built-in types

2019-02-05 Thread ambv
Author: ukasz Langa Branch: py3.6 Changeset: r95824:c35aa59e82f6 Date: 2019-02-05 14:07 +0100 http://bitbucket.org/pypy/pypy/changeset/c35aa59e82f6/ Log:(cfbolz,ambv) Fix __qualname__ for __new__ of built-in types diff --git a/pypy/objspace/std/test/test_typeobject.py

[pypy-commit] pypy windowsinstaller: Add missing file

2019-02-05 Thread andrewjlawrence
Author: andrewjlawrence Branch: windowsinstaller Changeset: r95823:a92906227d30 Date: 2019-02-02 22:14 + http://bitbucket.org/pypy/pypy/changeset/a92906227d30/ Log:Add missing file diff --git a/PCbuild/tcltk.props b/PCbuild/tcltk.props new file mode 100644 --- /dev/null +++

[pypy-commit] pypy windowsinstaller: Add find msbuild.bat

2019-02-05 Thread andr...@siemens.com
Author: andrew.lawre...@siemens.com Branch: windowsinstaller Changeset: r95822:c43a3018916a Date: 2019-02-02 19:23 + http://bitbucket.org/pypy/pypy/changeset/c43a3018916a/ Log:Add find msbuild.bat diff --git a/PCbuild/find_msbuild.bat b/PCbuild/find_msbuild.bat new file mode 100644 ---

[pypy-commit] pypy windowsinstaller: Added path. Fixed some file names.

2019-02-05 Thread andr...@siemens.com
Author: andrew.lawre...@siemens.com Branch: windowsinstaller Changeset: r95818:d5fcd44841c2 Date: 2019-01-02 14:28 + http://bitbucket.org/pypy/pypy/changeset/d5fcd44841c2/ Log:Added path. Fixed some file names. diff --git a/pypy/tool/release/windowsinstaller/bundle/bundle.targets

[pypy-commit] pypy windowsinstaller: Further renaming

2019-02-05 Thread andr...@siemens.com
Author: andrew.lawre...@siemens.com Branch: windowsinstaller Changeset: r95816:c38660f18fad Date: 2018-12-31 19:39 + http://bitbucket.org/pypy/pypy/changeset/c38660f18fad/ Log:Further renaming diff --git a/pypy/tool/release/windowsinstaller/sitepackages/sitepackages.wixproj

[pypy-commit] pypy windowsinstaller: Further renaming

2019-02-05 Thread andr...@siemens.com
Author: andrew.lawre...@siemens.com Branch: windowsinstaller Changeset: r95815:14976c9f5538 Date: 2018-12-31 19:39 + http://bitbucket.org/pypy/pypy/changeset/14976c9f5538/ Log:Further renaming diff --git a/pypy/tool/release/windowsinstaller/bundle/bundle.targets

[pypy-commit] pypy windowsinstaller: Modify installer to remove customise button.

2019-02-05 Thread andr...@siemens.com
Author: andrew.lawre...@siemens.com Branch: windowsinstaller Changeset: r95821:bdb9d8ea6391 Date: 2019-01-06 21:01 + http://bitbucket.org/pypy/pypy/changeset/bdb9d8ea6391/ Log:Modify installer to remove customise button. diff --git a/pypy/tool/release/windowsinstaller/bundle/Default.thm

[pypy-commit] pypy windowsinstaller: Work in progress

2019-02-05 Thread andr...@siemens.com
Author: andrew.lawre...@siemens.com Branch: windowsinstaller Changeset: r95819:498026a51df2 Date: 2019-01-06 19:00 + http://bitbucket.org/pypy/pypy/changeset/498026a51df2/ Log:Work in progress diff --git a/pypy/tool/release/windowsinstaller/bundle/bundle.wxs

[pypy-commit] pypy windowsinstaller: Fixed issue with lib_pypy directory

2019-02-05 Thread andr...@siemens.com
Author: andrew.lawre...@siemens.com Branch: windowsinstaller Changeset: r95820:cc37b0cf Date: 2019-01-06 20:11 + http://bitbucket.org/pypy/pypy/changeset/cc37b0cf/ Log:Fixed issue with lib_pypy directory diff --git a/pypy/tool/release/windowsinstaller/common.wxs

[pypy-commit] pypy windowsinstaller: Finished creating pypy setup icons.

2019-02-05 Thread andr...@siemens.com
Author: andrew.lawre...@siemens.com Branch: windowsinstaller Changeset: r95807:ff86926a903e Date: 2018-12-26 15:18 + http://bitbucket.org/pypy/pypy/changeset/ff86926a903e/ Log:Finished creating pypy setup icons. diff --git a/PC/icons/setup.ico b/PC/icons/setup.ico index

[pypy-commit] pypy windowsinstaller: Corrected a large number of cpython references.

2019-02-05 Thread andr...@siemens.com
Author: andrew.lawre...@siemens.com Branch: windowsinstaller Changeset: r95808:8acc3489da28 Date: 2018-12-26 17:47 + http://bitbucket.org/pypy/pypy/changeset/8acc3489da28/ Log:Corrected a large number of cpython references. diff --git

[pypy-commit] pypy windowsinstaller: Additional files from cpython

2019-02-05 Thread andr...@siemens.com
Author: andrew.lawre...@siemens.com Branch: windowsinstaller Changeset: r95803:536b0f301622 Date: 2018-12-24 21:07 + http://bitbucket.org/pypy/pypy/changeset/536b0f301622/ Log:Additional files from cpython diff --git a/pypy/tool/release/windowsinstaller/bundle/bundle.targets

[pypy-commit] pypy windowsinstaller: Got windows msi installer to build. It is not currently in a usable state.

2019-02-05 Thread andr...@siemens.com
Author: andrew.lawre...@siemens.com Branch: windowsinstaller Changeset: r95804:52a98664 Date: 2018-12-25 19:20 + http://bitbucket.org/pypy/pypy/changeset/52a98664/ Log:Got windows msi installer to build. It is not currently in a usable state. diff --git

[pypy-commit] pypy windowsinstaller: Fixed missing file ids.

2019-02-05 Thread andr...@siemens.com
Author: andrew.lawre...@siemens.com Branch: windowsinstaller Changeset: r95810:8d97265b8c16 Date: 2018-12-27 18:09 + http://bitbucket.org/pypy/pypy/changeset/8d97265b8c16/ Log:Fixed missing file ids. diff --git a/pypy/tool/release/windowsinstaller/exe/exe.wxs

[pypy-commit] pypy windowsinstaller: renamed folder to reduce problems

2019-02-05 Thread andr...@siemens.com
Author: andrew.lawre...@siemens.com Branch: windowsinstaller Changeset: r95814:04de7b50bbee Date: 2018-12-31 18:01 + http://bitbucket.org/pypy/pypy/changeset/04de7b50bbee/ Log:renamed folder to reduce problems diff --git

[pypy-commit] pypy windowsinstaller: lib-python builds

2019-02-05 Thread andr...@siemens.com
Author: andrew.lawre...@siemens.com Branch: windowsinstaller Changeset: r95811:0a8a958e20ed Date: 2018-12-29 20:40 + http://bitbucket.org/pypy/pypy/changeset/0a8a958e20ed/ Log:lib-python builds diff --git a/pypy/tool/release/windowsinstaller/bundle/bundle.targets

[pypy-commit] pypy windowsinstaller: Added external and site packages.

2019-02-05 Thread andr...@siemens.com
Author: andrew.lawre...@siemens.com Branch: windowsinstaller Changeset: r95813:e0469a100160 Date: 2018-12-30 22:08 + http://bitbucket.org/pypy/pypy/changeset/e0469a100160/ Log:Added external and site packages. diff --git a/pypy/tool/release/windowsinstaller/bundle/bundle.targets

[pypy-commit] pypy windowsinstaller: Further renaming

2019-02-05 Thread andr...@siemens.com
Author: andrew.lawre...@siemens.com Branch: windowsinstaller Changeset: r95817:5dedb6d71a0c Date: 2018-12-31 19:40 + http://bitbucket.org/pypy/pypy/changeset/5dedb6d71a0c/ Log:Further renaming diff --git a/pypy/tool/release/windowsinstaller/site_packages/sitepackages.wixproj

[pypy-commit] pypy windowsinstaller: Added libs folder

2019-02-05 Thread andr...@siemens.com
Author: andrew.lawre...@siemens.com Branch: windowsinstaller Changeset: r95812:8c7fe370d197 Date: 2018-12-29 21:34 + http://bitbucket.org/pypy/pypy/changeset/8c7fe370d197/ Log:Added libs folder diff --git a/pypy/tool/release/windowsinstaller/bundle/bundle.wxs

[pypy-commit] pypy windowsinstaller: Started adding python executable to installer

2019-02-05 Thread andr...@siemens.com
Author: andrew.lawre...@siemens.com Branch: windowsinstaller Changeset: r95809:1accd6d10d42 Date: 2018-12-27 17:20 + http://bitbucket.org/pypy/pypy/changeset/1accd6d10d42/ Log:Started adding python executable to installer diff --git a/pypy/tool/release/windowsinstaller/buildinstaller.py

[pypy-commit] pypy windowsinstaller: Got to the point where bootstrap is being built.

2019-02-05 Thread andr...@siemens.com
Author: andrew.lawre...@siemens.com Branch: windowsinstaller Changeset: r95801:fb576872b8ca Date: 2018-12-24 19:53 + http://bitbucket.org/pypy/pypy/changeset/fb576872b8ca/ Log:Got to the point where bootstrap is being built. diff too long, truncating to 2000 out of 3893 lines diff --git

[pypy-commit] pypy windowsinstaller: Further hackery.

2019-02-05 Thread andr...@siemens.com
Author: andrew.lawre...@siemens.com Branch: windowsinstaller Changeset: r95802:1e97dbe9c397 Date: 2018-12-24 21:06 + http://bitbucket.org/pypy/pypy/changeset/1e97dbe9c397/ Log:Further hackery. diff --git a/pypy/tool/release/windowsinstaller/bundle/bootstrap/pythonba.vcxproj

[pypy-commit] pypy windowsinstaller: Cleaned up 64x64 icon

2019-02-05 Thread andr...@siemens.com
Author: andrew.lawre...@siemens.com Branch: windowsinstaller Changeset: r95806:ca3f2c17865d Date: 2018-12-26 13:23 + http://bitbucket.org/pypy/pypy/changeset/ca3f2c17865d/ Log:Cleaned up 64x64 icon diff --git a/PC/icons/setup.ico b/PC/icons/setup.ico index

[pypy-commit] pypy windowsinstaller: First icon drawn

2019-02-05 Thread andr...@siemens.com
Author: andrew.lawre...@siemens.com Branch: windowsinstaller Changeset: r95805:647ac737bf55 Date: 2018-12-26 12:55 + http://bitbucket.org/pypy/pypy/changeset/647ac737bf55/ Log:First icon drawn diff --git a/PC/icons/setup.ico b/PC/icons/setup.ico index

[pypy-commit] pypy windowsinstaller: Started merging cpython scripts

2019-02-05 Thread andr...@siemens.com
Author: andrew.lawre...@siemens.com Branch: windowsinstaller Changeset: r95800:c9a11ed5ae5d Date: 2018-12-24 08:55 + http://bitbucket.org/pypy/pypy/changeset/c9a11ed5ae5d/ Log:Started merging cpython scripts diff --git a/pypy/tool/release/windowsinstaller/README

[pypy-commit] pypy windowsinstaller: started work on windows installer

2019-02-05 Thread andr...@siemens.com
Author: andrew.lawre...@siemens.com Branch: windowsinstaller Changeset: r95799:beb845313379 Date: 2018-12-22 12:03 + http://bitbucket.org/pypy/pypy/changeset/beb845313379/ Log:started work on windows installer diff --git a/pypy/tool/release/windowsinstaller/buildinstaller.py

[pypy-commit] pypy py3.6: [test_re] After bpo-30978 str.format_map() correctly passes through lookup exceptions

2019-02-05 Thread ambv
Author: ukasz Langa Branch: py3.6 Changeset: r95798:2d839065d4ea Date: 2019-02-05 11:27 +0100 http://bitbucket.org/pypy/pypy/changeset/2d839065d4ea/ Log:[test_re] After bpo-30978 str.format_map() correctly passes through lookup exceptions It no longer wraps IndexError with