[pypy-commit] pypy py3k: fix io_encoding erroneously a bool

2013-04-24 Thread pjenvey
Author: Philip Jenvey Branch: py3k Changeset: r63606:1edbc7eba9cb Date: 2013-04-24 22:53 -0700 http://bitbucket.org/pypy/pypy/changeset/1edbc7eba9cb/ Log:fix io_encoding erroneously a bool diff --git a/pypy/interpreter/app_main.py b/pypy/interpreter/app_main.py --- a/pypy/interpreter/app_mai

[pypy-commit] pypy py3k: enable the py3 mbcs defaults w/ fsencode/decode too

2013-04-24 Thread pjenvey
Author: Philip Jenvey Branch: py3k Changeset: r63605:f384e71d947f Date: 2013-04-24 22:52 -0700 http://bitbucket.org/pypy/pypy/changeset/f384e71d947f/ Log:enable the py3 mbcs defaults w/ fsencode/decode too diff --git a/pypy/interpreter/unicodehelper.py b/pypy/interpreter/unicodehelper.py --

[pypy-commit] pypy py3k: bytes begets bytes

2013-04-24 Thread pjenvey
Author: Philip Jenvey Branch: py3k Changeset: r63604:2bea06b34961 Date: 2013-04-24 22:48 -0700 http://bitbucket.org/pypy/pypy/changeset/2bea06b34961/ Log:bytes begets bytes diff --git a/pypy/module/posix/interp_posix.py b/pypy/module/posix/interp_posix.py --- a/pypy/module/posix/interp_posi

[pypy-commit] pypy py3k: let TextIO determine the default stdio encodings (via

2013-04-24 Thread pjenvey
Author: Philip Jenvey Branch: py3k Changeset: r63603:56b7a8c5a3ba Date: 2013-04-24 18:18 -0700 http://bitbucket.org/pypy/pypy/changeset/56b7a8c5a3ba/ Log:let TextIO determine the default stdio encodings (via locale.getpreferredencoding()). fixes windows specifying 'mbcs' which

[pypy-commit] pypy default: rename

2013-04-24 Thread pjenvey
Author: Philip Jenvey Branch: Changeset: r63602:84cc0f5357ed Date: 2013-04-24 18:14 -0700 http://bitbucket.org/pypy/pypy/changeset/84cc0f5357ed/ Log:rename diff --git a/rpython/rlib/test/test_runicode.py b/rpython/rlib/test/test_runicode.py --- a/rpython/rlib/test/test_runicode.py +++ b/rp

[pypy-commit] pypy py3k: cpython issue850997: support some basic error handling in the mbcs codec. the

2013-04-24 Thread pjenvey
Author: Philip Jenvey Branch: py3k Changeset: r63601:ce157ecca710 Date: 2013-04-24 18:03 -0700 http://bitbucket.org/pypy/pypy/changeset/ce157ecca710/ Log:cpython issue850997: support some basic error handling in the mbcs codec. the encoder now supports strict/replace, decoder

[pypy-commit] pypy py3k: merge default

2013-04-24 Thread pjenvey
Author: Philip Jenvey Branch: py3k Changeset: r63600:49003927f2cc Date: 2013-04-24 18:03 -0700 http://bitbucket.org/pypy/pypy/changeset/49003927f2cc/ Log:merge default diff --git a/pypy/config/pypyoption.py b/pypy/config/pypyoption.py --- a/pypy/config/pypyoption.py +++ b/pypy/config/pypyopt

[pypy-commit] pypy py3k: 2to3

2013-04-24 Thread pjenvey
Author: Philip Jenvey Branch: py3k Changeset: r63599:ef1505d5cddd Date: 2013-04-24 10:49 -0700 http://bitbucket.org/pypy/pypy/changeset/ef1505d5cddd/ Log:2to3 diff --git a/pypy/module/_multiprocessing/test/test_win32.py b/pypy/module/_multiprocessing/test/test_win32.py --- a/pypy/module/_mu

[pypy-commit] pypy py3k: fix the decode test

2013-04-24 Thread pjenvey
Author: Philip Jenvey Branch: py3k Changeset: r63598:a052d8710c2d Date: 2013-04-24 10:49 -0700 http://bitbucket.org/pypy/pypy/changeset/a052d8710c2d/ Log:fix the decode test diff --git a/pypy/module/_codecs/test/test_codecs.py b/pypy/module/_codecs/test/test_codecs.py --- a/pypy/module/_cod

[pypy-commit] pypy default: add force_ignore/replace=True (py2 behavior) toggles to the mbcs functions. for

2013-04-24 Thread pjenvey
Author: Philip Jenvey Branch: Changeset: r63597:c70e9a0f576f Date: 2013-04-24 17:58 -0700 http://bitbucket.org/pypy/pypy/changeset/c70e9a0f576f/ Log:add force_ignore/replace=True (py2 behavior) toggles to the mbcs functions. for py3k, which will specify =False diff --git a/rpython/r

[pypy-commit] pypy default: utilize the scoped variants

2013-04-24 Thread pjenvey
Author: Philip Jenvey Branch: Changeset: r63596:6595b8139545 Date: 2013-04-24 17:57 -0700 http://bitbucket.org/pypy/pypy/changeset/6595b8139545/ Log:utilize the scoped variants diff --git a/rpython/rlib/runicode.py b/rpython/rlib/runicode.py --- a/rpython/rlib/runicode.py +++ b/rpython/rlib

[pypy-commit] pypy numpy-pickle: Implement ndarray pickling (but no unpickling yet)

2013-04-24 Thread rguillebert
Author: Romain Guillebert Branch: numpy-pickle Changeset: r63595:2a64441f3574 Date: 2013-04-24 18:21 +0200 http://bitbucket.org/pypy/pypy/changeset/2a64441f3574/ Log:Implement ndarray pickling (but no unpickling yet) diff --git a/pypy/module/micronumpy/__init__.py b/pypy/module/micronumpy/_

[pypy-commit] pypy int-tag-untag-as-operations: treat ADC like ADD

2013-04-24 Thread cfbolz
Author: Carl Friedrich Bolz Branch: int-tag-untag-as-operations Changeset: r63594:0336b725b1ad Date: 2013-04-24 17:17 +0200 http://bitbucket.org/pypy/pypy/changeset/0336b725b1ad/ Log:treat ADC like ADD diff --git a/rpython/jit/backend/x86/test/test_rx86_32_auto_encoding.py b/rpython/jit/bac

[pypy-commit] pypy int-tag-untag-as-operations: fix test_rerased in test_ajit

2013-04-24 Thread cfbolz
Author: Carl Friedrich Bolz Branch: int-tag-untag-as-operations Changeset: r63593:033e8618fef1 Date: 2013-04-24 16:54 +0200 http://bitbucket.org/pypy/pypy/changeset/033e8618fef1/ Log:fix test_rerased in test_ajit diff --git a/rpython/jit/backend/llgraph/runner.py b/rpython/jit/backend/llgra

[pypy-commit] pypy int-tag-untag-as-operations: transplant 3eb981d2713e from type-specialized-instances

2013-04-24 Thread cfbolz
Author: Carl Friedrich Bolz Branch: int-tag-untag-as-operations Changeset: r63592:5af87d057647 Date: 2013-04-24 16:36 +0200 http://bitbucket.org/pypy/pypy/changeset/5af87d057647/ Log:transplant 3eb981d2713e from type-specialized-instances diff --git a/rpython/jit/metainterp/optimizeopt/intbo

[pypy-commit] lang-smalltalk rbigint: commit WIP for largeinteger plugin

2013-04-24 Thread timfel
Author: Tim Felgentreff Branch: rbigint Changeset: r334:ec8930f58b8b Date: 2013-04-24 16:44 +0200 http://bitbucket.org/pypy/lang-smalltalk/changeset/ec8930f58b8b/ Log:commit WIP for largeinteger plugin diff --git a/spyvm/objspace.py b/spyvm/objspace.py --- a/spyvm/objspace.py +++ b/spyvm/obj

[pypy-commit] lang-smalltalk default: initializing the interrupt key

2013-04-24 Thread lwassermann
Author: Lars Wassermann Branch: Changeset: r333:4a27ad95adf4 Date: 2013-04-24 15:49 +0200 http://bitbucket.org/pypy/lang-smalltalk/changeset/4a27ad95adf4/ Log:initializing the interrupt key diff --git a/spyvm/display.py b/spyvm/display.py --- a/spyvm/display.py +++ b/spyvm/display.py @@ -24

[pypy-commit] pypy int-tag-untag-as-operations: fix test_lloperation.py::test_canfold_opimpl_complete

2013-04-24 Thread timfel
Author: Tim Felgentreff Branch: int-tag-untag-as-operations Changeset: r63591:b3a63e7e8555 Date: 2013-04-24 14:23 +0200 http://bitbucket.org/pypy/pypy/changeset/b3a63e7e8555/ Log:fix test_lloperation.py::test_canfold_opimpl_complete diff --git a/rpython/rtyper/lltypesystem/opimpl.py b/rpyth

[pypy-commit] pypy int-tag-untag-as-operations: fix typo

2013-04-24 Thread timfel
Author: Tim Felgentreff Branch: int-tag-untag-as-operations Changeset: r63590:c3491b1cafbc Date: 2013-04-24 13:35 +0200 http://bitbucket.org/pypy/pypy/changeset/c3491b1cafbc/ Log:fix typo diff --git a/rpython/jit/backend/x86/regalloc.py b/rpython/jit/backend/x86/regalloc.py --- a/rpython/ji

[pypy-commit] pypy int-tag-untag-as-operations: fix test_random for tag operations

2013-04-24 Thread timfel
Author: Tim Felgentreff Branch: int-tag-untag-as-operations Changeset: r63589:9a46a1846653 Date: 2013-04-24 13:35 +0200 http://bitbucket.org/pypy/pypy/changeset/9a46a1846653/ Log:fix test_random for tag operations diff --git a/rpython/jit/backend/test/test_random.py b/rpython/jit/backend/te

[pypy-commit] pypy default: fix imports

2013-04-24 Thread fijal
Author: Maciej Fijalkowski Branch: Changeset: r63588:b7fa9f7bda86 Date: 2013-04-24 10:47 +0200 http://bitbucket.org/pypy/pypy/changeset/b7fa9f7bda86/ Log:fix imports diff --git a/rpython/translator/platform/bsd.py b/rpython/translator/platform/bsd.py --- a/rpython/translator/platform/bsd.p

[pypy-commit] pypy default: Refactor code a bit so there is less duplication. Use clang on darwin

2013-04-24 Thread fijal
Author: Maciej Fijalkowski Branch: Changeset: r63587:ffb4b149feac Date: 2013-04-24 10:45 +0200 http://bitbucket.org/pypy/pypy/changeset/ffb4b149feac/ Log:Refactor code a bit so there is less duplication. Use clang on darwin and *bsd, it seems that GCC there is incredibly buggy (and I

[pypy-commit] pypy default: remove checking for IA-64 macros

2013-04-24 Thread bivab
Author: David Schneider Branch: Changeset: r63585:d6e7467fc011 Date: 2013-04-24 09:44 +0200 http://bitbucket.org/pypy/pypy/changeset/d6e7467fc011/ Log:remove checking for IA-64 macros diff --git a/rpython/jit/backend/detect_cpu.py b/rpython/jit/backend/detect_cpu.py --- a/rpython/jit/backe