[pypy-commit] pypy default: because I felt like it: add some missing people and verbs to makecontributor.py

2018-07-08 Thread cfbolz
Author: Carl Friedrich Bolz-Tereick Branch: Changeset: r94828:c520c8e7a603 Date: 2018-07-08 18:10 +0200 http://bitbucket.org/pypy/pypy/changeset/c520c8e7a603/ Log:because I felt like it: add some missing people and verbs to makecontributor.py diff --git a/pypy/doc/tool/makecontribut

[pypy-commit] pypy default: "test" for tzinfo dealloc (leakchecker is flaky, so use print + pytest ... -s)

2018-07-08 Thread mattip
Author: Matti Picus Branch: Changeset: r94829:19fdbdf52ca1 Date: 2018-07-08 11:24 -0700 http://bitbucket.org/pypy/pypy/changeset/19fdbdf52ca1/ Log:"test" for tzinfo dealloc (leakchecker is flaky, so use print + pytest ... -s) diff --git a/pypy/module/cpyext/test/test_datetime.py b/

[pypy-commit] pypy default: cleanup type_alloc, type_dealloc, fixes #2855

2018-07-08 Thread mattip
Author: Matti Picus Branch: Changeset: r94830:6239e5f4d6f1 Date: 2018-07-08 11:27 -0700 http://bitbucket.org/pypy/pypy/changeset/6239e5f4d6f1/ Log:cleanup type_alloc, type_dealloc, fixes #2855 diff --git a/pypy/module/cpyext/cdatetime.py b/pypy/module/cpyext/cdatetime.py --- a/pypy/module/c

[pypy-commit] pypy py3.5: tabs -> spaces

2018-07-08 Thread mattip
Author: Matti Picus Branch: py3.5 Changeset: r94831:75b70a7697a1 Date: 2018-07-08 11:38 -0700 http://bitbucket.org/pypy/pypy/changeset/75b70a7697a1/ Log:tabs -> spaces diff --git a/pypy/module/_cppyy/interp_cppyy.py b/pypy/module/_cppyy/interp_cppyy.py --- a/pypy/module/_cppyy/interp_cppyy.

[pypy-commit] pypy unicode-utf8-py3: remove more deprecated space.str_w

2018-07-08 Thread mattip
Author: Matti Picus Branch: unicode-utf8-py3 Changeset: r94832:383fb0dd6744 Date: 2018-07-08 12:18 -0700 http://bitbucket.org/pypy/pypy/changeset/383fb0dd6744/ Log:remove more deprecated space.str_w diff --git a/pypy/interpreter/astcompiler/test/test_compiler.py b/pypy/interpreter/astcompil

[pypy-commit] pypy default: add generated option templates

2018-07-08 Thread mattip
Author: Matti Picus Branch: Changeset: r94833:1251e9da7b5f Date: 2018-07-08 13:10 -0700 http://bitbucket.org/pypy/pypy/changeset/1251e9da7b5f/ Log:add generated option templates diff --git a/pypy/doc/config/objspace.disable_entrypoints.txt b/pypy/doc/config/objspace.disable_entrypoints.txt

[pypy-commit] pypy default: fix translation

2018-07-08 Thread mattip
Author: Matti Picus Branch: Changeset: r94834:b42a5efd4312 Date: 2018-07-08 17:58 -0700 http://bitbucket.org/pypy/pypy/changeset/b42a5efd4312/ Log:fix translation diff --git a/pypy/module/_cppyy/interp_cppyy.py b/pypy/module/_cppyy/interp_cppyy.py --- a/pypy/module/_cppyy/interp_cppyy.py +

[pypy-commit] pypy unicode-utf8-py3: fixes, start to handle some edge cases

2018-07-08 Thread mattip
Author: Matti Picus Branch: unicode-utf8-py3 Changeset: r94835:f287dec62c4e Date: 2018-07-08 21:38 -0700 http://bitbucket.org/pypy/pypy/changeset/f287dec62c4e/ Log:fixes, start to handle some edge cases diff --git a/pypy/objspace/std/dictmultiobject.py b/pypy/objspace/std/dictmultiobject.py