[pypy-commit] pypy default: make the key consistent with stats

2012-11-25 Thread fijal
Author: Maciej Fijalkowski Branch: Changeset: r59082:bc52921b245a Date: 2012-11-25 13:44 +0100 http://bitbucket.org/pypy/pypy/changeset/bc52921b245a/ Log:make the key consistent with stats diff --git a/pypy/module/pypyjit/interp_resop.py b/pypy/module/pypyjit/interp_resop.py --- a/pypy/mod

[pypy-commit] pypy default: test and fix the repr of stuff with no args and a descr

2012-11-25 Thread fijal
Author: Maciej Fijalkowski Branch: Changeset: r59083:bdb71d669329 Date: 2012-11-25 17:05 +0100 http://bitbucket.org/pypy/pypy/changeset/bdb71d669329/ Log:test and fix the repr of stuff with no args and a descr diff --git a/pypy/jit/metainterp/logger.py b/pypy/jit/metainterp/logger.py --- a/

[pypy-commit] pypy default: Remove unneeded __extend__ in _sre

2012-11-25 Thread alex_gaynor
Author: Alex Gaynor Branch: Changeset: r59084:dad8051ccf24 Date: 2012-11-25 10:15 -0600 http://bitbucket.org/pypy/pypy/changeset/dad8051ccf24/ Log:Remove unneeded __extend__ in _sre diff --git a/pypy/module/_sre/interp_sre.py b/pypy/module/_sre/interp_sre.py --- a/pypy/module/_sre/interp_sr

[pypy-commit] pypy default: merged upstream

2012-11-25 Thread alex_gaynor
Author: Alex Gaynor Branch: Changeset: r59085:d25f52b5e8ff Date: 2012-11-25 10:16 -0600 http://bitbucket.org/pypy/pypy/changeset/d25f52b5e8ff/ Log:merged upstream diff --git a/.hgtags b/.hgtags --- a/.hgtags +++ b/.hgtags @@ -2,3 +2,4 @@ b48df0bf4e75b81d98f19ce89d4a7dc3e1dab5e5 benchmarked

[pypy-commit] pypy default: kill the key - it does not do what we want it to do

2012-11-25 Thread fijal
Author: Maciej Fijalkowski Branch: Changeset: r59086:ae736e5b56ee Date: 2012-11-25 19:37 +0100 http://bitbucket.org/pypy/pypy/changeset/ae736e5b56ee/ Log:kill the key - it does not do what we want it to do diff --git a/pypy/module/pypyjit/interp_resop.py b/pypy/module/pypyjit/interp_resop.

[pypy-commit] pypy default: merge

2012-11-25 Thread fijal
Author: Maciej Fijalkowski Branch: Changeset: r59087:f8151276d5eb Date: 2012-11-25 19:37 +0100 http://bitbucket.org/pypy/pypy/changeset/f8151276d5eb/ Log:merge diff --git a/pypy/module/_sre/interp_sre.py b/pypy/module/_sre/interp_sre.py --- a/pypy/module/_sre/interp_sre.py +++ b/pypy/module

[pypy-commit] pypy default: uncomment these constants, it's useful to have all constants in one place for alternate regexp compilers

2012-11-25 Thread alex_gaynor
Author: Alex Gaynor Branch: Changeset: r59088:b48d384c00c2 Date: 2012-11-25 21:59 -0600 http://bitbucket.org/pypy/pypy/changeset/b48d384c00c2/ Log:uncomment these constants, it's useful to have all constants in one place for alternate regexp compilers diff --git a/pypy/rlib/rsre/rsr

[pypy-commit] pypy default: Disable the pretty logger, it makes it impossible to disable the logger

2012-11-25 Thread alex_gaynor
Author: Alex Gaynor Branch: Changeset: r59089:d22f4da1754c Date: 2012-11-25 21:59 -0600 http://bitbucket.org/pypy/pypy/changeset/d22f4da1754c/ Log:Disable the pretty logger, it makes it impossible to disable the logger diff --git a/pypy/translator/platform/__init__.py b/pypy/transl

[pypy-commit] pypy default: merged upstream

2012-11-25 Thread alex_gaynor
Author: Alex Gaynor Branch: Changeset: r59090:13dac0ca97e5 Date: 2012-11-25 22:01 -0600 http://bitbucket.org/pypy/pypy/changeset/13dac0ca97e5/ Log:merged upstream diff --git a/pypy/module/pypyjit/interp_resop.py b/pypy/module/pypyjit/interp_resop.py --- a/pypy/module/pypyjit/interp_resop.p

[pypy-commit] pypy default: expose another constant in rsre

2012-11-25 Thread alex_gaynor
Author: Alex Gaynor Branch: Changeset: r59091:9cd92111e72d Date: 2012-11-25 23:50 -0600 http://bitbucket.org/pypy/pypy/changeset/9cd92111e72d/ Log:expose another constant in rsre diff --git a/pypy/rlib/rsre/rsre_core.py b/pypy/rlib/rsre/rsre_core.py --- a/pypy/rlib/rsre/rsre_core.py +++ b/p