Author: Ronan Lamy
Branch: fix-result-types
Changeset: r77352:d19d89cd5590
Date: 2015-05-16 21:44 +0100
http://bitbucket.org/pypy/pypy/changeset/d19d89cd5590/
Log:hg merge default
diff --git a/lib_pypy/datetime.py b/lib_pypy/datetime.py
--- a/lib_pypy/datetime.py
+++ b/lib_pypy/datetime.py
@
Author: mattip
Branch:
Changeset: r77351:9a19db5f50ef
Date: 2015-05-16 23:18 +0300
http://bitbucket.org/pypy/pypy/changeset/9a19db5f50ef/
Log:merge newest changes to default
diff --git a/pypy/module/micronumpy/compile.py
b/pypy/module/micronumpy/compile.py
--- a/pypy/module/micronumpy/comp
Author: mattip
Branch: numpy-fixes
Changeset: r77350:862ec4711d44
Date: 2015-05-16 23:17 +0300
http://bitbucket.org/pypy/pypy/changeset/862ec4711d44/
Log:close merged branch
diff --git a/pypy/module/micronumpy/descriptor.py
b/pypy/module/micronumpy/descriptor.py
--- a/pypy/module/micronumpy
Author: Armin Rigo
Branch: cffi-1.0
Changeset: r2018:1108e2b145c3
Date: 2015-05-16 22:11 +0200
http://bitbucket.org/cffi/cffi/changeset/1108e2b145c3/
Log:writing docs, in-progress
diff too long, truncating to 2000 out of 3548 lines
diff --git a/doc/source/cdef.rst b/doc/source/cdef.rst
new
Author: Armin Rigo
Branch: cffi-1.0
Changeset: r2017:81cf3d528d2c
Date: 2015-05-16 21:04 +0200
http://bitbucket.org/cffi/cffi/changeset/81cf3d528d2c/
Log:Add RTLD_xxx flags to the CompiledFFI type
diff --git a/c/_cffi_backend.c b/c/_cffi_backend.c
--- a/c/_cffi_backend.c
+++ b/c/_cffi_backen
Author: mattip
Branch: numpy-fixes
Changeset: r77346:0d5d19ecc111
Date: 2015-05-16 19:57 +0300
http://bitbucket.org/pypy/pypy/changeset/0d5d19ecc111/
Log:test, fix for calling __array_finalize__ on set_shape (needed for
subtypes)
diff --git a/pypy/module/micronumpy/ndarray.py
b/pypy
Author: mattip
Branch:
Changeset: r77349:a64e8a57f9e5
Date: 2015-05-16 21:42 +0300
http://bitbucket.org/pypy/pypy/changeset/a64e8a57f9e5/
Log:merge pythonoptimize-env fix issue #2004 by relating to
PYTHONOPTIMIZE
diff --git a/pypy/doc/whatsnew-head.rst b/pypy/doc/whatsnew-head.rst
-
Author: mattip
Branch: numpy-fixes
Changeset: r77347:d42df199eb45
Date: 2015-05-16 19:58 +0300
http://bitbucket.org/pypy/pypy/changeset/d42df199eb45/
Log:merge default into branch
diff --git a/lib_pypy/datetime.py b/lib_pypy/datetime.py
--- a/lib_pypy/datetime.py
+++ b/lib_pypy/datetime.py
@
Author: mattip
Branch: pythonoptimize-env
Changeset: r77348:567b993622ee
Date: 2015-05-16 21:38 +0300
http://bitbucket.org/pypy/pypy/changeset/567b993622ee/
Log:close branch to be merged
___
pypy-commit mailing list
pypy-commit@python.org
https://m
Author: Ronan Lamy
Branch: fix-result-types
Changeset: r77345:f0619db6ce92
Date: 2015-05-16 19:21 +0100
http://bitbucket.org/pypy/pypy/changeset/f0619db6ce92/
Log:Create W_Ufunc2.find_specialization()
diff --git a/pypy/module/micronumpy/ufuncs.py b/pypy/module/micronumpy/ufuncs.py
--- a/pypy
Author: Ronan Lamy
Branch: fix-result-types
Changeset: r77344:4e2f77ed8e96
Date: 2015-05-16 16:57 +0100
http://bitbucket.org/pypy/pypy/changeset/4e2f77ed8e96/
Log:Let W_Ufunc2 handle scalars in the same way as W_Ufunc1
diff --git a/pypy/module/micronumpy/test/test_ufuncs.py
b/pypy/module/mi
Author: Ronan Lamy
Branch: fix-result-types
Changeset: r77343:3c07b5ea9e81
Date: 2015-05-16 15:45 +0100
http://bitbucket.org/pypy/pypy/changeset/3c07b5ea9e81/
Log:Use the call_scalar() fast path only when a scalar is passed in
diff --git a/pypy/module/micronumpy/ufuncs.py b/pypy/module/micro
Author: Armin Rigo
Branch: cffi-1.0
Changeset: r2016:9df2ab442b33
Date: 2015-05-16 14:51 +0200
http://bitbucket.org/cffi/cffi/changeset/9df2ab442b33/
Log:Windows compat (py2 only)
diff --git a/testing/cffi1/test_re_python.py b/testing/cffi1/test_re_python.py
--- a/testing/cffi1/test_re_pytho
Author: Armin Rigo
Branch: cffi-1.0
Changeset: r2015:2f3f03bd8519
Date: 2015-05-16 14:41 +0200
http://bitbucket.org/cffi/cffi/changeset/2f3f03bd8519/
Log:Python 3 compat
diff --git a/cffi/recompiler.py b/cffi/recompiler.py
--- a/cffi/recompiler.py
+++ b/cffi/recompiler.py
@@ -407,15 +407,13
Author: Armin Rigo
Branch: cffi-1.0
Changeset: r2014:f077a8aeded1
Date: 2015-05-16 14:26 +0200
http://bitbucket.org/cffi/cffi/changeset/f077a8aeded1/
Log:ffi.dlclose(). Global variables.
diff --git a/c/cdlopen.c b/c/cdlopen.c
--- a/c/cdlopen.c
+++ b/c/cdlopen.c
@@ -73,23 +73,27 @@
static Py
Author: Armin Rigo
Branch: cffi-1.0
Changeset: r2013:61acd06bbe45
Date: 2015-05-16 13:57 +0200
http://bitbucket.org/cffi/cffi/changeset/61acd06bbe45/
Log:Bump the internal version number
diff --git a/c/cffi1_module.c b/c/cffi1_module.c
--- a/c/cffi1_module.c
+++ b/c/cffi1_module.c
@@ -126,8
Author: Armin Rigo
Branch: cffi-1.0
Changeset: r2012:0f6c34539415
Date: 2015-05-16 12:23 +0200
http://bitbucket.org/cffi/cffi/changeset/0f6c34539415/
Log:extra test
diff --git a/testing/cffi1/test_re_python.py b/testing/cffi1/test_re_python.py
--- a/testing/cffi1/test_re_python.py
+++ b/test
Author: Armin Rigo
Branch: extradoc
Changeset: r606:99cdcc864b64
Date: 2015-05-16 12:12 +0200
http://bitbucket.org/pypy/pypy.org/changeset/99cdcc864b64/
Log:update the values
diff --git a/don1.html b/don1.html
--- a/don1.html
+++ b/don1.html
@@ -15,7 +15,7 @@
- $59312 of $105000 (
Author: Armin Rigo
Branch: cffi-1.0
Changeset: r2011:a2ac4d2335a6
Date: 2015-05-16 11:46 +0200
http://bitbucket.org/cffi/cffi/changeset/a2ac4d2335a6/
Log:Modernize this dlopen() demo
diff --git a/demo/readdir.py b/demo/readdir.py
--- a/demo/readdir.py
+++ b/demo/readdir.py
@@ -1,49 +1,25 @@
Author: Armin Rigo
Branch: cffi-1.0
Changeset: r2010:28556dc7fa95
Date: 2015-05-16 11:44 +0200
http://bitbucket.org/cffi/cffi/changeset/28556dc7fa95/
Log:Array lengths
diff --git a/cffi/cffi_opcode.py b/cffi/cffi_opcode.py
--- a/cffi/cffi_opcode.py
+++ b/cffi/cffi_opcode.py
@@ -12,7 +12,15 @
Author: Armin Rigo
Branch: cffi-1.0
Changeset: r2009:c591ad46eb3d
Date: 2015-05-16 11:24 +0200
http://bitbucket.org/cffi/cffi/changeset/c591ad46eb3d/
Log:Add a test
diff --git a/testing/cffi1/test_dlopen.py b/testing/cffi1/test_dlopen.py
--- a/testing/cffi1/test_dlopen.py
+++ b/testing/cffi1
Author: Armin Rigo
Branch: cffi-1.0
Changeset: r2008:6a28083d8beb
Date: 2015-05-16 11:22 +0200
http://bitbucket.org/cffi/cffi/changeset/6a28083d8beb/
Log:Clean up
diff --git a/cffi/api.py b/cffi/api.py
--- a/cffi/api.py
+++ b/cffi/api.py
@@ -481,8 +481,7 @@
"per
Author: Armin Rigo
Branch: cffi-1.0
Changeset: r2007:2e62c9373e2b
Date: 2015-05-16 11:06 +0200
http://bitbucket.org/cffi/cffi/changeset/2e62c9373e2b/
Log:Test and fix for struct names from included ffis
diff --git a/c/cdlopen.c b/c/cdlopen.c
--- a/c/cdlopen.c
+++ b/c/cdlopen.c
@@ -254,7 +254
Author: Armin Rigo
Branch: cffi-1.0
Changeset: r2006:f28455444b8f
Date: 2015-05-16 10:59 +0200
http://bitbucket.org/cffi/cffi/changeset/f28455444b8f/
Log:Includes of dlopen-style ffis. Negative constants in "static const
int = ...".
diff --git a/c/cdlopen.c b/c/cdlopen.c
--- a/c/cdlo
Author: Armin Rigo
Branch: cffi-1.0
Changeset: r2003:4ce7f03d4fc9
Date: 2015-05-16 10:19 +0200
http://bitbucket.org/cffi/cffi/changeset/4ce7f03d4fc9/
Log:Various tweaks until we get some more-or-less complete dlopen()
support
diff --git a/c/cffi1_module.c b/c/cffi1_module.c
--- a/c/c
Author: Armin Rigo
Branch: cffi-1.0
Changeset: r2005:29bae4591d1c
Date: 2015-05-16 10:26 +0200
http://bitbucket.org/cffi/cffi/changeset/29bae4591d1c/
Log:more tests
diff --git a/testing/cffi1/test_re_python.py b/testing/cffi1/test_re_python.py
--- a/testing/cffi1/test_re_python.py
+++ b/test
Author: Armin Rigo
Branch: cffi-1.0
Changeset: r2004:d89b58d30fff
Date: 2015-05-16 10:24 +0200
http://bitbucket.org/cffi/cffi/changeset/d89b58d30fff/
Log:more tests
diff --git a/testing/cffi1/test_re_python.py b/testing/cffi1/test_re_python.py
--- a/testing/cffi1/test_re_python.py
+++ b/test
Author: Armin Rigo
Branch: cffi-1.0
Changeset: r2002:31abe6c1eee0
Date: 2015-05-16 09:06 +0200
http://bitbucket.org/cffi/cffi/changeset/31abe6c1eee0/
Log:fixes
diff --git a/cffi/recompiler.py b/cffi/recompiler.py
--- a/cffi/recompiler.py
+++ b/cffi/recompiler.py
@@ -38,10 +38,10 @@
Author: Armin Rigo
Branch: cffi-1.0
Changeset: r2001:e0693e987861
Date: 2015-05-16 09:01 +0200
http://bitbucket.org/cffi/cffi/changeset/e0693e987861/
Log:Structs
diff --git a/c/cdlopen.c b/c/cdlopen.c
--- a/c/cdlopen.c
+++ b/c/cdlopen.c
@@ -271,7 +271,12 @@
describing one
29 matches
Mail list logo