[pypy-commit] pypy default: Start whatsnew-head from scratch again.

2012-11-19 Thread arigo
Author: Armin Rigo Branch: Changeset: r58992:e434afc2ac6b Date: 2012-11-19 09:50 +0100 http://bitbucket.org/pypy/pypy/changeset/e434afc2ac6b/ Log:Start whatsnew-head from scratch again. diff --git a/pypy/doc/whatsnew-head.rst b/pypy/doc/whatsnew-head.rst --- a/pypy/doc/whatsnew-head.rst +++

[pypy-commit] pypy default: Test and fix.

2012-11-19 Thread arigo
Author: Armin Rigo Branch: Changeset: r58993:e82d5aab0b89 Date: 2012-11-19 10:01 +0100 http://bitbucket.org/pypy/pypy/changeset/e82d5aab0b89/ Log:Test and fix. diff --git a/pypy/objspace/std/listobject.py b/pypy/objspace/std/listobject.py --- a/pypy/objspace/std/listobject.py +++ b/pypy/obj

[pypy-commit] pypy default: untabbify.

2012-11-19 Thread arigo
Author: Armin Rigo Branch: Changeset: r58994:cf80374394f8 Date: 2012-11-19 10:02 +0100 http://bitbucket.org/pypy/pypy/changeset/cf80374394f8/ Log:untabbify. diff --git a/pypy/jit/backend/arm/opassembler.py b/pypy/jit/backend/arm/opassembler.py --- a/pypy/jit/backend/arm/opassembler.py +++

[pypy-commit] pypy default: For now, if you can't compile something needed by CLI, silently skip the

2012-11-19 Thread arigo
Author: Armin Rigo Branch: Changeset: r58995:d4ef7d213222 Date: 2012-11-19 10:04 +0100 http://bitbucket.org/pypy/pypy/changeset/d4ef7d213222/ Log:For now, if you can't compile something needed by CLI, silently skip the test. diff --git a/pypy/translator/cli/rte.py b/pypy/translator/

[pypy-commit] pypy default: Skip a failing test on CLI.

2012-11-19 Thread arigo
Author: Armin Rigo Branch: Changeset: r58996:915fc220d488 Date: 2012-11-19 10:06 +0100 http://bitbucket.org/pypy/pypy/changeset/915fc220d488/ Log:Skip a failing test on CLI. diff --git a/pypy/rlib/parsing/test/test_tree.py b/pypy/rlib/parsing/test/test_tree.py --- a/pypy/rlib/parsing/test/

[pypy-commit] pypy default: Backed out changeset 915fc220d488: it should already be skipped by d4ef7d213222.

2012-11-19 Thread arigo
Author: Armin Rigo Branch: Changeset: r58997:f8375bdafa40 Date: 2012-11-19 10:07 +0100 http://bitbucket.org/pypy/pypy/changeset/f8375bdafa40/ Log:Backed out changeset 915fc220d488: it should already be skipped by d4ef7d213222. diff --git a/pypy/rlib/parsing/test/test_tree.py b/pypy

[pypy-commit] cffi default: 90% of a fix for issue #40.

2012-11-19 Thread arigo
Author: Armin Rigo Branch: Changeset: r1047:2f3a42e203c4 Date: 2012-11-19 17:21 +0100 http://bitbucket.org/cffi/cffi/changeset/2f3a42e203c4/ Log:90% of a fix for issue #40. diff --git a/cffi/ffiplatform.py b/cffi/ffiplatform.py --- a/cffi/ffiplatform.py +++ b/cffi/ffiplatform.py @@ -58,3 +5

[pypy-commit] pypy default: These must be declared "static". We don't want the names "buffer" and

2012-11-19 Thread arigo
Author: Armin Rigo Branch: Changeset: r58998:dcbdd8287de3 Date: 2012-11-19 17:27 +0100 http://bitbucket.org/pypy/pypy/changeset/dcbdd8287de3/ Log:These must be declared "static". We don't want the names "buffer" and "buflen" globally visible throughout our C source. diff --git a/pyp

[pypy-commit] extradoc extradoc: Fix displaying of copyright data

2012-11-19 Thread bivab
Author: David Schneider Branch: extradoc Changeset: r4921:3760bb3d9a61 Date: 2012-11-19 17:08 +0100 http://bitbucket.org/pypy/extradoc/changeset/3760bb3d9a61/ Log:Fix displaying of copyright data diff --git a/talk/vmil2012/paper.tex b/talk/vmil2012/paper.tex --- a/talk/vmil2012/paper.tex +++

[pypy-commit] extradoc extradoc: Resize figure to improve text flow

2012-11-19 Thread bivab
Author: David Schneider Branch: extradoc Changeset: r4923:b0e71b7a6039 Date: 2012-11-19 17:33 +0100 http://bitbucket.org/pypy/extradoc/changeset/b0e71b7a6039/ Log:Resize figure to improve text flow diff --git a/talk/vmil2012/paper.tex b/talk/vmil2012/paper.tex --- a/talk/vmil2012/paper.tex +

[pypy-commit] extradoc extradoc: Make abstract appear before keywords and categories

2012-11-19 Thread bivab
Author: David Schneider Branch: extradoc Changeset: r4922:2010f2673bc1 Date: 2012-11-19 17:09 +0100 http://bitbucket.org/pypy/extradoc/changeset/2010f2673bc1/ Log:Make abstract appear before keywords and categories diff --git a/talk/vmil2012/paper.tex b/talk/vmil2012/paper.tex --- a/talk/vmi

[pypy-commit] extradoc extradoc: Paper as submitted

2012-11-19 Thread bivab
Author: David Schneider Branch: extradoc Changeset: r4924:28c5743da386 Date: 2012-11-19 17:42 +0100 http://bitbucket.org/pypy/extradoc/changeset/28c5743da386/ Log:Paper as submitted diff --git a/talk/vmil2012/jit-guards_submitted.pdf b/talk/vmil2012/jit-guards_submitted.pdf deleted file mod

[pypy-commit] pypy default: Add os.fchown() and os.fchmod().

2012-11-19 Thread arigo
Author: Armin Rigo Branch: Changeset: r58999:8275a7379d56 Date: 2012-11-19 18:03 +0100 http://bitbucket.org/pypy/pypy/changeset/8275a7379d56/ Log:Add os.fchown() and os.fchmod(). diff --git a/pypy/module/posix/__init__.py b/pypy/module/posix/__init__.py --- a/pypy/module/posix/__init__.py +

[pypy-commit] pypy py3k: print() should always call str()

2012-11-19 Thread pjenvey
Author: Philip Jenvey Branch: py3k Changeset: r59000:c914d9d6c0b8 Date: 2012-11-19 13:28 -0800 http://bitbucket.org/pypy/pypy/changeset/c914d9d6c0b8/ Log:print() should always call str() diff --git a/pypy/module/__builtin__/app_io.py b/pypy/module/__builtin__/app_io.py --- a/pypy/module/__b

[pypy-commit] pypy py3k: cpython issue1294232: fix certain cases of metaclass calculation

2012-11-19 Thread pjenvey
Author: Philip Jenvey Branch: py3k Changeset: r59001:c9fad5f8ea60 Date: 2012-11-19 13:29 -0800 http://bitbucket.org/pypy/pypy/changeset/c9fad5f8ea60/ Log:cpython issue1294232: fix certain cases of metaclass calculation diff --git a/pypy/module/__builtin__/compiling.py b/pypy/module/__builti

[pypy-commit] pypy py3k: Fix error message: exec() is a function now.

2012-11-19 Thread amauryfa
Author: Amaury Forgeot d'Arc Branch: py3k Changeset: r59002:5bc5ca11f6f0 Date: 2012-11-19 16:49 +0100 http://bitbucket.org/pypy/pypy/changeset/5bc5ca11f6f0/ Log:Fix error message: exec() is a function now. diff --git a/pypy/interpreter/pyopcode.py b/pypy/interpreter/pyopcode.py --- a/pypy/in

[pypy-commit] pypy py3k: Fix tests in module/imp, and add -A support to run most of them.

2012-11-19 Thread amauryfa
Author: Amaury Forgeot d'Arc Branch: py3k Changeset: r59005:150673184cc6 Date: 2012-11-19 21:16 +0100 http://bitbucket.org/pypy/pypy/changeset/150673184cc6/ Log:Fix tests in module/imp, and add -A support to run most of them. diff --git a/pypy/module/imp/test/test_app.py b/pypy/module/imp/te

[pypy-commit] pypy py3k: listdir(bytes) is now the special case, be sure to test it.

2012-11-19 Thread amauryfa
Author: Amaury Forgeot d'Arc Branch: py3k Changeset: r59003:d089c56b8e75 Date: 2012-11-19 20:00 +0100 http://bitbucket.org/pypy/pypy/changeset/d089c56b8e75/ Log:listdir(bytes) is now the special case, be sure to test it. diff --git a/pypy/module/posix/test/test_posix2.py b/pypy/module/posix

[pypy-commit] pypy py3k: Remove __builtin__.reload, it's now in imp module

2012-11-19 Thread amauryfa
Author: Amaury Forgeot d'Arc Branch: py3k Changeset: r59007:72fb66b68769 Date: 2012-11-19 21:43 +0100 http://bitbucket.org/pypy/pypy/changeset/72fb66b68769/ Log:Remove __builtin__.reload, it's now in imp module (and was already tested there) diff --git a/pypy/module/__builtin__/__ini

[pypy-commit] pypy py3k: os.listdir() == os.listdir('.')

2012-11-19 Thread amauryfa
Author: Amaury Forgeot d'Arc Branch: py3k Changeset: r59004:9a64eaf9e16f Date: 2012-11-19 20:02 +0100 http://bitbucket.org/pypy/pypy/changeset/9a64eaf9e16f/ Log:os.listdir() == os.listdir('.') diff --git a/pypy/module/posix/interp_posix.py b/pypy/module/posix/interp_posix.py --- a/pypy/modu

[pypy-commit] pypy py3k: cPickle was renamed to _pickle.

2012-11-19 Thread amauryfa
Author: Amaury Forgeot d'Arc Branch: py3k Changeset: r59010:feec18d676e0 Date: 2012-11-19 23:24 +0100 http://bitbucket.org/pypy/pypy/changeset/feec18d676e0/ Log:cPickle was renamed to _pickle. Adapt to py3k and fix most tests in test_pickle. diff --git a/lib_pypy/cPickle.py b/lib_pyp

[pypy-commit] pypy py3k: Fix most tests when run with -A.

2012-11-19 Thread amauryfa
Author: Amaury Forgeot d'Arc Branch: py3k Changeset: r59006:6b0a60238520 Date: 2012-11-19 21:40 +0100 http://bitbucket.org/pypy/pypy/changeset/6b0a60238520/ Log:Fix most tests when run with -A. Absolute import is now the default... diff --git a/pypy/module/imp/test/test_import.py b/

[pypy-commit] pypy py3k: Import is always absolute. This fixes many tests.

2012-11-19 Thread amauryfa
Author: Amaury Forgeot d'Arc Branch: py3k Changeset: r59008:2ed2f6df816a Date: 2012-11-19 21:59 +0100 http://bitbucket.org/pypy/pypy/changeset/2ed2f6df816a/ Log:Import is always absolute. This fixes many tests. diff --git a/pypy/interpreter/astcompiler/codegen.py b/pypy/interpreter/astcompi

[pypy-commit] pypy py3k: Fix test, now passes with -A (cpython3.2) and without (py.py)

2012-11-19 Thread amauryfa
Author: Amaury Forgeot d'Arc Branch: py3k Changeset: r59009:1219a8007fe2 Date: 2012-11-19 22:05 +0100 http://bitbucket.org/pypy/pypy/changeset/1219a8007fe2/ Log:Fix test, now passes with -A (cpython3.2) and without (py.py) diff --git a/pypy/module/imp/test/test_import.py b/pypy/module/imp/t

[pypy-commit] pypy py3k: Skip this test: pypy does not crash here :-):

2012-11-19 Thread amauryfa
Author: Amaury Forgeot d'Arc Branch: py3k Changeset: r59011:7376bf7fd8eb Date: 2012-11-19 23:36 +0100 http://bitbucket.org/pypy/pypy/changeset/7376bf7fd8eb/ Log:Skip this test: pypy does not crash here :-): diff --git a/lib-python/3.2/test/test_sys.py b/lib-python/3.2/test/test_sys.py --- a/

[pypy-commit] pypy py3k: Apply 2.7 workarounds

2012-11-19 Thread amauryfa
Author: Amaury Forgeot d'Arc Branch: py3k Changeset: r59012:169f6fee0591 Date: 2012-11-19 23:50 +0100 http://bitbucket.org/pypy/pypy/changeset/169f6fee0591/ Log:Apply 2.7 workarounds diff --git a/lib-python/3.2/test/test_sys.py b/lib-python/3.2/test/test_sys.py --- a/lib-python/3.2/test/test

[pypy-commit] pypy py3k: this is now an AttributeError

2012-11-19 Thread pjenvey
Author: Philip Jenvey Branch: py3k Changeset: r59013:01f83f7aa7f6 Date: 2012-11-19 20:51 -0800 http://bitbucket.org/pypy/pypy/changeset/01f83f7aa7f6/ Log:this is now an AttributeError diff --git a/pypy/interpreter/test/test_typedef.py b/pypy/interpreter/test/test_typedef.py --- a/pypy/inter

[pypy-commit] pypy py3k: 2to3

2012-11-19 Thread pjenvey
Author: Philip Jenvey Branch: py3k Changeset: r59015:19a423e4d4f2 Date: 2012-11-19 21:00 -0800 http://bitbucket.org/pypy/pypy/changeset/19a423e4d4f2/ Log:2to3 diff --git a/lib-python/3.2/distutils/sysconfig_pypy.py b/lib-python/3.2/distutils/sysconfig_pypy.py --- a/lib-python/3.2/distutils/

[pypy-commit] pypy py3k: math.ceil/floor/trunc now fallback to their special methods

2012-11-19 Thread pjenvey
Author: Philip Jenvey Branch: py3k Changeset: r59016:4bd535d8791e Date: 2012-11-19 21:03 -0800 http://bitbucket.org/pypy/pypy/changeset/4bd535d8791e/ Log:math.ceil/floor/trunc now fallback to their special methods diff --git a/pypy/module/math/interp_math.py b/pypy/module/math/interp_math.py

[pypy-commit] pypy py3k: split distutils.sysconfig in 2, copy ours from 2.7

2012-11-19 Thread pjenvey
Author: Philip Jenvey Branch: py3k Changeset: r59014:b603d9472d5f Date: 2012-11-19 21:00 -0800 http://bitbucket.org/pypy/pypy/changeset/b603d9472d5f/ Log:split distutils.sysconfig in 2, copy ours from 2.7 diff --git a/lib-python/3.2/distutils/sysconfig.py b/lib-python/3.2/distutils/sysconfi

[pypy-commit] pypy py3k: If it's decoded, it was certainly a bytes string.

2012-11-19 Thread amauryfa
Author: Amaury Forgeot d'Arc Branch: py3k Changeset: r59017:21f2905ba172 Date: 2012-11-20 08:11 +0100 http://bitbucket.org/pypy/pypy/changeset/21f2905ba172/ Log:If it's decoded, it was certainly a bytes string. diff --git a/pypy/module/_ssl/interp_ssl.py b/pypy/module/_ssl/interp_ssl.py ---