[pypy-commit] pypy pytest: indentation

2012-10-03 Thread RonnyPfannschmidt
Author: Ronny Pfannschmidt Branch: pytest Changeset: r57759:2d4adb7a8852 Date: 2012-10-03 09:56 +0200 http://bitbucket.org/pypy/pypy/changeset/2d4adb7a8852/ Log:indentation diff --git a/pypy/tool/pytest/viewerplugin.py b/pypy/tool/pytest/viewerplugin.py --- a/pypy/tool/pytest/viewerplugin.py

[pypy-commit] extradoc extradoc: start slides

2012-10-03 Thread fijal
Author: Maciej Fijalkowski Branch: extradoc Changeset: r4832:d390cfda3556 Date: 2012-10-03 09:56 +0200 http://bitbucket.org/pypy/extradoc/changeset/d390cfda3556/ Log:start slides diff --git a/talk/pyconza2012/examples/alloc.py b/talk/pyconza2012/examples/alloc.py new file mode 100644 --- /d

[pypy-commit] pypy remove-PYPY_NOT_MAIN_FILE: Remove ll_strtod.c from the RPython core C files.

2012-10-03 Thread amauryfa
Author: Amaury Forgeot d'Arc Branch: remove-PYPY_NOT_MAIN_FILE Changeset: r57760:898ed07c26b4 Date: 2012-10-02 23:27 +0200 http://bitbucket.org/pypy/pypy/changeset/898ed07c26b4/ Log:Remove ll_strtod.c from the RPython core C files. The ExternalCompilationInfo object should be enough t

[pypy-commit] pypy remove-PYPY_NOT_MAIN_FILE: Fix compilation warning.

2012-10-03 Thread amauryfa
Author: Amaury Forgeot d'Arc Branch: remove-PYPY_NOT_MAIN_FILE Changeset: r57761:5bd32c540fbe Date: 2012-10-03 08:35 +0200 http://bitbucket.org/pypy/pypy/changeset/5bd32c540fbe/ Log:Fix compilation warning. diff --git a/pypy/translator/c/src/profiling.c b/pypy/translator/c/src/profiling.c -

[pypy-commit] pypy remove-PYPY_NOT_MAIN_FILE: Fix a crash in some module/thread test.

2012-10-03 Thread amauryfa
Author: Amaury Forgeot d'Arc Branch: remove-PYPY_NOT_MAIN_FILE Changeset: r57762:60130da446c6 Date: 2012-10-03 10:33 +0200 http://bitbucket.org/pypy/pypy/changeset/60130da446c6/ Log:Fix a crash in some module/thread test. diff --git a/pypy/translator/c/src/thread.c b/pypy/translator/c/src/th

[pypy-commit] pypy pytest: use importorskip instead of custom handling

2012-10-03 Thread RonnyPfannschmidt
Author: Ronny Pfannschmidt Branch: pytest Changeset: r57763:e880a84e5be1 Date: 2012-10-03 13:10 +0200 http://bitbucket.org/pypy/pypy/changeset/e880a84e5be1/ Log:use importorskip instead of custom handling diff --git a/pypy/rpython/module/test/test_ll_termios.py b/pypy/rpython/module/test/te

[pypy-commit] pypy stm-thread-2: fix fix fix in-progress

2012-10-03 Thread arigo
Author: Armin Rigo Branch: stm-thread-2 Changeset: r57764:d0f15e8614e4 Date: 2012-10-03 14:34 +0200 http://bitbucket.org/pypy/pypy/changeset/d0f15e8614e4/ Log:fix fix fix in-progress diff --git a/pypy/jit/backend/x86/assembler.py b/pypy/jit/backend/x86/assembler.py --- a/pypy/jit/backend/x8

[pypy-commit] pypy stm-thread-2: Fixes

2012-10-03 Thread arigo
Author: Armin Rigo Branch: stm-thread-2 Changeset: r57765:c68951e7edec Date: 2012-10-03 15:20 +0200 http://bitbucket.org/pypy/pypy/changeset/c68951e7edec/ Log:Fixes diff --git a/pypy/jit/backend/x86/stmtlocal.py b/pypy/jit/backend/x86/stmtlocal.py --- a/pypy/jit/backend/x86/stmtlocal.py +++

[pypy-commit] pypy stm-thread-2: hack hack

2012-10-03 Thread arigo
Author: Armin Rigo Branch: stm-thread-2 Changeset: r57766:62c032fbc968 Date: 2012-10-03 16:00 +0200 http://bitbucket.org/pypy/pypy/changeset/62c032fbc968/ Log:hack hack diff --git a/pypy/jit/backend/x86/assembler.py b/pypy/jit/backend/x86/assembler.py --- a/pypy/jit/backend/x86/assembler.py

[pypy-commit] pypy stm-thread-2: Comment out that too.

2012-10-03 Thread arigo
Author: Armin Rigo Branch: stm-thread-2 Changeset: r57767:e971e420e8f5 Date: 2012-10-03 16:07 +0200 http://bitbucket.org/pypy/pypy/changeset/e971e420e8f5/ Log:Comment out that too. diff --git a/pypy/jit/backend/x86/assembler.py b/pypy/jit/backend/x86/assembler.py --- a/pypy/jit/backend/x86/

[pypy-commit] pypy default: A constant offsetof() in a FixedSizeArray.

2012-10-03 Thread arigo
Author: Armin Rigo Branch: Changeset: r57768:235ae082806e Date: 2012-10-03 16:27 +0200 http://bitbucket.org/pypy/pypy/changeset/235ae082806e/ Log:A constant offsetof() in a FixedSizeArray. diff --git a/pypy/translator/c/primitive.py b/pypy/translator/c/primitive.py --- a/pypy/translator/c/p

[pypy-commit] pypy py3k: kill some of the workarounds introduced in 03e3cf83880b about == and !=

2012-10-03 Thread antocuni
Author: Antonio Cuni Branch: py3k Changeset: r57769:54ca17571e0f Date: 2012-10-03 12:10 +0200 http://bitbucket.org/pypy/pypy/changeset/54ca17571e0f/ Log:kill some of the workarounds introduced in 03e3cf83880b about == and != between sets and ANY, as they are no longer needed. This fix

[pypy-commit] pypy py3k: fix != between dict.{keys, items} and {set, frozenset}

2012-10-03 Thread antocuni
Author: Antonio Cuni Branch: py3k Changeset: r57771:2ea52932a24a Date: 2012-10-03 15:00 +0200 http://bitbucket.org/pypy/pypy/changeset/2ea52932a24a/ Log:fix != between dict.{keys,items} and {set,frozenset} diff --git a/pypy/objspace/std/dictmultiobject.py b/pypy/objspace/std/dictmultiobject

[pypy-commit] pypy py3k: don't override the default 'ne' multimethod

2012-10-03 Thread antocuni
Author: Antonio Cuni Branch: py3k Changeset: r57770:9184d8149ca0 Date: 2012-10-03 12:16 +0200 http://bitbucket.org/pypy/pypy/changeset/9184d8149ca0/ Log:don't override the default 'ne' multimethod diff --git a/pypy/objspace/std/dictmultiobject.py b/pypy/objspace/std/dictmultiobject.py --- a

[pypy-commit] pypy py3k: a failing test

2012-10-03 Thread antocuni
Author: Antonio Cuni Branch: py3k Changeset: r57772:824cb5f4ce81 Date: 2012-10-03 16:06 +0200 http://bitbucket.org/pypy/pypy/changeset/824cb5f4ce81/ Log:a failing test diff --git a/pypy/objspace/std/test/test_dictmultiobject.py b/pypy/objspace/std/test/test_dictmultiobject.py --- a/pypy/obj

[pypy-commit] pypy py3k: implement all the cmp ops between dictviews and {set, frozenset} in terms of all_implemented_in, as CPython does. This is needed to be able tocompare .items() on dictionaries

2012-10-03 Thread antocuni
Author: Antonio Cuni Branch: py3k Changeset: r57773:a9c7b9a2cb5d Date: 2012-10-03 16:34 +0200 http://bitbucket.org/pypy/pypy/changeset/a9c7b9a2cb5d/ Log:implement all the cmp ops between dictviews and {set,frozenset} in terms of all_implemented_in, as CPython does. This is needed to b

[pypy-commit] extradoc extradoc: some benchmark, very informative IMO

2012-10-03 Thread fijal
Author: Maciej Fijalkowski Branch: extradoc Changeset: r4833:63504cdb16b2 Date: 2012-10-03 10:08 +0200 http://bitbucket.org/pypy/extradoc/changeset/63504cdb16b2/ Log:some benchmark, very informative IMO diff --git a/talk/pyconza2012/examples/calls.py b/talk/pyconza2012/examples/calls.py new

[pypy-commit] extradoc extradoc: work work work

2012-10-03 Thread fijal
Author: Maciej Fijalkowski Branch: extradoc Changeset: r4834:4bd5e4d143e3 Date: 2012-10-03 17:02 +0200 http://bitbucket.org/pypy/extradoc/changeset/4bd5e4d143e3/ Log:work work work diff --git a/talk/pyconza2012/examples/calls.py b/talk/pyconza2012/examples/calls.py --- a/talk/pyconza2012/ex

[pypy-commit] extradoc extradoc: make slides viewab le

2012-10-03 Thread fijal
Author: Maciej Fijalkowski Branch: extradoc Changeset: r4835:153804ce4fc3 Date: 2012-10-03 17:08 +0200 http://bitbucket.org/pypy/extradoc/changeset/153804ce4fc3/ Log:make slides viewab le diff --git a/talk/pyconza2012/Makefile b/talk/pyconza2012/Makefile new file mode 100644 --- /dev/null ++

[pypy-commit] pypy stm-thread-2: Fix the previous merge :-/

2012-10-03 Thread arigo
Author: Armin Rigo Branch: stm-thread-2 Changeset: r57775:6987a98100d0 Date: 2012-10-03 15:18 + http://bitbucket.org/pypy/pypy/changeset/6987a98100d0/ Log:Fix the previous merge :-/ diff --git a/pypy/rpython/memory/gctransform/framework.py b/pypy/rpython/memory/gctransform/framework.py

[pypy-commit] pypy stm-thread-2: 64-bit fix

2012-10-03 Thread arigo
Author: Armin Rigo Branch: stm-thread-2 Changeset: r57776:b673b45b1219 Date: 2012-10-03 17:18 +0200 http://bitbucket.org/pypy/pypy/changeset/b673b45b1219/ Log:64-bit fix diff --git a/pypy/translator/c/src/debug_print.c b/pypy/translator/c/src/debug_print.c --- a/pypy/translator/c/src/debug_

[pypy-commit] pypy stm-thread-2: Pffff.

2012-10-03 Thread arigo
Author: Armin Rigo Branch: stm-thread-2 Changeset: r5:3dfd319c247e Date: 2012-10-03 17:36 +0200 http://bitbucket.org/pypy/pypy/changeset/3dfd319c247e/ Log:P. diff --git a/pypy/jit/backend/x86/assembler.py b/pypy/jit/backend/x86/assembler.py --- a/pypy/jit/backend/x86/assembler.py ++

[pypy-commit] pypy translation-cleanup: Kill unused attr PyGraph.is_generator

2012-10-03 Thread rlamy
Author: Ronan Lamy Branch: translation-cleanup Changeset: r57778:3397c9b8fc68 Date: 2012-10-03 17:13 +0100 http://bitbucket.org/pypy/pypy/changeset/3397c9b8fc68/ Log:Kill unused attr PyGraph.is_generator diff --git a/pypy/objspace/flow/objspace.py b/pypy/objspace/flow/objspace.py --- a/pypy/

[pypy-commit] pypy default: Issue1276: (dalcinl) in PyBuffer_FillInfo, respect the readonly parameter

2012-10-03 Thread amauryfa
Author: Amaury Forgeot d'Arc Branch: Changeset: r57779:624f21864eba Date: 2012-10-03 23:02 +0200 http://bitbucket.org/pypy/pypy/changeset/624f21864eba/ Log:Issue1276: (dalcinl) in PyBuffer_FillInfo, respect the readonly parameter and fail if it set and we asked for a PyBUF_WRITABLE