[pypy-commit] pypy default: Fix for 307818c61207 in test_pypy_c

2014-02-03 Thread arigo
Author: Armin Rigo Branch: Changeset: r69057:0e0d08198110 Date: 2014-02-03 11:37 +0100 http://bitbucket.org/pypy/pypy/changeset/0e0d08198110/ Log:Fix for 307818c61207 in test_pypy_c diff --git a/pypy/module/pypyjit/test_pypy_c/test_string.py b/pypy/module/pypyjit/test_pypy_c/test_string.py

[pypy-commit] pypy default: support the scroll wheel (and the fany all-direction scrolling)

2014-02-03 Thread cfbolz
Author: Carl Friedrich Bolz Branch: Changeset: r69058:b23c7d2fbe5b Date: 2014-02-03 11:45 +0100 http://bitbucket.org/pypy/pypy/changeset/b23c7d2fbe5b/ Log:support the scroll wheel (and the fany all-direction scrolling) diff --git a/dotviewer/graphdisplay.py b/dotviewer/graphdisplay.py --- a

[pypy-commit] pypy default: also add this to the help message

2014-02-03 Thread cfbolz
Author: Carl Friedrich Bolz Branch: Changeset: r69059:534a5450015b Date: 2014-02-03 11:48 +0100 http://bitbucket.org/pypy/pypy/changeset/534a5450015b/ Log:also add this to the help message diff --git a/dotviewer/graphdisplay.py b/dotviewer/graphdisplay.py --- a/dotviewer/graphdisplay.py +++

[pypy-commit] pypy default: less duplication

2014-02-03 Thread pjenvey
Author: Philip Jenvey Branch: Changeset: r69060:bb2c16ce58d9 Date: 2014-02-03 13:05 -0800 http://bitbucket.org/pypy/pypy/changeset/bb2c16ce58d9/ Log:less duplication diff --git a/pypy/interpreter/astcompiler/ast.py b/pypy/interpreter/astcompiler/ast.py --- a/pypy/interpreter/astcompiler/as

[pypy-commit] pypy py3k: operationerrfmt -> oefmt

2014-02-03 Thread pjenvey
Author: Philip Jenvey Branch: py3k Changeset: r69065:f42066bae86d Date: 2014-02-03 14:49 -0800 http://bitbucket.org/pypy/pypy/changeset/f42066bae86d/ Log:operationerrfmt -> oefmt diff --git a/pypy/interpreter/baseobjspace.py b/pypy/interpreter/baseobjspace.py --- a/pypy/interpreter/baseobjsp

[pypy-commit] pypy remove-intlong-smm: operationerrfmt -> oefmt

2014-02-03 Thread pjenvey
Author: Philip Jenvey Branch: remove-intlong-smm Changeset: r69063:3ebdf4080384 Date: 2014-02-03 14:47 -0800 http://bitbucket.org/pypy/pypy/changeset/3ebdf4080384/ Log:operationerrfmt -> oefmt diff --git a/pypy/objspace/std/intobject.py b/pypy/objspace/std/intobject.py --- a/pypy/objspace/st

[pypy-commit] pypy default: A hack, which very indirectly might fix the failing test_pypy_c (test_decode_ascii). The

2014-02-03 Thread arigo
Author: Armin Rigo Branch: Changeset: r69066:ff363fceb3c5 Date: 2014-02-04 00:03 +0100 http://bitbucket.org/pypy/pypy/changeset/ff363fceb3c5/ Log:A hack, which very indirectly might fix the failing test_pypy_c (test_decode_ascii). The issue is that str_decode_ascii() calls sp

[pypy-commit] pypy default: Test and fix

2014-02-03 Thread arigo
Author: Armin Rigo Branch: Changeset: r69067:36ce13e8847d Date: 2014-02-04 00:11 +0100 http://bitbucket.org/pypy/pypy/changeset/36ce13e8847d/ Log:Test and fix diff --git a/pypy/objspace/std/specialisedtupleobject.py b/pypy/objspace/std/specialisedtupleobject.py --- a/pypy/objspace/std/spec

[pypy-commit] pypy default: better error messages for newlist_hint() and resizelist_hint()

2014-02-03 Thread rlamy
Author: Ronan Lamy Branch: Changeset: r69068:372d7cd3d6b7 Date: 2014-02-04 01:03 + http://bitbucket.org/pypy/pypy/changeset/372d7cd3d6b7/ Log:better error messages for newlist_hint() and resizelist_hint() diff --git a/rpython/rlib/objectmodel.py b/rpython/rlib/objectmodel.py --- a/rpyth

[pypy-commit] pypy NonConstant: kill unused option 'need_const'

2014-02-03 Thread rlamy
Author: Ronan Lamy Branch: NonConstant Changeset: r69069:0d5d13d5e57a Date: 2014-02-01 17:53 + http://bitbucket.org/pypy/pypy/changeset/0d5d13d5e57a/ Log:kill unused option 'need_const' diff --git a/rpython/annotator/bookkeeper.py b/rpython/annotator/bookkeeper.py --- a/rpython/annotator

[pypy-commit] pypy precompiled-headers: add separate_module_files to cfiles by hand

2014-02-03 Thread mattip
Author: Matti Picus Branch: precompiled-headers Changeset: r69077:3388da518026 Date: 2014-02-03 23:24 +0200 http://bitbucket.org/pypy/pypy/changeset/3388da518026/ Log:add separate_module_files to cfiles by hand diff --git a/rpython/translator/c/genc.py b/rpython/translator/c/genc.py --- a/rp

[pypy-commit] pypy precompiled-headers: add more include guards, permeate headers_to_precompile to everywhere needed, create windows make targets without precompiled headers

2014-02-03 Thread mattip
Author: Matti Picus Branch: precompiled-headers Changeset: r69072:9598a8f45a76 Date: 2014-02-02 22:59 +0200 http://bitbucket.org/pypy/pypy/changeset/9598a8f45a76/ Log:add more include guards, permeate headers_to_precompile to everywhere needed, create windows make targets without prec

[pypy-commit] pypy precompiled-headers: explicitly list files not able to use precompiled headers (module files)

2014-02-03 Thread mattip
Author: Matti Picus Branch: precompiled-headers Changeset: r69078:291b3f0d5243 Date: 2014-02-03 23:56 +0200 http://bitbucket.org/pypy/pypy/changeset/291b3f0d5243/ Log:explicitly list files not able to use precompiled headers (module files) diff --git a/rpython/translator/c/genc.py b/

[pypy-commit] pypy precompiled-headers: create rules for files that do not use precompiled headers

2014-02-03 Thread mattip
Author: Matti Picus Branch: precompiled-headers Changeset: r69076:227c4011452f Date: 2014-02-03 01:54 +0200 http://bitbucket.org/pypy/pypy/changeset/227c4011452f/ Log:create rules for files that do not use precompiled headers diff --git a/rpython/translator/platform/windows.py b/rpython/tra

[pypy-commit] pypy precompiled-headers: simplify expression

2014-02-03 Thread mattip
Author: Matti Picus Branch: precompiled-headers Changeset: r69073:dba9e64cc34c Date: 2014-02-03 00:01 +0200 http://bitbucket.org/pypy/pypy/changeset/dba9e64cc34c/ Log:simplify expression diff --git a/rpython/translator/c/genc.py b/rpython/translator/c/genc.py --- a/rpython/translator/c/genc.

[pypy-commit] pypy precompiled-headers: do not use precompiled headers for separate_module_files

2014-02-03 Thread mattip
Author: Matti Picus Branch: precompiled-headers Changeset: r69075:a34b7d819333 Date: 2014-02-03 01:54 +0200 http://bitbucket.org/pypy/pypy/changeset/a34b7d819333/ Log:do not use precompiled headers for separate_module_files diff --git a/rpython/translator/c/genc.py b/rpython/translator/c/gen

[pypy-commit] pypy precompiled-headers: fix renamed kwarg

2014-02-03 Thread mattip
Author: Matti Picus Branch: precompiled-headers Changeset: r69074:fe4a03461072 Date: 2014-02-03 00:02 +0200 http://bitbucket.org/pypy/pypy/changeset/fe4a03461072/ Log:fix renamed kwarg diff --git a/rpython/translator/platform/test/test_makefile.py b/rpython/translator/platform/test/test_mak