Author: Armin Rigo
Branch: static-callback-embedding
Changeset: r2533:1c789b36273d
Date: 2016-01-07 10:09 +0100
http://bitbucket.org/cffi/cffi/changeset/1c789b36273d/
Log:Stop running the embedding_init_code() code as if it was part of the
extension module. Instead, be explicit and re
Author: Armin Rigo
Branch: cffi-static-callback-embedding
Changeset: r81602:455a5e6e72ea
Date: 2016-01-07 10:18 +0100
http://bitbucket.org/pypy/pypy/changeset/455a5e6e72ea/
Log:update to cffi/1c789b36273d
diff --git a/pypy/module/_cffi_backend/cffi1_module.py
b/pypy/module/_cffi_backend/cff
Author: Richard Plangger
Branch: s390x-backend
Changeset: r81603:5d0c94086009
Date: 2016-01-07 09:27 +0100
http://bitbucket.org/pypy/pypy/changeset/5d0c94086009/
Log:need to save all registers before assembling call_release_gil*,
accidentally put false to save_all_regs
diff --git a/r
Author: Richard Plangger
Branch: memop-simplify3
Changeset: r81608:6c7db6a22424
Date: 2016-01-07 12:14 +0100
http://bitbucket.org/pypy/pypy/changeset/6c7db6a22424/
Log:merged default
diff too long, truncating to 2000 out of 2916 lines
diff --git a/LICENSE b/LICENSE
--- a/LICENSE
+++ b/LICEN
Author: Richard Plangger
Branch: memop-simplify3
Changeset: r81609:258b49aa5c84
Date: 2016-01-07 13:11 +0100
http://bitbucket.org/pypy/pypy/changeset/258b49aa5c84/
Log:syntax error removed, simplified op.getopnum() to opnum and
extracting the field before transforming call_malloc_cond
Author: Richard Plangger
Branch: memop-simplify3
Changeset: r81610:f99df61537a8
Date: 2016-01-07 14:57 +0100
http://bitbucket.org/pypy/pypy/changeset/f99df61537a8/
Log:translation fixes for the changes in rewrite.py
diff --git a/rpython/jit/backend/llsupport/rewrite.py
b/rpython/jit/backend
Author: Armin Rigo
Branch: static-callback-embedding
Changeset: r2535:dd5771e43bd0
Date: 2016-01-07 16:19 +0100
http://bitbucket.org/cffi/cffi/changeset/dd5771e43bd0/
Log:Allow platform-specific hacks to invoke the compiler
diff --git a/testing/embedding/test_basic.py b/testing/embedding/tes
Author: Armin Rigo
Branch: demo-cleanup
Changeset: r2542:d1669b7461e4
Date: 2016-01-07 16:53 +0100
http://bitbucket.org/cffi/cffi/changeset/d1669b7461e4/
Log:tweaks
diff --git a/demo/readdir2.py b/demo/readdir2.py
--- a/demo/readdir2.py
+++ b/demo/readdir2.py
@@ -5,15 +5,9 @@
if not sys.pla
Author: Armin Rigo
Branch: demo-cleanup
Changeset: r2544:c5133d5b81fe
Date: 2016-01-07 16:55 +0100
http://bitbucket.org/cffi/cffi/changeset/c5133d5b81fe/
Log:tweaks
diff --git a/demo/xclient.py b/demo/xclient.py
--- a/demo/xclient.py
+++ b/demo/xclient.py
@@ -1,14 +1,8 @@
import sys, os
-
Author: Armin Rigo
Branch: demo-cleanup
Changeset: r2545:d672723c75b4
Date: 2016-01-07 16:55 +0100
http://bitbucket.org/cffi/cffi/changeset/d672723c75b4/
Log:ready to merge
___
pypy-commit mailing list
[email protected]
https://mail.python.org
Author: Armin Rigo
Branch: static-callback-embedding
Changeset: r2548:2d42a1e6d060
Date: 2016-01-07 23:05 +0100
http://bitbucket.org/cffi/cffi/changeset/2d42a1e6d060/
Log:In-progress: fix tests to attempt to use distutils also for
compiling the executable
diff --git a/cffi/api.py b/c
Author: Armin Rigo
Branch: static-callback-embedding
Changeset: r2547:c3b68c2839d1
Date: 2016-01-07 18:20 +0100
http://bitbucket.org/cffi/cffi/changeset/c3b68c2839d1/
Log:Fix ffi.compile() to automatically link with the python library
diff --git a/cffi/api.py b/cffi/api.py
--- a/cffi/api.py
Author: Carl Friedrich Bolz
Branch:
Changeset: r81611:7a618a8a60ec
Date: 2016-01-08 00:37 +0100
http://bitbucket.org/pypy/pypy/changeset/7a618a8a60ec/
Log:review the skips in test_optimizebasic
- killed the really old tests that relied on optimizefindnode
machinery
-
Author: Carl Friedrich Bolz
Branch:
Changeset: r81612:22b851590fb0
Date: 2016-01-08 00:49 +0100
http://bitbucket.org/pypy/pypy/changeset/22b851590fb0/
Log:those just pass
diff --git a/rpython/jit/metainterp/optimizeopt/test/test_optimizeopt.py
b/rpython/jit/metainterp/optimizeopt/test/test
Author: Armin Rigo
Branch: static-callback-embedding
Changeset: r2549:2db0bf58185a
Date: 2016-01-08 07:58 +0100
http://bitbucket.org/cffi/cffi/changeset/2db0bf58185a/
Log:fix
diff --git a/testing/embedding/test_basic.py b/testing/embedding/test_basic.py
--- a/testing/embedding/test_basic.py
Author: Armin Rigo
Branch: static-callback-embedding
Changeset: r2550:e0a4793589e0
Date: 2016-01-08 08:17 +0100
http://bitbucket.org/cffi/cffi/changeset/e0a4793589e0/
Log:Py3 fixes. Skip the embedding tests if linking with -lpython%d.%d
fails (likely, the Python was not compiled with
Author: Armin Rigo
Branch: static-callback-embedding
Changeset: r2551:72802dce3d25
Date: 2016-01-08 08:41 +0100
http://bitbucket.org/cffi/cffi/changeset/72802dce3d25/
Log:Py3 fix
diff --git a/cffi/api.py b/cffi/api.py
--- a/cffi/api.py
+++ b/cffi/api.py
@@ -548,6 +548,8 @@
t
Author: Armin Rigo
Branch: static-callback-embedding
Changeset: r2552:249be3c875c8
Date: 2016-01-08 08:47 +0100
http://bitbucket.org/cffi/cffi/changeset/249be3c875c8/
Log:Py3 fix
diff --git a/testing/embedding/test_basic.py b/testing/embedding/test_basic.py
--- a/testing/embedding/test_basic
Author: fijal
Branch: jit-leaner-frontend
Changeset: r81613:a59079c649da
Date: 2016-01-08 09:51 +0200
http://bitbucket.org/pypy/pypy/changeset/a59079c649da/
Log:a bit of random progress
diff --git a/rpython/jit/metainterp/opencoder.py
b/rpython/jit/metainterp/opencoder.py
--- a/rpython/jit/m
Author: fijal
Branch: osx-vmprof-support
Changeset: r81614:de58d64bcb59
Date: 2016-01-08 09:52 +0200
http://bitbucket.org/pypy/pypy/changeset/de58d64bcb59/
Log:close branch likely not going anywhere (different approach ahead)
___
pypy-commit mailing
Author: fijal
Branch: vmprof-newstack
Changeset: r81615:58ef1d3f7f09
Date: 2016-01-08 09:52 +0200
http://bitbucket.org/pypy/pypy/changeset/58ef1d3f7f09/
Log:merge default
diff too long, truncating to 2000 out of 34712 lines
diff --git a/.gitignore b/.gitignore
--- a/.gitignore
+++ b/.gitigno
21 matches
Mail list logo