[pypy-commit] pypy py3.5: merged default

2017-01-09 Thread plan_rich
Author: Richard Plangger Branch: py3.5 Changeset: r89433:8f58de1af422 Date: 2017-01-09 11:01 +0100 http://bitbucket.org/pypy/pypy/changeset/8f58de1af422/ Log:merged default diff --git a/lib-python/2.7/ctypes/test/test_frombuffer.py b/lib-python/2.7/ctypes/test/test_frombuffer.py --- a/lib-p

[pypy-commit] pypy py3.5: spaces instead of tabs

2017-01-09 Thread plan_rich
Author: Richard Plangger Branch: py3.5 Changeset: r89434:3aca47a57d23 Date: 2017-01-09 11:13 +0100 http://bitbucket.org/pypy/pypy/changeset/3aca47a57d23/ Log:spaces instead of tabs diff --git a/pypy/module/cpyext/memoryobject.py b/pypy/module/cpyext/memoryobject.py --- a/pypy/module/cpyext/

[pypy-commit] pypy py3.5: merge issure found

2017-01-09 Thread plan_rich
Author: Richard Plangger Branch: py3.5 Changeset: r89435:fd5118ae627c Date: 2017-01-09 14:30 +0100 http://bitbucket.org/pypy/pypy/changeset/fd5118ae627c/ Log:merge issure found diff --git a/pypy/module/cpyext/api.py b/pypy/module/cpyext/api.py --- a/pypy/module/cpyext/api.py +++ b/pypy/modul

[pypy-commit] pypy default: memoryview(b"hello") == 104 != "h", 2to3

2017-01-09 Thread plan_rich
Author: Richard Plangger Branch: Changeset: r89436:aebaccb5bc42 Date: 2017-01-09 14:41 +0100 http://bitbucket.org/pypy/pypy/changeset/aebaccb5bc42/ Log:memoryview(b"hello") == 104 != "h", 2to3 diff --git a/pypy/module/cpyext/test/test_memoryobject.py b/pypy/module/cpyext/test/test_memoryob

[pypy-commit] pypy py3.5: comment PyObject_CheckBuffer check in test (was commented before merge as well)

2017-01-09 Thread plan_rich
Author: Richard Plangger Branch: py3.5 Changeset: r89437:99efa1c2bbd5 Date: 2017-01-09 14:59 +0100 http://bitbucket.org/pypy/pypy/changeset/99efa1c2bbd5/ Log:comment PyObject_CheckBuffer check in test (was commented before merge as well) diff --git a/pypy/module/cpyext/test/test_memo

[pypy-commit] pypy py3.5-time: close branch

2017-01-09 Thread plan_rich
Author: Richard Plangger Branch: py3.5-time Changeset: r89439:fd3ba0d1944d Date: 2017-01-09 15:08 +0100 http://bitbucket.org/pypy/pypy/changeset/fd3ba0d1944d/ Log:close branch ___ pypy-commit mailing list [email protected] https://mail.python.

[pypy-commit] pypy py3.5: merged py3.5-time changes

2017-01-09 Thread plan_rich
Author: Richard Plangger Branch: py3.5 Changeset: r89438:f58422e7ce44 Date: 2017-01-09 15:07 +0100 http://bitbucket.org/pypy/pypy/changeset/f58422e7ce44/ Log:merged py3.5-time changes diff --git a/lib_pypy/_structseq.py b/lib_pypy/_structseq.py --- a/lib_pypy/_structseq.py +++ b/lib_pypy/_st

[pypy-commit] pypy py3.5: add two branches to thasnew pypy3

2017-01-09 Thread plan_rich
Author: Richard Plangger Branch: py3.5 Changeset: r89440:ec81607f0874 Date: 2017-01-09 15:08 +0100 http://bitbucket.org/pypy/pypy/changeset/ec81607f0874/ Log:add two branches to thasnew pypy3 diff --git a/pypy/doc/whatsnew-pypy3-head.rst b/pypy/doc/whatsnew-pypy3-head.rst --- a/pypy/doc/what

[pypy-commit] pypy py3.5: do not use BaseImportTest as baseclass for zipimport tests (this class was removed)

2017-01-09 Thread plan_rich
Author: Richard Plangger Branch: py3.5 Changeset: r89441:21a8a2cfa452 Date: 2017-01-09 15:33 +0100 http://bitbucket.org/pypy/pypy/changeset/21a8a2cfa452/ Log:do not use BaseImportTest as baseclass for zipimport tests (this class was removed) diff --git a/pypy/module/zipimport/test/te

[pypy-commit] pypy py3.5: readd PyComplex_AsCComplex & PyComplex_FromCComplex to C_SYMBOLS

2017-01-09 Thread plan_rich
Author: Richard Plangger Branch: py3.5 Changeset: r89443:3e07ac8b799c Date: 2017-01-09 15:55 +0100 http://bitbucket.org/pypy/pypy/changeset/3e07ac8b799c/ Log:readd PyComplex_AsCComplex & PyComplex_FromCComplex to C_SYMBOLS diff --git a/pypy/module/cpyext/api.py b/pypy/module/cpyext/api.py --

[pypy-commit] pypy py3.5: use BaseFSEncodeTest instead (support file was moved), this seems like a merge conflict introduced long ago

2017-01-09 Thread plan_rich
Author: Richard Plangger Branch: py3.5 Changeset: r89442:01b498518160 Date: 2017-01-09 15:52 +0100 http://bitbucket.org/pypy/pypy/changeset/01b498518160/ Log:use BaseFSEncodeTest instead (support file was moved), this seems like a merge conflict introduced long ago diff --git a/pypy/

[pypy-commit] pypy py3.5: cpyext compile sources in complexobject.c

2017-01-09 Thread plan_rich
Author: Richard Plangger Branch: py3.5 Changeset: r89444:c32c88be4363 Date: 2017-01-09 16:07 +0100 http://bitbucket.org/pypy/pypy/changeset/c32c88be4363/ Log:cpyext compile sources in complexobject.c diff --git a/pypy/module/cpyext/api.py b/pypy/module/cpyext/api.py --- a/pypy/module/cpyext/

[pypy-commit] pypy default: add b prefix to string to pass bytes for this test

2017-01-09 Thread plan_rich
Author: Richard Plangger Branch: Changeset: r89445:245faec2ea07 Date: 2017-01-09 17:01 +0100 http://bitbucket.org/pypy/pypy/changeset/245faec2ea07/ Log:add b prefix to string to pass bytes for this test diff --git a/pypy/objspace/std/test/test_memoryobject.py b/pypy/objspace/std/test/test_

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

2017-01-09 Thread plan_rich
Author: Richard Plangger Branch: py3.5 Changeset: r89446:596ff2168cf5 Date: 2017-01-09 17:01 +0100 http://bitbucket.org/pypy/pypy/changeset/596ff2168cf5/ Log:merge default diff --git a/pypy/module/cpyext/test/test_memoryobject.py b/pypy/module/cpyext/test/test_memoryobject.py --- a/pypy/mod

[pypy-commit] pypy default: revert aebaccb5bc42, checked in on wrong branch

2017-01-09 Thread plan_rich
Author: Richard Plangger Branch: Changeset: r89447:43b0e50c2403 Date: 2017-01-09 18:24 +0100 http://bitbucket.org/pypy/pypy/changeset/43b0e50c2403/ Log:revert aebaccb5bc42, checked in on wrong branch diff --git a/pypy/module/cpyext/test/test_memoryobject.py b/pypy/module/cpyext/test/test_m

[pypy-commit] pypy default: Regenerate unicodedb versions 6.1.0 and 6.2.0 with a fixed cjk_interval

2017-01-09 Thread arigo
Author: Armin Rigo Branch: Changeset: r89448:dc1ce991bcaf Date: 2017-01-09 18:37 +0100 http://bitbucket.org/pypy/pypy/changeset/dc1ce991bcaf/ Log:Regenerate unicodedb versions 6.1.0 and 6.2.0 with a fixed cjk_interval diff --git a/rpython/rlib/unicodedata/generate_unicodedb.py b/rp

[pypy-commit] pypy default: Add version 8.0.0 of the unicode database (for 3.5)

2017-01-09 Thread arigo
Author: Armin Rigo Branch: Changeset: r89449:17b03637ebc2 Date: 2017-01-09 18:54 +0100 http://bitbucket.org/pypy/pypy/changeset/17b03637ebc2/ Log:Add version 8.0.0 of the unicode database (for 3.5) Note that CPython uses DerivedNormalizationProps-x.x.x.txt at least since 3.2

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

2017-01-09 Thread arigo
Author: Armin Rigo Branch: py3.5 Changeset: r89451:3708a9cce7d6 Date: 2017-01-09 19:00 +0100 http://bitbucket.org/pypy/pypy/changeset/3708a9cce7d6/ Log:hg merge default diff too long, truncating to 2000 out of 70334 lines diff --git a/pypy/module/cpyext/test/test_memoryobject.py b/pypy/mod

[pypy-commit] pypy py3.5: Update to use version 8.0.0 of the unicode database

2017-01-09 Thread arigo
Author: Armin Rigo Branch: py3.5 Changeset: r89452:b69ffcf2b98e Date: 2017-01-09 19:04 +0100 http://bitbucket.org/pypy/pypy/changeset/b69ffcf2b98e/ Log:Update to use version 8.0.0 of the unicode database diff --git a/pypy/module/unicodedata/interp_ucd.py b/pypy/module/unicodedata/interp_ucd

[pypy-commit] pypy api_func-refactor: Move unwrapper creation to a method of ApiFunction()

2017-01-09 Thread rlamy
Author: Ronan Lamy Branch: api_func-refactor Changeset: r89453:8d6b8422c3d2 Date: 2017-01-09 19:06 + http://bitbucket.org/pypy/pypy/changeset/8d6b8422c3d2/ Log:Move unwrapper creation to a method of ApiFunction() diff --git a/pypy/module/cpyext/api.py b/pypy/module/cpyext/api.py --- a/py

[pypy-commit] pypy py3.5: Add two cases, one passing and one obscure marked "XXX not implemented".

2017-01-09 Thread arigo
Author: Armin Rigo Branch: py3.5 Changeset: r89454:665c5772bb8a Date: 2017-01-09 21:00 +0100 http://bitbucket.org/pypy/pypy/changeset/665c5772bb8a/ Log:Add two cases, one passing and one obscure marked "XXX not implemented". Comment out the corresponding obscure case inside lib-

[pypy-commit] pypy cpyext-FromBuffer: failing test, flesh out FillInfo

2017-01-09 Thread mattip
Author: Matti Picus Branch: cpyext-FromBuffer Changeset: r89455:24f3f8187bfa Date: 2017-01-09 22:17 +0200 http://bitbucket.org/pypy/pypy/changeset/24f3f8187bfa/ Log:failing test, flesh out FillInfo diff --git a/pypy/module/cpyext/api.py b/pypy/module/cpyext/api.py --- a/pypy/module/cpyext/ap

[pypy-commit] pypy cpyext-FromBuffer: document a plan

2017-01-09 Thread mattip
Author: Matti Picus Branch: cpyext-FromBuffer Changeset: r89456:b568c0a116df Date: 2017-01-09 22:19 +0200 http://bitbucket.org/pypy/pypy/changeset/b568c0a116df/ Log:document a plan diff --git a/pypy/module/cpyext/memoryobject.py b/pypy/module/cpyext/memoryobject.py --- a/pypy/module/cpyext/

[pypy-commit] pypy api_func-refactor: Returning an ApiFunction object from _create_api_func() seems to make more sense

2017-01-09 Thread rlamy
Author: Ronan Lamy Branch: api_func-refactor Changeset: r89457:1106b7b9f614 Date: 2017-01-09 20:31 + http://bitbucket.org/pypy/pypy/changeset/1106b7b9f614/ Log:Returning an ApiFunction object from _create_api_func() seems to make more sense diff --git a/pypy/module/cpyext/api.py

[pypy-commit] pypy cpyext-FromBuffer: implement missing cpyext memoryobject pieces

2017-01-09 Thread mattip
Author: Matti Picus Branch: cpyext-FromBuffer Changeset: r89458:8653ad15527c Date: 2017-01-09 23:29 +0200 http://bitbucket.org/pypy/pypy/changeset/8653ad15527c/ Log:implement missing cpyext memoryobject pieces diff --git a/pypy/module/cpyext/memoryobject.py b/pypy/module/cpyext/memoryobject

[pypy-commit] pypy api_func-refactor: Split off header=None case from @cpython_api into new decorator @slot_function

2017-01-09 Thread rlamy
Author: Ronan Lamy Branch: api_func-refactor Changeset: r89459:9a171817ba6d Date: 2017-01-10 02:09 + http://bitbucket.org/pypy/pypy/changeset/9a171817ba6d/ Log:Split off header=None case from @cpython_api into new decorator @slot_function diff --git a/pypy/module/cpyext/api.py b/

[pypy-commit] pypy cpyext-FromBuffer: name clarification, translation fixes

2017-01-09 Thread mattip
Author: Matti Picus Branch: cpyext-FromBuffer Changeset: r89460:69a5e99dcc8e Date: 2017-01-10 08:45 +0200 http://bitbucket.org/pypy/pypy/changeset/69a5e99dcc8e/ Log:name clarification, translation fixes diff --git a/pypy/module/cpyext/memoryobject.py b/pypy/module/cpyext/memoryobject.py ---

[pypy-commit] pypy py3.5: fix

2017-01-09 Thread arigo
Author: Armin Rigo Branch: py3.5 Changeset: r89461:ecb699d457d3 Date: 2017-01-10 08:42 +0100 http://bitbucket.org/pypy/pypy/changeset/ecb699d457d3/ Log:fix diff --git a/pypy/module/unicodedata/__init__.py b/pypy/module/unicodedata/__init__.py --- a/pypy/module/unicodedata/__init__.py +++ b/