Author: Romain Guillebert
Branch: py3k
Changeset: r85818:e7eb47c7e7d7
Date: 2016-07-23 11:41 +0200
http://bitbucket.org/pypy/pypy/changeset/e7eb47c7e7d7/
Log:Fix test_identity_vs_id_primitives for Python 3
diff --git a/pypy/objspace/std/test/test_obj.py
b/pypy/objspace/std/test/test_obj.py
Author: Romain Guillebert
Branch: py3k
Changeset: r85819:2bff288c98b0
Date: 2016-07-23 12:11 +0200
http://bitbucket.org/pypy/pypy/changeset/2bff288c98b0/
Log:Make test_venv testable by itself
diff --git a/lib-python/conftest.py b/lib-python/conftest.py
--- a/lib-python/conftest.py
+++ b/lib-
Author: Armin Rigo
Branch:
Changeset: r85822:85ea4f3912ce
Date: 2016-07-23 14:46 +0200
http://bitbucket.org/pypy/pypy/changeset/85ea4f3912ce/
Log:Issue #2350 (arigo, touilleman): this is an attempt to fix the
problem of Windows writing '\r\r\n' sometimes to some files
diff --git a/r
Author: Armin Rigo
Branch:
Changeset: r85821:42e677eb355e
Date: 2016-07-22 19:38 +0200
http://bitbucket.org/pypy/pypy/changeset/42e677eb355e/
Log:Remove debugging output
diff --git a/rpython/rlib/rmmap.py b/rpython/rlib/rmmap.py
--- a/rpython/rlib/rmmap.py
+++ b/rpython/rlib/rmmap.py
@@ -96
Author: Armin Rigo
Branch:
Changeset: r85823:308fc992b6f1
Date: 2016-07-23 14:46 +0200
http://bitbucket.org/pypy/pypy/changeset/308fc992b6f1/
Log:merge heads
diff --git a/pypy/doc/build.rst b/pypy/doc/build.rst
--- a/pypy/doc/build.rst
+++ b/pypy/doc/build.rst
@@ -104,27 +104,24 @@
a
Author: touilleMan
Branch:
Changeset: r85824:4bd027dc94a2
Date: 2016-07-23 16:06 +0200
http://bitbucket.org/pypy/pypy/changeset/4bd027dc94a2/
Log:Fix issue 2352 regarding __eq__'s arguments order in list.find().
diff --git a/pypy/objspace/std/listobject.py b/pypy/objspace/std/listobject.py
Author: [email protected]
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
Author: Ronan Lamy
Branch:
Changeset: r85832:8fd42a7c348e
Date: 2016-07-23 18:04 +0200
http://bitbucket.org/pypy/pypy/changeset/8fd42a7c348e/
Log:Merged in mad-marty/pypy/ep2016sprint (pull request #462)
Issue #2346 : Hashing of -1 did not return -2 as cpython
diff --git a/pypy/obj
Author: pizi
Branch: ep2016sprint
Changeset: r85825:1e1b649f6407
Date: 2016-07-23 15:06 +0200
http://bitbucket.org/pypy/pypy/changeset/1e1b649f6407/
Log:Issue #2346 : Hashing of -1 did not return -2 as cpython
diff --git a/pypy/objspace/descroperation.py b/pypy/objspace/descroperation.py
---
Author: [email protected]
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: [email protected]
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: [email protected]
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: [email protected]
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: [email protected]
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: touilleMan
Branch:
Changeset: r85833:fc60b4bca8e7
Date: 2016-07-23 18:25 +0200
http://bitbucket.org/pypy/pypy/changeset/fc60b4bca8e7/
Log:Issue #2352 generilization for tuple/iterator/set/dict.
diff --git a/pypy/objspace/descroperation.py b/pypy/objspace/descroperation.py
--- a/pypy
Author: Armin Rigo
Branch:
Changeset: r85834:e18c712980b9
Date: 2016-07-23 18:29 +0200
http://bitbucket.org/pypy/pypy/changeset/e18c712980b9/
Log:merge heads
diff --git a/pypy/objspace/descroperation.py b/pypy/objspace/descroperation.py
--- a/pypy/objspace/descroperation.py
+++ b/pypy/objsp
Author: Raffael Tfirst
Branch: py3.5-async
Changeset: r85835:9579049b127b
Date: 2016-07-23 21:44 +0200
http://bitbucket.org/pypy/pypy/changeset/9579049b127b/
Log:Check for coroutine flags in yield_from and get_yield_from_iter and
raise TypeError
diff --git a/pypy/interpreter/pyopcode
17 matches
Mail list logo