Author: Richard Plangger
Branch: extradoc
Changeset: r5691:b41a888f410e
Date: 2016-08-30 08:20 +0200
http://bitbucket.org/pypy/extradoc/changeset/b41a888f410e/
Log:updates plan to impl extended slicing next
diff --git a/planning/py3.5/2016-august-progress.rst
b/planning/py3.5/2016-august-pr
Author: Philip Jenvey
Branch:
Changeset: r86721:7794e4d221e0
Date: 2016-08-29 21:06 -0700
http://bitbucket.org/pypy/pypy/changeset/7794e4d221e0/
Log:bah
diff --git a/rpython/rlib/rposix.py b/rpython/rlib/rposix.py
--- a/rpython/rlib/rposix.py
+++ b/rpython/rlib/rposix.py
@@ -1164,14 +1164,1
Author: Ronan Lamy
Branch:
Changeset: r86720:ea17a58fa887
Date: 2016-08-28 22:47 +0100
http://bitbucket.org/pypy/pypy/changeset/ea17a58fa887/
Log:Document branch
diff --git a/pypy/doc/whatsnew-head.rst b/pypy/doc/whatsnew-head.rst
--- a/pypy/doc/whatsnew-head.rst
+++ b/pypy/doc/whatsnew-hea
Author: Ronan Lamy
Branch:
Changeset: r86719:2cfcf8bcc2e7
Date: 2016-08-30 01:00 +0100
http://bitbucket.org/pypy/pypy/changeset/2cfcf8bcc2e7/
Log:Extract .pyd suffix computation
diff --git a/pypy/module/cpyext/test/test_cpyext.py
b/pypy/module/cpyext/test/test_cpyext.py
--- a/pypy/module/c
Author: Matti Picus
Branch:
Changeset: r86718:8c6dda3297e5
Date: 2016-08-30 07:09 +1000
http://bitbucket.org/pypy/pypy/changeset/8c6dda3297e5/
Log:finish release note
diff --git a/pypy/doc/release-pypy2.7-v5.4.0.rst
b/pypy/doc/release-pypy2.7-v5.4.0.rst
--- a/pypy/doc/release-pypy2.7-v5.4.
Author: Matti Picus
Branch: release-5.x
Changeset: r86716:b127faf95f86
Date: 2016-08-30 07:01 +1000
http://bitbucket.org/pypy/pypy/changeset/b127faf95f86/
Log:update contributors list, missed this for the release
diff --git a/LICENSE b/LICENSE
--- a/LICENSE
+++ b/LICENSE
@@ -74,6 +74,7 @@
Author: Matti Picus
Branch:
Changeset: r86717:52c98aed521e
Date: 2016-08-30 07:01 +1000
http://bitbucket.org/pypy/pypy/changeset/52c98aed521e/
Log:update contributors list, missed this for the release
diff --git a/LICENSE b/LICENSE
--- a/LICENSE
+++ b/LICENSE
@@ -74,6 +74,7 @@
Seo Sanghy
Author: Armin Rigo
Branch: py3.5
Changeset: r86715:f7bd6a9082cf
Date: 2016-08-29 21:20 +0200
http://bitbucket.org/pypy/pypy/changeset/f7bd6a9082cf/
Log:hg merge py3k
___
pypy-commit mailing list
pypy-commit@python.org
https://mail.python.org/mailma
Author: Armin Rigo
Branch: py3k
Changeset: r86714:04cb05574b89
Date: 2016-08-29 21:20 +0200
http://bitbucket.org/pypy/pypy/changeset/04cb05574b89/
Log:hg merge default
diff --git a/rpython/rlib/rposix.py b/rpython/rlib/rposix.py
--- a/rpython/rlib/rposix.py
+++ b/rpython/rlib/rposix.py
@@ -6
Author: Armin Rigo
Branch:
Changeset: r86713:508433399921
Date: 2016-08-29 21:20 +0200
http://bitbucket.org/pypy/pypy/changeset/508433399921/
Log:transplant rpython changes
diff --git a/rpython/rlib/rposix.py b/rpython/rlib/rposix.py
--- a/rpython/rlib/rposix.py
+++ b/rpython/rlib/rposix.py
Author: Armin Rigo
Branch: py3.5
Changeset: r86712:9c68dd229e4f
Date: 2016-08-29 21:18 +0200
http://bitbucket.org/pypy/pypy/changeset/9c68dd229e4f/
Log:hg merge py3.5-scandir
diff --git a/pypy/module/posix/interp_scandir.py
b/pypy/module/posix/interp_scandir.py
--- a/pypy/module/posix/inter
Author: Armin Rigo
Branch: py3.5
Changeset: r86711:9aff532b6729
Date: 2016-08-29 21:04 +0200
http://bitbucket.org/pypy/pypy/changeset/9aff532b6729/
Log:hg merge py3k
diff --git a/lib_pypy/_ctypes/function.py b/lib_pypy/_ctypes/function.py
--- a/lib_pypy/_ctypes/function.py
+++ b/lib_pypy/_ct
Author: Armin Rigo
Branch: py3k
Changeset: r86710:5e30f5104630
Date: 2016-08-29 21:02 +0200
http://bitbucket.org/pypy/pypy/changeset/5e30f5104630/
Log:hg merge default
with suitable refactorings of 990f5b2322e1 for py3k
diff --git a/lib_pypy/_ctypes/function.py b/lib_pypy/_ctypes/fu
Author: Armin Rigo
Branch:
Changeset: r86709:990f5b2322e1
Date: 2016-08-29 20:32 +0200
http://bitbucket.org/pypy/pypy/changeset/990f5b2322e1/
Log:Probable fix for issue #2383: have 'list(S())' call 'S.__getitem__'
if S is a subclass of str with a custom __getitem__.
diff --git a/pyp
Author: Ronan Lamy
Branch:
Changeset: r86708:7d5495ded17e
Date: 2016-08-29 17:37 +0100
http://bitbucket.org/pypy/pypy/changeset/7d5495ded17e/
Log:Move the definition of FakeSpace to the top level, instead of nested
4 levels down
diff --git a/pypy/module/cpyext/test/test_cpyext.py
b
Author: Armin Rigo
Branch:
Changeset: r86707:f4224510b428
Date: 2016-08-29 18:36 +0200
http://bitbucket.org/pypy/pypy/changeset/f4224510b428/
Log:Fixes some calls to functions through Windows' COM interface
diff --git a/lib_pypy/_ctypes/function.py b/lib_pypy/_ctypes/function.py
--- a/lib_p
Author: Armin Rigo
Branch: py3.5-scandir
Changeset: r86706:1f468263bbc2
Date: 2016-08-29 17:29 +0200
http://bitbucket.org/pypy/pypy/changeset/1f468263bbc2/
Log:DirEntry.__repr__()
diff --git a/pypy/module/posix/interp_scandir.py
b/pypy/module/posix/interp_scandir.py
--- a/pypy/module/posix/
Author: Armin Rigo
Branch: extradoc
Changeset: r5690:b3500c9d9877
Date: 2016-08-29 17:21 +0200
http://bitbucket.org/pypy/extradoc/changeset/b3500c9d9877/
Log:"Done"
diff --git a/planning/py3.5/2016-august-progress.rst
b/planning/py3.5/2016-august-progress.rst
--- a/planning/py3.5/2016-augus
Author: Armin Rigo
Branch: py3.5-scandir
Changeset: r86704:fc302e9992ff
Date: 2016-08-29 17:13 +0200
http://bitbucket.org/pypy/pypy/changeset/fc302e9992ff/
Log:hg merge py3.5
diff too long, truncating to 2000 out of 6469 lines
diff --git a/.hgtags b/.hgtags
--- a/.hgtags
+++ b/.hgtags
@@ -2
Author: Armin Rigo
Branch: py3.5-scandir
Changeset: r86705:e69a949f6bcb
Date: 2016-08-29 17:17 +0200
http://bitbucket.org/pypy/pypy/changeset/e69a949f6bcb/
Log:inode()
diff --git a/pypy/module/posix/interp_scandir.py
b/pypy/module/posix/interp_scandir.py
--- a/pypy/module/posix/interp_scand
Author: Armin Rigo
Branch: py3.5
Changeset: r86703:1e8e1e6907c8
Date: 2016-08-29 16:44 +0200
http://bitbucket.org/pypy/pypy/changeset/1e8e1e6907c8/
Log:re.compile().__repr__
diff --git a/pypy/module/_sre/interp_sre.py b/pypy/module/_sre/interp_sre.py
--- a/pypy/module/_sre/interp_sre.py
+++
Author: Richard Plangger
Branch: py3.5-memoryview
Changeset: r86701:a011742662bf
Date: 2016-08-29 16:15 +0200
http://bitbucket.org/pypy/pypy/changeset/a011742662bf/
Log:removed multiply where itemsize is already applied, simplification
diff --git a/pypy/objspace/std/memoryobject.py
b/pypy/o
Author: Richard Plangger
Branch: py3.5-memoryview
Changeset: r86700:520a2f63f5ec
Date: 2016-08-29 16:00 +0200
http://bitbucket.org/pypy/pypy/changeset/520a2f63f5ec/
Log:comment, test simplifiactions, added missing tests not included by
merge
diff --git a/pypy/objspace/std/memoryobjec
Author: Richard Plangger
Branch: py3.5-memoryview
Changeset: r86702:e73551e958eb
Date: 2016-08-29 16:26 +0200
http://bitbucket.org/pypy/pypy/changeset/e73551e958eb/
Log:fixes, uncommented some test lines
diff --git a/pypy/objspace/std/memoryobject.py
b/pypy/objspace/std/memoryobject.py
---
Author: Armin Rigo
Branch: py3.5
Changeset: r86698:a513e5ef114e
Date: 2016-08-29 16:14 +0200
http://bitbucket.org/pypy/pypy/changeset/a513e5ef114e/
Log:hg merge py3k
diff --git a/rpython/rlib/rsre/rsre_char.py b/rpython/rlib/rsre/rsre_char.py
--- a/rpython/rlib/rsre/rsre_char.py
+++ b/rpytho
Author: Armin Rigo
Branch: py3k
Changeset: r86697:57ccc10e7bfc
Date: 2016-08-29 16:13 +0200
http://bitbucket.org/pypy/pypy/changeset/57ccc10e7bfc/
Log:hg merge default
diff --git a/rpython/rlib/rsre/rsre_char.py b/rpython/rlib/rsre/rsre_char.py
--- a/rpython/rlib/rsre/rsre_char.py
+++ b/rpyt
Author: Armin Rigo
Branch: py3.5
Changeset: r86699:64af2a8d31d3
Date: 2016-08-29 16:16 +0200
http://bitbucket.org/pypy/pypy/changeset/64af2a8d31d3/
Log:update
diff --git a/pypy/module/_sre/interp_sre.py b/pypy/module/_sre/interp_sre.py
--- a/pypy/module/_sre/interp_sre.py
+++ b/pypy/module/_
Author: Armin Rigo
Branch:
Changeset: r86696:0262db87059d
Date: 2016-08-29 16:13 +0200
http://bitbucket.org/pypy/pypy/changeset/0262db87059d/
Log:test and fix
diff --git a/rpython/rlib/rsre/rsre_char.py b/rpython/rlib/rsre/rsre_char.py
--- a/rpython/rlib/rsre/rsre_char.py
+++ b/rpython/rlib
Author: Armin Rigo
Branch:
Changeset: r86692:6d29597bf1ac
Date: 2016-08-29 14:36 +0200
http://bitbucket.org/pypy/pypy/changeset/6d29597bf1ac/
Log:Support for re.fullpatch(), for Python >= 3.4
diff --git a/rpython/rlib/rsre/rsre_char.py b/rpython/rlib/rsre/rsre_char.py
--- a/rpython/rlib/rsr
Author: Armin Rigo
Branch: py3k
Changeset: r86693:478944df2b79
Date: 2016-08-29 14:36 +0200
http://bitbucket.org/pypy/pypy/changeset/478944df2b79/
Log:hg merge default
diff --git a/.hgtags b/.hgtags
--- a/.hgtags
+++ b/.hgtags
@@ -28,3 +28,5 @@
c09c19272c990a0611b17569a0085ad1ab00c8ff relea
Author: Armin Rigo
Branch: py3.5
Changeset: r86695:2318b859f5f6
Date: 2016-08-29 14:50 +0200
http://bitbucket.org/pypy/pypy/changeset/2318b859f5f6/
Log:re.fullmatch()
diff --git a/pypy/module/_sre/interp_sre.py b/pypy/module/_sre/interp_sre.py
--- a/pypy/module/_sre/interp_sre.py
+++ b/pypy/
Author: Armin Rigo
Branch: py3.5
Changeset: r86694:c00dea582ece
Date: 2016-08-29 14:36 +0200
http://bitbucket.org/pypy/pypy/changeset/c00dea582ece/
Log:hg merge py3k
diff --git a/.hgtags b/.hgtags
--- a/.hgtags
+++ b/.hgtags
@@ -28,3 +28,5 @@
c09c19272c990a0611b17569a0085ad1ab00c8ff release
Author: Richard Plangger
Branch: py3.5-memoryview
Changeset: r86691:715ec3109ab7
Date: 2016-08-29 14:06 +0200
http://bitbucket.org/pypy/pypy/changeset/715ec3109ab7/
Log:readded missing hex method to bytes. seemed it got lost during a
merge
diff --git a/pypy/objspace/std/bytesobject.p
Author: Matti Picus
Branch: release-5.x
Changeset: r86688:e709f9b755b4
Date: 2016-08-29 21:46 +1000
http://bitbucket.org/pypy/pypy/changeset/e709f9b755b4/
Log:Moved tag release-pypy2.7-v5.4.0 to changeset 77392ad26350 (from
changeset 68bb3510d821)
diff --git a/.hgtags b/.hgtags
--- a
Author: Matti Picus
Branch:
Changeset: r86689:7ccea82f1b25
Date: 2016-08-29 21:50 +1000
http://bitbucket.org/pypy/pypy/changeset/7ccea82f1b25/
Log:merge heads
diff --git a/.hgtags b/.hgtags
--- a/.hgtags
+++ b/.hgtags
@@ -28,3 +28,5 @@
c09c19272c990a0611b17569a0085ad1ab00c8ff release-pypy2
Author: Matti Picus
Branch: release-5.x
Changeset: r86690:c85b4cec18fd
Date: 2016-08-29 21:51 +1000
http://bitbucket.org/pypy/pypy/changeset/c85b4cec18fd/
Log:merge heads
___
pypy-commit mailing list
pypy-commit@python.org
https://mail.python.org/m
Author: Matti Picus
Branch:
Changeset: r86687:00eb13b6882d
Date: 2016-08-29 21:46 +1000
http://bitbucket.org/pypy/pypy/changeset/00eb13b6882d/
Log:Moved tag release-pypy2.7-v5.4.0 to changeset 77392ad26350 (from
changeset 68bb3510d821)
diff --git a/.hgtags b/.hgtags
--- a/.hgtags
++
Author: Richard Plangger
Branch: py3.5-memoryview
Changeset: r86685:981849b5f33c
Date: 2016-08-29 13:08 +0200
http://bitbucket.org/pypy/pypy/changeset/981849b5f33c/
Log:missing test code in last merge
diff --git a/pypy/objspace/std/test/test_memoryobject.py
b/pypy/objspace/std/test/test_mem
Author: Richard Plangger
Branch: py3.5-memoryview
Changeset: r86686:1d9d5dc5f9bb
Date: 2016-08-29 13:48 +0200
http://bitbucket.org/pypy/pypy/changeset/1d9d5dc5f9bb/
Log:new test, some more fixes after the merge
diff --git a/pypy/objspace/std/memoryobject.py
b/pypy/objspace/std/memoryobject.
Author: Richard Plangger
Branch: py3.5-memoryview
Changeset: r86684:493de2daaa30
Date: 2016-08-29 13:04 +0200
http://bitbucket.org/pypy/pypy/changeset/493de2daaa30/
Log:merge py3.5
diff too long, truncating to 2000 out of 4771 lines
diff --git a/.hgtags b/.hgtags
--- a/.hgtags
+++ b/.hgtags
Author: Armin Rigo
Branch: extradoc
Changeset: r5689:fe32ac59353e
Date: 2016-08-29 13:03 +0200
http://bitbucket.org/pypy/extradoc/changeset/fe32ac59353e/
Log:I'll pick pathlib next
diff --git a/planning/py3.5/2016-august-progress.rst
b/planning/py3.5/2016-august-progress.rst
--- a/planning/
Author: Armin Rigo
Branch: py3.5
Changeset: r86683:8e7d1dc6fc7e
Date: 2016-08-29 12:41 +0200
http://bitbucket.org/pypy/pypy/changeset/8e7d1dc6fc7e/
Log:Improve testing of validate.py. Fix it.
diff --git a/pypy/interpreter/astcompiler/astbuilder.py
b/pypy/interpreter/astcompiler/astbuilder.p
Author: Armin Rigo
Branch: py3.5
Changeset: r86682:baa0b1b60dee
Date: 2016-08-29 12:21 +0200
http://bitbucket.org/pypy/pypy/changeset/baa0b1b60dee/
Log:fix test
diff --git a/pypy/interpreter/astcompiler/test/test_compiler.py
b/pypy/interpreter/astcompiler/test/test_compiler.py
--- a/pypy/in
Author: Armin Rigo
Branch: py3.5
Changeset: r86681:7528d42874ea
Date: 2016-08-29 12:16 +0200
http://bitbucket.org/pypy/pypy/changeset/7528d42874ea/
Log:Finally found and fixed the UnicodeDecodeError escaping in RPython
diff --git a/pypy/interpreter/baseobjspace.py b/pypy/interpreter/baseobjs
Author: Richard Plangger
Branch: py3.5-memoryview
Changeset: r86680:4dfc3427fc69
Date: 2016-08-29 12:04 +0200
http://bitbucket.org/pypy/pypy/changeset/4dfc3427fc69/
Log:descr_tolist now returns a nested list constructed using shape + dim
of the memoryview, memoryview now also carries
Author: Armin Rigo
Branch: py3.5
Changeset: r86679:549d60af4953
Date: 2016-08-29 11:55 +0200
http://bitbucket.org/pypy/pypy/changeset/549d60af4953/
Log:Fix test
diff --git a/pypy/interpreter/astcompiler/test/test_compiler.py
b/pypy/interpreter/astcompiler/test/test_compiler.py
--- a/pypy/in
Author: Armin Rigo
Branch: py3.5
Changeset: r86678:2039ed00c6cd
Date: 2016-08-29 11:50 +0200
http://bitbucket.org/pypy/pypy/changeset/2039ed00c6cd/
Log:Fix for test_kw_defaults_None
diff --git a/pypy/interpreter/astcompiler/ast.py
b/pypy/interpreter/astcompiler/ast.py
--- a/pypy/interpreter
Author: Armin Rigo
Branch: py3.5
Changeset: r86677:5acad0a7aef3
Date: 2016-08-29 11:26 +0200
http://bitbucket.org/pypy/pypy/changeset/5acad0a7aef3/
Log:translation fix
diff --git a/pypy/objspace/std/marshal_impl.py
b/pypy/objspace/std/marshal_impl.py
--- a/pypy/objspace/std/marshal_impl.py
Author: Armin Rigo
Branch: py3.5
Changeset: r86676:9d26d61f920a
Date: 2016-08-29 11:15 +0200
http://bitbucket.org/pypy/pypy/changeset/9d26d61f920a/
Log:Be more careful about encoding/decoding to utf-8, as even the
.encode('utf-8') crashes if given the unichar that is normally used
Author: Armin Rigo
Branch: extradoc
Changeset: r5688:b22a689d00ed
Date: 2016-08-29 11:14 +0200
http://bitbucket.org/pypy/extradoc/changeset/b22a689d00ed/
Log:nothing to do specifically for enum
diff --git a/planning/py3.5/2016-august-progress.rst
b/planning/py3.5/2016-august-progress.rst
--
Author: Richard Plangger
Branch: py3.5-memoryview
Changeset: r86675:97a4f9949ccd
Date: 2016-08-29 11:02 +0200
http://bitbucket.org/pypy/pypy/changeset/97a4f9949ccd/
Log:progress on implementing descr_cast 1 -> N dimensions, translation
fixes
diff --git a/pypy/objspace/std/memoryobjec
Author: Armin Rigo
Branch: py3.5
Changeset: r86674:35fc02e01bf7
Date: 2016-08-29 10:42 +0200
http://bitbucket.org/pypy/pypy/changeset/35fc02e01bf7/
Log:Test and fix (and remove the temporary dirty fix which only works if
there is a list object around)
diff --git a/pypy/interpreter/py
Author: Armin Rigo
Branch: py3.5
Changeset: r86673:cea8ccfe05f4
Date: 2016-08-29 09:53 +0200
http://bitbucket.org/pypy/pypy/changeset/cea8ccfe05f4/
Log:Hack at importlib/_bootstrap_external.py to use the same magic
version number for pyc files as the one declared in
pypy/inter
53 matches
Mail list logo