[pypy-commit] extradoc extradoc: For the records: my train was cancelled and I arrive one day later.

2018-03-18 Thread mjacob
Author: Manuel Jacob Branch: extradoc Changeset: r5880:40134a2a819d Date: 2018-03-18 10:29 +0100 http://bitbucket.org/pypy/extradoc/changeset/40134a2a819d/ Log:For the records: my train was cancelled and I arrive one day later. diff --git a/sprintinfo/leysin-winter-2018/people.txt b/sprinti

[pypy-commit] pypy unicode-utf8: merge from (old) default

2018-03-18 Thread rlamy
Author: Ronan Lamy Branch: unicode-utf8 Changeset: r93985:542b2a7958bf Date: 2018-03-18 11:20 + http://bitbucket.org/pypy/pypy/changeset/542b2a7958bf/ Log:merge from (old) default diff --git a/extra_tests/test_json.py b/extra_tests/test_json.py --- a/extra_tests/test_json.py +++ b/extra_

[pypy-commit] pypy unicode-utf8: merge default into branch

2018-03-18 Thread mattip
Author: Matti Picus Branch: unicode-utf8 Changeset: r93986:19f8ede600f5 Date: 2018-03-18 12:33 +0100 http://bitbucket.org/pypy/pypy/changeset/19f8ede600f5/ Log:merge default into branch diff too long, truncating to 2000 out of 95489 lines diff --git a/.hgtags b/.hgtags --- a/.hgtags +++ b/.

[pypy-commit] pypy unicode-utf8: fix from merge, add mcbs variants? (mattip, ronan)

2018-03-18 Thread mattip
Author: Matti Picus Branch: unicode-utf8 Changeset: r93987:d5f6267bf47b Date: 2018-03-18 14:04 +0100 http://bitbucket.org/pypy/pypy/changeset/d5f6267bf47b/ Log:fix from merge, add mcbs variants? (mattip, ronan) diff --git a/pypy/interpreter/test/test_unicodehelper.py b/pypy/interpreter/test

[pypy-commit] pypy unicode-utf8: unicode_w -> utf8_w

2018-03-18 Thread mattip
Author: Matti Picus Branch: unicode-utf8 Changeset: r93988:c7408ca6f535 Date: 2018-03-18 16:00 +0100 http://bitbucket.org/pypy/pypy/changeset/c7408ca6f535/ Log:unicode_w -> utf8_w diff --git a/pypy/module/cpyext/test/test_object.py b/pypy/module/cpyext/test/test_object.py --- a/pypy/module/

[pypy-commit] stmgc c8-reshare-pages: add some comments

2018-03-18 Thread Raemi
Author: Remi Meier Branch: c8-reshare-pages Changeset: r2154:9e9180b5bdf3 Date: 2018-03-18 16:01 +0100 http://bitbucket.org/pypy/stmgc/changeset/9e9180b5bdf3/ Log:add some comments diff --git a/c8/TODO b/c8/TODO --- a/c8/TODO +++ b/c8/TODO @@ -1,3 +1,10 @@ +- MOVNTI for non-temporal 32bit st

[pypy-commit] pypy rpython-sprint: Cleanup rpython/annotator/signature.py

2018-03-18 Thread ariava
Author: Arianna Avanzini Branch: rpython-sprint Changeset: r93989:294fd4ce722f Date: 2018-03-18 14:47 +0100 http://bitbucket.org/pypy/pypy/changeset/294fd4ce722f/ Log:Cleanup rpython/annotator/signature.py - Use 'isinstance()' instead of 'is' in _annotation_key() to account f

[pypy-commit] pypy unicode-utf8: (ronan, arigo)

2018-03-18 Thread arigo
Author: Armin Rigo Branch: unicode-utf8 Changeset: r93990:52a945178f9b Date: 2018-03-18 17:18 +0100 http://bitbucket.org/pypy/pypy/changeset/52a945178f9b/ Log:(ronan, arigo) Attempt to fix the merge for module/_sre diff --git a/pypy/module/_sre/interp_sre.py b/pypy/module/_sre/inter

[pypy-commit] pypy unicode-utf8: fix winreg for utf8 on win32

2018-03-18 Thread mattip
Author: Matti Picus Branch: unicode-utf8 Changeset: r93991:341ddb374260 Date: 2018-03-18 18:28 +0100 http://bitbucket.org/pypy/pypy/changeset/341ddb374260/ Log:fix winreg for utf8 on win32 diff --git a/pypy/interpreter/unicodehelper.py b/pypy/interpreter/unicodehelper.py --- a/pypy/interpre

[pypy-commit] pypy rpython-sprint: Remove check added in last commit.

2018-03-18 Thread ariava
Author: Arianna Avanzini Branch: rpython-sprint Changeset: r93992:737e0369f12e Date: 2018-03-18 18:48 +0100 http://bitbucket.org/pypy/pypy/changeset/737e0369f12e/ Log:Remove check added in last commit. Check was about disallowing annotation of iterable objects with zero lengt

[pypy-commit] pypy unicode-utf8: revert unintended commit in 341ddb374260

2018-03-18 Thread mattip
Author: Matti Picus Branch: unicode-utf8 Changeset: r93993:f8aaef6e3548 Date: 2018-03-18 23:11 +0100 http://bitbucket.org/pypy/pypy/changeset/f8aaef6e3548/ Log:revert unintended commit in 341ddb374260 diff --git a/rpython/rtyper/lltypesystem/rffi.py b/rpython/rtyper/lltypesystem/rffi.py ---

[pypy-commit] pypy rpython-sprint: document and close branch to be merged

2018-03-18 Thread mattip
Author: Matti Picus Branch: rpython-sprint Changeset: r93995:137001874b39 Date: 2018-03-19 00:08 +0100 http://bitbucket.org/pypy/pypy/changeset/137001874b39/ Log:document and close branch to be merged diff --git a/pypy/doc/whatsnew-head.rst b/pypy/doc/whatsnew-head.rst --- a/pypy/doc/whatsne

[pypy-commit] pypy default: use assume so the test passes rather than skips

2018-03-18 Thread mattip
Author: Matti Picus Branch: Changeset: r93994:585d5c0fb2ff Date: 2018-03-19 00:04 +0100 http://bitbucket.org/pypy/pypy/changeset/585d5c0fb2ff/ Log:use assume so the test passes rather than skips diff --git a/pypy/module/unicodedata/test/test_hyp.py b/pypy/module/unicodedata/test/test_hyp.p

[pypy-commit] pypy default: merge rpython-sprint which refactors rpython signature

2018-03-18 Thread mattip
Author: Matti Picus Branch: Changeset: r93996:17ba5f6cbab7 Date: 2018-03-19 00:09 +0100 http://bitbucket.org/pypy/pypy/changeset/17ba5f6cbab7/ Log:merge rpython-sprint which refactors rpython signature diff --git a/pypy/doc/whatsnew-head.rst b/pypy/doc/whatsnew-head.rst --- a/pypy/doc/whats