[pypy-commit] pypy default: Bump cffi version to 1.11.2

2017-10-07 Thread arigo
Author: Armin Rigo Branch: Changeset: r92650:16f298b6276f Date: 2017-10-08 08:50 +0200 http://bitbucket.org/pypy/pypy/changeset/16f298b6276f/ Log:Bump cffi version to 1.11.2 diff --git a/lib_pypy/cffi.egg-info/PKG-INFO b/lib_pypy/cffi.egg-info/PKG-INFO --- a/lib_pypy/cffi.egg-info/PKG-INFO

[pypy-commit] cffi default: Bump version number to 1.11.2

2017-10-07 Thread arigo
Author: Armin Rigo Branch: Changeset: r3045:d0a2021a388d Date: 2017-10-08 08:50 +0200 http://bitbucket.org/cffi/cffi/changeset/d0a2021a388d/ Log:Bump version number to 1.11.2 diff --git a/c/_cffi_backend.c b/c/_cffi_backend.c --- a/c/_cffi_backend.c +++ b/c/_cffi_backend.c @@ -2,7 +2,7 @@

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

2017-10-07 Thread arigo
Author: Armin Rigo Branch: release-1.11 Changeset: r3046:59ead014cdee Date: 2017-10-08 08:50 +0200 http://bitbucket.org/cffi/cffi/changeset/59ead014cdee/ Log:hg merge default diff --git a/c/_cffi_backend.c b/c/_cffi_backend.c --- a/c/_cffi_backend.c +++ b/c/_cffi_backend.c @@ -2,7 +2,7 @@ #

[pypy-commit] pypy default: merge heads

2017-10-07 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 --- a/pypy/module/_cppyy/test/conftest.py +++

[pypy-commit] pypy default: Issue #2676

2017-10-07 Thread arigo
Author: Armin Rigo Branch: Changeset: r92648:08b4e5ae6bfa Date: 2017-10-08 08:21 +0200 http://bitbucket.org/pypy/pypy/changeset/08b4e5ae6bfa/ Log:Issue #2676 Seems that Ubuntu 16.04 should have the same "new" package list. diff --git a/pypy/doc/build.rst b/pypy/doc/build.rst --- a/

[pypy-commit] pypy default: fix the PYPYLOG link in rpython doc

2017-10-07 Thread loganchien
Author: Logan Chien Branch: Changeset: r92646:ecd865bf542a Date: 2017-10-04 22:05 +0800 http://bitbucket.org/pypy/pypy/changeset/ecd865bf542a/ Log:fix the PYPYLOG link in rpython doc diff --git a/rpython/doc/jit/optimizer.rst b/rpython/doc/jit/optimizer.rst --- a/rpython/doc/jit/optimizer.r

[pypy-commit] pypy default: Merged in loganchien/pypy (pull request #570)

2017-10-07 Thread rlamy
Author: Ronan Lamy Branch: Changeset: r92647:f3b1730b5499 Date: 2017-10-07 20:56 + http://bitbucket.org/pypy/pypy/changeset/f3b1730b5499/ Log:Merged in loganchien/pypy (pull request #570) fix the PYPYLOG link in rpython doc diff --git a/rpython/doc/jit/optimizer.rst b/rpython/d

[pypy-commit] pypy py3.5: Recverr hotfix

2017-10-07 Thread miha...@gmail.com
Author: mihai.do...@gmail.com Branch: py3.5 Changeset: r92643:66e8282940aa Date: 2017-09-25 18:18 +0300 http://bitbucket.org/pypy/pypy/changeset/66e8282940aa/ Log:Recverr hotfix diff --git a/rpython/rlib/_rsocket_rffi.py b/rpython/rlib/_rsocket_rffi.py --- a/rpython/rlib/_rsocket_rffi.py +++

[pypy-commit] pypy py3.5: Merged in Dodan/pypy_sendmsg_patch/py3.5 (pull request #569)

2017-10-07 Thread rlamy
Author: Ronan Lamy Branch: py3.5 Changeset: r92645:ee5f3be5fea2 Date: 2017-10-07 20:27 + http://bitbucket.org/pypy/pypy/changeset/ee5f3be5fea2/ Log:Merged in Dodan/pypy_sendmsg_patch/py3.5 (pull request #569) Fix issues #2648 and #2649 diff --git a/pypy/module/_socket/test/test_

[pypy-commit] pypy py3.5: Fix for issue 2648 and 2649

2017-10-07 Thread miha...@gmail.com
Author: mihai.do...@gmail.com Branch: py3.5 Changeset: r92644:0a45774261bb Date: 2017-09-26 16:44 +0300 http://bitbucket.org/pypy/pypy/changeset/0a45774261bb/ Log:Fix for issue 2648 and 2649 diff --git a/pypy/module/_socket/test/test_sock_app.py b/pypy/module/_socket/test/test_sock_app.py --

[pypy-commit] pypy unicode-utf8: actually test stuff

2017-10-07 Thread fijal
Author: fijal Branch: unicode-utf8 Changeset: r92642:dbc8e7ddf1ed Date: 2017-10-07 18:52 +0200 http://bitbucket.org/pypy/pypy/changeset/dbc8e7ddf1ed/ Log:actually test stuff diff --git a/pypy/objspace/std/test/test_unicodeobject.py b/pypy/objspace/std/test/test_unicodeobject.py --- a/pypy/ob

[pypy-commit] pypy unicode-utf8: is this code never executed in tests?

2017-10-07 Thread fijal
Author: fijal Branch: unicode-utf8 Changeset: r92641:0013993b27a1 Date: 2017-10-07 18:42 +0200 http://bitbucket.org/pypy/pypy/changeset/0013993b27a1/ Log:is this code never executed in tests? diff --git a/pypy/objspace/std/unicodeobject.py b/pypy/objspace/std/unicodeobject.py --- a/pypy/objs

[pypy-commit] pypy unicode-utf8: fastpath for find() without any args, also mention in TODO

2017-10-07 Thread fijal
Author: fijal Branch: unicode-utf8 Changeset: r92639:fcee89117042 Date: 2017-10-07 18:33 +0200 http://bitbucket.org/pypy/pypy/changeset/fcee89117042/ Log:fastpath for find() without any args, also mention in TODO diff --git a/TODO b/TODO --- a/TODO +++ b/TODO @@ -1,3 +1,5 @@ * unskip tests i

[pypy-commit] pypy unicode-utf8: fix

2017-10-07 Thread fijal
Author: fijal Branch: unicode-utf8 Changeset: r92640:a90ccea247f0 Date: 2017-10-07 18:37 +0200 http://bitbucket.org/pypy/pypy/changeset/a90ccea247f0/ Log:fix diff --git a/pypy/objspace/std/unicodeobject.py b/pypy/objspace/std/unicodeobject.py --- a/pypy/objspace/std/unicodeobject.py +++ b/py

[pypy-commit] pypy unicode-utf8: first attempt at find

2017-10-07 Thread fijal
Author: fijal Branch: unicode-utf8 Changeset: r92638:3ff5e711f1a0 Date: 2017-10-07 18:26 +0200 http://bitbucket.org/pypy/pypy/changeset/3ff5e711f1a0/ Log:first attempt at find diff --git a/pypy/objspace/std/unicodeobject.py b/pypy/objspace/std/unicodeobject.py --- a/pypy/objspace/std/unicode

[pypy-commit] pypy py3.5: oops

2017-10-07 Thread rlamy
Author: Ronan Lamy Branch: py3.5 Changeset: r92637:093af3bb83a7 Date: 2017-10-07 18:09 +0200 http://bitbucket.org/pypy/pypy/changeset/093af3bb83a7/ Log:oops diff --git a/pypy/module/cpyext/unicodeobject.py b/pypy/module/cpyext/unicodeobject.py --- a/pypy/module/cpyext/unicodeobject.py +++ b

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

2017-10-07 Thread rlamy
Author: Ronan Lamy Branch: py3.5 Changeset: r92636:3f5373832c7a Date: 2017-10-07 17:57 +0200 http://bitbucket.org/pypy/pypy/changeset/3f5373832c7a/ Log:fix translation diff --git a/pypy/module/cpyext/unicodeobject.py b/pypy/module/cpyext/unicodeobject.py --- a/pypy/module/cpyext/unicodeobje

[pypy-commit] pypy py3.5: Create ready pyobjects when calling create_ref() on str; fixes #2673

2017-10-07 Thread rlamy
Author: Ronan Lamy Branch: py3.5 Changeset: r92635:0037bb35a103 Date: 2017-10-07 17:45 +0200 http://bitbucket.org/pypy/pypy/changeset/0037bb35a103/ Log:Create ready pyobjects when calling create_ref() on str; fixes #2673 diff --git a/pypy/module/cpyext/test/test_unicodeobject.py b/pypy/modu

[pypy-commit] pypy unicode-utf8: capitalize and {starts, ends}with.

2017-10-07 Thread jerith
Author: Jeremy Thurgood Branch: unicode-utf8 Changeset: r92634:2d6fe4fc14a3 Date: 2017-10-07 16:28 +0200 http://bitbucket.org/pypy/pypy/changeset/2d6fe4fc14a3/ Log:capitalize and {starts,ends}with. diff --git a/pypy/objspace/std/stringmethods.py b/pypy/objspace/std/stringmethods.py --- a/py

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

2017-10-07 Thread mattip
Author: Matti Picus Branch: py3.5 Changeset: r92633:e3a0b4e339d0 Date: 2017-10-08 00:21 +1100 http://bitbucket.org/pypy/pypy/changeset/e3a0b4e339d0/ Log:merge default into py3.5 diff --git a/pypy/module/_cppyy/test/conftest.py b/pypy/module/_cppyy/test/conftest.py --- a/pypy/module/_cppyy/t

[pypy-commit] pypy py3.5: fix for win32 posix => os

2017-10-07 Thread mattip
Author: Matti Picus Branch: py3.5 Changeset: r92632:724034639995 Date: 2017-10-08 00:17 +1100 http://bitbucket.org/pypy/pypy/changeset/724034639995/ Log:fix for win32 posix => os diff --git a/pypy/module/_socket/test/test_sock_app.py b/pypy/module/_socket/test/test_sock_app.py --- a/pypy/mo

[pypy-commit] pypy unicode-utf8: expandtabs and [is]title.

2017-10-07 Thread jerith
Author: Jeremy Thurgood Branch: unicode-utf8 Changeset: r92631:842f2cbd6d78 Date: 2017-10-07 14:54 +0200 http://bitbucket.org/pypy/pypy/changeset/842f2cbd6d78/ Log:expandtabs and [is]title. diff --git a/pypy/objspace/std/test/test_unicodeobject.py b/pypy/objspace/std/test/test_unicodeobject

[pypy-commit] pypy cpyext-nowrapper: copy&adapt state.C from the branch cpyext-avoid-roundtrip, to be able to directly call functions defined in C; improve _PyObject_NewVar to compare tp directly with

2017-10-07 Thread antocuni
Author: Antonio Cuni Branch: cpyext-nowrapper Changeset: r92629:9c8e90ccce77 Date: 2017-10-07 12:33 +0200 http://bitbucket.org/pypy/pypy/changeset/9c8e90ccce77/ Log:copy&adapt state.C from the branch cpyext-avoid-roundtrip, to be able to directly call functions defined in C; improve

[pypy-commit] pypy cpyext-nowrapper: bah

2017-10-07 Thread antocuni
Author: Antonio Cuni Branch: cpyext-nowrapper Changeset: r92630:259118ef27be Date: 2017-10-07 12:45 +0200 http://bitbucket.org/pypy/pypy/changeset/259118ef27be/ Log:bah diff --git a/pypy/module/cpyext/object.py b/pypy/module/cpyext/object.py --- a/pypy/module/cpyext/object.py +++ b/pypy/modu

[pypy-commit] pypy py3.5: Fix for get_wch() on platforms where wint_t != int

2017-10-07 Thread arigo
Author: Armin Rigo Branch: py3.5 Changeset: r92624:8103736dfa9f Date: 2017-10-06 14:02 +0200 http://bitbucket.org/pypy/pypy/changeset/8103736dfa9f/ Log:Fix for get_wch() on platforms where wint_t != int diff --git a/lib_pypy/_curses.py b/lib_pypy/_curses.py --- a/lib_pypy/_curses.py +++ b/li

[pypy-commit] pypy cpyext-nowrapper: change strategy: instead of trying to mimic what CPython does, for now just try to refactor things in a way whih will allow us to remove all references to the spac

2017-10-07 Thread antocuni
Author: Antonio Cuni Branch: cpyext-nowrapper Changeset: r92628:d9e6994b8085 Date: 2017-10-07 10:39 +0100 http://bitbucket.org/pypy/pypy/changeset/d9e6994b8085/ Log:change strategy: instead of trying to mimic what CPython does, for now just try to refactor things in a way whih will al

[pypy-commit] pypy cpyext-nowrapper: WIP: manually revert part of the previous commit and go back to the old implementation. The plan is to do changes one by one in order to spot when/where we break t

2017-10-07 Thread antocuni
Author: Antonio Cuni Branch: cpyext-nowrapper Changeset: r92625:2d5f1e54e903 Date: 2017-10-07 01:00 +0200 http://bitbucket.org/pypy/pypy/changeset/2d5f1e54e903/ Log:WIP: manually revert part of the previous commit and go back to the old implementation. The plan is to do changes one by

[pypy-commit] pypy unicode-utf8: change the signature of never called functions

2017-10-07 Thread fijal
Author: fijal Branch: unicode-utf8 Changeset: r92616:5118754f8566 Date: 2017-10-05 18:51 +0200 http://bitbucket.org/pypy/pypy/changeset/5118754f8566/ Log:change the signature of never called functions diff --git a/rpython/rlib/runicode.py b/rpython/rlib/runicode.py --- a/rpython/rlib/runicode

[pypy-commit] pypy cpyext-nowrapper: merge heads

2017-10-07 Thread antocuni
Author: Antonio Cuni Branch: cpyext-nowrapper Changeset: r92627:512a517b4e70 Date: 2017-10-07 01:34 +0200 http://bitbucket.org/pypy/pypy/changeset/512a517b4e70/ Log:merge heads 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 unicode-utf8: whack whack whack;

2017-10-07 Thread fijal
Author: fijal Branch: unicode-utf8 Changeset: r92613:15eb01ac7f57 Date: 2017-10-05 17:14 +0200 http://bitbucket.org/pypy/pypy/changeset/15eb01ac7f57/ Log:whack whack whack; diff --git a/pypy/interpreter/unicodehelper.py b/pypy/interpreter/unicodehelper.py --- a/pypy/interpreter/unicodehelper

[pypy-commit] pypy default: Optimize the case of siphash computing the hash of a latin1 unicode string

2017-10-07 Thread arigo
Author: Armin Rigo Branch: Changeset: r92618:120728f3d439 Date: 2017-10-06 02:58 +0200 http://bitbucket.org/pypy/pypy/changeset/120728f3d439/ Log:Optimize the case of siphash computing the hash of a latin1 unicode string diff --git a/rpython/rlib/rsiphash.py b/rpython/rlib/rsiphash.

[pypy-commit] extradoc extradoc: use a better quality picture

2017-10-07 Thread antocuni
Author: Antonio Cuni Branch: extradoc Changeset: r5835:6cd4c639387a Date: 2017-10-05 23:22 +0200 http://bitbucket.org/pypy/extradoc/changeset/6cd4c639387a/ Log:use a better quality picture diff --git a/sprintinfo/cape-town-2017/2017-10-04-155524.jpg b/sprintinfo/cape-town-2017/2017-10-04-15

[pypy-commit] pypy cpyext-nowrapper: WIP: in the quest to remove references to space in _PyObject_NewVar, manually inline the content of BaseCpyTypedescr.allocate; for the w_type case, we still go thr

2017-10-07 Thread antocuni
Author: Antonio Cuni Branch: cpyext-nowrapper Changeset: r92626:15a548a8aebf Date: 2017-10-07 01:23 +0200 http://bitbucket.org/pypy/pypy/changeset/15a548a8aebf/ Log:WIP: in the quest to remove references to space in _PyObject_NewVar, manually inline the content of BaseCpyTypedescr.all

[pypy-commit] pypy py3.5: Fix str.encode() when passing errors but no encoding

2017-10-07 Thread rlamy
Author: Ronan Lamy Branch: py3.5 Changeset: r92622:31a461517920 Date: 2017-10-06 10:13 +0200 http://bitbucket.org/pypy/pypy/changeset/31a461517920/ Log:Fix str.encode() when passing errors but no encoding diff --git a/pypy/objspace/std/test/test_unicodeobject.py b/pypy/objspace/std/test/tes

[pypy-commit] pypy unicode-utf8: whack whack whack until we get to the point of getitem working

2017-10-07 Thread fijal
Author: fijal Branch: unicode-utf8 Changeset: r92623:ecf3b7cd79eb Date: 2017-10-06 12:14 +0200 http://bitbucket.org/pypy/pypy/changeset/ecf3b7cd79eb/ Log:whack whack whack until we get to the point of getitem working diff --git a/TODO b/TODO --- a/TODO +++ b/TODO @@ -1,2 +1,3 @@ * unskip tes

[pypy-commit] pypy.org extradoc: tweaks

2017-10-07 Thread mattip
Author: Matti Picus Branch: extradoc Changeset: r901:275468ee16dc Date: 2017-10-06 00:14 +1100 http://bitbucket.org/pypy/pypy.org/changeset/275468ee16dc/ Log:tweaks diff --git a/download.html b/download.html --- a/download.html +++ b/download.html @@ -407,7 +407,7 @@ 2e464bcbc8216e55bb2433a

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

2017-10-07 Thread arigo
Author: Armin Rigo Branch: py3.5 Changeset: r92621:e1232edfd557 Date: 2017-10-06 04:26 +0200 http://bitbucket.org/pypy/pypy/changeset/e1232edfd557/ Log:hg merge default diff too long, truncating to 2000 out of 8213 lines diff --git a/.hgtags b/.hgtags --- a/.hgtags +++ b/.hgtags @@ -40,3 +4

[pypy-commit] pypy unicode-utf8: whack

2017-10-07 Thread fijal
Author: fijal Branch: unicode-utf8 Changeset: r92614:5344b04bd9c1 Date: 2017-10-05 17:14 +0200 http://bitbucket.org/pypy/pypy/changeset/5344b04bd9c1/ Log:whack diff --git a/pypy/interpreter/unicodehelper.py b/pypy/interpreter/unicodehelper.py --- a/pypy/interpreter/unicodehelper.py +++ b/pyp

[pypy-commit] pypy default: Add direct tests for latin1 siphash computation

2017-10-07 Thread arigo
Author: Armin Rigo Branch: Changeset: r92617:4a184c225a22 Date: 2017-10-06 02:43 +0200 http://bitbucket.org/pypy/pypy/changeset/4a184c225a22/ Log:Add direct tests for latin1 siphash computation diff --git a/rpython/rlib/test/test_rsiphash.py b/rpython/rlib/test/test_rsiphash.py --- a/rpyth

[pypy-commit] pypy default: fix library name lookup for presence test

2017-10-07 Thread wlav
Author: Wim Lavrijsen Branch: Changeset: r92620:692fe5cc3bb7 Date: 2017-10-05 20:30 -0700 http://bitbucket.org/pypy/pypy/changeset/692fe5cc3bb7/ Log:fix library name lookup for presence test diff --git a/pypy/module/_cppyy/test/conftest.py b/pypy/module/_cppyy/test/conftest.py --- a/pypy/m

[pypy-commit] pypy unicode-utf8: whack whack whack whack. I hate RPython

2017-10-07 Thread fijal
Author: fijal Branch: unicode-utf8 Changeset: r92615:0379d71a32bf Date: 2017-10-05 18:40 +0200 http://bitbucket.org/pypy/pypy/changeset/0379d71a32bf/ Log:whack whack whack whack. I hate RPython diff --git a/TODO b/TODO --- a/TODO +++ b/TODO @@ -1,1 +1,2 @@ * unskip tests in test_unicodeobjec

[pypy-commit] pypy default: Cache the siphash24 of 0 and 1 bytes strings

2017-10-07 Thread arigo
Author: Armin Rigo Branch: Changeset: r92619:c10873611793 Date: 2017-10-06 04:21 +0200 http://bitbucket.org/pypy/pypy/changeset/c10873611793/ Log:Cache the siphash24 of 0 and 1 bytes strings diff --git a/rpython/rlib/rsiphash.py b/rpython/rlib/rsiphash.py --- a/rpython/rlib/rsiphash.py +++

[pypy-commit] pypy.org extradoc: generate html

2017-10-07 Thread mattip
Author: Matti Picus Branch: extradoc Changeset: r900:6cddadd87ea0 Date: 2017-10-05 23:40 +1100 http://bitbucket.org/pypy/pypy.org/changeset/6cddadd87ea0/ Log:generate html diff --git a/download.html b/download.html --- a/download.html +++ b/download.html @@ -77,8 +77,8 @@ We provide binarie

[pypy-commit] extradoc extradoc: Small tweaks

2017-10-07 Thread arigo
Author: Armin Rigo Branch: extradoc Changeset: r5834:5de46ea94c8c Date: 2017-10-05 22:28 +0200 http://bitbucket.org/pypy/extradoc/changeset/5de46ea94c8c/ Log:Small tweaks diff --git a/talk/pyconza2017/pypy-whats-new/slides.pdf b/talk/pyconza2017/pypy-whats-new/slides.pdf index 7fd5fdeae3fe

[pypy-commit] pypy cpyext-nowrapper: oops

2017-10-07 Thread rlamy
Author: Ronan Lamy Branch: cpyext-nowrapper Changeset: r92612:67d393c4cc8c Date: 2017-10-05 16:26 +0200 http://bitbucket.org/pypy/pypy/changeset/67d393c4cc8c/ Log:oops diff --git a/pypy/module/cpyext/api.py b/pypy/module/cpyext/api.py --- a/pypy/module/cpyext/api.py +++ b/pypy/module/cpyext/

[pypy-commit] pypy cpyext-nowrapper: Remove obsolete description of the api object

2017-10-07 Thread rlamy
Author: Ronan Lamy Branch: cpyext-nowrapper Changeset: r92611:433e01a0e7fc Date: 2017-10-05 16:23 +0200 http://bitbucket.org/pypy/pypy/changeset/433e01a0e7fc/ Log:Remove obsolete description of the api object diff --git a/pypy/module/cpyext/api.py b/pypy/module/cpyext/api.py --- a/pypy/modul

[pypy-commit] pypy unicode-utf8: don't want to care for now

2017-10-07 Thread fijal
Author: fijal Branch: unicode-utf8 Changeset: r92607:2ff1618c9fea Date: 2017-10-05 13:53 +0200 http://bitbucket.org/pypy/pypy/changeset/2ff1618c9fea/ Log:don't want to care for now diff --git a/pypy/module/_codecs/interp_codecs.py b/pypy/module/_codecs/interp_codecs.py --- a/pypy/module/_cod

[pypy-commit] pypy unicode-utf8: merge

2017-10-07 Thread fijal
Author: fijal Branch: unicode-utf8 Changeset: r92604:f06c4111345a Date: 2017-10-05 10:28 +0200 http://bitbucket.org/pypy/pypy/changeset/f06c4111345a/ Log:merge diff --git a/rpython/rlib/rutf8.py b/rpython/rlib/rutf8.py --- a/rpython/rlib/rutf8.py +++ b/rpython/rlib/rutf8.py @@ -95,6 +95,8 @@

[pypy-commit] pypy cpyext-nowrapper: (antocuni, ronan around): WIP: refactor _PyObject_NewVar to avoid references to w_* and make it more similar to what CPython does. We need to do the same to PyObje

2017-10-07 Thread antocuni
Author: Antonio Cuni Branch: cpyext-nowrapper Changeset: r92610:b2d93af76cb7 Date: 2017-10-05 14:33 +0200 http://bitbucket.org/pypy/pypy/changeset/b2d93af76cb7/ Log:(antocuni, ronan around): WIP: refactor _PyObject_NewVar to avoid references to w_* and make it more similar to what CPy

[pypy-commit] pypy unicode-utf8: try to use utf8 index storage for getitem

2017-10-07 Thread fijal
Author: fijal Branch: unicode-utf8 Changeset: r92605:82feb3298ec4 Date: 2017-10-05 13:46 +0200 http://bitbucket.org/pypy/pypy/changeset/82feb3298ec4/ Log:try to use utf8 index storage for getitem diff --git a/pypy/objspace/std/unicodeobject.py b/pypy/objspace/std/unicodeobject.py --- a/pypy/

[pypy-commit] pypy.org extradoc: update downloads for v5.9 release

2017-10-07 Thread mattip
Author: Matti Picus Branch: extradoc Changeset: r899:eff252dbfe4c Date: 2017-10-05 18:27 +1100 http://bitbucket.org/pypy/pypy.org/changeset/eff252dbfe4c/ Log:update downloads for v5.9 release diff --git a/source/download.txt b/source/download.txt --- a/source/download.txt +++ b/source/downlo

[pypy-commit] pypy unicode-utf8: more of the same

2017-10-07 Thread fijal
Author: fijal Branch: unicode-utf8 Changeset: r92608:fd73eab7bc5a Date: 2017-10-05 13:55 +0200 http://bitbucket.org/pypy/pypy/changeset/fd73eab7bc5a/ Log:more of the same diff --git a/pypy/module/_codecs/interp_codecs.py b/pypy/module/_codecs/interp_codecs.py --- a/pypy/module/_codecs/interp

[pypy-commit] pypy unicode-utf8: one more and I give up

2017-10-07 Thread fijal
Author: fijal Branch: unicode-utf8 Changeset: r92609:9d3ca8dde893 Date: 2017-10-05 13:57 +0200 http://bitbucket.org/pypy/pypy/changeset/9d3ca8dde893/ Log:one more and I give up diff --git a/pypy/interpreter/unicodehelper.py b/pypy/interpreter/unicodehelper.py --- a/pypy/interpreter/unicodehe

[pypy-commit] extradoc extradoc: PyConZA 2017 talk, mostly copied from ep2017

2017-10-07 Thread arigo
Author: Armin Rigo Branch: extradoc Changeset: r5833:b1be3972614e Date: 2017-10-05 07:55 +0200 http://bitbucket.org/pypy/extradoc/changeset/b1be3972614e/ Log:PyConZA 2017 talk, mostly copied from ep2017 diff --git a/talk/pyconza2017/pypy-whats-new/Makefile b/talk/pyconza2017/pypy-whats-new/

[pypy-commit] pypy unicode-utf8: pass or skip remaining unicodeobject tests

2017-10-07 Thread fijal
Author: fijal Branch: unicode-utf8 Changeset: r92603:7643acecdab9 Date: 2017-10-05 10:27 +0200 http://bitbucket.org/pypy/pypy/changeset/7643acecdab9/ Log:pass or skip remaining unicodeobject tests diff --git a/TODO b/TODO new file mode 100644 --- /dev/null +++ b/TODO @@ -0,0 +1,1 @@ +* unskip

[pypy-commit] pypy unicode-utf8: RPythonize hacks

2017-10-07 Thread fijal
Author: fijal Branch: unicode-utf8 Changeset: r92606:af0fec89c369 Date: 2017-10-05 13:50 +0200 http://bitbucket.org/pypy/pypy/changeset/af0fec89c369/ Log:RPythonize hacks diff --git a/pypy/objspace/std/unicodeobject.py b/pypy/objspace/std/unicodeobject.py --- a/pypy/objspace/std/unicodeobjec

[pypy-commit] cffi default: Push and pull at the mess

2017-10-07 Thread arigo
Author: Armin Rigo Branch: Changeset: r3044:1b28d5d027ed Date: 2017-10-05 08:16 +0200 http://bitbucket.org/cffi/cffi/changeset/1b28d5d027ed/ Log:Push and pull at the mess diff --git a/c/misc_thread_common.h b/c/misc_thread_common.h --- a/c/misc_thread_common.h +++ b/c/misc_thread_common.h @

[pypy-commit] cffi release-1.11: Added tag v1.11.1 for changeset ada126bd7d1e

2017-10-07 Thread arigo
Author: Armin Rigo Branch: release-1.11 Changeset: r3042:9602c54244d0 Date: 2017-10-04 09:15 +0200 http://bitbucket.org/cffi/cffi/changeset/9602c54244d0/ Log:Added tag v1.11.1 for changeset ada126bd7d1e diff --git a/.hgtags b/.hgtags --- a/.hgtags +++ b/.hgtags @@ -12,3 +12,4 @@ 000

[pypy-commit] pypy cpyext-nowrapper: (antocuni, arigo, ronan): make PyObject_dealloc no_gc=True

2017-10-07 Thread antocuni
Author: Antonio Cuni Branch: cpyext-nowrapper Changeset: r92602:e92d38869b79 Date: 2017-10-04 18:00 +0200 http://bitbucket.org/pypy/pypy/changeset/e92d38869b79/ Log:(antocuni, arigo, ronan): make PyObject_dealloc no_gc=True diff --git a/pypy/module/cpyext/object.py b/pypy/module/cpyext/objec

[pypy-commit] pypy cpyext-nowrapper: (antocuni, arigo, ronan): fix translation

2017-10-07 Thread antocuni
Author: Antonio Cuni Branch: cpyext-nowrapper Changeset: r92601:a4307fb5912e Date: 2017-10-04 16:03 +0200 http://bitbucket.org/pypy/pypy/changeset/a4307fb5912e/ Log:(antocuni, arigo, ronan): fix translation Directly from table mountain, cape town: https://bytebucket.org/pypy/

[pypy-commit] extradoc extradoc: (antocuni, arigo, ronan): a picture of what we are seeing right now

2017-10-07 Thread antocuni
Author: Antonio Cuni Branch: extradoc Changeset: r5832:2f9fbc4cb3d1 Date: 2017-10-04 16:00 +0200 http://bitbucket.org/pypy/extradoc/changeset/2f9fbc4cb3d1/ Log:(antocuni, arigo, ronan): a picture of what we are seeing right now diff --git a/sprintinfo/cape-town-2017/2017-10-04-155524.jpg b/

[pypy-commit] cffi release-1.11: Skip a test: the link location now points to the general pip page,

2017-10-07 Thread arigo
Author: Armin Rigo Branch: release-1.11 Changeset: r3039:b0f01afb01b4 Date: 2017-10-04 08:40 +0200 http://bitbucket.org/cffi/cffi/changeset/b0f01afb01b4/ Log:Skip a test: the link location now points to the general pip page, not to the place where the exact source code can be download

[pypy-commit] pypy default: Added tag release-pypy3.5-v5.9.0 for changeset d72f9800a42b

2017-10-07 Thread mattip
Author: Matti Picus Branch: Changeset: r92599:e25bb633a068 Date: 2017-10-04 18:27 +1100 http://bitbucket.org/pypy/pypy/changeset/e25bb633a068/ Log:Added tag release-pypy3.5-v5.9.0 for changeset d72f9800a42b diff --git a/.hgtags b/.hgtags --- a/.hgtags +++ b/.hgtags @@ -41,3 +41,4 @@ c925e7

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

2017-10-07 Thread arigo
Author: Armin Rigo Branch: release-1.11 Changeset: r3037:e6f7f5693b3d Date: 2017-10-04 08:32 +0200 http://bitbucket.org/cffi/cffi/changeset/e6f7f5693b3d/ Log:hg merge default diff --git a/c/_cffi_backend.c b/c/_cffi_backend.c --- a/c/_cffi_backend.c +++ b/c/_cffi_backend.c @@ -1550,7 +1550,8

[pypy-commit] pypy default: Moved tag release-pypy2.7-v5.9.0 to changeset 84a2f3e6a7f8 (from changeset 03d614975835)

2017-10-07 Thread mattip
Author: Matti Picus Branch: Changeset: r92600:5a1232a1c2e6 Date: 2017-10-04 18:32 +1100 http://bitbucket.org/pypy/pypy/changeset/5a1232a1c2e6/ Log:Moved tag release-pypy2.7-v5.9.0 to changeset 84a2f3e6a7f8 (from changeset 03d614975835) diff --git a/.hgtags b/.hgtags --- a/.hgtags ++

[pypy-commit] pypy default: Added tag release-pypy2.7-v5.9.0 for changeset 03d614975835

2017-10-07 Thread mattip
Author: Matti Picus Branch: Changeset: r92598:0f78f387b064 Date: 2017-10-04 18:27 +1100 http://bitbucket.org/pypy/pypy/changeset/0f78f387b064/ Log:Added tag release-pypy2.7-v5.9.0 for changeset 03d614975835 diff --git a/.hgtags b/.hgtags --- a/.hgtags +++ b/.hgtags @@ -40,3 +40,4 @@ 2875f3

[pypy-commit] cffi release-1.11: Update md5/sha sums

2017-10-07 Thread arigo
Author: Armin Rigo Branch: release-1.11 Changeset: r3041:ada126bd7d1e Date: 2017-10-04 09:15 +0200 http://bitbucket.org/cffi/cffi/changeset/ada126bd7d1e/ Log:Update md5/sha sums diff --git a/doc/source/installation.rst b/doc/source/installation.rst --- a/doc/source/installation.rst +++ b/doc

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

2017-10-07 Thread arigo
Author: Armin Rigo Branch: Changeset: r3043:77d89fb08efb Date: 2017-10-04 09:15 +0200 http://bitbucket.org/cffi/cffi/changeset/77d89fb08efb/ Log:hg merge release-1.11 diff --git a/.hgtags b/.hgtags --- a/.hgtags +++ b/.hgtags @@ -12,3 +12,4 @@ relea

[pypy-commit] cffi release-1.11: more tweaks

2017-10-07 Thread arigo
Author: Armin Rigo Branch: release-1.11 Changeset: r3040:ce479abbcb9f Date: 2017-10-04 08:45 +0200 http://bitbucket.org/cffi/cffi/changeset/ce479abbcb9f/ Log:more tweaks diff --git a/doc/source/installation.rst b/doc/source/installation.rst --- a/doc/source/installation.rst +++ b/doc/source/

[pypy-commit] pypy cppyy-packaging: cleanup

2017-10-07 Thread wlav
Author: Wim Lavrijsen Branch: cppyy-packaging Changeset: r92594:16133916e940 Date: 2017-10-03 15:43 -0700 http://bitbucket.org/pypy/pypy/changeset/16133916e940/ Log:cleanup diff --git a/pypy/module/_cppyy/ffitypes.py b/pypy/module/_cppyy/ffitypes.py --- a/pypy/module/_cppyy/ffitypes.py +++ b

[pypy-commit] cffi release-1.11: tweaks in whatsnew

2017-10-07 Thread arigo
Author: Armin Rigo Branch: release-1.11 Changeset: r3038:3371c64306f0 Date: 2017-10-04 08:37 +0200 http://bitbucket.org/cffi/cffi/changeset/3371c64306f0/ Log:tweaks in whatsnew diff --git a/doc/source/whatsnew.rst b/doc/source/whatsnew.rst --- a/doc/source/whatsnew.rst +++ b/doc/source/whats

[pypy-commit] pypy cppyy-packaging: simplify (namespaces always lazy)

2017-10-07 Thread wlav
Author: Wim Lavrijsen Branch: cppyy-packaging Changeset: r92590:2aa24a1ebd73 Date: 2017-08-09 20:33 -0700 http://bitbucket.org/pypy/pypy/changeset/2aa24a1ebd73/ Log:simplify (namespaces always lazy) diff --git a/pypy/module/_cppyy/pythonify.py b/pypy/module/_cppyy/pythonify.py --- a/pypy/mod

[pypy-commit] pypy cppyy-packaging: merge default into branch

2017-10-07 Thread wlav
Author: Wim Lavrijsen Branch: cppyy-packaging Changeset: r92596:a5393d11a343 Date: 2017-10-03 15:46 -0700 http://bitbucket.org/pypy/pypy/changeset/a5393d11a343/ Log:merge default into branch diff too long, truncating to 2000 out of 9976 lines diff --git a/LICENSE b/LICENSE --- a/LICENSE +++

[pypy-commit] pypy default: further cleanup of module _cppyy, with clingwrapper now living in external package shared with CPython

2017-10-07 Thread wlav
Author: Wim Lavrijsen Branch: Changeset: r92597:87092e78f4c5 Date: 2017-10-03 22:55 -0700 http://bitbucket.org/pypy/pypy/changeset/87092e78f4c5/ Log:further cleanup of module _cppyy, with clingwrapper now living in external package shared with CPython diff too long, truncating to 20

[pypy-commit] pypy cppyy-packaging: remove superfluous method

2017-10-07 Thread wlav
Author: Wim Lavrijsen Branch: cppyy-packaging Changeset: r92591:24329533531e Date: 2017-08-14 17:17 -0700 http://bitbucket.org/pypy/pypy/changeset/24329533531e/ Log:remove superfluous method diff --git a/pypy/module/_cppyy/interp_cppyy.py b/pypy/module/_cppyy/interp_cppyy.py --- a/pypy/modu

[pypy-commit] pypy cppyy-packaging: simplify/cleanup

2017-10-07 Thread wlav
Author: Wim Lavrijsen Branch: cppyy-packaging Changeset: r92589:9e7102e53565 Date: 2017-08-09 19:05 -0700 http://bitbucket.org/pypy/pypy/changeset/9e7102e53565/ Log:simplify/cleanup diff --git a/pypy/module/_cppyy/interp_cppyy.py b/pypy/module/_cppyy/interp_cppyy.py --- a/pypy/module/_cppyy

[pypy-commit] pypy cppyy-packaging: allow envar CPPYY_BACKEND_LIBRARY to direct the location of the backend library

2017-10-07 Thread wlav
Author: Wim Lavrijsen Branch: cppyy-packaging Changeset: r92595:582dbcdc2741 Date: 2017-10-03 15:44 -0700 http://bitbucket.org/pypy/pypy/changeset/582dbcdc2741/ Log:allow envar CPPYY_BACKEND_LIBRARY to direct the location of the backend library diff --git a/pypy/module/_cppyy/capi/lo

[pypy-commit] pypy cppyy-packaging: fix typo

2017-10-07 Thread wlav
Author: Wim Lavrijsen Branch: cppyy-packaging Changeset: r92593:90cbc419e451 Date: 2017-10-02 22:48 -0700 http://bitbucket.org/pypy/pypy/changeset/90cbc419e451/ Log:fix typo diff --git a/pypy/module/_cppyy/interp_cppyy.py b/pypy/module/_cppyy/interp_cppyy.py --- a/pypy/module/_cppyy/interp_

[pypy-commit] pypy cppyy-packaging: clearer naming and __cppname__ property for classes

2017-10-07 Thread wlav
Author: Wim Lavrijsen Branch: cppyy-packaging Changeset: r92592:0a1c3153a7e5 Date: 2017-09-22 15:17 -0700 http://bitbucket.org/pypy/pypy/changeset/0a1c3153a7e5/ Log:clearer naming and __cppname__ property for classes diff --git a/pypy/module/_cppyy/__init__.py b/pypy/module/_cppyy/__init__.p

[pypy-commit] pypy cpyext-nowrapper: (antocuni, ronan, armin) kill the @rgc.no_collect for now, as it doesn't do exactly what we need. Eventually we should probably write a custom graph analyzer, but

2017-10-07 Thread antocuni
Author: Antonio Cuni Branch: cpyext-nowrapper Changeset: r92582:a11cce743736 Date: 2017-10-03 17:53 +0200 http://bitbucket.org/pypy/pypy/changeset/a11cce743736/ Log:(antocuni, ronan, armin) kill the @rgc.no_collect for now, as it doesn't do exactly what we need. Eventually we should p

[pypy-commit] pypy cpyext-nowrapper: forgot to rename these

2017-10-07 Thread antocuni
Author: Antonio Cuni Branch: cpyext-nowrapper Changeset: r92588:fccecff29953 Date: 2017-10-03 20:39 +0200 http://bitbucket.org/pypy/pypy/changeset/fccecff29953/ Log:forgot to rename these diff --git a/pypy/module/cpyext/pystate.py b/pypy/module/cpyext/pystate.py --- a/pypy/module/cpyext/pyst

[pypy-commit] pypy cpyext-nowrapper: (antocuni, ronan): fix the Py_DecRef usages inside cppyy

2017-10-07 Thread antocuni
Author: Antonio Cuni Branch: cpyext-nowrapper Changeset: r92587:97550ad28d1a Date: 2017-10-03 20:27 +0200 http://bitbucket.org/pypy/pypy/changeset/97550ad28d1a/ Log:(antocuni, ronan): fix the Py_DecRef usages inside cppyy diff --git a/pypy/module/_cppyy/converter.py b/pypy/module/_cppyy/conv

[pypy-commit] pypy cpyext-nowrapper: hack to fix translation because fijal wants to go to dinner

2017-10-07 Thread rlamy
Author: Ronan Lamy Branch: cpyext-nowrapper Changeset: r92585:9442c8d6ad20 Date: 2017-10-03 18:34 +0200 http://bitbucket.org/pypy/pypy/changeset/9442c8d6ad20/ Log:hack to fix translation because fijal wants to go to dinner diff --git a/pypy/module/cpyext/typeobject.py b/pypy/module/cpyext/ty

[pypy-commit] pypy cpyext-nowrapper: fix PyObject_GC_Del()

2017-10-07 Thread rlamy
Author: Ronan Lamy Branch: cpyext-nowrapper Changeset: r92584:91457554c166 Date: 2017-10-03 18:23 +0200 http://bitbucket.org/pypy/pypy/changeset/91457554c166/ Log:fix PyObject_GC_Del() diff --git a/pypy/module/cpyext/object.py b/pypy/module/cpyext/object.py --- a/pypy/module/cpyext/object.py

[pypy-commit] pypy cpyext-nowrapper: typo

2017-10-07 Thread antocuni
Author: Antonio Cuni Branch: cpyext-nowrapper Changeset: r92583:7fef75641ebf Date: 2017-10-03 17:54 +0200 http://bitbucket.org/pypy/pypy/changeset/7fef75641ebf/ Log:typo diff --git a/pypy/module/cpyext/typeobject.py b/pypy/module/cpyext/typeobject.py --- a/pypy/module/cpyext/typeobject.py ++

[pypy-commit] pypy cpyext-nowrapper: typo

2017-10-07 Thread antocuni
Author: Antonio Cuni Branch: cpyext-nowrapper Changeset: r92586:3ad28c3bd8e4 Date: 2017-10-03 19:42 +0200 http://bitbucket.org/pypy/pypy/changeset/3ad28c3bd8e4/ Log:typo diff --git a/pypy/module/cpyext/test/test_memoryobject.py b/pypy/module/cpyext/test/test_memoryobject.py --- a/pypy/modul