Author: Armin Rigo
Branch: cffi-1.0
Changeset: r1722:3758e99173fd
Date: 2015-04-16 09:17 +0200
http://bitbucket.org/cffi/cffi/changeset/3758e99173fd/
Log:Reimplement verify() as a hack that updates the old ffi object with
the ffi object from the extension module.
diff --git a/new/cff
Author: Armin Rigo
Branch: cffi-1.0
Changeset: r1721:b890af05b4c2
Date: 2015-04-16 08:33 +0200
http://bitbucket.org/cffi/cffi/changeset/b890af05b4c2/
Log:bump version number
diff --git a/c/_cffi_backend.c b/c/_cffi_backend.c
--- a/c/_cffi_backend.c
+++ b/c/_cffi_backend.c
@@ -5813,7 +5813,7
Author: Armin Rigo
Branch: cffi-1.0
Changeset: r1723:e3ed1d0463a1
Date: 2015-04-16 09:37 +0200
http://bitbucket.org/cffi/cffi/changeset/e3ed1d0463a1/
Log:Take cglob.c from zeffir, and fix a few bugs
diff --git a/new/cffi1_module.c b/new/cffi1_module.c
--- a/new/cffi1_module.c
+++ b/new/cffi1
Author: Armin Rigo
Branch: cffi-1.0
Changeset: r1724:f897a98f6448
Date: 2015-04-16 09:54 +0200
http://bitbucket.org/cffi/cffi/changeset/f897a98f6448/
Log:setting globals; listing globals
diff --git a/new/cglob.c b/new/cglob.c
--- a/new/cglob.c
+++ b/new/cglob.c
@@ -55,12 +55,12 @@
retur
Author: Armin Rigo
Branch: cffi-1.0
Changeset: r1725:9b29a6a05459
Date: 2015-04-16 10:04 +0200
http://bitbucket.org/cffi/cffi/changeset/9b29a6a05459/
Log:thanks fijal
diff --git a/new/test_recompiler.py b/new/test_recompiler.py
--- a/new/test_recompiler.py
+++ b/new/test_recompiler.py
@@ -76
Author: Armin Rigo
Branch: cffi-1.0
Changeset: r1726:807538ed086d
Date: 2015-04-16 10:06 +0200
http://bitbucket.org/cffi/cffi/changeset/807538ed086d/
Log:Improve test
diff --git a/new/test_recompiler.py b/new/test_recompiler.py
--- a/new/test_recompiler.py
+++ b/new/test_recompiler.py
@@ -83
Author: Maciej Fijalkowski
Branch:
Changeset: r76804:73bdfba07500
Date: 2015-04-16 10:17 +0200
http://bitbucket.org/pypy/pypy/changeset/73bdfba07500/
Log:dummy merge
___
pypy-commit mailing list
pypy-commit@python.org
https://mail.python.org/mailm
Author: Maciej Fijalkowski
Branch:
Changeset: r76801:cd3483547e8f
Date: 2015-04-16 10:13 +0200
http://bitbucket.org/pypy/pypy/changeset/cd3483547e8f/
Log:backout vmprof backout
diff too long, truncating to 2000 out of 2680 lines
diff --git a/LICENSE b/LICENSE
--- a/LICENSE
+++ b/LICENSE
@@
Author: Maciej Fijalkowski
Branch:
Changeset: r76802:86cfdf3d2620
Date: 2015-04-16 10:17 +0200
http://bitbucket.org/pypy/pypy/changeset/86cfdf3d2620/
Log:merge vmprof
diff too long, truncating to 2000 out of 2558 lines
diff --git a/pypy/interpreter/baseobjspace.py b/pypy/interpreter/baseob
Author: Maciej Fijalkowski
Branch: vmprof
Changeset: r76803:5fdfa88d2d01
Date: 2015-04-16 10:17 +0200
http://bitbucket.org/pypy/pypy/changeset/5fdfa88d2d01/
Log:close branch rebranded to vmprof2
___
pypy-commit mailing list
pypy-commit@python.org
h
Author: Armin Rigo
Branch: cffi-1.0
Changeset: r1727:228423fdb5a5
Date: 2015-04-16 10:32 +0200
http://bitbucket.org/cffi/cffi/changeset/228423fdb5a5/
Log:Killing OP_TYPENAME was a bad idea. Test and fix.
diff --git a/new/cffi_opcode.py b/new/cffi_opcode.py
--- a/new/cffi_opcode.py
+++ b/new/
Author: Armin Rigo
Branch: cffi-1.0
Changeset: r1728:e5ba5bbdb223
Date: 2015-04-16 12:19 +0200
http://bitbucket.org/cffi/cffi/changeset/e5ba5bbdb223/
Log:More about constants
diff --git a/new/cffi_opcode.py b/new/cffi_opcode.py
--- a/new/cffi_opcode.py
+++ b/new/cffi_opcode.py
@@ -23,11 +23,
Author: Armin Rigo
Branch: cffi-1.0
Changeset: r1730:d6e79e8e8194
Date: 2015-04-16 14:26 +0200
http://bitbucket.org/cffi/cffi/changeset/d6e79e8e8194/
Log:in-progress
diff --git a/new/manual.c b/new/manual.c
--- a/new/manual.c
+++ b/new/manual.c
@@ -15,6 +15,10 @@
return ~a;
}
+struct
Author: Armin Rigo
Branch: cffi-1.0
Changeset: r1732:ed9bac3dead2
Date: 2015-04-16 15:18 +0200
http://bitbucket.org/cffi/cffi/changeset/ed9bac3dead2/
Log:Structs (opaque so far)
diff --git a/c/_cffi_backend.c b/c/_cffi_backend.c
--- a/c/_cffi_backend.c
+++ b/c/_cffi_backend.c
@@ -3629,7 +362
Author: Armin Rigo
Branch: cffi-1.0
Changeset: r1731:90a008af1df4
Date: 2015-04-16 14:41 +0200
http://bitbucket.org/cffi/cffi/changeset/90a008af1df4/
Log:Fixes
diff --git a/new/ffi_obj.c b/new/ffi_obj.c
--- a/new/ffi_obj.c
+++ b/new/ffi_obj.c
@@ -37,7 +37,7 @@
FFIObject *ffi;
if
Author: Armin Rigo
Branch: cffi-1.0
Changeset: r1729:dc74273884b6
Date: 2015-04-16 13:01 +0200
http://bitbucket.org/cffi/cffi/changeset/dc74273884b6/
Log:structs and unions, step 1
diff --git a/new/recompiler.py b/new/recompiler.py
--- a/new/recompiler.py
+++ b/new/recompiler.py
@@ -42,6 +42
Author: Armin Rigo
Branch: cffi-1.0
Changeset: r1734:2137e0acbd73
Date: 2015-04-16 15:41 +0200
http://bitbucket.org/cffi/cffi/changeset/2137e0acbd73/
Log:Unions
diff --git a/new/realize_c_type.c b/new/realize_c_type.c
--- a/new/realize_c_type.c
+++ b/new/realize_c_type.c
@@ -155,7 +155,18 @@
Author: Armin Rigo
Branch: cffi-1.0
Changeset: r1733:d06845968a47
Date: 2015-04-16 15:29 +0200
http://bitbucket.org/cffi/cffi/changeset/d06845968a47/
Log:comments
diff --git a/new/realize_c_type.c b/new/realize_c_type.c
--- a/new/realize_c_type.c
+++ b/new/realize_c_type.c
@@ -155,9 +155,16
Author: Armin Rigo
Branch: cffi-1.0
Changeset: r1737:7709aec1791f
Date: 2015-04-16 17:20 +0200
http://bitbucket.org/cffi/cffi/changeset/7709aec1791f/
Log:Force the field list of structs lazily.
diff --git a/c/_cffi_backend.c b/c/_cffi_backend.c
--- a/c/_cffi_backend.c
+++ b/c/_cffi_backend.c
Author: Armin Rigo
Branch:
Changeset: r1735:9caeb942edf5
Date: 2015-04-16 16:40 +0200
http://bitbucket.org/cffi/cffi/changeset/9caeb942edf5/
Log:Parse the imposed field offsets as Py_ssize_t, in case they don't
fit into an "int".
diff --git a/c/_cffi_backend.c b/c/_cffi_backend.c
--
Author: Armin Rigo
Branch: cffi-1.0
Changeset: r1736:75221f10643d
Date: 2015-04-16 16:41 +0200
http://bitbucket.org/cffi/cffi/changeset/75221f10643d/
Log:hg merge default
diff --git a/c/_cffi_backend.c b/c/_cffi_backend.c
--- a/c/_cffi_backend.c
+++ b/c/_cffi_backend.c
@@ -3782,9 +3782,10 @@
Author: Antonio Cuni
Branch: extradoc
Changeset: r5531:9b1bfdbddfa5
Date: 2015-04-16 17:52 +0200
http://bitbucket.org/pypy/extradoc/changeset/9b1bfdbddfa5/
Log:more slides
diff --git a/talk/pycon-italy-2015/jit-overview.odg
b/talk/pycon-italy-2015/jit-overview.odg
new file mode 100644
index
Author: Antonio Cuni
Branch: extradoc
Changeset: r5532:2403b934d742
Date: 2015-04-16 17:52 +0200
http://bitbucket.org/pypy/extradoc/changeset/2403b934d742/
Log:merge
diff --git a/talk/ep2015/performance-abstract.txt
b/talk/ep2015/performance-abstract.txt
--- a/talk/ep2015/performance-abstra
Author: Antonio Cuni
Branch: extradoc
Changeset: r5530:5d0633b2f4f8
Date: 2015-04-16 17:29 +0200
http://bitbucket.org/pypy/extradoc/changeset/5d0633b2f4f8/
Log:first part of the slides
diff --git a/talk/pycon-italy-2015/speed.png b/talk/pycon-italy-2015/speed.png
new file mode 100644
index
Author: Antonio Cuni
Branch: extradoc
Changeset: r5529:6ba8055f6c90
Date: 2015-04-16 16:50 +0200
http://bitbucket.org/pypy/extradoc/changeset/6ba8055f6c90/
Log:template for my talk
diff --git a/talk/pycon-italy-2015/Makefile b/talk/pycon-italy-2015/Makefile
new file mode 100644
--- /dev/null
Author: Ronan Lamy
Branch: object-dtype2
Changeset: r76805:79f2ee46aa25
Date: 2015-04-16 18:57 +0100
http://bitbucket.org/pypy/pypy/changeset/79f2ee46aa25/
Log:fix some translation issues
diff --git a/pypy/module/micronumpy/ndarray.py
b/pypy/module/micronumpy/ndarray.py
--- a/pypy/module/mi
Author: Antonio Cuni
Branch: extradoc
Changeset: r5533:5ff800bfd872
Date: 2015-04-17 00:40 +0200
http://bitbucket.org/pypy/extradoc/changeset/5ff800bfd872/
Log:more slides
diff --git a/talk/pycon-italy-2015/talk.rst b/talk/pycon-italy-2015/talk.rst
--- a/talk/pycon-italy-2015/talk.rst
+++ b/
Author: mattip
Branch: win32-callback
Changeset: r1738:a8893bfe2231
Date: 2015-04-17 02:05 +0300
http://bitbucket.org/cffi/cffi/changeset/a8893bfe2231/
Log:passes on cpython 2.7.9 win32, fails on win64 (from cpython issue
#20160)
diff --git a/testing/test_ownlib.py b/testing/test_own
Author: Ronan Lamy
Branch: object-dtype2
Changeset: r76807:711516940e44
Date: 2015-04-17 00:57 +0100
http://bitbucket.org/pypy/pypy/changeset/711516940e44/
Log:fix translation (for real)
diff --git a/pypy/module/micronumpy/ndarray.py
b/pypy/module/micronumpy/ndarray.py
--- a/pypy/module/mic
Author: Ronan Lamy
Branch: object-dtype2
Changeset: r76806:82829532ae2d
Date: 2015-04-17 00:08 +0100
http://bitbucket.org/pypy/pypy/changeset/82829532ae2d/
Log:progress on translation
diff --git a/pypy/module/micronumpy/types.py b/pypy/module/micronumpy/types.py
--- a/pypy/module/micronumpy/
30 matches
Mail list logo