Author: Armin Rigo
Branch:
Changeset: r1000:77df9afbe082
Date: 2012-10-20 09:38 +0200
http://bitbucket.org/cffi/cffi/changeset/77df9afbe082/
Log:Standardize the error message.
diff --git a/c/_cffi_backend.c b/c/_cffi_backend.c
--- a/c/_cffi_backend.c
+++ b/c/_cffi_backend.c
@@ -1727,12 +172
Author: Armin Rigo
Branch:
Changeset: r58267:146ebe66c0b0
Date: 2012-10-20 09:47 +0200
http://bitbucket.org/pypy/pypy/changeset/146ebe66c0b0/
Log:Port the test. Not passing so far.
diff --git a/pypy/module/_cffi_backend/ctypeptr.py
b/pypy/module/_cffi_backend/ctypeptr.py
--- a/pypy/module/
Author: Armin Rigo
Branch:
Changeset: r58268:235d902b48ba
Date: 2012-10-20 10:21 +0200
http://bitbucket.org/pypy/pypy/changeset/235d902b48ba/
Log:Passing file arguments.
diff --git a/pypy/module/_cffi_backend/ctypefunc.py
b/pypy/module/_cffi_backend/ctypefunc.py
--- a/pypy/module/_cffi_bac
Author: Armin Rigo
Branch:
Changeset: r1001:3c18741f1708
Date: 2012-10-20 10:37 +0200
http://bitbucket.org/cffi/cffi/changeset/3c18741f1708/
Log:Test for buffering issues in PyPy.
diff --git a/c/test_c.py b/c/test_c.py
--- a/c/test_c.py
+++ b/c/test_c.py
@@ -2233,9 +2233,10 @@
#
i
Author: Armin Rigo
Branch:
Changeset: r58269:d5b4f3649b81
Date: 2012-10-20 10:38 +0200
http://bitbucket.org/pypy/pypy/changeset/d5b4f3649b81/
Log:Test and fix for buffering issues.
diff --git a/pypy/module/_cffi_backend/ctypefunc.py
b/pypy/module/_cffi_backend/ctypefunc.py
--- a/pypy/modul
Author: Armin Rigo
Branch:
Changeset: r1002:5b20c98735f9
Date: 2012-10-20 10:45 +0200
http://bitbucket.org/cffi/cffi/changeset/5b20c98735f9/
Log:Missing quote.
diff --git a/doc/source/index.rst b/doc/source/index.rst
--- a/doc/source/index.rst
+++ b/doc/source/index.rst
@@ -523,7 +523,7 @@
Author: Jeremy Thurgood
Branch:
Changeset: r58270:6234e2653575
Date: 2012-10-20 14:40 +0200
http://bitbucket.org/pypy/pypy/changeset/6234e2653575/
Log:Some ctypefunc bugfixes.
diff --git a/pypy/module/_cffi_backend/ctypefunc.py
b/pypy/module/_cffi_backend/ctypefunc.py
--- a/pypy/module/_cf
Author: Alex Gaynor
Branch:
Changeset: r58271:b4e11a2ce755
Date: 2012-10-20 11:12 -0700
http://bitbucket.org/pypy/pypy/changeset/b4e11a2ce755/
Log:some random cleanups, including removing a totally dead function
diff --git a/pypy/rpython/lltypesystem/rstr.py
b/pypy/rpython/lltypesystem/rst
Author: Alex Gaynor
Branch:
Changeset: r58272:73639025b26e
Date: 2012-10-20 11:13 -0700
http://bitbucket.org/pypy/pypy/changeset/73639025b26e/
Log:merged upstream
diff --git a/pypy/module/_cffi_backend/ctypefunc.py
b/pypy/module/_cffi_backend/ctypefunc.py
--- a/pypy/module/_cffi_backend/ct
Author: Amaury Forgeot d'Arc
Branch:
Changeset: r58273:e7f1252eef3e
Date: 2012-10-20 16:59 +0200
http://bitbucket.org/pypy/pypy/changeset/e7f1252eef3e/
Log:Rewrite _sre tests in a way more friendly for the py3k branch
diff --git a/pypy/module/_sre/test/test_app_sre.py
b/pypy/module/_sre/te
Author: Amaury Forgeot d'Arc
Branch:
Changeset: r58274:a3fc44987dc2
Date: 2012-10-20 20:36 +0200
http://bitbucket.org/pypy/pypy/changeset/a3fc44987dc2/
Log:merge heads
diff --git a/pypy/rpython/lltypesystem/rstr.py
b/pypy/rpython/lltypesystem/rstr.py
--- a/pypy/rpython/lltypesystem/rstr.py
Author: Amaury Forgeot d'Arc
Branch: py3k
Changeset: r58275:5ce4ecaaa057
Date: 2012-10-20 07:27 +0200
http://bitbucket.org/pypy/pypy/changeset/5ce4ecaaa057/
Log:Skip an implementation detail about unitialized module.__dict__
(same change as for 2.7)
diff --git a/lib-python/3.2/test/t
Author: Amaury Forgeot d'Arc
Branch: py3k
Changeset: r58276:76608832a8d1
Date: 2012-10-20 17:03 +0200
http://bitbucket.org/pypy/pypy/changeset/76608832a8d1/
Log:hg merge default
diff --git a/pypy/module/_cffi_backend/ctypefunc.py
b/pypy/module/_cffi_backend/ctypefunc.py
--- a/pypy/module/_c
Author: Amaury Forgeot d'Arc
Branch: py3k
Changeset: r58279:071daa233191
Date: 2012-10-20 20:34 +0200
http://bitbucket.org/pypy/pypy/changeset/071daa233191/
Log:Fix test: don't mix unicode and byte strings in regexp
search/replace.
diff --git a/pypy/module/_sre/interp_sre.py b/pypy/m
Author: Amaury Forgeot d'Arc
Branch: py3k
Changeset: r58277:c134365a2913
Date: 2012-10-20 17:06 +0200
http://bitbucket.org/pypy/pypy/changeset/c134365a2913/
Log:Found a way to have space.appexec() work with the -A option.
diff --git a/pypy/conftest.py b/pypy/conftest.py
--- a/pypy/conftest.p
Author: Amaury Forgeot d'Arc
Branch: py3k
Changeset: r58278:25dd33767b04
Date: 2012-10-20 20:31 +0200
http://bitbucket.org/pypy/pypy/changeset/25dd33767b04/
Log:Fix test_app_sre when run with -A
diff --git a/pypy/module/_sre/test/test_app_sre.py
b/pypy/module/_sre/test/test_app_sre.py
--- a
Author: Amaury Forgeot d'Arc
Branch:
Changeset: r58280:075b5c1e232b
Date: 2012-10-20 21:15 +0200
http://bitbucket.org/pypy/pypy/changeset/075b5c1e232b/
Log:cpyext: add PyErr_Display
diff --git a/pypy/module/cpyext/pyerrors.py b/pypy/module/cpyext/pyerrors.py
--- a/pypy/module/cpyext/pyerror
Author: Amaury Forgeot d'Arc
Branch: py3k
Changeset: r58281:45e1d87468c3
Date: 2012-10-20 22:35 +0200
http://bitbucket.org/pypy/pypy/changeset/45e1d87468c3/
Log:pyexpat: add mappings for error messages.
diff --git a/pypy/module/pyexpat/__init__.py b/pypy/module/pyexpat/__init__.py
--- a/pypy
Author: Amaury Forgeot d'Arc
Branch: py3k
Changeset: r58282:09541f104186
Date: 2012-10-20 22:40 +0200
http://bitbucket.org/pypy/pypy/changeset/09541f104186/
Log:Remove pyexpat.Parser.returns_unicode (always True)
diff --git a/pypy/module/pyexpat/interp_pyexpat.py
b/pypy/module/pyexpat/inter
Author: Amaury Forgeot d'Arc
Branch: py3k
Changeset: r58287:9fe4526f1973
Date: 2012-10-20 23:20 +0200
http://bitbucket.org/pypy/pypy/changeset/9fe4526f1973/
Log:PyPy extension: inspect.getargs() works on built-in functions. Port
the diff from 2.7.
diff --git a/lib-python/3.2/inspect.
Author: Amaury Forgeot d'Arc
Branch: py3k
Changeset: r58283:b8a23c0df759
Date: 2012-10-20 22:42 +0200
http://bitbucket.org/pypy/pypy/changeset/b8a23c0df759/
Log:Fix tests to pass with -A
diff --git a/pypy/module/pyexpat/test/test_parser.py
b/pypy/module/pyexpat/test/test_parser.py
--- a/pyp
Author: Amaury Forgeot d'Arc
Branch: py3k
Changeset: r58284:0a29fdad36f4
Date: 2012-10-20 23:10 +0200
http://bitbucket.org/pypy/pypy/changeset/0a29fdad36f4/
Log:Fix %r formatting when given a string with printable character: the
result is not ascii...
diff --git a/pypy/objspace/std/f
Author: Amaury Forgeot d'Arc
Branch: py3k
Changeset: r58285:4a4315d7af97
Date: 2012-10-20 23:13 +0200
http://bitbucket.org/pypy/pypy/changeset/4a4315d7af97/
Log:Fix for -A tests which define a "cls.w_xxx"
diff --git a/pypy/conftest.py b/pypy/conftest.py
--- a/pypy/conftest.py
+++ b/pypy/conf
Author: Amaury Forgeot d'Arc
Branch: py3k
Changeset: r58286:5c956274053b
Date: 2012-10-20 23:14 +0200
http://bitbucket.org/pypy/pypy/changeset/5c956274053b/
Log:Fix one test in test_unicode.py
diff --git a/pypy/objspace/std/unicodetype.py b/pypy/objspace/std/unicodetype.py
--- a/pypy/objspac
Author: Matti Picus
Branch: python-numpy
Changeset: r58291:7dd2d9959f3b
Date: 2012-10-20 23:31 +0200
http://bitbucket.org/pypy/pypy/changeset/7dd2d9959f3b/
Log:add unwrap_spec for ndarray attributes
diff --git a/pypy/module/micronumpy/interp_numarray.py
b/pypy/module/micronumpy/interp_numar
Author: Matti Picus
Branch: python-numpy
Changeset: r58289:87d26a2a5f73
Date: 2012-10-20 21:30 +0200
http://bitbucket.org/pypy/pypy/changeset/87d26a2a5f73/
Log:merge default into branch
diff --git a/pypy/module/_cffi_backend/ctypefunc.py
b/pypy/module/_cffi_backend/ctypefunc.py
--- a/pypy/m
Author: Matti Picus
Branch: python-numpy
Changeset: r58290:a75d4ab09850
Date: 2012-10-20 22:42 +0200
http://bitbucket.org/pypy/pypy/changeset/a75d4ab09850/
Log:fix merge
diff --git a/pypy/module/micronumpy/interp_numarray.py
b/pypy/module/micronumpy/interp_numarray.py
--- a/pypy/module/micr
Author: Matti Picus
Branch: python-numpy
Changeset: r58292:86d451eaee0a
Date: 2012-10-21 00:58 +0200
http://bitbucket.org/pypy/pypy/changeset/86d451eaee0a/
Log:with this, numpy.tests() starts to run
diff --git a/lib_pypy/numpy/core/numerictypes.py
b/lib_pypy/numpy/core/_numerictypes.py
rena
Author: Philip Jenvey
Branch:
Changeset: r58293:16e5d86c8254
Date: 2012-10-20 17:49 -0700
http://bitbucket.org/pypy/pypy/changeset/16e5d86c8254/
Log:require a min. of Java 6, skip the jvm tests otherwise
diff --git a/pypy/doc/getting-started-dev.rst b/pypy/doc/getting-started-dev.rst
--- a/
Author: Ronan Lamy
Branch: translation-cleanup
Changeset: r58294:50574051a53e
Date: 2012-10-20 23:36 +0100
http://bitbucket.org/pypy/pypy/changeset/50574051a53e/
Log:Test that all opcodes are implemented in FSFrame
diff --git a/pypy/objspace/flow/test/test_objspace.py
b/pypy/objspace/flow/t
Author: Ronan Lamy
Branch: translation-cleanup
Changeset: r58296:dce1aedd5af6
Date: 2012-10-21 02:35 +0100
http://bitbucket.org/pypy/pypy/changeset/dce1aedd5af6/
Log:Add BINARY_OPS to FSFrame
diff --git a/pypy/objspace/flow/flowcontext.py
b/pypy/objspace/flow/flowcontext.py
--- a/pypy/objsp
Author: Ronan Lamy
Branch: translation-cleanup
Changeset: r58295:31f0efb6b794
Date: 2012-10-21 02:21 +0100
http://bitbucket.org/pypy/pypy/changeset/31f0efb6b794/
Log:Add UNARY_OPS to FSFrame
diff --git a/pypy/objspace/flow/flowcontext.py
b/pypy/objspace/flow/flowcontext.py
--- a/pypy/objspa
Author: Philip Jenvey
Branch:
Changeset: r58297:af4f8fdae89d
Date: 2012-10-20 20:13 -0700
http://bitbucket.org/pypy/pypy/changeset/af4f8fdae89d/
Log:2.5 compat
diff --git a/pypy/translator/jvm/genjvm.py b/pypy/translator/jvm/genjvm.py
--- a/pypy/translator/jvm/genjvm.py
+++ b/pypy/translato
33 matches
Mail list logo