Author: Richard Plangger
Branch: strbuf-as-buffer
Changeset: r89211:6202b84a767f
Date: 2016-12-21 08:49 +0100
http://bitbucket.org/pypy/pypy/changeset/6202b84a767f/
Log:merge default
diff too long, truncating to 2000 out of 22218 lines
diff --git a/lib-python/2.7/SimpleXMLRPCServer.py
b/li
Author: Richard Plangger
Branch: strbuf-as-buffer
Changeset: r89210:844d198c0d79
Date: 2016-12-21 08:48 +0100
http://bitbucket.org/pypy/pypy/changeset/844d198c0d79/
Log:remove pdb.set_trace() for debugging, add move_out_of_nursery to
LLInterpreter
diff --git a/rpython/memory/gctransf
Author: Richard Plangger
Branch: strbuf-as-buffer
Changeset: r89208:428d4fc6f787
Date: 2016-12-20 17:17 +0100
http://bitbucket.org/pypy/pypy/changeset/428d4fc6f787/
Log:restore last line that was accidentally deleted
diff --git a/rpython/memory/gc/incminimark.py b/rpython/memory/gc/incminima
Author: Richard Plangger
Branch: strbuf-as-buffer
Changeset: r89209:101c94950d90
Date: 2016-12-20 18:55 +0100
http://bitbucket.org/pypy/pypy/changeset/101c94950d90/
Log:pass the test with incminimark enabled
diff --git a/rpython/memory/gctransform/framework.py
b/rpython/memory/gctransform/f
Author: Armin Rigo
Branch:
Changeset: r89207:004274f1f5a3
Date: 2016-12-20 17:12 +0100
http://bitbucket.org/pypy/pypy/changeset/004274f1f5a3/
Log:Reduce the diff with the original
diff --git a/py/_io/saferepr.py b/py/_io/saferepr.py
--- a/py/_io/saferepr.py
+++ b/py/_io/saferepr.py
@@ -16,1
Author: Armin Rigo
Branch:
Changeset: r89206:4ac343e8285f
Date: 2016-12-20 15:45 +0100
http://bitbucket.org/pypy/pypy/changeset/4ac343e8285f/
Log:Maybe temporary: change py.test, which displays unicode strings 'xx'
instead of u'xx'. It's very annoying when the difference is
e
Author: Armin Rigo
Branch: py3.5-newtext
Changeset: r89204:61cc80850258
Date: 2016-12-20 15:18 +0100
http://bitbucket.org/pypy/pypy/changeset/61cc80850258/
Log:remove a (never-called) space.wrap
diff --git a/pypy/interpreter/astcompiler/ast.py
b/pypy/interpreter/astcompiler/ast.py
--- a/pyp
Author: Armin Rigo
Branch: py3.5-newtext
Changeset: r89203:5050884b7a39
Date: 2016-12-20 15:16 +0100
http://bitbucket.org/pypy/pypy/changeset/5050884b7a39/
Log:hg merge 1fb2fca52214, regenerate ast.py
diff --git a/pypy/interpreter/astcompiler/ast.py
b/pypy/interpreter/astcompiler/ast.py
---
Author: Armin Rigo
Branch: py3.5-newtext
Changeset: r89205:f7ab12c69fc9
Date: 2016-12-20 15:39 +0100
http://bitbucket.org/pypy/pypy/changeset/f7ab12c69fc9/
Log:fix dict tests
diff --git a/pypy/interpreter/unicodehelper.py
b/pypy/interpreter/unicodehelper.py
--- a/pypy/interpreter/unicodehel
Author: Richard Plangger
Branch: strbuf-as-buffer
Changeset: r89202:392161cec298
Date: 2016-12-20 16:54 +0100
http://bitbucket.org/pypy/pypy/changeset/392161cec298/
Log:extended test and made some simplifications
diff --git a/rpython/rlib/rgc.py b/rpython/rlib/rgc.py
--- a/rpython/rlib/rgc.p
Author: Richard Plangger
Branch: strbuf-as-buffer
Changeset: r89201:e5ac7ec7ab17
Date: 2016-12-20 15:29 +0100
http://bitbucket.org/pypy/pypy/changeset/e5ac7ec7ab17/
Log:merge default
diff too long, truncating to 2000 out of 16301 lines
diff --git a/.hgignore b/.hgignore
--- a/.hgignore
+++
Author: Armin Rigo
Branch: py3.5-newtext
Changeset: r89198:10264e569a8c
Date: 2016-12-20 11:43 +0100
http://bitbucket.org/pypy/pypy/changeset/10264e569a8c/
Log:hg merge py3.5
diff too long, truncating to 2000 out of 26231 lines
diff --git a/lib-python/2.7/SimpleXMLRPCServer.py
b/lib-python
Author: Armin Rigo
Branch: py3.5-newtext
Changeset: r89200:f0b5bb097c0f
Date: 2016-12-20 12:59 +0100
http://bitbucket.org/pypy/pypy/changeset/f0b5bb097c0f/
Log:hg merge adb61bdfea7e
diff --git a/pypy/doc/objspace.rst b/pypy/doc/objspace.rst
--- a/pypy/doc/objspace.rst
+++ b/pypy/doc/objspace
Author: Armin Rigo
Branch: py3.5-newtext
Changeset: r89199:146082531f01
Date: 2016-12-20 11:59 +0100
http://bitbucket.org/pypy/pypy/changeset/146082531f01/
Log:hg merge 36e25bdf2bec
diff --git a/pypy/doc/objspace.rst b/pypy/doc/objspace.rst
--- a/pypy/doc/objspace.rst
+++ b/pypy/doc/objspace
Author: Armin Rigo
Branch: space-newtext
Changeset: r89197:d8f5f0260d45
Date: 2016-12-20 12:48 +0100
http://bitbucket.org/pypy/pypy/changeset/d8f5f0260d45/
Log:Add space.newlist_text(), use it instead of newlist_bytes() when
relevant
diff --git a/pypy/objspace/std/celldict.py b/pypy/
Author: Richard Plangger
Branch: strbuf-as-buffer
Changeset: r89196:b8bb9cf9e713
Date: 2016-12-20 12:29 +0100
http://bitbucket.org/pypy/pypy/changeset/b8bb9cf9e713/
Log:extend and pass test to check get_raw_address_of_string. it creates
a initialized shadow object. at the first collec
Author: Richard Plangger
Branch: strbuf-as-buffer
Changeset: r89195:725a0620e75c
Date: 2016-12-20 10:47 +0100
http://bitbucket.org/pypy/pypy/changeset/725a0620e75c/
Log:add a test and copy some more code from trace_out to
move_out_of_nursery
diff --git a/rpython/memory/gc/incminimark
Author: Richard Plangger
Branch: strbuf-as-buffer
Changeset: r89194:331d137617e6
Date: 2016-12-20 10:28 +0100
http://bitbucket.org/pypy/pypy/changeset/331d137617e6/
Log:experiment with a new llop called move_out_of_nursery
diff --git a/rpython/memory/gc/incminimark.py b/rpython/memory/gc/inc
Author: Armin Rigo
Branch:
Changeset: r89193:4dd7bdd90b9c
Date: 2016-12-20 10:20 +0100
http://bitbucket.org/pypy/pypy/changeset/4dd7bdd90b9c/
Log:Backout 5d96f9ed88fe, 55980e9a374e, 2aa05052bb18
We are getting SQLITE_MISUSE on Windows, which is documented as:
"""If SQLite e
Author: Armin Rigo
Branch:
Changeset: r89192:c6bab3382b8a
Date: 2016-12-20 10:10 +0100
http://bitbucket.org/pypy/pypy/changeset/c6bab3382b8a/
Log:Fix the calls to crc32/adler32
diff --git a/pypy/module/zlib/interp_zlib.py b/pypy/module/zlib/interp_zlib.py
--- a/pypy/module/zlib/interp_zlib.
20 matches
Mail list logo