Author: Brian Kearns
Branch: stdlib-2.7.9
Changeset: r75040:f92139314948
Date: 2014-12-19 17:26 -0500
http://bitbucket.org/pypy/pypy/changeset/f92139314948/
Log:start working on _ssl
diff --git a/pypy/module/_ssl/__init__.py b/pypy/module/_ssl/__init__.py
--- a/pypy/module/_ssl/__init__.py
+
Author: Brian Kearns
Branch: stdlib-2.7.9
Changeset: r75039:196b3896b1cd
Date: 2014-12-19 12:49 -0500
http://bitbucket.org/pypy/pypy/changeset/196b3896b1cd/
Log:fix test_sysconfig by skipping cpython-specific test
diff --git a/lib-python/2.7/test/test_sysconfig.py
b/lib-python/2.7/test/test
Author: Brian Kearns
Branch: stdlib-2.7.9
Changeset: r75038:11ea34526fbb
Date: 2014-12-19 12:45 -0500
http://bitbucket.org/pypy/pypy/changeset/11ea34526fbb/
Log:fix test_doctest test_lineendings not closing files
diff --git a/lib-python/2.7/test/test_doctest.py
b/lib-python/2.7/test/test_do
Author: Alex Gaynor
Branch: extradoc
Changeset: r5483:733ab4c473b1
Date: 2014-12-19 08:29 -0800
http://bitbucket.org/pypy/extradoc/changeset/733ab4c473b1/
Log:Write down an idea
diff --git a/planning/jit.txt b/planning/jit.txt
--- a/planning/jit.txt
+++ b/planning/jit.txt
@@ -105,6 +105,9 @@
Author: Armin Rigo
Branch:
Changeset: r213:229436d9afb4
Date: 2014-12-19 17:28 +0100
http://bitbucket.org/cffi/creflect/changeset/229436d9afb4/
Log:update comment
diff --git a/zeffir/ctype.c b/zeffir/ctype.c
--- a/zeffir/ctype.c
+++ b/zeffir/ctype.c
@@ -4,7 +4,7 @@
#define CT_PRIMITIVE_UNS
Author: Armin Rigo
Branch:
Changeset: r212:0ef23a1fa399
Date: 2014-12-19 17:13 +0100
http://bitbucket.org/cffi/creflect/changeset/0ef23a1fa399/
Log:more test
diff --git a/zeffir/test/test_c.py b/zeffir/test/test_c.py
--- a/zeffir/test/test_c.py
+++ b/zeffir/test/test_c.py
@@ -518,3 +518,22
Author: Armin Rigo
Branch:
Changeset: r207:4783e7b29a9b
Date: 2014-12-19 16:29 +0100
http://bitbucket.org/cffi/creflect/changeset/4783e7b29a9b/
Log:Change ffi.new/ffi.cast on primitive types. Now ffi.cast()
generally returns the Python object; to get a cdata object, use
ffi.n
Author: Armin Rigo
Branch:
Changeset: r211:d45b3ca636ab
Date: 2014-12-19 17:10 +0100
http://bitbucket.org/cffi/creflect/changeset/d45b3ca636ab/
Log:more tests
diff --git a/zeffir/test/test_c.py b/zeffir/test/test_c.py
--- a/zeffir/test/test_c.py
+++ b/zeffir/test/test_c.py
@@ -419,3 +419,10
Author: Armin Rigo
Branch:
Changeset: r208:7489cad8641a
Date: 2014-12-19 16:34 +0100
http://bitbucket.org/cffi/creflect/changeset/7489cad8641a/
Log:next tests
diff --git a/zeffir/test/test_c.py b/zeffir/test/test_c.py
--- a/zeffir/test/test_c.py
+++ b/zeffir/test/test_c.py
@@ -264,3 +264,34
Author: Armin Rigo
Branch:
Changeset: r209:77b498c94a46
Date: 2014-12-19 16:58 +0100
http://bitbucket.org/cffi/creflect/changeset/77b498c94a46/
Log:more tests
diff --git a/zeffir/builder.c b/zeffir/builder.c
--- a/zeffir/builder.c
+++ b/zeffir/builder.c
@@ -956,7 +956,7 @@
_crx_qual_ty
Author: Armin Rigo
Branch:
Changeset: r206:98742ee6ef39
Date: 2014-12-19 15:31 +0100
http://bitbucket.org/cffi/creflect/changeset/98742ee6ef39/
Log:more tests
diff --git a/zeffir/test/test_c.py b/zeffir/test/test_c.py
--- a/zeffir/test/test_c.py
+++ b/zeffir/test/test_c.py
@@ -191,3 +191,34
Author: Armin Rigo
Branch:
Changeset: r203:2cd634f7b816
Date: 2014-12-19 15:11 +0100
http://bitbucket.org/cffi/creflect/changeset/2cd634f7b816/
Log:next test
diff --git a/zeffir/cdata.c b/zeffir/cdata.c
--- a/zeffir/cdata.c
+++ b/zeffir/cdata.c
@@ -947,10 +947,9 @@
PyObject *result, *s
Author: Armin Rigo
Branch:
Changeset: r204:b1521d66a224
Date: 2014-12-19 15:23 +0100
http://bitbucket.org/cffi/creflect/changeset/b1521d66a224/
Log:more tests
diff --git a/zeffir/builder.c b/zeffir/builder.c
--- a/zeffir/builder.c
+++ b/zeffir/builder.c
@@ -116,8 +116,7 @@
static _crx_type
Author: Armin Rigo
Branch:
Changeset: r205:43aafe465a8b
Date: 2014-12-19 15:26 +0100
http://bitbucket.org/cffi/creflect/changeset/43aafe465a8b/
Log:more tests
diff --git a/zeffir/test/test_c.py b/zeffir/test/test_c.py
--- a/zeffir/test/test_c.py
+++ b/zeffir/test/test_c.py
@@ -153,3 +153,41
Author: Armin Rigo
Branch:
Changeset: r210:84540aee69f5
Date: 2014-12-19 17:04 +0100
http://bitbucket.org/cffi/creflect/changeset/84540aee69f5/
Log:fix
diff --git a/zeffir/builder.c b/zeffir/builder.c
--- a/zeffir/builder.c
+++ b/zeffir/builder.c
@@ -319,7 +319,6 @@
CTypeDescrObject *c
Author: Armin Rigo
Branch:
Changeset: r1594:992bdcd2ed2c
Date: 2014-12-19 16:43 +0100
http://bitbucket.org/cffi/cffi/changeset/992bdcd2ed2c/
Log:typo
diff --git a/c/test_c.py b/c/test_c.py
--- a/c/test_c.py
+++ b/c/test_c.py
@@ -408,7 +408,7 @@
def test_invalid_indexing():
p = new_pri
Author: Armin Rigo
Branch:
Changeset: r1593:c6be8df144eb
Date: 2014-12-19 15:59 +0100
http://bitbucket.org/cffi/cffi/changeset/c6be8df144eb/
Log:fix an obscure-case leak
diff --git a/c/_cffi_backend.c b/c/_cffi_backend.c
--- a/c/_cffi_backend.c
+++ b/c/_cffi_backend.c
@@ -3070,6 +3070,7 @@
Author: Maciej Fijalkowski
Branch:
Changeset: r75036:1f3bc0c62780
Date: 2014-12-19 14:41 +0200
http://bitbucket.org/pypy/pypy/changeset/1f3bc0c62780/
Log:backout step 1
diff --git a/rpython/jit/metainterp/optimizeopt/unroll.py
b/rpython/jit/metainterp/optimizeopt/unroll.py
--- a/rpython/ji
Author: Maciej Fijalkowski
Branch:
Changeset: r75037:c3ff0dd6252b
Date: 2014-12-19 14:42 +0200
http://bitbucket.org/pypy/pypy/changeset/c3ff0dd6252b/
Log:backout, fixing tests
diff --git a/rpython/jit/metainterp/optimizeopt/test/test_optimizeopt.py
b/rpython/jit/metainterp/optimizeopt/test
19 matches
Mail list logo