Author: Matti Picus
Branch: buffer-interface
Changeset: r86808:3b99b5a021ee
Date: 2016-09-01 08:48 +0300
http://bitbucket.org/pypy/pypy/changeset/3b99b5a021ee/
Log:modifying ctor.py, might as well add a test for pypy/numpy issues
#52, #53
diff --git a/pypy/module/micronumpy/test/test
Author: Matti Picus
Branch: buffer-interface
Changeset: r86807:6ee997b509c7
Date: 2016-09-01 08:45 +0300
http://bitbucket.org/pypy/pypy/changeset/6ee997b509c7/
Log:this was wrong. if arr.base and dtype='O', simply assume the
pointers are gc objects
diff --git a/pypy/module/micronumpy
Author: Armin Rigo
Branch: reverse-debugger
Changeset: r86806:abac6184118c
Date: 2016-09-01 02:31 +0100
http://bitbucket.org/pypy/pypy/changeset/abac6184118c/
Log:UI tweaks
diff --git a/pypy/interpreter/reverse_debugging.py
b/pypy/interpreter/reverse_debugging.py
--- a/pypy/interpreter/reve
Author: Armin Rigo
Branch: reverse-debugger
Changeset: r86805:e35785260055
Date: 2016-09-01 02:18 +0100
http://bitbucket.org/pypy/pypy/changeset/e35785260055/
Log:more fixes
diff --git a/pypy/interpreter/reverse_debugging.py
b/pypy/interpreter/reverse_debugging.py
--- a/pypy/interpreter/rev
Author: Stefano Rivera
Branch:
Changeset: r86804:447f36f19521
Date: 2016-08-31 16:48 -0700
http://bitbucket.org/pypy/pypy/changeset/447f36f19521/
Log:Avoid blowing up with results that are ~0 but <0 due to floating
point imprecision
diff --git a/rpython/translator/backendopt/inline.
Author: Stefano Rivera
Branch:
Changeset: r86803:e94a1150b191
Date: 2016-08-31 16:41 -0700
http://bitbucket.org/pypy/pypy/changeset/e94a1150b191/
Log:Bump recursionlimit, for translating with cpython
diff --git a/rpython/translator/goal/translate.py
b/rpython/translator/goal/translate.py
-
Author: Armin Rigo
Branch: reverse-debugger
Changeset: r86802:799bea7b4905
Date: 2016-09-01 00:31 +0100
http://bitbucket.org/pypy/pypy/changeset/799bea7b4905/
Log:fixes fixes fixes
now after "b FILENAME:LINENO", will break whenever we reach the
LINENO in a code object with co
Author: Spenser Andrew Bauman
Branch: force-virtual-state
Changeset: r86801:b46132df6a05
Date: 2016-08-31 19:19 -0400
http://bitbucket.org/pypy/pypy/changeset/b46132df6a05/
Log:Assertion and add a proper test
diff --git a/rpython/jit/metainterp/optimizeopt/virtualstate.py
b/rpython/jit/meta
Author: Armin Rigo
Branch:
Changeset: r86800:191a4cce5363
Date: 2016-09-01 01:04 +0200
http://bitbucket.org/pypy/pypy/changeset/191a4cce5363/
Log:Add a failing (skipped) whitebox test and a test about ctypes that
fails on -A (xfailed)
diff --git a/pypy/module/test_lib_pypy/ctypes_te
Author: Stefano Rivera
Branch:
Changeset: r86799:e075b4dfeb37
Date: 2016-08-31 14:51 -0700
http://bitbucket.org/pypy/pypy/changeset/e075b4dfeb37/
Log:name can be None
diff --git a/rpython/rlib/rdynload.py b/rpython/rlib/rdynload.py
--- a/rpython/rlib/rdynload.py
+++ b/rpython/rlib/rdynload.
Author: Armin Rigo
Branch:
Changeset: r86798:3f56c9ee1d6e
Date: 2016-08-31 23:43 +0200
http://bitbucket.org/pypy/pypy/changeset/3f56c9ee1d6e/
Log:hck on top of previous hacks
diff --git a/rpython/rlib/rdynload.py b/rpython/rlib/rdynload.py
--- a/rpython/rlib/rdynload.py
+++ b/rpython/rl
Author: Carl Friedrich Bolz
Branch:
Changeset: r86796:573ad1ed00c6
Date: 2016-08-31 21:59 +0100
http://bitbucket.org/pypy/pypy/changeset/573ad1ed00c6/
Log:improve method calls on oldstyle classes
diff --git a/pypy/module/__builtin__/interp_classobj.py
b/pypy/module/__builtin__/interp_class
Author: Carl Friedrich Bolz
Branch:
Changeset: r86797:ec5bb4dd8a06
Date: 2016-08-31 22:07 +0100
http://bitbucket.org/pypy/pypy/changeset/ec5bb4dd8a06/
Log:merge heads
diff --git a/rpython/rlib/rsre/rsre_core.py b/rpython/rlib/rsre/rsre_core.py
--- a/rpython/rlib/rsre/rsre_core.py
+++ b/rpyt
Author: Armin Rigo
Branch: py3k
Changeset: r86794:adcb5fc61bbe
Date: 2016-08-31 22:57 +0200
http://bitbucket.org/pypy/pypy/changeset/adcb5fc61bbe/
Log:hg merge default
diff --git a/rpython/rlib/rsre/rsre_core.py b/rpython/rlib/rsre/rsre_core.py
--- a/rpython/rlib/rsre/rsre_core.py
+++ b/rpyt
Author: Armin Rigo
Branch: py3.5
Changeset: r86795:ca71a23cdf5e
Date: 2016-08-31 22:57 +0200
http://bitbucket.org/pypy/pypy/changeset/ca71a23cdf5e/
Log:hg merge py3k
diff --git a/lib_pypy/_ctypes/basics.py b/lib_pypy/_ctypes/basics.py
--- a/lib_pypy/_ctypes/basics.py
+++ b/lib_pypy/_ctypes/b
Author: Armin Rigo
Branch:
Changeset: r86793:71e54b79286e
Date: 2016-08-31 22:56 +0200
http://bitbucket.org/pypy/pypy/changeset/71e54b79286e/
Log:Fix: the CPython 3.5 sre_compile.py produces different codes in very
rare cases
diff --git a/rpython/rlib/rsre/rsre_core.py b/rpython/rli
Author: Ronan Lamy
Branch: py3k
Changeset: r86792:76de024304d4
Date: 2016-08-31 20:10 +0100
http://bitbucket.org/pypy/pypy/changeset/76de024304d4/
Log:fix memoryview()
diff --git a/lib_pypy/_ctypes/basics.py b/lib_pypy/_ctypes/basics.py
--- a/lib_pypy/_ctypes/basics.py
+++ b/lib_pypy/_ctypes
Author: Armin Rigo
Branch: py3.5
Changeset: r86790:134d5b23ab97
Date: 2016-08-31 19:29 +0100
http://bitbucket.org/pypy/pypy/changeset/134d5b23ab97/
Log:hg merge py3k
diff --git a/pypy/objspace/std/objspace.py b/pypy/objspace/std/objspace.py
--- a/pypy/objspace/std/objspace.py
+++ b/pypy/objs
Author: Armin Rigo
Branch: py3.5
Changeset: r86791:5ddc53d46363
Date: 2016-08-31 20:04 +0100
http://bitbucket.org/pypy/pypy/changeset/5ddc53d46363/
Log:Quick non-fix to let translation proceed
diff --git a/pypy/objspace/std/formatting.py b/pypy/objspace/std/formatting.py
--- a/pypy/objspace/
Author: Matti Picus
Branch: buffer-interface
Changeset: r86789:2606925a333b
Date: 2016-08-31 21:18 +0300
http://bitbucket.org/pypy/pypy/changeset/2606925a333b/
Log:add missing method override
diff --git a/pypy/module/cpyext/slotdefs.py b/pypy/module/cpyext/slotdefs.py
--- a/pypy/module/cpyex
Author: Armin Rigo
Branch: reverse-debugger
Changeset: r86788:8aa212be6c45
Date: 2016-08-31 19:07 +0100
http://bitbucket.org/pypy/pypy/changeset/8aa212be6c45/
Log:user interface
diff --git a/pypy/interpreter/reverse_debugging.py
b/pypy/interpreter/reverse_debugging.py
--- a/pypy/interpreter
Author: Ronan Lamy
Branch: py3k
Changeset: r86787:f06558622d28
Date: 2016-08-31 18:18 +0100
http://bitbucket.org/pypy/pypy/changeset/f06558622d28/
Log:Remove debugging leftover
diff --git a/pypy/objspace/std/objspace.py b/pypy/objspace/std/objspace.py
--- a/pypy/objspace/std/objspace.py
+++
Author: Armin Rigo
Branch: extradoc
Changeset: r783:097e4f70c803
Date: 2016-08-31 19:18 +0200
http://bitbucket.org/pypy/pypy.org/changeset/097e4f70c803/
Log:Copy some documentation about ``-X track-resources`` here as well
diff --git a/compat.html b/compat.html
--- a/compat.html
+++ b/compat
Author: Armin Rigo
Branch: reverse-debugger
Changeset: r86786:2c419984a223
Date: 2016-08-31 18:52 +0200
http://bitbucket.org/pypy/pypy/changeset/2c419984a223/
Log:Translation fixes
diff --git a/pypy/interpreter/reverse_debugging.py
b/pypy/interpreter/reverse_debugging.py
--- a/pypy/interpre
Author: Armin Rigo
Branch: extradoc
Changeset: r782:db1924be1759
Date: 2016-08-31 18:25 +0200
http://bitbucket.org/pypy/pypy.org/changeset/db1924be1759/
Log:update the values
diff --git a/don4.html b/don4.html
--- a/don4.html
+++ b/don4.html
@@ -9,7 +9,7 @@
$(function() {
$("#progr
Author: Ronan Lamy
Branch: py3.5
Changeset: r86785:3d0c8318b98d
Date: 2016-08-31 16:26 +0100
http://bitbucket.org/pypy/pypy/changeset/3d0c8318b98d/
Log:hg merge py3k
diff --git a/pypy/module/__builtin__/descriptor.py
b/pypy/module/__builtin__/descriptor.py
--- a/pypy/module/__builtin__/desc
Author: Ronan Lamy
Branch: py3k
Changeset: r86784:00ac4fb4c63b
Date: 2016-08-31 16:21 +0100
http://bitbucket.org/pypy/pypy/changeset/00ac4fb4c63b/
Log:Fix shape of array buffers
diff --git a/pypy/module/array/interp_array.py
b/pypy/module/array/interp_array.py
--- a/pypy/module/array/interp
Author: Edd Barrett
Branch: asmmemmgr-for-code-only
Changeset: r86783:0b20f17103f9
Date: 2016-08-31 16:15 +0100
http://bitbucket.org/pypy/pypy/changeset/0b20f17103f9/
Log:Fix more W^X.
diff --git a/rpython/jit/backend/llsupport/gcreftracer.py
b/rpython/jit/backend/llsupport/gcreftracer.py
-
Author: Ronan Lamy
Branch: py3k
Changeset: r86782:d9e0a4feb77e
Date: 2016-08-31 16:12 +0100
http://bitbucket.org/pypy/pypy/changeset/d9e0a4feb77e/
Log:Backport memoryview changes from 3.5
diff --git a/pypy/module/array/interp_array.py
b/pypy/module/array/interp_array.py
--- a/pypy/module/ar
Author: Matti Picus
Branch: extradoc
Changeset: r781:d2a617895143
Date: 2016-08-31 18:09 +0300
http://bitbucket.org/pypy/pypy.org/changeset/d2a617895143/
Log:update, regenerate download links for release
diff --git a/download.html b/download.html
--- a/download.html
+++ b/download.html
@@ -7
Author: Armin Rigo
Branch: reverse-debugger
Changeset: r86780:fc28ecc9228c
Date: 2016-08-31 16:53 +0200
http://bitbucket.org/pypy/pypy/changeset/fc28ecc9228c/
Log:Fix
diff --git a/pypy/interpreter/test/test_reverse_debugging.py
b/pypy/interpreter/test/test_reverse_debugging.py
--- a/pypy/in
Author: Armin Rigo
Branch: reverse-debugger
Changeset: r86779:7166e102d539
Date: 2016-08-31 16:05 +0200
http://bitbucket.org/pypy/pypy/changeset/7166e102d539/
Log:Breakpoints at given line numbers: starting
diff --git a/pypy/interpreter/reverse_debugging.py
b/pypy/interpreter/reverse_debugg
Author: Armin Rigo
Branch: reverse-debugger
Changeset: r86781:99b8ccb0e43a
Date: 2016-08-31 16:53 +0200
http://bitbucket.org/pypy/pypy/changeset/99b8ccb0e43a/
Log:in-progress: activate breakpoints based on line number
diff --git a/pypy/interpreter/reverse_debugging.py
b/pypy/interpreter/rev
Author: Armin Rigo
Branch: extradoc
Changeset: r5699:19ee8f38e22f
Date: 2016-08-31 16:48 +0200
http://bitbucket.org/pypy/extradoc/changeset/19ee8f38e22f/
Log:Copy this from pypy-z
diff --git a/planning/py3.5/py35plan-milestones.rst
b/planning/py3.5/py35plan-milestones.rst
new file mode 1006
Author: Ronan Lamy
Branch: py3k
Changeset: r86778:eb9659774e72
Date: 2016-08-31 15:34 +0100
http://bitbucket.org/pypy/pypy/changeset/eb9659774e72/
Log:fix translation
diff --git a/pypy/module/__builtin__/descriptor.py
b/pypy/module/__builtin__/descriptor.py
--- a/pypy/module/__builtin__/des
Author: Spenser Andrew Bauman
Branch: force-virtual-state
Changeset: r86777:cd41860150a5
Date: 2016-08-30 15:08 -0400
http://bitbucket.org/pypy/pypy/changeset/cd41860150a5/
Log:Try forcing virtual objects to avoid jumping to preamble
diff --git a/rpython/jit/metainterp/optimizeopt/unroll.py
Author: Armin Rigo
Branch: reverse-debugger
Changeset: r86776:652ce0f5b981
Date: 2016-08-31 14:12 +0200
http://bitbucket.org/pypy/pypy/changeset/652ce0f5b981/
Log:update to release 5.4.0
diff --git a/lib_pypy/gdbm.py b/lib_pypy/gdbm.py
--- a/lib_pypy/gdbm.py
+++ b/lib_pypy/gdbm.py
@@ -137,6
Author: Richard Plangger
Branch: py3.5
Changeset: r86774:daec70259c2e
Date: 2016-08-31 13:35 +0200
http://bitbucket.org/pypy/pypy/changeset/daec70259c2e/
Log:merge byte format for bytes & bytearray
diff --git a/pypy/objspace/std/bytearrayobject.py
b/pypy/objspace/std/bytearrayobject.py
---
Author: Richard Plangger
Branch: py3.5
Changeset: r86775:0e0dad8e1f2a
Date: 2016-08-31 13:36 +0200
http://bitbucket.org/pypy/pypy/changeset/0e0dad8e1f2a/
Log:merge heads
diff --git a/lib-python/2.7/distutils/sysconfig_pypy.py
b/lib-python/2.7/distutils/sysconfig_pypy.py
--- a/lib-python/2.7
Author: Armin Rigo
Branch: extradoc
Changeset: r5698:741aab547df8
Date: 2016-08-31 12:00 +0200
http://bitbucket.org/pypy/extradoc/changeset/741aab547df8/
Log:another to-do
diff --git a/planning/py3.5/milestone-1-progress.rst
b/planning/py3.5/milestone-1-progress.rst
--- a/planning/py3.5/mil
Author: Richard Plangger
Branch: py3.5-byteformat
Changeset: r86773:0f2109d50a32
Date: 2016-08-31 11:44 +0200
http://bitbucket.org/pypy/pypy/changeset/0f2109d50a32/
Log:added descr_mod to W_BytearrayObject + tests, already passing
diff --git a/pypy/objspace/std/bytearrayobject.py
b/pypy/obj
Author: Richard Plangger
Branch: py3.5-byteformat
Changeset: r86772:cb92a4ecf35d
Date: 2016-08-31 11:26 +0200
http://bitbucket.org/pypy/pypy/changeset/cb92a4ecf35d/
Log:bytearray can now be formatted by %b
diff --git a/pypy/objspace/std/formatting.py b/pypy/objspace/std/formatting.py
--- a/p
Author: Armin Rigo
Branch: extradoc
Changeset: r5697:cb1e43867d2c
Date: 2016-08-31 11:26 +0200
http://bitbucket.org/pypy/extradoc/changeset/cb1e43867d2c/
Log:Not a crasher, but a doubtful-in-my-opinion design decision
diff --git a/planning/py3.5/cpython-crashers.rst
b/planning/py3.5/cpython
Author: Armin Rigo
Branch: extradoc
Changeset: r5696:55019142e241
Date: 2016-08-31 11:13 +0200
http://bitbucket.org/pypy/extradoc/changeset/55019142e241/
Log:Rename the sections
diff --git a/planning/py3.5/milestone-1-progress.rst
b/planning/py3.5/milestone-1-progress.rst
--- a/planning/py3
Author: Armin Rigo
Branch: extradoc
Changeset: r5695:1ef0806eb0e8
Date: 2016-08-31 11:00 +0200
http://bitbucket.org/pypy/extradoc/changeset/1ef0806eb0e8/
Log:Rename the file
diff --git a/planning/py3.5/2016-august-progress.rst
b/planning/py3.5/milestone-1-progress.rst
rename from planning/p
Author: Richard Plangger
Branch: py3.5-byteformat
Changeset: r86771:45a8ee6fd44d
Date: 2016-08-31 10:58 +0200
http://bitbucket.org/pypy/pypy/changeset/45a8ee6fd44d/
Log:add test and impl %b format
diff --git a/pypy/objspace/std/formatting.py b/pypy/objspace/std/formatting.py
--- a/pypy/objsp
Author: Richard Plangger
Branch: py3.5-byteformat
Changeset: r86770:8007dd7e86a6
Date: 2016-08-31 10:15 +0200
http://bitbucket.org/pypy/pypy/changeset/8007dd7e86a6/
Log:redirect format r to a in py3
diff --git a/pypy/objspace/std/formatting.py b/pypy/objspace/std/formatting.py
--- a/pypy/obj
Author: Armin Rigo
Branch: py3k
Changeset: r86768:60119aad4cd8
Date: 2016-08-31 10:45 +0200
http://bitbucket.org/pypy/pypy/changeset/60119aad4cd8/
Log:Move this loop out of the way of the JIT
diff --git a/pypy/objspace/std/unicodeobject.py
b/pypy/objspace/std/unicodeobject.py
--- a/pypy/obj
Author: Armin Rigo
Branch: py3.5
Changeset: r86769:37ffd1a52ce6
Date: 2016-08-31 10:45 +0200
http://bitbucket.org/pypy/pypy/changeset/37ffd1a52ce6/
Log:hg merge py3k
diff --git a/lib-python/2.7/distutils/sysconfig_pypy.py
b/lib-python/2.7/distutils/sysconfig_pypy.py
--- a/lib-python/2.7/dis
Author: Armin Rigo
Branch: py3k
Changeset: r86766:c080e77ee085
Date: 2016-08-31 10:40 +0200
http://bitbucket.org/pypy/pypy/changeset/c080e77ee085/
Log:hg merge default
diff --git a/lib-python/2.7/distutils/sysconfig_pypy.py
b/lib-python/2.7/distutils/sysconfig_pypy.py
--- a/lib-python/2.7/d
Author: Armin Rigo
Branch: py3k
Changeset: r86767:8be5d923f6ae
Date: 2016-08-31 10:40 +0200
http://bitbucket.org/pypy/pypy/changeset/8be5d923f6ae/
Log:merge heads
diff --git a/pypy/module/__builtin__/test/test_builtin.py
b/pypy/module/__builtin__/test/test_builtin.py
--- a/pypy/module/__bui
Author: Armin Rigo
Branch:
Changeset: r86765:728a9942eb3e
Date: 2016-08-31 10:25 +0200
http://bitbucket.org/pypy/pypy/changeset/728a9942eb3e/
Log:Issue #2386: non-latin1 unicode keys were ignored in
'unicode.format(**d)'
diff --git a/pypy/objspace/std/newformat.py b/pypy/objspace/st
Author: Armin Rigo
Branch:
Changeset: r86764:e0f2d6ff08e9
Date: 2016-08-31 10:07 +0200
http://bitbucket.org/pypy/pypy/changeset/e0f2d6ff08e9/
Log:Move 'self.is_unicode' to a class attribute (it's a constant anyway)
diff --git a/pypy/objspace/std/newformat.py b/pypy/objspace/std/newformat.py
Author: Richard Plangger
Branch: extradoc
Changeset: r5694:566907ba0aec
Date: 2016-08-31 08:07 +0200
http://bitbucket.org/pypy/extradoc/changeset/566907ba0aec/
Log:add me to pep 461 task (bytes % format)
diff --git a/planning/py3.5/2016-august-progress.rst
b/planning/py3.5/2016-august-progr
Author: Richard Plangger
Branch: py3.5-byteformat
Changeset: r86763:0fe90d1f2c7e
Date: 2016-08-31 09:13 +0200
http://bitbucket.org/pypy/pypy/changeset/0fe90d1f2c7e/
Log:add more edges cases to the test as described in the pep 461
diff --git a/pypy/objspace/std/formatting.py b/pypy/objspace/s
55 matches
Mail list logo