[pypy-commit] cffi sirtom67/float_complex: "c" tests pass!

2017-02-19 Thread sirtom67
Author: Tom Krauss Branch: sirtom67/float_complex Changeset: r2891:3ce9e47d35f0 Date: 2017-02-19 19:51 -0600 http://bitbucket.org/cffi/cffi/changeset/3ce9e47d35f0/ Log:"c" tests pass! diff --git a/c/_cffi_backend.c b/c/_cffi_backend.c --- a/c/_cffi_backend.c +++

[pypy-commit] pypy default: remove two wraps and a str_w

2017-02-19 Thread cfbolz
Author: Carl Friedrich Bolz Branch: Changeset: r90214:408b2ec34a3f Date: 2017-02-19 21:49 +0100 http://bitbucket.org/pypy/pypy/changeset/408b2ec34a3f/ Log:remove two wraps and a str_w diff --git a/pypy/interpreter/astcompiler/astbuilder.py

[pypy-commit] pypy.org extradoc: update the values

2017-02-19 Thread arigo
Author: Armin Rigo Branch: extradoc Changeset: r864:e44365234a13 Date: 2017-02-19 20:04 +0100 http://bitbucket.org/pypy/pypy.org/changeset/e44365234a13/ Log:update the values diff --git a/don1.html b/don1.html --- a/don1.html +++ b/don1.html @@ -15,7 +15,7 @@ -

[pypy-commit] pypy py3.5: typo

2017-02-19 Thread arigo
Author: Armin Rigo Branch: py3.5 Changeset: r90212:aabda7c4125f Date: 2017-02-19 18:45 +0100 http://bitbucket.org/pypy/pypy/changeset/aabda7c4125f/ Log:typo diff --git a/pypy/module/struct/test/test_struct.py b/pypy/module/struct/test/test_struct.py ---

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

2017-02-19 Thread arigo
Author: Armin Rigo Branch: py3.5 Changeset: r90213:691bc97b8dc9 Date: 2017-02-19 18:47 +0100 http://bitbucket.org/pypy/pypy/changeset/691bc97b8dc9/ Log:hg merge default diff --git a/rpython/annotator/unaryop.py b/rpython/annotator/unaryop.py ---

[pypy-commit] pypy default: more attempts to fix translation errors

2017-02-19 Thread arigo
Author: Armin Rigo Branch: Changeset: r90211:ecec05ae43ec Date: 2017-02-19 18:43 +0100 http://bitbucket.org/pypy/pypy/changeset/ecec05ae43ec/ Log:more attempts to fix translation errors diff --git a/rpython/annotator/unaryop.py b/rpython/annotator/unaryop.py ---

[pypy-commit] pypy default: reduce the footprint of this table

2017-02-19 Thread arigo
Author: Armin Rigo Branch: Changeset: r90210:952e978c7009 Date: 2017-02-19 17:45 +0100 http://bitbucket.org/pypy/pypy/changeset/952e978c7009/ Log:reduce the footprint of this table diff --git a/rpython/rlib/runicode.py b/rpython/rlib/runicode.py ---

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

2017-02-19 Thread arigo
Author: Armin Rigo Branch: py3.5 Changeset: r90209:d9cf694006ab Date: 2017-02-19 17:06 +0100 http://bitbucket.org/pypy/pypy/changeset/d9cf694006ab/ Log:hg merge default diff --git a/rpython/rlib/runicode.py b/rpython/rlib/runicode.py --- a/rpython/rlib/runicode.py +++

[pypy-commit] pypy default: translation fix (mostly for tests)

2017-02-19 Thread arigo
Author: Armin Rigo Branch: Changeset: r90208:3b6d1f077a95 Date: 2017-02-19 17:06 +0100 http://bitbucket.org/pypy/pypy/changeset/3b6d1f077a95/ Log:translation fix (mostly for tests) diff --git a/rpython/rlib/runicode.py b/rpython/rlib/runicode.py ---

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

2017-02-19 Thread arigo
Author: Armin Rigo Branch: py3.5 Changeset: r90207:6ea6e99c6940 Date: 2017-02-19 16:55 +0100 http://bitbucket.org/pypy/pypy/changeset/6ea6e99c6940/ Log:hg merge default diff --git a/rpython/rtyper/rstr.py b/rpython/rtyper/rstr.py --- a/rpython/rtyper/rstr.py +++

[pypy-commit] pypy py3.5: spacing

2017-02-19 Thread arigo
Author: Armin Rigo Branch: py3.5 Changeset: r90206:135243084607 Date: 2017-02-19 16:55 +0100 http://bitbucket.org/pypy/pypy/changeset/135243084607/ Log:spacing diff --git a/pypy/objspace/std/test/test_typeobject.py b/pypy/objspace/std/test/test_typeobject.py ---

[pypy-commit] pypy default: Give up the fact that str.encode('utf-8') doesn't accept surrogates

2017-02-19 Thread arigo
Author: Armin Rigo Branch: Changeset: r90205:08b2dac171f5 Date: 2017-02-19 16:54 +0100 http://bitbucket.org/pypy/pypy/changeset/08b2dac171f5/ Log:Give up the fact that str.encode('utf-8') doesn't accept surrogates in RPython. This is just asking for troubles because

[pypy-commit] pypy default: test and fix

2017-02-19 Thread arigo
Author: Armin Rigo Branch: Changeset: r90203:4334782fe642 Date: 2017-02-19 16:41 +0100 http://bitbucket.org/pypy/pypy/changeset/4334782fe642/ Log:test and fix diff --git a/pypy/module/posix/interp_posix.py b/pypy/module/posix/interp_posix.py ---

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

2017-02-19 Thread arigo
Author: Armin Rigo Branch: py3.5 Changeset: r90204:13731a1c2af6 Date: 2017-02-19 16:41 +0100 http://bitbucket.org/pypy/pypy/changeset/13731a1c2af6/ Log:hg merge default diff --git a/pypy/module/posix/interp_posix.py b/pypy/module/posix/interp_posix.py ---

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

2017-02-19 Thread arigo
Author: Armin Rigo Branch: py3.5 Changeset: r90202:0e13d85aff3f Date: 2017-02-19 16:14 +0100 http://bitbucket.org/pypy/pypy/changeset/0e13d85aff3f/ Log:fix test diff --git a/pypy/module/imp/test/test_app.py b/pypy/module/imp/test/test_app.py ---

[pypy-commit] pypy default: fix (for py3)

2017-02-19 Thread arigo
Author: Armin Rigo Branch: Changeset: r90200:56126b34d84c Date: 2017-02-19 16:04 +0100 http://bitbucket.org/pypy/pypy/changeset/56126b34d84c/ Log:fix (for py3) diff --git a/pypy/module/cpyext/test/test_userslots.py b/pypy/module/cpyext/test/test_userslots.py ---

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

2017-02-19 Thread arigo
Author: Armin Rigo Branch: py3.5 Changeset: r90201:bd18926a5492 Date: 2017-02-19 16:05 +0100 http://bitbucket.org/pypy/pypy/changeset/bd18926a5492/ Log:hg merge default diff --git a/lib_pypy/_ctypes/function.py b/lib_pypy/_ctypes/function.py ---

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

2017-02-19 Thread arigo
Author: Armin Rigo Branch: py3.5 Changeset: r90199:fea26f231a97 Date: 2017-02-19 16:00 +0100 http://bitbucket.org/pypy/pypy/changeset/fea26f231a97/ Log:fix test_surrogate_in_filename diff --git a/pypy/module/_warnings/interp_warnings.py

[pypy-commit] pypy default: update to cffi/91fcbd69bce2: cffi issue #255

2017-02-19 Thread arigo
Author: Armin Rigo Branch: Changeset: r90198:87cd234e833d Date: 2017-02-19 15:53 +0100 http://bitbucket.org/pypy/pypy/changeset/87cd234e833d/ Log:update to cffi/91fcbd69bce2: cffi issue #255 diff --git a/lib_pypy/cffi/backend_ctypes.py b/lib_pypy/cffi/backend_ctypes.py ---

[pypy-commit] cffi default: issue #255: comparing primitive cdatas

2017-02-19 Thread arigo
Author: Armin Rigo Branch: Changeset: r2890:91fcbd69bce2 Date: 2017-02-19 14:37 +0100 http://bitbucket.org/cffi/cffi/changeset/91fcbd69bce2/ Log:issue #255: comparing primitive cdatas diff --git a/c/_cffi_backend.c b/c/_cffi_backend.c --- a/c/_cffi_backend.c +++

[pypy-commit] pypy fix_bool_restype: Fix issue 2475: bool restypes not working

2017-02-19 Thread Graham Markall
Author: Graham Markall Branch: fix_bool_restype Changeset: r90196:9bb716c6f836 Date: 2017-02-15 18:44 + http://bitbucket.org/pypy/pypy/changeset/9bb716c6f836/ Log:Fix issue 2475: bool restypes not working This commit adds a check to the performance

[pypy-commit] pypy default: Merged in gmarkall/pypy/fix_bool_restype (pull request #516)

2017-02-19 Thread arigo
Author: Armin Rigo Branch: Changeset: r90197:6b02806984f7 Date: 2017-02-19 12:02 + http://bitbucket.org/pypy/pypy/changeset/6b02806984f7/ Log:Merged in gmarkall/pypy/fix_bool_restype (pull request #516) Fix issue 2475: bool restypes not working diff --git

[pypy-commit] pypy py3.5: fix merge issues: before the merge, the code (not the tests) was

2017-02-19 Thread arigo
Author: Armin Rigo Branch: py3.5 Changeset: r90195:0f157eedb3b2 Date: 2017-02-19 12:36 +0100 http://bitbucket.org/pypy/pypy/changeset/0f157eedb3b2/ Log:fix merge issues: before the merge, the code (not the tests) was identical in pypy2 and pypy3, so just make it

[pypy-commit] pypy py3.5: fix

2017-02-19 Thread arigo
Author: Armin Rigo Branch: py3.5 Changeset: r90194:6d2b0db1c9cd Date: 2017-02-19 10:33 +0100 http://bitbucket.org/pypy/pypy/changeset/6d2b0db1c9cd/ Log:fix diff --git a/pypy/objspace/std/formatting.py b/pypy/objspace/std/formatting.py --- a/pypy/objspace/std/formatting.py

[pypy-commit] pypy py3.5: fix test (two errors on the same call, and pypy happens to report the other one now)

2017-02-19 Thread arigo
Author: Armin Rigo Branch: py3.5 Changeset: r90193:a4715ec68be8 Date: 2017-02-19 10:25 +0100 http://bitbucket.org/pypy/pypy/changeset/a4715ec68be8/ Log:fix test (two errors on the same call, and pypy happens to report the other one now) diff --git

[pypy-commit] pypy py3.5: typo

2017-02-19 Thread arigo
Author: Armin Rigo Branch: py3.5 Changeset: r90192:56a8ffad3837 Date: 2017-02-19 10:23 +0100 http://bitbucket.org/pypy/pypy/changeset/56a8ffad3837/ Log:typo diff --git a/pypy/interpreter/baseobjspace.py b/pypy/interpreter/baseobjspace.py ---

[pypy-commit] pypy default: fix, shown randomly in some tests

2017-02-19 Thread arigo
Author: Armin Rigo Branch: Changeset: r90190:2372b8d38e72 Date: 2017-02-19 10:22 +0100 http://bitbucket.org/pypy/pypy/changeset/2372b8d38e72/ Log:fix, shown randomly in some tests diff --git a/rpython/rlib/runicode.py b/rpython/rlib/runicode.py ---

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

2017-02-19 Thread arigo
Author: Armin Rigo Branch: py3.5 Changeset: r90191:072710fa60a3 Date: 2017-02-19 10:22 +0100 http://bitbucket.org/pypy/pypy/changeset/072710fa60a3/ Log:hg merge default diff --git a/rpython/rlib/runicode.py b/rpython/rlib/runicode.py --- a/rpython/rlib/runicode.py +++

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

2017-02-19 Thread arigo
Author: Armin Rigo Branch: py3.5 Changeset: r90189:50d92acc1afa Date: 2017-02-19 10:04 +0100 http://bitbucket.org/pypy/pypy/changeset/50d92acc1afa/ Log:hg merge default diff --git a/pypy/doc/whatsnew-head.rst b/pypy/doc/whatsnew-head.rst --- a/pypy/doc/whatsnew-head.rst +++

[pypy-commit] pypy default: fix

2017-02-19 Thread arigo
Author: Armin Rigo Branch: Changeset: r90188:c6bc044c5f15 Date: 2017-02-19 10:04 +0100 http://bitbucket.org/pypy/pypy/changeset/c6bc044c5f15/ Log:fix diff --git a/pypy/module/_cffi_backend/ffi_obj.py b/pypy/module/_cffi_backend/ffi_obj.py ---

[pypy-commit] pypy default: document branch

2017-02-19 Thread arigo
Author: Armin Rigo Branch: Changeset: r90187:9638991ff70e Date: 2017-02-19 10:01 +0100 http://bitbucket.org/pypy/pypy/changeset/9638991ff70e/ Log:document branch diff --git a/pypy/doc/whatsnew-head.rst b/pypy/doc/whatsnew-head.rst --- a/pypy/doc/whatsnew-head.rst +++

[pypy-commit] pypy default: fix tests

2017-02-19 Thread arigo
Author: Armin Rigo Branch: Changeset: r90186:56d384d17f52 Date: 2017-02-19 09:55 +0100 http://bitbucket.org/pypy/pypy/changeset/56d384d17f52/ Log:fix tests diff --git a/rpython/rlib/test/test_rposix.py b/rpython/rlib/test/test_rposix.py ---