Author: Matti Picus
Branch: cpyext-more-slots
Changeset: r84316:1c44cdfc2868
Date: 2016-05-09 06:28 +0300
http://bitbucket.org/pypy/pypy/changeset/1c44cdfc2868/
Log:close branch to be merged
___
pypy-commit mailing list
pypy-commit@python.org
https
Author: Matti Picus
Branch:
Changeset: r84317:e4e5becbcac3
Date: 2016-05-09 06:30 +0300
http://bitbucket.org/pypy/pypy/changeset/e4e5becbcac3/
Log:merge cpyext-more-slots which fill in more slots from w_type
diff --git a/pypy/doc/whatsnew-head.rst b/pypy/doc/whatsnew-head.rst
--- a/pypy/doc
Author: Matti Picus
Branch:
Changeset: r84315:392dd419f5d0
Date: 2016-05-09 03:19 +
http://bitbucket.org/pypy/pypy/changeset/392dd419f5d0/
Log:fix tests for 32 bit and running as root in chroot
tests still fail since rffi.INTPTR_T is ending up as a 'Signed' in
the ptr-to
Author: Matti Picus
Branch: cpyext-more-slots
Changeset: r84311:c08bfcbb6937
Date: 2016-05-08 18:45 +0300
http://bitbucket.org/pypy/pypy/changeset/c08bfcbb6937/
Log:add more unary, binary functions; seems to fix np.float32(5.0) * 1.0
problem
diff --git a/pypy/module/cpyext/slotdefs.p
Author: Matti Picus
Branch: cpyext-more-slots
Changeset: r84313:eaa65dc3d92b
Date: 2016-05-08 22:09 +0300
http://bitbucket.org/pypy/pypy/changeset/eaa65dc3d92b/
Log:tp_internext needs to be handled seperately
diff --git a/pypy/module/cpyext/slotdefs.py b/pypy/module/cpyext/slotdefs.py
--- a/
Author: Matti Picus
Branch: cpyext-more-slots
Changeset: r84308:a825b9c50a12
Date: 2016-05-07 21:51 +0300
http://bitbucket.org/pypy/pypy/changeset/a825b9c50a12/
Log:inherit slot functions from base, bases types
___
pypy-commit mailing list
pypy-com
Author: Matti Picus
Branch: cpyext-more-slots
Changeset: r84312:d41bc96f8882
Date: 2016-05-08 21:58 +0300
http://bitbucket.org/pypy/pypy/changeset/d41bc96f8882/
Log:add more slot functions
diff --git a/pypy/module/cpyext/slotdefs.py b/pypy/module/cpyext/slotdefs.py
--- a/pypy/module/cpyext/s
Author: Matti Picus
Branch: cpyext-more-slots
Changeset: r84310:03f7118df38b
Date: 2016-05-07 22:49 +0300
http://bitbucket.org/pypy/pypy/changeset/03f7118df38b/
Log:typo
diff --git a/pypy/module/cpyext/slotdefs.py b/pypy/module/cpyext/slotdefs.py
--- a/pypy/module/cpyext/slotdefs.py
+++ b/py
Author: Matti Picus
Branch: cpyext-more-slots
Changeset: r84309:efc2f2833423
Date: 2016-05-07 21:52 +0300
http://bitbucket.org/pypy/pypy/changeset/efc2f2833423/
Log:simplify large switch for unary functions
diff --git a/pypy/module/cpyext/slotdefs.py b/pypy/module/cpyext/slotdefs.py
--- a/py
Author: Matti Picus
Branch: cpyext-more-slots
Changeset: r84314:eef6d2175abb
Date: 2016-05-08 22:31 +0300
http://bitbucket.org/pypy/pypy/changeset/eef6d2175abb/
Log:merge default into branch
diff --git a/lib_pypy/cffi/api.py b/lib_pypy/cffi/api.py
--- a/lib_pypy/cffi/api.py
+++ b/lib_pypy/cf
Author: Philip Jenvey
Branch: py3k
Changeset: r84307:3be2e22ef987
Date: 2016-05-08 11:59 -0700
http://bitbucket.org/pypy/pypy/changeset/3be2e22ef987/
Log:kill SSLContext.check_hostname, it's for 3.4 (or modern 2.9) ssl.py.
exposing it gives the impression that we provide a 3.4 ssl.py
Author: Philip Jenvey
Branch: py3k
Changeset: r84306:7832fcede2fc
Date: 2016-05-08 11:32 -0700
http://bitbucket.org/pypy/pypy/changeset/7832fcede2fc/
Log:fix after merge
diff --git a/pypy/module/cpyext/test/test_version.py
b/pypy/module/cpyext/test/test_version.py
--- a/pypy/module/cpyext/t
Author: Philip Jenvey
Branch: py3k
Changeset: r84305:95430613866d
Date: 2016-05-08 11:25 -0700
http://bitbucket.org/pypy/pypy/changeset/95430613866d/
Log:kill test_immutabledoc
diff --git a/pypy/interpreter/test/test_class.py
b/pypy/interpreter/test/test_class.py
--- a/pypy/interpreter/test
Author: Matti Picus
Branch:
Changeset: r84304:bff74066a4e2
Date: 2016-05-08 20:15 +0300
http://bitbucket.org/pypy/pypy/changeset/bff74066a4e2/
Log:document merged branch
diff --git a/pypy/doc/whatsnew-head.rst b/pypy/doc/whatsnew-head.rst
--- a/pypy/doc/whatsnew-head.rst
+++ b/pypy/doc/what
Author: Matti Picus
Branch: cleanups
Changeset: r84302:325008782c89
Date: 2016-05-08 20:10 +0300
http://bitbucket.org/pypy/pypy/changeset/325008782c89/
Log:close branch to be merged
___
pypy-commit mailing list
pypy-commit@python.org
https://mail.p
Author: Matti Picus
Branch: cleanups
Changeset: r84301:a42fff844fd3
Date: 2016-05-08 19:52 +0300
http://bitbucket.org/pypy/pypy/changeset/a42fff844fd3/
Log:Backed out changeset: 7bdeb693d88b - needed in order to change
init() syntax for this class
diff --git a/pypy/module/micronumpy/
Author: Vincent Legoll
Branch: cleanups
Changeset: r84298:7bdeb693d88b
Date: 2016-05-08 18:03 +0200
http://bitbucket.org/pypy/pypy/changeset/7bdeb693d88b/
Log:Remove useless __init__() method
diff --git a/pypy/module/micronumpy/strides.py
b/pypy/module/micronumpy/strides.py
--- a/pypy/modul
Author: Vincent Legoll
Branch: cleanups
Changeset: r84299:143b90507ad8
Date: 2016-05-08 18:05 +0200
http://bitbucket.org/pypy/pypy/changeset/143b90507ad8/
Log:Remove unused import
diff --git a/pypy/module/micronumpy/strides.py
b/pypy/module/micronumpy/strides.py
--- a/pypy/module/micronumpy
Author: Matti Picus
Branch:
Changeset: r84303:b645c9d24033
Date: 2016-05-08 20:11 +0300
http://bitbucket.org/pypy/pypy/changeset/b645c9d24033/
Log:merge small cleanups branch into default
diff --git a/pypy/module/micronumpy/concrete.py
b/pypy/module/micronumpy/concrete.py
--- a/pypy/module
Author: Vincent Legoll
Branch: cleanups
Changeset: r84300:ae4e92b896c0
Date: 2016-05-08 18:08 +0200
http://bitbucket.org/pypy/pypy/changeset/ae4e92b896c0/
Log:Whitespace fix: space at EOL
diff --git a/pypy/module/micronumpy/ndarray.py
b/pypy/module/micronumpy/ndarray.py
--- a/pypy/module/mi
Author: Vincent Legoll
Branch: cleanups
Changeset: r84292:c1655829c9d4
Date: 2016-05-08 17:44 +0200
http://bitbucket.org/pypy/pypy/changeset/c1655829c9d4/
Log:new branch
___
pypy-commit mailing list
pypy-commit@python.org
https://mail.python.org/ma
Author: Vincent Legoll
Branch: cleanups
Changeset: r84295:72449152cb72
Date: 2016-05-08 17:53 +0200
http://bitbucket.org/pypy/pypy/changeset/72449152cb72/
Log:typo: missing char in comment
diff --git a/pypy/module/micronumpy/loop.py b/pypy/module/micronumpy/loop.py
--- a/pypy/module/micronum
Author: Vincent Legoll
Branch: cleanups
Changeset: r84293:0f65b92fc764
Date: 2016-05-08 17:49 +0200
http://bitbucket.org/pypy/pypy/changeset/0f65b92fc764/
Log:Remove duplicated code (probably mismerged)
diff --git a/pypy/module/micronumpy/loop.py b/pypy/module/micronumpy/loop.py
--- a/pypy/m
Author: Vincent Legoll
Branch: cleanups
Changeset: r84297:0e8d993970af
Date: 2016-05-08 17:57 +0200
http://bitbucket.org/pypy/pypy/changeset/0e8d993970af/
Log:Whitespace fixes
diff --git a/pypy/module/micronumpy/strides.py
b/pypy/module/micronumpy/strides.py
--- a/pypy/module/micronumpy/str
Author: Vincent Legoll
Branch: cleanups
Changeset: r84296:3ac2d0590033
Date: 2016-05-08 17:56 +0200
http://bitbucket.org/pypy/pypy/changeset/3ac2d0590033/
Log:Remove useless "pass" instruction
diff --git a/pypy/module/micronumpy/strides.py
b/pypy/module/micronumpy/strides.py
--- a/pypy/modu
Author: Vincent Legoll
Branch: cleanups
Changeset: r84294:d9c488803f99
Date: 2016-05-08 17:52 +0200
http://bitbucket.org/pypy/pypy/changeset/d9c488803f99/
Log:Remove unused variable
diff --git a/pypy/module/micronumpy/concrete.py
b/pypy/module/micronumpy/concrete.py
--- a/pypy/module/micron
Author: Armin Rigo
Branch: remove-raisingops
Changeset: r84291:f69d3f2271bd
Date: 2016-05-08 18:59 +0200
http://bitbucket.org/pypy/pypy/changeset/f69d3f2271bd/
Log:fix fix fix
diff --git a/rpython/jit/metainterp/optimizeopt/dependency.py
b/rpython/jit/metainterp/optimizeopt/dependency.py
--
Author: Armin Rigo
Branch:
Changeset: r84290:df4850cd8713
Date: 2016-05-08 18:39 +0200
http://bitbucket.org/pypy/pypy/changeset/df4850cd8713/
Log:import cffi/72a157dc2bde
diff --git a/lib_pypy/cffi/api.py b/lib_pypy/cffi/api.py
--- a/lib_pypy/cffi/api.py
+++ b/lib_pypy/cffi/api.py
@@ -397,2
Author: Armin Rigo
Branch:
Changeset: r2695:72a157dc2bde
Date: 2016-05-08 18:38 +0200
http://bitbucket.org/cffi/cffi/changeset/72a157dc2bde/
Log:Fix tests in 'testing' to account for e7ca388b0197 (I only fixed the
tests in 'c/test_c.py')
diff --git a/cffi/backend_ctypes.py b/cffi/ba
Author: Armin Rigo
Branch:
Changeset: r84289:d07e57c5d7f3
Date: 2016-05-08 18:36 +0200
http://bitbucket.org/pypy/pypy/changeset/d07e57c5d7f3/
Log:Fix the failing test of 4b58008df717
diff --git a/rpython/jit/metainterp/optimizeopt/intutils.py
b/rpython/jit/metainterp/optimizeopt/intutils.p
Author: Armin Rigo
Branch:
Changeset: r84288:4b58008df717
Date: 2016-05-08 18:13 +0200
http://bitbucket.org/pypy/pypy/changeset/4b58008df717/
Log:A failing test about division bounds
diff --git a/rpython/jit/metainterp/optimizeopt/test/test_optimizeopt.py
b/rpython/jit/metainterp/optimizeo
Author: Armin Rigo
Branch: remove-raisingops
Changeset: r84287:ac5d871e304d
Date: 2016-05-08 17:33 +0200
http://bitbucket.org/pypy/pypy/changeset/ac5d871e304d/
Log:Add an oopspec to turn divisions into "int_py_div" in the JIT
frontend. The plan is to keep them as "int_py_div", and rew
Author: Armin Rigo
Branch: remove-raisingops
Changeset: r84286:ec8b32c158c1
Date: 2016-05-08 16:19 +0200
http://bitbucket.org/pypy/pypy/changeset/ec8b32c158c1/
Log:Fix a few more tests
diff --git a/rpython/jit/metainterp/test/test_ajit.py
b/rpython/jit/metainterp/test/test_ajit.py
--- a/rpy
Author: Armin Rigo
Branch: remove-raisingops
Changeset: r84285:dd0d964c6dec
Date: 2016-05-08 15:41 +0200
http://bitbucket.org/pypy/pypy/changeset/dd0d964c6dec/
Log:Fix test
diff --git a/rpython/jit/codewriter/test/test_jtransform.py
b/rpython/jit/codewriter/test/test_jtransform.py
--- a/rpy
34 matches
Mail list logo