Author: Armin Rigo
Branch: space-newtext
Changeset: r90158:d17ec969e353
Date: 2017-02-15 19:17 +0100
http://bitbucket.org/pypy/pypy/changeset/d17ec969e353/
Log:fix
diff --git a/pypy/module/_ssl/interp_win32.py b/pypy/module/_ssl/interp_win32.py
--- a/pypy/module/_ssl/interp_win32.py
+++ b/py
Author: Armin Rigo
Branch: space-newtext
Changeset: r90146:1bb0b9c53e51
Date: 2017-02-15 11:37 +0100
http://bitbucket.org/pypy/pypy/changeset/1bb0b9c53e51/
Log:fix test for py3.5
diff --git a/pypy/objspace/std/test/test_obj.py
b/pypy/objspace/std/test/test_obj.py
--- a/pypy/objspace/std/tes
Author: Armin Rigo
Branch: space-newtext
Changeset: r90145:da67900609d3
Date: 2017-02-15 10:35 +0100
http://bitbucket.org/pypy/pypy/changeset/da67900609d3/
Log:Fix test for py3.5
diff --git a/pypy/interpreter/test/test_gateway.py
b/pypy/interpreter/test/test_gateway.py
--- a/pypy/interprete
Author: Armin Rigo
Branch: space-newtext
Changeset: r90137:e2d28a5f4464
Date: 2017-02-15 08:35 +0100
http://bitbucket.org/pypy/pypy/changeset/e2d28a5f4464/
Log:fix comment: one of us is confused
diff --git a/pypy/interpreter/baseobjspace.py b/pypy/interpreter/baseobjspace.py
--- a/pypy/inter
Author: Armin Rigo
Branch: space-newtext
Changeset: r90117:177cb9a0a3c2
Date: 2017-02-14 17:43 +0100
http://bitbucket.org/pypy/pypy/changeset/177cb9a0a3c2/
Log:fix some newbytes/newtext mistakes (they show up as conflicts in
case the py3.5 branch already did the replacement choosing t
Author: Armin Rigo
Branch: space-newtext
Changeset: r90090:5ed6992ffdcd
Date: 2017-02-13 16:08 +0100
http://bitbucket.org/pypy/pypy/changeset/5ed6992ffdcd/
Log:fix on 32-bit
diff --git a/pypy/module/struct/formatiterator.py
b/pypy/module/struct/formatiterator.py
--- a/pypy/module/struct/for
Author: Armin Rigo
Branch: space-newtext
Changeset: r90084:3bba29c8e6e8
Date: 2017-02-13 15:39 +0100
http://bitbucket.org/pypy/pypy/changeset/3bba29c8e6e8/
Log:fix for test_pypy_c
diff --git a/pypy/module/pypyjit/test_pypy_c/test_string.py
b/pypy/module/pypyjit/test_pypy_c/test_string.py
--
Author: Armin Rigo
Branch: space-newtext
Changeset: r90085:f50a640c6743
Date: 2017-02-13 15:40 +0100
http://bitbucket.org/pypy/pypy/changeset/f50a640c6743/
Log:fix
diff --git a/pypy/tool/pytest/objspace.py b/pypy/tool/pytest/objspace.py
--- a/pypy/tool/pytest/objspace.py
+++ b/pypy/tool/pyte
Author: Armin Rigo
Branch: space-newtext
Changeset: r90082:6d64ad55df3b
Date: 2017-02-13 15:23 +0100
http://bitbucket.org/pypy/pypy/changeset/6d64ad55df3b/
Log:fix some more space.wrap(), which still fail ztranslation tests but
work when really translated for now (I think it's ok)
di
Author: Carl Friedrich Bolz
Branch: space-newtext
Changeset: r89100:d77161178f39
Date: 2016-12-16 15:12 +0100
http://bitbucket.org/pypy/pypy/changeset/d77161178f39/
Log:fix some wrong newbytes in baseobjspace.py. thanks armin
diff --git a/pypy/interpreter/baseobjspace.py b/pypy/interpreter/b
Author: Carl Friedrich Bolz
Branch: space-newtext
Changeset: r88732:f8751e58e3a8
Date: 2016-11-29 10:39 +0100
http://bitbucket.org/pypy/pypy/changeset/f8751e58e3a8/
Log:fix the annoying wrap in _rawffi
diff --git a/pypy/module/_rawffi/interp_rawffi.py
b/pypy/module/_rawffi/interp_rawffi.py
Author: Carl Friedrich Bolz
Branch: space-newtext
Changeset: r88542:8e45f3d71f75
Date: 2016-11-21 12:59 +0100
http://bitbucket.org/pypy/pypy/changeset/8e45f3d71f75/
Log:fix test
diff --git a/pypy/interpreter/test/test_typedef.py
b/pypy/interpreter/test/test_typedef.py
--- a/pypy/interpreter
Author: Wim Lavrijsen
Branch: space-newtext
Changeset: r88535:09f7c4aa142d
Date: 2016-11-21 15:05 -0800
http://bitbucket.org/pypy/pypy/changeset/09f7c4aa142d/
Log:fix for new use of interp_attrproperty
diff --git a/pypy/module/cppyy/interp_cppyy.py
b/pypy/module/cppyy/interp_cppyy.py
--- a/
Author: Carl Friedrich Bolz
Branch: space-newtext
Changeset: r88387:0292533aef1d
Date: 2016-11-15 14:49 +0100
http://bitbucket.org/pypy/pypy/changeset/0292533aef1d/
Log:fix two typos in the array module
diff --git a/pypy/module/array/interp_array.py
b/pypy/module/array/interp_array.py
--- a
Author: Carl Friedrich Bolz
Branch: space-newtext
Changeset: r88322:ba3fe6222638
Date: 2016-11-11 17:29 +0100
http://bitbucket.org/pypy/pypy/changeset/ba3fe6222638/
Log:fix problem with tracebacks (space.wrap(w_obj-or-None) replaces the
None with a w_None, which I had missed in this c
Author: Carl Friedrich Bolz
Branch: space-newtext
Changeset: r88104:7e4212bebd66
Date: 2016-11-03 08:30 +0100
http://bitbucket.org/pypy/pypy/changeset/7e4212bebd66/
Log:fix small longs
diff --git a/pypy/objspace/std/objspace.py b/pypy/objspace/std/objspace.py
--- a/pypy/objspace/std/objspace
16 matches
Mail list logo