Author: p_ziesch...@yahoo.de
Branch: py3.6
Changeset: r91903:0c4aaad09618
Date: 2017-07-16 15:36 +0200
http://bitbucket.org/pypy/pypy/changeset/0c4aaad09618/
Log:(ronan,pzieschang) fixed test_intobject behaviour for python 3.6 as
well with bool
diff --git a/pypy/objspace/std/test/test
Author: p_ziesch...@yahoo.de
Branch: py3.6
Changeset: r91900:3ed5101a25c4
Date: 2017-07-16 14:46 +0200
http://bitbucket.org/pypy/pypy/changeset/3ed5101a25c4/
Log:(ronan,pzieschang) fixed int() behaviour also for __trunc__
returning a subclass of int
diff --git a/pypy/objspace/std/into
Author: p_ziesch...@yahoo.de
Branch: py3.6
Changeset: r91895:caa89dbcd27a
Date: 2017-07-16 14:20 +0200
http://bitbucket.org/pypy/pypy/changeset/caa89dbcd27a/
Log:(ronan,pzieschang) fixed int() behaviour to mirror python 3.6, where
a real int must be returned
diff --git a/pypy/interpre
Author: p_ziesch...@yahoo.de
Branch: ep2016sprint
Changeset: r85828:c6b215318bc9
Date: 2016-07-23 16:36 +0200
http://bitbucket.org/pypy/pypy/changeset/c6b215318bc9/
Log:Issue #2346 : Hashing of -1 did not return -2 as cpython
diff --git a/pypy/objspace/descroperation.py b/pypy/objspace/descro
Author: p_ziesch...@yahoo.de
Branch: ep2016sprint
Changeset: r85830:346f178d477f
Date: 2016-07-23 17:12 +0200
http://bitbucket.org/pypy/pypy/changeset/346f178d477f/
Log:removed duplicate hashing call
diff --git a/pypy/objspace/descroperation.py b/pypy/objspace/descroperation.py
--- a/pypy/obj
Author: p_ziesch...@yahoo.de
Branch: ep2016sprint
Changeset: r85831:d9a653291715
Date: 2016-07-23 17:33 +0200
http://bitbucket.org/pypy/pypy/changeset/d9a653291715/
Log:removed long codepath (covered by the last elif path), removed
duplicate comments
diff --git a/pypy/objspace/descrop
Author: p_ziesch...@yahoo.de
Branch: ep2016sprint
Changeset: r85829:e259fa8f43d1
Date: 2016-07-23 16:39 +0200
http://bitbucket.org/pypy/pypy/changeset/e259fa8f43d1/
Log:cleanup of old comment
diff --git a/pypy/objspace/descroperation.py b/pypy/objspace/descroperation.py
--- a/pypy/objspace/de
Author: p_ziesch...@yahoo.de
Branch: ep2016sprint
Changeset: r85826:15315d8da6f5
Date: 2016-07-23 15:32 +0200
http://bitbucket.org/pypy/pypy/changeset/15315d8da6f5/
Log:Issue #2346 : Hashing of -1 did not return -2 as cpython
diff --git a/pypy/objspace/test/test_descriptor.py
b/pypy/objspace
Author: p_ziesch...@yahoo.de
Branch: ep2016sprint
Changeset: r85827:0888d83c7222
Date: 2016-07-23 15:54 +0200
http://bitbucket.org/pypy/pypy/changeset/0888d83c7222/
Log:Issue #2346 : Hashing of -1 did not return -2 as cpython
diff --git a/pypy/objspace/std/specialisedtupleobject.py
b/pypy/ob