[pypy-commit] pypy py3k: update ascii per runicode changes

2012-10-09 Thread pjenvey
Author: Philip Jenvey Branch: py3k Changeset: r57962:f3a3a83a6f7d Date: 2012-10-09 17:54 -0700 http://bitbucket.org/pypy/pypy/changeset/f3a3a83a6f7d/ Log:update ascii per runicode changes diff --git a/pypy/module/__builtin__/operation.py b/pypy/module/__builtin__/operation.py --- a/pypy/mod

[pypy-commit] pypy py3k: add mode to TextIOWrapper repr

2012-10-09 Thread pjenvey
Author: Philip Jenvey Branch: py3k Changeset: r57961:1c9014214660 Date: 2012-10-09 17:53 -0700 http://bitbucket.org/pypy/pypy/changeset/1c9014214660/ Log:add mode to TextIOWrapper repr diff --git a/pypy/module/_io/interp_textio.py b/pypy/module/_io/interp_textio.py --- a/pypy/module/_io/inte

[pypy-commit] pypy py3k: simplify

2012-10-09 Thread pjenvey
Author: Philip Jenvey Branch: py3k Changeset: r57960:dae42652b387 Date: 2012-10-09 17:52 -0700 http://bitbucket.org/pypy/pypy/changeset/dae42652b387/ Log:simplify diff --git a/pypy/objspace/std/unicodetype.py b/pypy/objspace/std/unicodetype.py --- a/pypy/objspace/std/unicodetype.py +++ b/pyp

[pypy-commit] pypy py3k: ensure __repr/str__ results are unicode

2012-10-09 Thread pjenvey
Author: Philip Jenvey Branch: py3k Changeset: r57959:0543550e6088 Date: 2012-10-09 11:24 -0700 http://bitbucket.org/pypy/pypy/changeset/0543550e6088/ Log:ensure __repr/str__ results are unicode diff --git a/pypy/objspace/descroperation.py b/pypy/objspace/descroperation.py --- a/pypy/objspace

[pypy-commit] pypy translation-cleanup: Simplify HostCode._initialize()

2012-10-09 Thread rlamy
Author: Ronan Lamy Branch: translation-cleanup Changeset: r57958:6f2151c95eb7 Date: 2012-10-05 23:20 +0100 http://bitbucket.org/pypy/pypy/changeset/6f2151c95eb7/ Log:Simplify HostCode._initialize() * Use HostCode.formalargcount instead of recomputing it. * Flowspacify FSFrame

[pypy-commit] pypy default: unused imports

2012-10-09 Thread pjenvey
Author: Philip Jenvey Branch: Changeset: r57957:36131c51ef8b Date: 2012-10-09 13:13 -0700 http://bitbucket.org/pypy/pypy/changeset/36131c51ef8b/ Log:unused imports diff --git a/pypy/objspace/std/floatobject.py b/pypy/objspace/std/floatobject.py --- a/pypy/objspace/std/floatobject.py +++ b/p

[pypy-commit] pypy default: (jerith) Fix link to getting-started-dev in 'Further reading' sections of the archictecture documentation. Fixes issue 1280.

2012-10-09 Thread hodgestar
Author: Simon Cross Branch: Changeset: r57956:5c65254c7298 Date: 2012-10-09 22:11 +0200 http://bitbucket.org/pypy/pypy/changeset/5c65254c7298/ Log:(jerith) Fix link to getting-started-dev in 'Further reading' sections of the archictecture documentation. Fixes issue 1280. diff --git

[pypy-commit] pypy kill-someobject: merge

2012-10-09 Thread fijal
Author: Maciej Fijalkowski Branch: kill-someobject Changeset: r57955:fd19fa683cfe Date: 2012-10-09 17:57 +0200 http://bitbucket.org/pypy/pypy/changeset/fd19fa683cfe/ Log:merge diff --git a/pypy/rpython/lltypesystem/test/test_rffi.py b/pypy/rpython/lltypesystem/test/test_rffi.py --- a/pypy/r

[pypy-commit] pypy kill-someobject: fix test_error, a bit by improving error messages

2012-10-09 Thread fijal
Author: Maciej Fijalkowski Branch: kill-someobject Changeset: r57954:01e86a93b033 Date: 2012-10-09 17:56 +0200 http://bitbucket.org/pypy/pypy/changeset/01e86a93b033/ Log:fix test_error, a bit by improving error messages diff --git a/pypy/annotation/annrpython.py b/pypy/annotation/annrpython.

[pypy-commit] pypy default: implement complex for compile, fix test_zjit

2012-10-09 Thread fijal
Author: Maciej Fijalkowski Branch: Changeset: r57953:4c46bace2a1d Date: 2012-10-09 16:45 +0200 http://bitbucket.org/pypy/pypy/changeset/4c46bace2a1d/ Log:implement complex for compile, fix test_zjit diff --git a/pypy/module/micronumpy/compile.py b/pypy/module/micronumpy/compile.py --- a/py

[pypy-commit] pypy kill-someobject: Fix test_boehm

2012-10-09 Thread arigo
Author: Armin Rigo Branch: kill-someobject Changeset: r57951:bdd8dd9041a6 Date: 2012-10-09 16:44 +0200 http://bitbucket.org/pypy/pypy/changeset/bdd8dd9041a6/ Log:Fix test_boehm diff --git a/pypy/translator/c/test/test_boehm.py b/pypy/translator/c/test/test_boehm.py --- a/pypy/translator/c/t

[pypy-commit] pypy default: remove tabs

2012-10-09 Thread fijal
Author: Maciej Fijalkowski Branch: Changeset: r57952:95b2087b812f Date: 2012-10-09 16:20 +0200 http://bitbucket.org/pypy/pypy/changeset/95b2087b812f/ Log:remove tabs diff --git a/pypy/module/micronumpy/types.py b/pypy/module/micronumpy/types.py --- a/pypy/module/micronumpy/types.py +++ b/py

[pypy-commit] pypy kill-someobject: Fix test_backendoptimized.

2012-10-09 Thread arigo
Author: Armin Rigo Branch: kill-someobject Changeset: r57950:e890f20e3560 Date: 2012-10-09 16:31 +0200 http://bitbucket.org/pypy/pypy/changeset/e890f20e3560/ Log:Fix test_backendoptimized. diff --git a/pypy/translator/c/test/test_backendoptimized.py b/pypy/translator/c/test/test_backendopti

[pypy-commit] pypy kill-someobject: Fix test_lltyped.

2012-10-09 Thread arigo
Author: Armin Rigo Branch: kill-someobject Changeset: r57949:03fee088dd73 Date: 2012-10-09 16:16 +0200 http://bitbucket.org/pypy/pypy/changeset/03fee088dd73/ Log:Fix test_lltyped. diff --git a/pypy/rpython/tool/rffi_platform.py b/pypy/rpython/tool/rffi_platform.py --- a/pypy/rpython/tool/rf

[pypy-commit] extradoc extradoc: start the talk

2012-10-09 Thread cfbolz
Author: Carl Friedrich Bolz Branch: extradoc Changeset: r4844:2ef0495805d7 Date: 2012-10-09 16:07 +0200 http://bitbucket.org/pypy/extradoc/changeset/2ef0495805d7/ Log:start the talk diff --git a/talk/vmil2012/presentation/talk.tex b/talk/vmil2012/presentation/talk.tex new file mode 100644 -

[pypy-commit] pypy kill-someobject: Fixes

2012-10-09 Thread arigo
Author: Armin Rigo Branch: kill-someobject Changeset: r57948:9fb4be9f0458 Date: 2012-10-09 15:37 +0200 http://bitbucket.org/pypy/pypy/changeset/9fb4be9f0458/ Log:Fixes diff --git a/pypy/rpython/lltypesystem/test/test_rffi.py b/pypy/rpython/lltypesystem/test/test_rffi.py --- a/pypy/rpython/l

[pypy-commit] pypy kill-someobject: Reintroduce a way to report the malloc counters.

2012-10-09 Thread arigo
Author: Armin Rigo Branch: kill-someobject Changeset: r57947:b4853aff2f42 Date: 2012-10-09 12:52 +0200 http://bitbucket.org/pypy/pypy/changeset/b4853aff2f42/ Log:Reintroduce a way to report the malloc counters. diff --git a/pypy/translator/c/src/main.h b/pypy/translator/c/src/main.h --- a/py

[pypy-commit] cffi default: Revert 2b9a8ee9b5b8. Skip the tests completely on Windows.

2012-10-09 Thread arigo
Author: Armin Rigo Branch: Changeset: r995:b1a6c00c5713 Date: 2012-10-09 12:00 +0200 http://bitbucket.org/cffi/cffi/changeset/b1a6c00c5713/ Log:Revert 2b9a8ee9b5b8. Skip the tests completely on Windows. diff --git a/testing/test_verify.py b/testing/test_verify.py --- a/testing/test_verify.p

[pypy-commit] cffi default: More Windows compat

2012-10-09 Thread arigo
Author: Armin Rigo Branch: Changeset: r994:2b9a8ee9b5b8 Date: 2012-10-09 11:55 +0200 http://bitbucket.org/cffi/cffi/changeset/2b9a8ee9b5b8/ Log:More Windows compat diff --git a/testing/test_verify.py b/testing/test_verify.py --- a/testing/test_verify.py +++ b/testing/test_verify.py @@ -1074

[pypy-commit] cffi default: Improve test, for windows

2012-10-09 Thread arigo
Author: Armin Rigo Branch: Changeset: r993:d61a612737ec Date: 2012-10-09 11:42 +0200 http://bitbucket.org/cffi/cffi/changeset/d61a612737ec/ Log:Improve test, for windows diff --git a/testing/test_ffi_backend.py b/testing/test_ffi_backend.py --- a/testing/test_ffi_backend.py +++ b/testing/te

[pypy-commit] cffi default: Add dlerror() for windows.

2012-10-09 Thread arigo
Author: Armin Rigo Branch: Changeset: r992:7673342ae1c2 Date: 2012-10-09 11:37 +0200 http://bitbucket.org/cffi/cffi/changeset/7673342ae1c2/ Log:Add dlerror() for windows. diff --git a/c/misc_win32.h b/c/misc_win32.h --- a/c/misc_win32.h +++ b/c/misc_win32.h @@ -103,6 +103,16 @@ FreeLib

[pypy-commit] cffi default: merge heads

2012-10-09 Thread arigo
Author: Armin Rigo Branch: Changeset: r991:ec097c369113 Date: 2012-10-09 11:20 +0200 http://bitbucket.org/cffi/cffi/changeset/ec097c369113/ Log:merge heads diff --git a/demo/_curses.py b/demo/_curses.py --- a/demo/_curses.py +++ b/demo/_curses.py @@ -22,6 +22,11 @@ int setupterm(char *te

[pypy-commit] cffi default: Keep the loaded libraries alive as long as the 'ffi' object is kept alive.

2012-10-09 Thread arigo
Author: Armin Rigo Branch: Changeset: r990:a4f49af3db3c Date: 2012-10-09 11:18 +0200 http://bitbucket.org/cffi/cffi/changeset/a4f49af3db3c/ Log:Keep the loaded libraries alive as long as the 'ffi' object is kept alive. diff --git a/cffi/api.py b/cffi/api.py --- a/cffi/api.py +++ b/c

[pypy-commit] cffi default: Rename section

2012-10-09 Thread arigo
Author: Armin Rigo Branch: Changeset: r989:0b7103b87f18 Date: 2012-10-09 11:18 +0200 http://bitbucket.org/cffi/cffi/changeset/0b7103b87f18/ Log:Rename section diff --git a/doc/source/index.rst b/doc/source/index.rst --- a/doc/source/index.rst +++ b/doc/source/index.rst @@ -960,8 +960,8 @@