[pypy-commit] cffi default: typo

2012-07-10 Thread arigo
Author: Armin Rigo Branch: Changeset: r623:8deb16b45d7e Date: 2012-07-10 20:34 +0200 http://bitbucket.org/cffi/cffi/changeset/8deb16b45d7e/ Log:typo diff --git a/doc/source/index.rst b/doc/source/index.rst --- a/doc/source/index.rst +++ b/doc/source/index.rst @@ -382,7 +382,7 @@ * unkno

[pypy-commit] pypy default: Backed out changeset 40051e63af13

2012-07-10 Thread arigo
Author: Armin Rigo Branch: Changeset: r56018:ce6dc9187eff Date: 2012-07-10 20:22 +0200 http://bitbucket.org/pypy/pypy/changeset/ce6dc9187eff/ Log:Backed out changeset 40051e63af13 diff --git a/lib_pypy/_ctypes/structure.py b/lib_pypy/_ctypes/structure.py --- a/lib_pypy/_ctypes/structure.py

[pypy-commit] pypy default: Wrote the test and started to fix it, but realized that we don't support

2012-07-10 Thread arigo
Author: Armin Rigo Branch: Changeset: r56017:40051e63af13 Date: 2012-07-10 20:20 +0200 http://bitbucket.org/pypy/pypy/changeset/40051e63af13/ Log:Wrote the test and started to fix it, but realized that we don't support reversed-endian types at all. diff --git a/lib_pypy/_ctypes/stru

[pypy-commit] pypy py3k: use funcargs instead of globals for demo_script and crashing_demo_script; it's needed because setup_class changes the cwd

2012-07-10 Thread antocuni
Author: Antonio Cuni Branch: py3k Changeset: r56016:0da600504dc9 Date: 2012-07-10 19:15 +0200 http://bitbucket.org/pypy/pypy/changeset/0da600504dc9/ Log:use funcargs instead of globals for demo_script and crashing_demo_script; it's needed because setup_class changes the cwd d

[pypy-commit] pypy py3k: bah, typo

2012-07-10 Thread antocuni
Author: Antonio Cuni Branch: py3k Changeset: r56015:35512b4e8749 Date: 2012-07-10 17:48 +0200 http://bitbucket.org/pypy/pypy/changeset/35512b4e8749/ Log:bah, typo diff --git a/pypy/translator/goal/test2/test_app_main.py b/pypy/translator/goal/test2/test_app_main.py --- a/pypy/translator/goa

[pypy-commit] pypy arm-backend-2: revert partitioning for arm backend tests

2012-07-10 Thread bivab
Author: David Schneider Branch: arm-backend-2 Changeset: r56014:ec98179d3b56 Date: 2012-07-10 09:36 +0200 http://bitbucket.org/pypy/pypy/changeset/ec98179d3b56/ Log:revert partitioning for arm backend tests diff --git a/pypy/testrunner_cfg.py b/pypy/testrunner_cfg.py --- a/pypy/testrunner_cf

[pypy-commit] extradoc extradoc: draft for a blog post

2012-07-10 Thread antocuni
Author: Antonio Cuni Branch: extradoc Changeset: r4291:465c879f8294 Date: 2012-07-10 15:59 +0200 http://bitbucket.org/pypy/extradoc/changeset/465c879f8294/ Log:draft for a blog post diff --git a/blog/draft/py3k-status-update-5.rst b/blog/draft/py3k-status-update-5.rst new file mode 100644 -

[pypy-commit] cffi default: Extension to the C language: cast to an array type (reason documented).

2012-07-10 Thread arigo
Author: Armin Rigo Branch: Changeset: r622:959c9878a261 Date: 2012-07-10 15:18 +0200 http://bitbucket.org/cffi/cffi/changeset/959c9878a261/ Log:Extension to the C language: cast to an array type (reason documented). diff --git a/c/_cffi_backend.c b/c/_cffi_backend.c --- a/c/_cffi_ba

[pypy-commit] pypy ffi-backend: Reorganize the repr of cdata objects, with a test-and-fix.

2012-07-10 Thread arigo
Author: Armin Rigo Branch: ffi-backend Changeset: r56013:b3f7783c56b1 Date: 2012-07-10 13:23 +0200 http://bitbucket.org/pypy/pypy/changeset/b3f7783c56b1/ Log:Reorganize the repr of cdata objects, with a test-and-fix. diff --git a/pypy/module/_cffi_backend/cdataobj.py b/pypy/module/_cffi_bac

[pypy-commit] cffi default: Add a test

2012-07-10 Thread arigo
Author: Armin Rigo Branch: Changeset: r621:8ac558826f7c Date: 2012-07-10 13:18 +0200 http://bitbucket.org/cffi/cffi/changeset/8ac558826f7c/ Log:Add a test diff --git a/c/test_c.py b/c/test_c.py --- a/c/test_c.py +++ b/c/test_c.py @@ -1445,6 +1445,11 @@ p = newp(BArray, 7) assert r

[pypy-commit] pypy ffi-backend: hg backout 842e37163ebb: added the missing cerrno.py.

2012-07-10 Thread arigo
Author: Armin Rigo Branch: ffi-backend Changeset: r56012:e7ba61e78967 Date: 2012-07-10 13:02 +0200 http://bitbucket.org/pypy/pypy/changeset/e7ba61e78967/ Log:hg backout 842e37163ebb: added the missing cerrno.py. diff --git a/pypy/module/_cffi_backend/__init__.py b/pypy/module/_cffi_backend/

[pypy-commit] pypy ffi-backend: Oups, forgot this file.

2012-07-10 Thread arigo
Author: Armin Rigo Branch: ffi-backend Changeset: r56011:6504ddebfafb Date: 2012-07-10 13:00 +0200 http://bitbucket.org/pypy/pypy/changeset/6504ddebfafb/ Log:Oups, forgot this file. diff --git a/pypy/module/_cffi_backend/cerrno.py b/pypy/module/_cffi_backend/cerrno.py new file mode 100644 -

[pypy-commit] cffi default: Tweaks

2012-07-10 Thread arigo
Author: Armin Rigo Branch: Changeset: r620:aff26a5f7a80 Date: 2012-07-10 12:41 +0200 http://bitbucket.org/cffi/cffi/changeset/aff26a5f7a80/ Log:Tweaks diff --git a/c/_cffi_backend.c b/c/_cffi_backend.c --- a/c/_cffi_backend.c +++ b/c/_cffi_backend.c @@ -2245,12 +2245,18 @@ CTypeDescrOb

[pypy-commit] extradoc extradoc: forgot to add this file

2012-07-10 Thread antocuni
Author: Antonio Cuni Branch: extradoc Changeset: r4290:54057fa24b69 Date: 2012-07-10 11:33 +0200 http://bitbucket.org/pypy/extradoc/changeset/54057fa24b69/ Log:forgot to add this file diff --git a/talk/ep2012/jit/talk/diagrams/pypytrace.svg b/talk/ep2012/jit/talk/diagrams/pypytrace.svg new

[pypy-commit] extradoc extradoc: more progress

2012-07-10 Thread antocuni
Author: Antonio Cuni Branch: extradoc Changeset: r4287:75219bcd6074 Date: 2012-07-04 12:06 +0200 http://bitbucket.org/pypy/extradoc/changeset/75219bcd6074/ Log:more progress diff --git a/talk/ep2012/jit/talk/author.latex b/talk/ep2012/jit/talk/author.latex --- a/talk/ep2012/jit/talk/author.

[pypy-commit] extradoc extradoc: add an architecture diagram

2012-07-10 Thread antocuni
Author: Antonio Cuni Branch: extradoc Changeset: r4284:6489edf6a716 Date: 2012-07-04 01:40 +0200 http://bitbucket.org/pypy/extradoc/changeset/6489edf6a716/ Log:add an architecture diagram diff --git a/talk/ep2012/jit/talk/Makefile b/talk/ep2012/jit/talk/Makefile --- a/talk/ep2012/jit/talk/Ma

[pypy-commit] extradoc extradoc: fix the animation

2012-07-10 Thread antocuni
Author: Antonio Cuni Branch: extradoc Changeset: r4283:c39f86e924d3 Date: 2012-07-03 18:33 +0200 http://bitbucket.org/pypy/extradoc/changeset/c39f86e924d3/ Log:fix the animation diff --git a/talk/ep2012/jit/talk/diagrams/tracetree.svg b/talk/ep2012/jit/talk/diagrams/tracetree.svg --- a/talk

[pypy-commit] extradoc extradoc: merge heads

2012-07-10 Thread antocuni
Author: Antonio Cuni Branch: extradoc Changeset: r4289:e99feb284e66 Date: 2012-07-10 11:16 +0200 http://bitbucket.org/pypy/extradoc/changeset/e99feb284e66/ Log:merge heads diff --git a/.hgignore b/.hgignore --- a/.hgignore +++ b/.hgignore @@ -1,3 +1,11 @@ syntax: glob *.py[co] *~ +talk/ep

[pypy-commit] extradoc extradoc: add an 'about me' slide

2012-07-10 Thread antocuni
Author: Antonio Cuni Branch: extradoc Changeset: r4288:f0d5b253e718 Date: 2012-07-06 12:26 +0200 http://bitbucket.org/pypy/extradoc/changeset/f0d5b253e718/ Log:add an 'about me' slide diff --git a/talk/ep2012/jit/talk/talk.rst b/talk/ep2012/jit/talk/talk.rst --- a/talk/ep2012/jit/talk/talk.r

[pypy-commit] extradoc extradoc: (arigo, antocuni) progress

2012-07-10 Thread antocuni
Author: Antonio Cuni Branch: extradoc Changeset: r4286:e995aa00abe5 Date: 2012-07-04 11:46 +0200 http://bitbucket.org/pypy/extradoc/changeset/e995aa00abe5/ Log:(arigo, antocuni) progress diff --git a/talk/ep2012/jit/talk/talk.rst b/talk/ep2012/jit/talk/talk.rst --- a/talk/ep2012/jit/talk/tal

[pypy-commit] extradoc extradoc: progress

2012-07-10 Thread antocuni
Author: Antonio Cuni Branch: extradoc Changeset: r4285:c2b6d3103f5b Date: 2012-07-04 10:53 +0200 http://bitbucket.org/pypy/extradoc/changeset/c2b6d3103f5b/ Log:progress diff --git a/talk/ep2012/jit/talk/Makefile b/talk/ep2012/jit/talk/Makefile --- a/talk/ep2012/jit/talk/Makefile +++ b/talk/e