[pypy-commit] extradoc extradoc: python version of LU

2012-08-13 Thread hakanardo
Author: Hakan Ardo Branch: extradoc Changeset: r4533:a6dc6af7135f Date: 2012-08-13 09:35 +0200 http://bitbucket.org/pypy/extradoc/changeset/a6dc6af7135f/ Log:python version of LU diff --git a/talk/iwtc11/benchmarks/benchmark.sh b/talk/iwtc11/benchmarks/benchmark.sh --- a/talk/iwtc11/benchma

[pypy-commit] extradoc extradoc: merge

2012-08-13 Thread hakanardo
Author: Hakan Ardo Branch: extradoc Changeset: r4534:00af94f610b2 Date: 2012-08-13 09:35 +0200 http://bitbucket.org/pypy/extradoc/changeset/00af94f610b2/ Log:merge diff --git a/talk/dls2012/licm.pdf b/talk/dls2012/licm.pdf index 0bfb4121074fae4028d49aea25f9c0e2fa42dd53..d0e3ca21bc58e605bbf3

[pypy-commit] cffi default: Add a test for the precision of 'long double'.

2012-08-13 Thread arigo
Author: Armin Rigo Branch: Changeset: r840:fb5e1fe9a271 Date: 2012-08-13 10:03 +0200 http://bitbucket.org/cffi/cffi/changeset/fb5e1fe9a271/ Log:Add a test for the precision of 'long double'. diff --git a/testing/test_verify.py b/testing/test_verify.py --- a/testing/test_verify.py +++ b/test

[pypy-commit] pypy default: Add kind == '?'.

2012-08-13 Thread arigo
Author: Armin Rigo Branch: Changeset: r56718:dbcaebc93dbd Date: 2012-08-13 10:10 +0200 http://bitbucket.org/pypy/pypy/changeset/dbcaebc93dbd/ Log:Add kind == '?'. diff --git a/pypy/jit/backend/llsupport/ffisupport.py b/pypy/jit/backend/llsupport/ffisupport.py --- a/pypy/jit/backend/llsuppo

[pypy-commit] extradoc extradoc: merge heads

2012-08-13 Thread bivab
Author: David Schneider Branch: extradoc Changeset: r4536:a934abe0bd91 Date: 2012-08-13 10:23 +0200 http://bitbucket.org/pypy/extradoc/changeset/a934abe0bd91/ Log:merge heads diff --git a/talk/iwtc11/benchmarks/benchmark.sh b/talk/iwtc11/benchmarks/benchmark.sh --- a/talk/iwtc11/benchmarks/

[pypy-commit] extradoc extradoc: start adding David Edelsohn's comments

2012-08-13 Thread bivab
Author: David Schneider Branch: extradoc Changeset: r4535:68859f8ab347 Date: 2012-08-13 10:20 +0200 http://bitbucket.org/pypy/extradoc/changeset/68859f8ab347/ Log:start adding David Edelsohn's comments diff --git a/talk/vmil2012/paper.tex b/talk/vmil2012/paper.tex --- a/talk/vmil2012/paper.t

[pypy-commit] extradoc extradoc: C runner for LU

2012-08-13 Thread hakanardo
Author: Hakan Ardo Branch: extradoc Changeset: r4537:d333ee6ab823 Date: 2012-08-13 10:35 +0200 http://bitbucket.org/pypy/extradoc/changeset/d333ee6ab823/ Log:C runner for LU diff --git a/talk/iwtc11/benchmarks/benchmark.sh b/talk/iwtc11/benchmarks/benchmark.sh --- a/talk/iwtc11/benchmarks/b

[pypy-commit] extradoc extradoc: merge

2012-08-13 Thread hakanardo
Author: Hakan Ardo Branch: extradoc Changeset: r4538:0f543645a0b0 Date: 2012-08-13 10:35 +0200 http://bitbucket.org/pypy/extradoc/changeset/0f543645a0b0/ Log:merge diff --git a/talk/vmil2012/paper.tex b/talk/vmil2012/paper.tex --- a/talk/vmil2012/paper.tex +++ b/talk/vmil2012/paper.tex @@ -1

[pypy-commit] pypy default: More tests. Fix.

2012-08-13 Thread arigo
Author: Armin Rigo Branch: Changeset: r56719:e311e98feac7 Date: 2012-08-13 10:35 +0200 http://bitbucket.org/pypy/pypy/changeset/e311e98feac7/ Log:More tests. Fix. diff --git a/pypy/rpython/test/test_rdict.py b/pypy/rpython/test/test_rdict.py --- a/pypy/rpython/test/test_rdict.py +++ b/pypy/

[pypy-commit] cffi default: Improve the test portability.

2012-08-13 Thread arigo
Author: Armin Rigo Branch: Changeset: r841:901792febe10 Date: 2012-08-13 10:45 +0200 http://bitbucket.org/cffi/cffi/changeset/901792febe10/ Log:Improve the test portability. diff --git a/testing/test_verify.py b/testing/test_verify.py --- a/testing/test_verify.py +++ b/testing/test_verify.p

[pypy-commit] extradoc extradoc: enable article benchmark set

2012-08-13 Thread hakanardo
Author: Hakan Ardo Branch: extradoc Changeset: r4539:36c41b91f9c5 Date: 2012-08-13 10:46 +0200 http://bitbucket.org/pypy/extradoc/changeset/36c41b91f9c5/ Log:enable article benchmark set diff --git a/talk/iwtc11/benchmarks/benchmark.sh b/talk/iwtc11/benchmarks/benchmark.sh --- a/talk/iwtc11

[pypy-commit] cffi default: Skip the ffi.buffer() tests with the ctypes backend on top of PyPy.

2012-08-13 Thread arigo
Author: Armin Rigo Branch: Changeset: r842:5ba0cba5e638 Date: 2012-08-13 09:00 + http://bitbucket.org/cffi/cffi/changeset/5ba0cba5e638/ Log:Skip the ffi.buffer() tests with the ctypes backend on top of PyPy. diff --git a/cffi/backend_ctypes.py b/cffi/backend_ctypes.py --- a/cffi/backend

[pypy-commit] cffi default: Update status.

2012-08-13 Thread arigo
Author: Armin Rigo Branch: Changeset: r843:a4906c5bf782 Date: 2012-08-13 11:14 +0200 http://bitbucket.org/cffi/cffi/changeset/a4906c5bf782/ Log:Update status. diff --git a/doc/source/index.rst b/doc/source/index.rst --- a/doc/source/index.rst +++ b/doc/source/index.rst @@ -63,8 +63,11 @@ l

[pypy-commit] extradoc extradoc: Changes based on Stephan's remarks

2012-08-13 Thread bivab
Author: David Schneider Branch: extradoc Changeset: r4540:68df76a06dd0 Date: 2012-08-13 13:45 +0200 http://bitbucket.org/pypy/extradoc/changeset/68df76a06dd0/ Log:Changes based on Stephan's remarks diff --git a/talk/vmil2012/paper.tex b/talk/vmil2012/paper.tex --- a/talk/vmil2012/paper.tex +

[pypy-commit] extradoc extradoc: add acknowledgements

2012-08-13 Thread bivab
Author: David Schneider Branch: extradoc Changeset: r4541:a3a0c644a00c Date: 2012-08-13 13:57 +0200 http://bitbucket.org/pypy/extradoc/changeset/a3a0c644a00c/ Log:add acknowledgements diff --git a/talk/vmil2012/paper.tex b/talk/vmil2012/paper.tex --- a/talk/vmil2012/paper.tex +++ b/talk/vmil

[pypy-commit] extradoc extradoc: missing word

2012-08-13 Thread bivab
Author: David Schneider Branch: extradoc Changeset: r4542:3091fb1ddac9 Date: 2012-08-13 14:04 +0200 http://bitbucket.org/pypy/extradoc/changeset/3091fb1ddac9/ Log:missing word diff --git a/talk/vmil2012/paper.tex b/talk/vmil2012/paper.tex --- a/talk/vmil2012/paper.tex +++ b/talk/vmil2012/pap

[pypy-commit] extradoc extradoc: Address some of the open tasks in the introduction and abstract sections

2012-08-13 Thread bivab
Author: David Schneider Branch: extradoc Changeset: r4543:c23080e9be9a Date: 2012-08-13 15:16 +0200 http://bitbucket.org/pypy/extradoc/changeset/c23080e9be9a/ Log:Address some of the open tasks in the introduction and abstract sections diff --git a/talk/vmil2012/paper.tex b/talk/vmil

[pypy-commit] extradoc extradoc: improvements for background section

2012-08-13 Thread bivab
Author: David Schneider Branch: extradoc Changeset: r4544:24f0f7e25894 Date: 2012-08-13 15:53 +0200 http://bitbucket.org/pypy/extradoc/changeset/24f0f7e25894/ Log:improvements for background section diff --git a/talk/vmil2012/paper.tex b/talk/vmil2012/paper.tex --- a/talk/vmil2012/paper.tex

[pypy-commit] pypy speedup-unpackiterable: Two complains

2012-08-13 Thread arigo
Author: Armin Rigo Branch: speedup-unpackiterable Changeset: r56720:6768badf9bee Date: 2012-08-13 16:14 +0200 http://bitbucket.org/pypy/pypy/changeset/6768badf9bee/ Log:Two complains diff --git a/pypy/interpreter/baseobjspace.py b/pypy/interpreter/baseobjspace.py --- a/pypy/interpreter/baseo

[pypy-commit] pypy speedup-unpackiterable: Fix typo

2012-08-13 Thread arigo
Author: Armin Rigo Branch: speedup-unpackiterable Changeset: r56721:746c2e581d5b Date: 2012-08-13 16:14 +0200 http://bitbucket.org/pypy/pypy/changeset/746c2e581d5b/ Log:Fix typo diff --git a/pypy/objspace/std/celldict.py b/pypy/objspace/std/celldict.py --- a/pypy/objspace/std/celldict.py +++

[pypy-commit] cffi ctypesdef: In this branch we will try to expose cffi.model in a way strongly

2012-08-13 Thread arigo
Author: Armin Rigo Branch: ctypesdef Changeset: r844:91e33b6fb79a Date: 2012-08-13 16:19 +0200 http://bitbucket.org/cffi/cffi/changeset/91e33b6fb79a/ Log:In this branch we will try to expose cffi.model in a way strongly reminiscent of ctypes, to ease portability.

[pypy-commit] cffi ctypesdef: Add two demos of ffi.ctypesdef(): this is approximately what I'd

2012-08-13 Thread arigo
Author: Armin Rigo Branch: ctypesdef Changeset: r845:e9011d41d639 Date: 2012-08-13 16:49 +0200 http://bitbucket.org/cffi/cffi/changeset/e9011d41d639/ Log:Add two demos of ffi.ctypesdef(): this is approximately what I'd like to pass. diff --git a/demo/readdir_ctypesdef.py b/demo/readd

[pypy-commit] extradoc extradoc: improvements to guards in the frontend section

2012-08-13 Thread bivab
Author: David Schneider Branch: extradoc Changeset: r4545:4bebc3e52c25 Date: 2012-08-13 16:22 +0200 http://bitbucket.org/pypy/extradoc/changeset/4bebc3e52c25/ Log:improvements to guards in the frontend section diff --git a/talk/vmil2012/paper.tex b/talk/vmil2012/paper.tex --- a/talk/vmil2012

[pypy-commit] extradoc extradoc: update figure with the correct variable indices and add the line numbers to the trace operations

2012-08-13 Thread bivab
Author: David Schneider Branch: extradoc Changeset: r4546:d81699ed79a6 Date: 2012-08-13 16:51 +0200 http://bitbucket.org/pypy/extradoc/changeset/d81699ed79a6/ Log:update figure with the correct variable indices and add the line numbers to the trace operations diff --git a/talk/vmil20

[pypy-commit] extradoc extradoc: improve the guards in the backend section

2012-08-13 Thread bivab
Author: David Schneider Branch: extradoc Changeset: r4547:a8128a51bd2c Date: 2012-08-13 16:52 +0200 http://bitbucket.org/pypy/extradoc/changeset/a8128a51bd2c/ Log:improve the guards in the backend section diff --git a/talk/vmil2012/paper.tex b/talk/vmil2012/paper.tex --- a/talk/vmil2012/pape

[pypy-commit] cffi default: Name this demo module.

2012-08-13 Thread arigo
Author: Armin Rigo Branch: Changeset: r846:5bdca9ebf8e6 Date: 2012-08-13 18:09 +0200 http://bitbucket.org/cffi/cffi/changeset/5bdca9ebf8e6/ Log:Name this demo module. diff --git a/demo/setup.py b/demo/setup.py --- a/demo/setup.py +++ b/demo/setup.py @@ -7,5 +7,6 @@ from distutils.extension

[pypy-commit] cffi default: pycparser 2.08 no longer contains lextab.py/yacctab.py

2012-08-13 Thread arigo
Author: Armin Rigo Branch: Changeset: r847:a317933a045d Date: 2012-08-13 18:10 +0200 http://bitbucket.org/cffi/cffi/changeset/a317933a045d/ Log:pycparser 2.08 no longer contains lextab.py/yacctab.py out of the box, which looks like a bug. It works in 2.07. diff --git a/setup.py b/se

[pypy-commit] cffi default: Write the version explicitly, and test it too.

2012-08-13 Thread arigo
Author: Armin Rigo Branch: Changeset: r848:aa00674ed886 Date: 2012-08-13 19:05 +0200 http://bitbucket.org/cffi/cffi/changeset/aa00674ed886/ Log:Write the version explicitly, and test it too. diff --git a/setup.py b/setup.py --- a/setup.py +++ b/setup.py @@ -71,7 +71,7 @@ setup( name

[pypy-commit] cffi default: Fix the logic: it was possible to reach the following bug (for which

2012-08-13 Thread arigo
Author: Armin Rigo Branch: Changeset: r849:5f31908df6c9 Date: 2012-08-13 19:07 +0200 http://bitbucket.org/cffi/cffi/changeset/5f31908df6c9/ Log:Fix the logic: it was possible to reach the following bug (for which I don't know how to write a small test): - in cffi: python se

[pypy-commit] cffi default: Added tag release-0.3 for changeset 5f31908df6c9

2012-08-13 Thread arigo
Author: Armin Rigo Branch: Changeset: r850:d0e8c218b393 Date: 2012-08-13 19:08 +0200 http://bitbucket.org/cffi/cffi/changeset/d0e8c218b393/ Log:Added tag release-0.3 for changeset 5f31908df6c9 diff --git a/.hgtags b/.hgtags --- a/.hgtags +++ b/.hgtags @@ -1,3 +1,4 @@ ca6e81df7f1ea58d891129

[pypy-commit] cffi default: Update with the checksums of the distribution.

2012-08-13 Thread arigo
Author: Armin Rigo Branch: Changeset: r851:30e75229e024 Date: 2012-08-13 19:25 +0200 http://bitbucket.org/cffi/cffi/changeset/30e75229e024/ Log:Update with the checksums of the distribution. diff --git a/doc/source/index.rst b/doc/source/index.rst --- a/doc/source/index.rst +++ b/doc/source

[pypy-commit] cffi default: Update this test too.

2012-08-13 Thread arigo
Author: Armin Rigo Branch: Changeset: r852:d86f7bcf3a05 Date: 2012-08-13 19:29 +0200 http://bitbucket.org/cffi/cffi/changeset/d86f7bcf3a05/ Log:Update this test too. diff --git a/testing/test_version.py b/testing/test_version.py --- a/testing/test_version.py +++ b/testing/test_version.py @@

[pypy-commit] cffi default: "hgdistver" is not needed any more.

2012-08-13 Thread arigo
Author: Armin Rigo Branch: Changeset: r853:040d252cb996 Date: 2012-08-13 19:31 +0200 http://bitbucket.org/cffi/cffi/changeset/040d252cb996/ Log:"hgdistver" is not needed any more. diff --git a/setup.py b/setup.py --- a/setup.py +++ b/setup.py @@ -94,9 +94,6 @@ ), }, -set

[pypy-commit] cffi default: Detail

2012-08-13 Thread arigo
Author: Armin Rigo Branch: Changeset: r854:35e3565825c6 Date: 2012-08-13 20:22 +0200 http://bitbucket.org/cffi/cffi/changeset/35e3565825c6/ Log:Detail diff --git a/doc/source/index.rst b/doc/source/index.rst --- a/doc/source/index.rst +++ b/doc/source/index.rst @@ -510,9 +510,8 @@ situatio

[pypy-commit] extradoc extradoc: The draft blog post CFFI Release 0.3.

2012-08-13 Thread arigo
Author: Armin Rigo Branch: extradoc Changeset: r4548:81aabeeccd94 Date: 2012-08-13 20:50 +0200 http://bitbucket.org/pypy/extradoc/changeset/81aabeeccd94/ Log:The draft blog post CFFI Release 0.3. diff --git a/blog/draft/cffi-release-0.3.rst b/blog/draft/cffi-release-0.3.rst new file mode 100

[pypy-commit] extradoc extradoc: fix syntax error

2012-08-13 Thread cfbolz
Author: Carl Friedrich Bolz Branch: extradoc Changeset: r4549:46ea63316a53 Date: 2012-08-13 20:59 +0200 http://bitbucket.org/pypy/extradoc/changeset/46ea63316a53/ Log:fix syntax error diff --git a/talk/vmil2012/paper.tex b/talk/vmil2012/paper.tex --- a/talk/vmil2012/paper.tex +++ b/talk/vmil

[pypy-commit] extradoc extradoc: refactor sqrt lua benchmark. integer and Fix16 variants probably don't quite

2012-08-13 Thread cfbolz
Author: Carl Friedrich Bolz Branch: extradoc Changeset: r4550:5b523c603fdb Date: 2012-08-13 21:10 +0200 http://bitbucket.org/pypy/extradoc/changeset/5b523c603fdb/ Log:refactor sqrt lua benchmark. integer and Fix16 variants probably don't quite make sense. diff --git a/talk/iwtc11/ben

[pypy-commit] extradoc extradoc: have a first go at the convolution benchmarks

2012-08-13 Thread cfbolz
Author: Carl Friedrich Bolz Branch: extradoc Changeset: r4551:f9f6a63c7ad9 Date: 2012-08-13 21:11 +0200 http://bitbucket.org/pypy/extradoc/changeset/f9f6a63c7ad9/ Log:have a first go at the convolution benchmarks diff --git a/talk/iwtc11/benchmarks/convolution/convolution.lua b/talk/iwtc11/

[pypy-commit] extradoc extradoc: hide Appendix

2012-08-13 Thread bivab
Author: David Schneider Branch: extradoc Changeset: r4552:7d24655abca8 Date: 2012-08-13 16:58 +0200 http://bitbucket.org/pypy/extradoc/changeset/7d24655abca8/ Log:hide Appendix diff --git a/talk/vmil2012/paper.tex b/talk/vmil2012/paper.tex --- a/talk/vmil2012/paper.tex +++ b/talk/vmil2012/pa

[pypy-commit] extradoc extradoc: typos

2012-08-13 Thread pedronis
Author: Samuele Pedroni Branch: extradoc Changeset: r4553:28f5d96ff903 Date: 2012-08-13 21:53 +0200 http://bitbucket.org/pypy/extradoc/changeset/28f5d96ff903/ Log:typos diff --git a/talk/vmil2012/paper.tex b/talk/vmil2012/paper.tex --- a/talk/vmil2012/paper.tex +++ b/talk/vmil2012/paper.tex

[pypy-commit] extradoc extradoc: clarify/streamline

2012-08-13 Thread pedronis
Author: Samuele Pedroni Branch: extradoc Changeset: r4554:d1cc6d00c04d Date: 2012-08-13 22:46 +0200 http://bitbucket.org/pypy/extradoc/changeset/d1cc6d00c04d/ Log:clarify/streamline diff --git a/talk/vmil2012/paper.tex b/talk/vmil2012/paper.tex --- a/talk/vmil2012/paper.tex +++ b/talk/vmil20

[pypy-commit] pypy default: ANSI C doesn't allow 'p + n' if p is declared as 'void *'.

2012-08-13 Thread arigo
Author: Armin Rigo Branch: Changeset: r56722:9e9b39337354 Date: 2012-08-13 22:51 +0200 http://bitbucket.org/pypy/pypy/changeset/9e9b39337354/ Log:ANSI C doesn't allow 'p + n' if p is declared as 'void *'. diff --git a/pypy/translator/c/funcgen.py b/pypy/translator/c/funcgen.py --- a/pypy/tr

[pypy-commit] pypy reflex-support: merge default into branch

2012-08-13 Thread wlav
Author: Wim Lavrijsen Branch: reflex-support Changeset: r56723:be8483a77aee Date: 2012-07-26 12:03 -0700 http://bitbucket.org/pypy/pypy/changeset/be8483a77aee/ Log:merge default into branch diff --git a/pypy/doc/cppyy.rst b/pypy/doc/cppyy.rst --- a/pypy/doc/cppyy.rst +++ b/pypy/doc/cppyy.rst

[pypy-commit] pypy reflex-support: From Uwe Hoffmann: more descriptive error messages when loading libs

2012-08-13 Thread wlav
Author: Wim Lavrijsen Branch: reflex-support Changeset: r56725:1333b15cd84e Date: 2012-08-13 17:18 -0700 http://bitbucket.org/pypy/pypy/changeset/1333b15cd84e/ Log:From Uwe Hoffmann: more descriptive error messages when loading libs diff --git a/pypy/module/cppyy/interp_cppyy.py b/pypy/modu