Author: Manuel Jacob
Branch: py3.5
Changeset: r92773:c5011e45fadc
Date: 2017-10-16 05:20 +0200
http://bitbucket.org/pypy/pypy/changeset/c5011e45fadc/
Log:Remove some entries from the TODO which I believe are solved or not
relevant any more.
diff --git a/pypy/TODO b/pypy/TODO
--- a/py
Author: Manuel Jacob
Branch: py3.5
Changeset: r92772:7126604d932e
Date: 2017-10-16 01:09 +0200
http://bitbucket.org/pypy/pypy/changeset/7126604d932e/
Log:Port 773018d6ae59 to 3.5 standard library.
diff --git a/lib-python/3/test/test_bytes.py b/lib-python/3/test/test_bytes.py
--- a/lib-python
Author: Matti Picus
Branch:
Changeset: r92770:f995cc10eaaf
Date: 2017-10-15 19:18 +0300
http://bitbucket.org/pypy/pypy/changeset/f995cc10eaaf/
Log:ignore cffi build artifacts on windows
diff --git a/.hgignore b/.hgignore
--- a/.hgignore
+++ b/.hgignore
@@ -71,6 +71,8 @@
^lib_pypy/.+.c$
^l
Author: Matti Picus
Branch:
Changeset: r92771:4da3d7649d2b
Date: 2017-10-15 19:18 +0300
http://bitbucket.org/pypy/pypy/changeset/4da3d7649d2b/
Log:make sure argv0 is bytes, not unicode (for matplotlib tkagg backend)
diff --git a/lib_pypy/_tkinter/app.py b/lib_pypy/_tkinter/app.py
--- a/lib_
Author: Armin Rigo
Branch:
Changeset: r92769:f29e5fba625b
Date: 2017-10-15 22:24 +0200
http://bitbucket.org/pypy/pypy/changeset/f29e5fba625b/
Log:Make these tests import even if 'hypothesis' is not available
diff --git a/pypy/objspace/std/test/test_bytesobject.py
b/pypy/objspace/std/test/t
Author: Armin Rigo
Branch:
Changeset: r92768:a9f41bdd18f8
Date: 2017-10-15 22:17 +0200
http://bitbucket.org/pypy/pypy/changeset/a9f41bdd18f8/
Log:Hypothesis found this failure on Windows
diff --git a/pypy/module/unicodedata/test/test_hyp.py
b/pypy/module/unicodedata/test/test_hyp.py
--- a/