Author: William ML Leslie
Branch:
Changeset: r90161:03cbc0865e39
Date: 2017-02-16 15:11 +1100
http://bitbucket.org/pypy/pypy/changeset/03cbc0865e39/
Log:Add missing newline in -vv output
diff --git a/pypy/module/imp/importing.py b/pypy/module/imp/importing.py
--- a/pypy/module/imp/importing
Author: Armin Rigo
Branch: space-newtext
Changeset: r90160:e53e4fe0c683
Date: 2017-02-15 21:56 +0100
http://bitbucket.org/pypy/pypy/changeset/e53e4fe0c683/
Log:next fix
diff --git a/pypy/module/posix/interp_posix.py
b/pypy/module/posix/interp_posix.py
--- a/pypy/module/posix/interp_posix.py
Author: Armin Rigo
Branch: space-newtext
Changeset: r90159:ffb3740400e8
Date: 2017-02-15 21:27 +0100
http://bitbucket.org/pypy/pypy/changeset/ffb3740400e8/
Log:windows fix
diff --git a/pypy/module/posix/interp_posix.py
b/pypy/module/posix/interp_posix.py
--- a/pypy/module/posix/interp_posix
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: py3.5-newtext
Changeset: r90157:c851c9167f8e
Date: 2017-02-15 19:13 +0100
http://bitbucket.org/pypy/pypy/changeset/c851c9167f8e/
Log:more fixes
diff --git a/pypy/interpreter/baseobjspace.py b/pypy/interpreter/baseobjspace.py
--- a/pypy/interpreter/baseobjspace.py
+
Author: Armin Rigo
Branch: py3.5-newtext
Changeset: r90156:426af1de6a1b
Date: 2017-02-15 17:59 +0100
http://bitbucket.org/pypy/pypy/changeset/426af1de6a1b/
Log:Some remaining space.wrap(), found by running test_ztranslation
diff --git a/pypy/interpreter/pycode.py b/pypy/interpreter/pycode.py
Author: Richard Plangger
Branch: extradoc
Changeset: r863:b395a4d19079
Date: 2017-02-15 16:47 +0100
http://bitbucket.org/pypy/pypy.org/changeset/b395a4d19079/
Log:add s390x to the enumeration in one of the first download paragraphs
diff --git a/download.html b/download.html
--- a/download.ht
Author: Armin Rigo
Branch: py3.5-newtext
Changeset: r90155:9bf4d7af2fe4
Date: 2017-02-15 16:41 +0100
http://bitbucket.org/pypy/pypy/changeset/9bf4d7af2fe4/
Log:fixes
diff --git a/pypy/interpreter/gateway.py b/pypy/interpreter/gateway.py
--- a/pypy/interpreter/gateway.py
+++ b/pypy/interprete
Author: Armin Rigo
Branch: py3.5-newtext
Changeset: r90153:c9c2a8f5f76b
Date: 2017-02-15 14:31 +0100
http://bitbucket.org/pypy/pypy/changeset/c9c2a8f5f76b/
Log:hg merge space-newtext (yay)
diff --git a/pypy/interpreter/baseobjspace.py b/pypy/interpreter/baseobjspace.py
--- a/pypy/interpreter
Author: Armin Rigo
Branch:
Changeset: r90154:393ff835a097
Date: 2017-02-15 16:40 +0100
http://bitbucket.org/pypy/pypy/changeset/393ff835a097/
Log:fix command (thanks jason on irc)
diff --git a/pypy/doc/build.rst b/pypy/doc/build.rst
--- a/pypy/doc/build.rst
+++ b/pypy/doc/build.rst
@@ -159,
Author: Armin Rigo
Branch: py3.5-newtext
Changeset: r90152:d80fad7c1292
Date: 2017-02-15 14:18 +0100
http://bitbucket.org/pypy/pypy/changeset/d80fad7c1292/
Log:hg merge 7ae20dbc22fb
(note: I didn't review the very large number of conflicts, because I
*think* that in this exac
Author: Armin Rigo
Branch: py3.5-newtext
Changeset: r90151:966d42ca0e4e
Date: 2017-02-15 13:57 +0100
http://bitbucket.org/pypy/pypy/changeset/966d42ca0e4e/
Log:improve space.newlist_text()
diff --git a/pypy/objspace/std/kwargsdict.py b/pypy/objspace/std/kwargsdict.py
--- a/pypy/objspace/std/
Author: Armin Rigo
Branch: py3.5-newtext
Changeset: r90150:be103543e654
Date: 2017-02-15 13:51 +0100
http://bitbucket.org/pypy/pypy/changeset/be103543e654/
Log:hg merge d8f5f0260d45
___
pypy-commit mailing list
pypy-commit@python.org
https://mail.p
Author: Armin Rigo
Branch: py3.5-newtext
Changeset: r90149:11c131a2deee
Date: 2017-02-15 13:36 +0100
http://bitbucket.org/pypy/pypy/changeset/11c131a2deee/
Log:move this line at the right place
diff --git a/pypy/module/struct/test/test_struct.py
b/pypy/module/struct/test/test_struct.py
---
Author: Armin Rigo
Branch: py3.5-newtext
Changeset: r90148:2d5c0f6653b6
Date: 2017-02-15 13:33 +0100
http://bitbucket.org/pypy/pypy/changeset/2d5c0f6653b6/
Log:CPython 3.x accepts both bytes or unicodes as the format
specification of the struct module
diff --git a/pypy/module/struct/
Author: Armin Rigo
Branch: py3.5-newtext
Changeset: r90147:98a26e7ce3ed
Date: 2017-02-15 13:13 +0100
http://bitbucket.org/pypy/pypy/changeset/98a26e7ce3ed/
Log:big hg merge 8e2bcfb77e80
diff too long, truncating to 2000 out of 3941 lines
diff --git a/pypy/interpreter/astcompiler/ast.py
b/p
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: extradoc
Changeset: r862:52ef6e0c9e3d
Date: 2017-02-15 12:26 +0100
http://bitbucket.org/pypy/pypy.org/changeset/52ef6e0c9e3d/
Log:update the values
diff --git a/don1.html b/don1.html
--- a/don1.html
+++ b/don1.html
@@ -15,7 +15,7 @@
- $66625 of $105000 (
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: r90142:19dc3e9fb603
Date: 2017-02-15 09:36 +0100
http://bitbucket.org/pypy/pypy/changeset/19dc3e9fb603/
Log:two places where newtext is better than newbytes
diff --git a/pypy/objspace/std/objspace.py b/pypy/objspace/std/objspace.py
--- a/py
Author: Armin Rigo
Branch: py3.5-newtext
Changeset: r90144:9c8c313486ee
Date: 2017-02-15 10:06 +0100
http://bitbucket.org/pypy/pypy/changeset/9c8c313486ee/
Log:fix merge
diff --git a/pypy/interpreter/test/test_argument.py
b/pypy/interpreter/test/test_argument.py
--- a/pypy/interpreter/test/
Author: Armin Rigo
Branch: py3.5-newtext
Changeset: r90141:6b32e82270a9
Date: 2017-02-15 09:16 +0100
http://bitbucket.org/pypy/pypy/changeset/6b32e82270a9/
Log:hg merge ffe62ff416aa
diff --git a/pypy/goal/targetpypystandalone.py
b/pypy/goal/targetpypystandalone.py
--- a/pypy/goal/targetpypy
Author: Armin Rigo
Branch: py3.5-newtext
Changeset: r90143:b1f56f360399
Date: 2017-02-15 10:01 +0100
http://bitbucket.org/pypy/pypy/changeset/b1f56f360399/
Log:hg merge 67d4325b8871 (but broken)
diff --git a/pypy/interpreter/generator.py b/pypy/interpreter/generator.py
--- a/pypy/interpreter
Author: Armin Rigo
Branch: space-newtext
Changeset: r90140:31f7ee8dcadc
Date: 2017-02-15 09:01 +0100
http://bitbucket.org/pypy/pypy/changeset/31f7ee8dcadc/
Log:here we process bytes
diff --git a/pypy/module/marshal/interp_marshal.py
b/pypy/module/marshal/interp_marshal.py
--- a/pypy/module/
24 matches
Mail list logo