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
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
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
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
---
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
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
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
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
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
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
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
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
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
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
---
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
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
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
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
18 matches
Mail list logo