[pypy-commit] pypy improved_ebnfparse_error: changed assertion to ValueError

2012-12-27 Thread nbtaylor
Author: Nathan Taylor Branch: improved_ebnfparse_error Changeset: r59597:2f5063c11b41 Date: 2012-12-27 15:38 -0700 http://bitbucket.org/pypy/pypy/changeset/2f5063c11b41/ Log:changed assertion to ValueError diff --git a/pypy/rlib/parsing/ebnfparse.py b/pypy/rlib/parsing/ebnfparse.py --- a/pyp

[pypy-commit] pypy default: Merged in nbtaylor/pypy/improved_ebnfparse_error (pull request #103: better message for ebnf empty production error)

2012-12-27 Thread alex_gaynor
Author: Alex Gaynor Branch: Changeset: r59598:9c039c92f0fa Date: 2012-12-27 14:43 -0800 http://bitbucket.org/pypy/pypy/changeset/9c039c92f0fa/ Log:Merged in nbtaylor/pypy/improved_ebnfparse_error (pull request #103: better message for ebnf empty production error) diff --git a/pypy/r

[pypy-commit] pypy improved_ebnfparse_error: in unit test: explicitly check that rule is present in the exception

2012-12-27 Thread nbtaylor
Author: Nathan Taylor Branch: improved_ebnfparse_error Changeset: r59596:0ac3eb25b37d Date: 2012-12-25 12:26 -0700 http://bitbucket.org/pypy/pypy/changeset/0ac3eb25b37d/ Log:in unit test: explicitly check that rule is present in the exception diff --git a/pypy/rlib/parsing/test/test_ebnfpars

[pypy-commit] pypy improved_ebnfparse_error: added test case

2012-12-27 Thread nbtaylor
Author: Nathan Taylor Branch: improved_ebnfparse_error Changeset: r59595:8b0a39ad3cda Date: 2012-12-25 10:50 -0700 http://bitbucket.org/pypy/pypy/changeset/8b0a39ad3cda/ Log:added test case diff --git a/pypy/rlib/parsing/test/test_ebnfparse.py b/pypy/rlib/parsing/test/test_ebnfparse.py ---

[pypy-commit] pypy improved_ebnfparse_error: better error for ebnf empty production error

2012-12-27 Thread nbtaylor
Author: Nathan Taylor Branch: improved_ebnfparse_error Changeset: r59594:735dc97186bd Date: 2012-12-25 08:57 -0700 http://bitbucket.org/pypy/pypy/changeset/735dc97186bd/ Log:better error for ebnf empty production error diff --git a/pypy/rlib/parsing/ebnfparse.py b/pypy/rlib/parsing/ebnfparse

[pypy-commit] extradoc extradoc: write numpypy report

2012-12-27 Thread matti
Author: matti Branch: extradoc Changeset: r4937:6a44904cba6f Date: 2012-12-28 00:18 +0200 http://bitbucket.org/pypy/extradoc/changeset/6a44904cba6f/ Log:write numpypy report diff --git a/blog/draft/numpy-status-update-6.rst b/blog/draft/numpy-status-update-6.rst new file mode 100644 --- /dev

[pypy-commit] cffi default: Merged in SimonSapin/cffi (pull request #6: Fix Python 3.1 compat (callable))

2012-12-27 Thread arigo
Author: arigo Branch: Changeset: r1103:1f7566124af1 Date: 2012-12-27 23:05 +0100 http://bitbucket.org/cffi/cffi/changeset/1f7566124af1/ Log:Merged in SimonSapin/cffi (pull request #6: Fix Python 3.1 compat (callable)) diff --git a/cffi/api.py b/cffi/api.py --- a/cffi/api.py +++ b/cf

[pypy-commit] cffi default: Fix Python 3.1 compat (callable)

2012-12-27 Thread SimonSapin
Author: Simon Sapin Branch: Changeset: r1102:caad797a6b3d Date: 2012-12-27 17:11 +0100 http://bitbucket.org/cffi/cffi/changeset/caad797a6b3d/ Log:Fix Python 3.1 compat (callable) diff --git a/cffi/api.py b/cffi/api.py --- a/cffi/api.py +++ b/cffi/api.py @@ -1,5 +1,13 @@ import types +try

[pypy-commit] pypy default: Update to cffi/df807c9701bf.

2012-12-27 Thread arigo
Author: Armin Rigo Branch: Changeset: r59593:17509fae2f9f Date: 2012-12-27 23:01 +0100 http://bitbucket.org/pypy/pypy/changeset/17509fae2f9f/ Log:Update to cffi/df807c9701bf. diff --git a/pypy/module/_cffi_backend/ctypeenum.py b/pypy/module/_cffi_backend/ctypeenum.py --- a/pypy/module/_cff

[pypy-commit] pypy missing-ndarray-attributes: fix merge, add failing byteswap tests for new dtypes, partial implementations

2012-12-27 Thread mattip
Author: mattip Branch: missing-ndarray-attributes Changeset: r59592:fe6cb9eff6f5 Date: 2012-12-27 23:57 +0200 http://bitbucket.org/pypy/pypy/changeset/fe6cb9eff6f5/ Log:fix merge, add failing byteswap tests for new dtypes, partial implementations diff --git a/pypy/module/micronumpy/t

[pypy-commit] pypy callback-jit: actually check for something

2012-12-27 Thread fijal
Author: Maciej Fijalkowski Branch: callback-jit Changeset: r59590:510f2a5380eb Date: 2012-12-27 22:12 +0200 http://bitbucket.org/pypy/pypy/changeset/510f2a5380eb/ Log:actually check for something diff --git a/pypy/jit/metainterp/test/test_warmspot.py b/pypy/jit/metainterp/test/test_warmspot

[pypy-commit] pypy default: (mattip) merge numpypy-longdouble, this adds longdouble, longfloat and

2012-12-27 Thread fijal
Author: Maciej Fijalkowski Branch: Changeset: r59589:91085896a136 Date: 2012-12-27 20:24 +0200 http://bitbucket.org/pypy/pypy/changeset/91085896a136/ Log:(mattip) merge numpypy-longdouble, this adds longdouble, longfloat and clongdouble (I think :) as dtypes diff --git a/pypy/module

[pypy-commit] pypy numpypy-longdouble: close about to-be-merged branch

2012-12-27 Thread fijal
Author: Maciej Fijalkowski Branch: numpypy-longdouble Changeset: r59588:8eb8fe59e845 Date: 2012-12-27 20:23 +0200 http://bitbucket.org/pypy/pypy/changeset/8eb8fe59e845/ Log:close about to-be-merged branch ___ pypy-commit mailing list pypy-commit@py

[pypy-commit] pypy numpypy-longdouble: kill a debug print

2012-12-27 Thread fijal
Author: Maciej Fijalkowski Branch: numpypy-longdouble Changeset: r59587:e498cdd94b09 Date: 2012-12-27 20:07 +0200 http://bitbucket.org/pypy/pypy/changeset/e498cdd94b09/ Log:kill a debug print diff --git a/pypy/module/micronumpy/interp_ufuncs.py b/pypy/module/micronumpy/interp_ufuncs.py ---

[pypy-commit] cffi default: Fix issue #45: accept unicode strings as the name of the enum constants,

2012-12-27 Thread arigo
Author: Armin Rigo Branch: Changeset: r1101:df807c9701bf Date: 2012-12-27 19:01 +0100 http://bitbucket.org/cffi/cffi/changeset/df807c9701bf/ Log:Fix issue #45: accept unicode strings as the name of the enum constants, as long as they can be converted to plain strings. diff --git a/c

[pypy-commit] cffi default: Add the _WIN constant on _cffi_backend (unused for now)

2012-12-27 Thread arigo
Author: Armin Rigo Branch: Changeset: r1100:beba0759d16a Date: 2012-12-27 18:34 +0100 http://bitbucket.org/cffi/cffi/changeset/beba0759d16a/ Log:Add the _WIN constant on _cffi_backend (unused for now) diff --git a/c/_cffi_backend.c b/c/_cffi_backend.c --- a/c/_cffi_backend.c +++ b/c/_cffi_b

[pypy-commit] pypy virtual-raw-mallocs: tentative RPython fix: in ResumeDataDirectReader virtuals_int_cache contains real integers, while in ResumeDataBox reader it contains boxes, so we cannot initia

2012-12-27 Thread antocuni
Author: Antonio Cuni Branch: virtual-raw-mallocs Changeset: r59586:8df1e1642031 Date: 2012-12-27 13:44 +0100 http://bitbucket.org/pypy/pypy/changeset/8df1e1642031/ Log:tentative RPython fix: in ResumeDataDirectReader virtuals_int_cache contains real integers, while in ResumeDataBox re

[pypy-commit] pypy virtual-raw-mallocs: kill support for rawbuffer virtualstate: we do not need to have it for optimizing cffi, and it seems to cause bugs

2012-12-27 Thread antocuni
Author: Antonio Cuni Branch: virtual-raw-mallocs Changeset: r59585:2af85b28ba8e Date: 2012-12-27 11:58 +0100 http://bitbucket.org/pypy/pypy/changeset/2af85b28ba8e/ Log:kill support for rawbuffer virtualstate: we do not need to have it for optimizing cffi, and it seems to cause bugs d