Author: Richard Plangger
Branch:
Changeset: r83678:13f292553b0d
Date: 2016-04-15 09:00 +0200
http://bitbucket.org/pypy/pypy/changeset/13f292553b0d/
Log:translation issue resolved
diff --git a/rpython/jit/backend/zarch/regalloc.py
b/rpython/jit/backend/zarch/regalloc.py
--- a/rpython/jit/ba
Author: mattip
Branch: cpyext-ext
Changeset: r83679:f696f49a3534
Date: 2016-04-14 01:07 +0300
http://bitbucket.org/pypy/pypy/changeset/f696f49a3534/
Log:remove debug cruft
diff --git a/pypy/module/cpyext/test/foo3.c b/pypy/module/cpyext/test/foo3.c
--- a/pypy/module/cpyext/test/foo3.c
+++ b/
Author: mattip
Branch: cpyext-ext
Changeset: r83680:dabbf2aa9497
Date: 2016-04-15 10:22 +0300
http://bitbucket.org/pypy/pypy/changeset/dabbf2aa9497/
Log:make fooc3 more like numpy's PyCDoubleArrType_Type
diff --git a/pypy/module/cpyext/test/foo3.c b/pypy/module/cpyext/test/foo3.c
--- a/pypy/
Author: mattip
Branch: cpyext-ext
Changeset: r83681:a50ca22b1068
Date: 2016-04-15 10:22 +0300
http://bitbucket.org/pypy/pypy/changeset/a50ca22b1068/
Log:cleanup
diff --git a/pypy/module/cpyext/pyobject.py b/pypy/module/cpyext/pyobject.py
--- a/pypy/module/cpyext/pyobject.py
+++ b/pypy/module
Author: mattip
Branch: cpyext-ext
Changeset: r83684:871731f97a39
Date: 2016-04-15 10:27 +0300
http://bitbucket.org/pypy/pypy/changeset/871731f97a39/
Log:improve debug output when WARN_ABOUT_MISSING_SLOT_FUNCTIONS is True
diff --git a/pypy/module/cpyext/typeobject.py b/pypy/module/cpyext/type
Author: mattip
Branch: cpyext-ext
Changeset: r83682:6e02ba5b13d9
Date: 2016-04-15 10:24 +0300
http://bitbucket.org/pypy/pypy/changeset/6e02ba5b13d9/
Log:avoid segfault in -A tests, still lookiong for why this happens
diff --git a/pypy/objspace/std/typeobject.py b/pypy/objspace/std/typeobject
Author: mattip
Branch: cpyext-ext
Changeset: r83683:f85aaa2e601f
Date: 2016-04-15 10:25 +0300
http://bitbucket.org/pypy/pypy/changeset/f85aaa2e601f/
Log:remove printing
diff --git a/pypy/module/cpyext/typeobject.py b/pypy/module/cpyext/typeobject.py
--- a/pypy/module/cpyext/typeobject.py
+++
Author: Armin Rigo
Branch:
Changeset: r83685:5319e039544e
Date: 2016-04-15 16:13 +0200
http://bitbucket.org/pypy/pypy/changeset/5319e039544e/
Log:Two tests and two related fixes in typeobject (segfaults the
translated pypy)
diff --git a/pypy/objspace/std/test/test_typeobject.py
b/p
Author: Ronan Lamy
Branch: follow_symlinks
Changeset: r83686:33cd62260a0c
Date: 2016-04-15 16:25 +0100
http://bitbucket.org/pypy/pypy/changeset/33cd62260a0c/
Log:Allow fd in os.pathconf()
diff --git a/pypy/module/posix/interp_posix.py
b/pypy/module/posix/interp_posix.py
--- a/pypy/module/po
Author: Ronan Lamy
Branch: follow_symlinks
Changeset: r83687:a60a494657a8
Date: 2016-04-15 16:42 +0100
http://bitbucket.org/pypy/pypy/changeset/a60a494657a8/
Log:Corner case: don't crash if path == -1
diff --git a/pypy/module/posix/interp_posix.py
b/pypy/module/posix/interp_posix.py
--- a/p
Author: Armin Rigo
Branch:
Changeset: r2657:28bd9c90bce3
Date: 2016-04-15 17:55 +0200
http://bitbucket.org/cffi/cffi/changeset/28bd9c90bce3/
Log:Test and fix for converting empty ffi's in embedding mode
diff --git a/cffi/recompiler.py b/cffi/recompiler.py
--- a/cffi/recompiler.py
+++ b/cffi
Author: Ronan Lamy
Branch:
Changeset: r83689:379d221b82b9
Date: 2016-04-15 17:11 +0100
http://bitbucket.org/pypy/pypy/changeset/379d221b82b9/
Log:Merged in rposix-for-3 (pull request #427)
Rposix for 3
diff --git a/rpython/rlib/rposix_stat.py b/rpython/rlib/rposix_stat.py
--- a/rpy
Author: Ronan Lamy
Branch: rposix-for-3
Changeset: r83688:9f8e819317a9
Date: 2016-04-15 17:11 +0100
http://bitbucket.org/pypy/pypy/changeset/9f8e819317a9/
Log:Close branch rposix-for-3
___
pypy-commit mailing list
pypy-commit@python.org
https://mai
Author: Armin Rigo
Branch:
Changeset: r2658:21bef1a21d1b
Date: 2016-04-15 18:23 +0200
http://bitbucket.org/cffi/cffi/changeset/21bef1a21d1b/
Log:ffi.rawstring(), with a minimal interface
diff --git a/c/_cffi_backend.c b/c/_cffi_backend.c
--- a/c/_cffi_backend.c
+++ b/c/_cffi_backend.c
@@ -5
Author: Armin Rigo
Branch:
Changeset: r2659:d13f78c88231
Date: 2016-04-15 18:28 +0200
http://bitbucket.org/cffi/cffi/changeset/d13f78c88231/
Log:Add a test here
diff --git a/c/test_c.py b/c/test_c.py
--- a/c/test_c.py
+++ b/c/test_c.py
@@ -3525,3 +3525,18 @@
d = {}
_get_common_typ
Author: Ronan Lamy
Branch: py3k
Changeset: r83690:1a9530342a5f
Date: 2016-04-15 17:47 +0100
http://bitbucket.org/pypy/pypy/changeset/1a9530342a5f/
Log:hg merge default
diff too long, truncating to 2000 out of 6434 lines
diff --git a/pypy/doc/index-of-release-notes.rst
b/pypy/doc/index-of-r
Author: Armin Rigo
Branch:
Changeset: r2660:89ba430d6c58
Date: 2016-04-15 19:11 +0200
http://bitbucket.org/cffi/cffi/changeset/89ba430d6c58/
Log:Also accept arrays of int8_t or uint8_t, like ffi.string()
diff --git a/c/_cffi_backend.c b/c/_cffi_backend.c
--- a/c/_cffi_backend.c
+++ b/c/_cff
Author: Armin Rigo
Branch:
Changeset: r83691:556303cdfd09
Date: 2016-04-15 19:29 +0200
http://bitbucket.org/pypy/pypy/changeset/556303cdfd09/
Log:Add ffi.rawstring()
diff --git a/pypy/module/_cffi_backend/__init__.py
b/pypy/module/_cffi_backend/__init__.py
--- a/pypy/module/_cffi_backend/_
Author: Armin Rigo
Branch:
Changeset: r2661:6e5dfaf706ba
Date: 2016-04-15 19:36 +0200
http://bitbucket.org/cffi/cffi/changeset/6e5dfaf706ba/
Log:Python3 compat
diff --git a/c/test_c.py b/c/test_c.py
--- a/c/test_c.py
+++ b/c/test_c.py
@@ -3529,9 +3529,9 @@
def test_rawstring():
BChar
Author: Philip Jenvey
Branch:
Changeset: r83692:2a98879d4193
Date: 2016-04-15 13:46 -0700
http://bitbucket.org/pypy/pypy/changeset/2a98879d4193/
Log:clarify UINT handling
diff --git a/pypy/module/array/interp_array.py
b/pypy/module/array/interp_array.py
--- a/pypy/module/array/interp_array
Author: Philip Jenvey
Branch: py3k
Changeset: r83693:34627b5368d9
Date: 2016-04-15 13:46 -0700
http://bitbucket.org/pypy/pypy/changeset/34627b5368d9/
Log:clarify UINT handling (grafted from
2a98879d41935b018e38646f5a2c48f5d4736e77)
diff --git a/pypy/module/array/interp_array.py
b/py
Author: Philip Jenvey
Branch: py3k
Changeset: r83694:fc05d7cc3776
Date: 2016-04-15 14:06 -0700
http://bitbucket.org/pypy/pypy/changeset/fc05d7cc3776/
Log:fix for py3k's new convert scheme
diff --git a/pypy/module/array/interp_array.py
b/pypy/module/array/interp_array.py
--- a/pypy/module/ar
Author: Philip Jenvey
Branch: py3k
Changeset: r83695:3bc87fc47479
Date: 2016-04-15 16:10 -0700
http://bitbucket.org/pypy/pypy/changeset/3bc87fc47479/
Log:merge default
diff --git a/pypy/module/_cffi_backend/__init__.py
b/pypy/module/_cffi_backend/__init__.py
--- a/pypy/module/_cffi_backend/
Author: Philip Jenvey
Branch: py3k
Changeset: r83696:93e3beb469e2
Date: 2016-04-15 16:33 -0700
http://bitbucket.org/pypy/pypy/changeset/93e3beb469e2/
Log:reapply test_hash skips from ce0cdf69b07a
diff --git a/lib-python/3/test/test_hash.py b/lib-python/3/test/test_hash.py
--- a/lib-python/3/
Author: Philip Jenvey
Branch: py3.3-hashfix
Changeset: r83702:8520044ca6a8
Date: 2016-04-15 18:53 -0700
http://bitbucket.org/pypy/pypy/changeset/8520044ca6a8/
Log:close branch
___
pypy-commit mailing list
pypy-commit@python.org
https://mail.python.
Author: Kunal Grover
Branch: py3.3-hashfix
Changeset: r83698:da3b47de3e90
Date: 2016-02-19 01:23 +0530
http://bitbucket.org/pypy/pypy/changeset/da3b47de3e90/
Log:Raise NotImplemented when value not an integer or float in
specialisedtuple
diff --git a/pypy/objspace/std/intobject.py b/
Author: Kunal Grover
Branch: py3.3-hashfix
Changeset: r83700:4b8aa2cad808
Date: 2016-02-19 04:00 +0530
http://bitbucket.org/pypy/pypy/changeset/4b8aa2cad808/
Log:Minor fix
diff --git a/pypy/objspace/std/intobject.py b/pypy/objspace/std/intobject.py
--- a/pypy/objspace/std/intobject.py
+++ b/
Author: Kunal Grover
Branch: py3.3-hashfix
Changeset: r83697:7aa21c0ec926
Date: 2016-02-19 00:54 +0530
http://bitbucket.org/pypy/pypy/changeset/7aa21c0ec926/
Log:Use intobject hash function for specialisedtuple
diff --git a/pypy/objspace/std/intobject.py b/pypy/objspace/std/intobject.py
---
Author: Philip Jenvey
Branch: py3k
Changeset: r83701:32e47f04869f
Date: 2016-04-15 18:52 -0700
http://bitbucket.org/pypy/pypy/changeset/32e47f04869f/
Log:merge kunalgrover05/pypy/py3.3-hashfix (pull request #402)
use intobject hash function for specialisedtuple
diff --git a/pypy/obj
Author: Kunal Grover
Branch: py3.3-hashfix
Changeset: r83699:605e04e0e53d
Date: 2016-02-19 03:50 +0530
http://bitbucket.org/pypy/pypy/changeset/605e04e0e53d/
Log:Added test
diff --git a/pypy/objspace/std/test/test_specialisedtupleobject.py
b/pypy/objspace/std/test/test_specialisedtupleobjec
30 matches
Mail list logo