Author: Remi Meier
Branch:
Changeset: r1311:b7f132d1afba
Date: 2014-08-13 18:12 +0200
http://bitbucket.org/pypy/stmgc/changeset/b7f132d1afba/
Log:fix a race between doing shadow stack snapshots and a concurrently
running major collection. Also add more comments
diff --git a/c7/demo/
Author: Tyler Wade
Branch: utf8-unicode2
Changeset: r72785:0016d703c625
Date: 2014-08-13 02:28 -0500
http://bitbucket.org/pypy/pypy/changeset/0016d703c625/
Log:Using byte-strings 8f5d79d24198 causes wierd rtyper errors. Try
something else.
diff --git a/pypy/module/_io/interp_stringio
Author: Tyler Wade
Branch: utf8-unicode2
Changeset: r72787:9f7fc269657f
Date: 2014-08-14 01:02 -0500
http://bitbucket.org/pypy/pypy/changeset/9f7fc269657f/
Log:Simplify iterators. Use iterators consistently when encoding unicode
strings
diff --git a/pypy/interpreter/test/test_utf8.py
Author: Tyler Wade
Branch: utf8-unicode2
Changeset: r72786:c5c9087c291c
Date: 2014-08-13 02:29 -0500
http://bitbucket.org/pypy/pypy/changeset/c5c9087c291c/
Log:More untranslated vs translated bools
diff --git a/pypy/objspace/std/newformat.py b/pypy/objspace/std/newformat.py
--- a/pypy/objspa