[pypy-commit] pypy default: backout 60b3f3d002ba to test if it caused the performance regression in genshi_text/xml

2013-02-11 Thread bdkearns
Author: Brian Kearns Branch: Changeset: r61120:7532082ce881 Date: 2013-02-12 02:08 -0500 http://bitbucket.org/pypy/pypy/changeset/7532082ce881/ Log:backout 60b3f3d002ba to test if it caused the performance regression in genshi_text/xml diff --git a/pypy/interpreter/eval.py b/pypy/in

[pypy-commit] pypy default: another numpypy string array test

2013-02-11 Thread bdkearns
Author: Brian Kearns Branch: Changeset: r61119:7fc764cd60bf Date: 2013-02-12 02:07 -0500 http://bitbucket.org/pypy/pypy/changeset/7fc764cd60bf/ Log:another numpypy string array test diff --git a/pypy/module/micronumpy/test/test_numarray.py b/pypy/module/micronumpy/test/test_numarray.py ---

[pypy-commit] pypy default: convert this back to a list and verify it is complete

2013-02-11 Thread bdkearns
Author: Brian Kearns Branch: Changeset: r61118:f9c6ec8b2b64 Date: 2013-02-12 01:39 -0500 http://bitbucket.org/pypy/pypy/changeset/f9c6ec8b2b64/ Log:convert this back to a list and verify it is complete diff --git a/pypy/module/micronumpy/interp_dtype.py b/pypy/module/micronumpy/interp_dtyp

[pypy-commit] pypy default: attempt to presize tehse lists

2013-02-11 Thread alex_gaynor
Author: Alex Gaynor Branch: Changeset: r61116:ee04c61f776b Date: 2013-02-11 22:05 -0800 http://bitbucket.org/pypy/pypy/changeset/ee04c61f776b/ Log:attempt to presize tehse lists diff --git a/rpython/rlib/rstring.py b/rpython/rlib/rstring.py --- a/rpython/rlib/rstring.py +++ b/rpython/rlib/r

[pypy-commit] pypy default: enhance tests for numpypy string record/array to demonstrate existing bugs

2013-02-11 Thread bdkearns
Author: Brian Kearns Branch: Changeset: r61115:c6a40e53bb2d Date: 2013-02-11 23:46 -0500 http://bitbucket.org/pypy/pypy/changeset/c6a40e53bb2d/ Log:enhance tests for numpypy string record/array to demonstrate existing bugs diff --git a/pypy/module/micronumpy/interp_boxes.py b/pypy/

[pypy-commit] pypy default: fix numpypy binop promotion

2013-02-11 Thread bdkearns
Author: Brian Kearns Branch: Changeset: r61114:11d464cbfa08 Date: 2013-02-11 22:27 -0500 http://bitbucket.org/pypy/pypy/changeset/11d464cbfa08/ Log:fix numpypy binop promotion diff --git a/pypy/module/micronumpy/interp_dtype.py b/pypy/module/micronumpy/interp_dtype.py --- a/pypy/module/mic

[pypy-commit] pypy py3k: this can happen on certain environments unfortunately

2013-02-11 Thread pjenvey
Author: Philip Jenvey Branch: py3k Changeset: r61113:54d5f5238df9 Date: 2013-02-11 18:26 -0800 http://bitbucket.org/pypy/pypy/changeset/54d5f5238df9/ Log:this can happen on certain environments unfortunately diff --git a/pypy/module/imp/test/test_import.py b/pypy/module/imp/test/test_import

[pypy-commit] pypy default: small additions/tightenings for numpypy tests

2013-02-11 Thread bdkearns
Author: Brian Kearns Branch: Changeset: r61112:23bd5566c5f2 Date: 2013-02-11 20:13 -0500 http://bitbucket.org/pypy/pypy/changeset/23bd5566c5f2/ Log:small additions/tightenings for numpypy tests diff --git a/pypy/module/micronumpy/test/test_dtypes.py b/pypy/module/micronumpy/test/test_dtype

[pypy-commit] pypy py3k: rearrange for py3

2013-02-11 Thread pjenvey
Author: Philip Jenvey Branch: py3k Changeset: r6:2b7b47ad712d Date: 2013-02-11 16:14 -0800 http://bitbucket.org/pypy/pypy/changeset/2b7b47ad712d/ Log:rearrange for py3 diff --git a/pypy/interpreter/test2/test_app_main.py b/pypy/interpreter/test2/test_app_main.py --- a/pypy/interpreter/t

[pypy-commit] pypy default: some cleanups and a test for numpypy longdouble aliases

2013-02-11 Thread bdkearns
Author: Brian Kearns Branch: Changeset: r61110:eea9453b9339 Date: 2013-02-11 19:49 -0500 http://bitbucket.org/pypy/pypy/changeset/eea9453b9339/ Log:some cleanups and a test for numpypy longdouble aliases diff --git a/pypy/module/micronumpy/interp_dtype.py b/pypy/module/micronumpy/interp_dt

[pypy-commit] pypy default: have numpypy long dtype override both int32/int64 dtypes

2013-02-11 Thread bdkearns
Author: Brian Kearns Branch: Changeset: r61109:513c09948372 Date: 2013-02-11 19:26 -0500 http://bitbucket.org/pypy/pypy/changeset/513c09948372/ Log:have numpypy long dtype override both int32/int64 dtypes diff --git a/pypy/module/micronumpy/interp_dtype.py b/pypy/module/micronumpy/interp_d

[pypy-commit] pypy default: some more asserts to point out numpypy dtype creation order issues on 32bit

2013-02-11 Thread bdkearns
Author: Brian Kearns Branch: Changeset: r61108:707ce69bcd6d Date: 2013-02-11 19:10 -0500 http://bitbucket.org/pypy/pypy/changeset/707ce69bcd6d/ Log:some more asserts to point out numpypy dtype creation order issues on 32bit diff --git a/pypy/module/micronumpy/test/test_dtypes.py b/

[pypy-commit] pypy py3k: adapt to py3

2013-02-11 Thread pjenvey
Author: Philip Jenvey Branch: py3k Changeset: r61107:ed9576076627 Date: 2013-02-11 15:50 -0800 http://bitbucket.org/pypy/pypy/changeset/ed9576076627/ Log:adapt to py3 diff --git a/pypy/module/posix/test/test_posix2.py b/pypy/module/posix/test/test_posix2.py --- a/pypy/module/posix/test/test

[pypy-commit] pypy default: test, fix scalar string types

2013-02-11 Thread mattip
Author: mattip Branch: Changeset: r61106:21844583c8a0 Date: 2013-02-12 00:28 +0200 http://bitbucket.org/pypy/pypy/changeset/21844583c8a0/ Log:test, fix scalar string types diff --git a/pypy/module/micronumpy/interp_dtype.py b/pypy/module/micronumpy/interp_dtype.py --- a/pypy/module/micronu

[pypy-commit] pypy py3k: we don't expect the bytecode to be written to __pycache__

2013-02-11 Thread pjenvey
Author: Philip Jenvey Branch: py3k Changeset: r61105:8bdb31689146 Date: 2013-02-11 13:44 -0800 http://bitbucket.org/pypy/pypy/changeset/8bdb31689146/ Log:we don't expect the bytecode to be written to __pycache__ diff --git a/pypy/module/zipimport/test/test_undocumented.py b/pypy/module/zipi

[pypy-commit] pypy py3k: default stderr to backslashreplace

2013-02-11 Thread pjenvey
Author: Philip Jenvey Branch: py3k Changeset: r61104:b745bd223983 Date: 2013-02-11 13:43 -0800 http://bitbucket.org/pypy/pypy/changeset/b745bd223983/ Log:default stderr to backslashreplace diff --git a/pypy/interpreter/app_main.py b/pypy/interpreter/app_main.py --- a/pypy/interpreter/app_mai

[pypy-commit] pypy py3k: fix the funny merge from default of Parse and a related test

2013-02-11 Thread pjenvey
Author: Philip Jenvey Branch: py3k Changeset: r61103:0f6032e23564 Date: 2013-02-11 13:42 -0800 http://bitbucket.org/pypy/pypy/changeset/0f6032e23564/ Log:fix the funny merge from default of Parse and a related test diff --git a/pypy/module/pyexpat/interp_pyexpat.py b/pypy/module/pyexpat/int

[pypy-commit] pypy default: merge heads

2013-02-11 Thread mattip
Author: mattip Branch: Changeset: r61101:69281cba1f44 Date: 2013-02-11 20:45 +0200 http://bitbucket.org/pypy/pypy/changeset/69281cba1f44/ Log:merge heads diff --git a/pypy/module/micronumpy/interp_numarray.py b/pypy/module/micronumpy/interp_numarray.py --- a/pypy/module/micronumpy/interp_n

[pypy-commit] pypy default: allow 0 in shape for concatenate

2013-02-11 Thread mattip
Author: mattip Branch: Changeset: r61098:5401a6758467 Date: 2013-02-11 20:37 +0200 http://bitbucket.org/pypy/pypy/changeset/5401a6758467/ Log:allow 0 in shape for concatenate diff --git a/pypy/module/micronumpy/interp_arrayops.py b/pypy/module/micronumpy/interp_arrayops.py --- a/pypy/modul

[pypy-commit] pypy default: add failing test that corrupts memory

2013-02-11 Thread mattip
Author: mattip Branch: Changeset: r61097:77172e93542b Date: 2013-02-11 17:54 +0200 http://bitbucket.org/pypy/pypy/changeset/77172e93542b/ Log:add failing test that corrupts memory diff --git a/pypy/module/micronumpy/test/test_numarray.py b/pypy/module/micronumpy/test/test_numarray.py --- a

[pypy-commit] pypy default: fix test for 32 bit

2013-02-11 Thread mattip
Author: mattip Branch: Changeset: r61100:620e4dab1ebe Date: 2013-02-11 20:43 +0200 http://bitbucket.org/pypy/pypy/changeset/620e4dab1ebe/ Log:fix test for 32 bit diff --git a/pypy/module/micronumpy/test/test_dtypes.py b/pypy/module/micronumpy/test/test_dtypes.py --- a/pypy/module/micronump

[pypy-commit] pypy default: unskip concatenate tests

2013-02-11 Thread mattip
Author: mattip Branch: Changeset: r61099:5b7bc878b043 Date: 2013-02-11 20:38 +0200 http://bitbucket.org/pypy/pypy/changeset/5b7bc878b043/ Log:unskip concatenate tests diff --git a/pypy/module/test_lib_pypy/numpypy/core/test_shape_base.py b/pypy/module/test_lib_pypy/numpypy/core/test_shape_

[pypy-commit] pypy default: fix Issue1389 and Issue1281: we need to interpret the dtype before doing the comparison with the existing one

2013-02-11 Thread antocuni
Author: Antonio Cuni Branch: Changeset: r61096:2d3671965584 Date: 2013-02-11 17:32 +0100 http://bitbucket.org/pypy/pypy/changeset/2d3671965584/ Log:fix Issue1389 and Issue1281: we need to interpret the dtype before doing the comparison with the existing one diff --git a/pypy/module/

[pypy-commit] pypy jitframe-on-heap: merge

2013-02-11 Thread fijal
Author: Maciej Fijalkowski Branch: jitframe-on-heap Changeset: r61095:60480aa850b8 Date: 2013-02-11 16:00 +0200 http://bitbucket.org/pypy/pypy/changeset/60480aa850b8/ Log:merge diff --git a/rpython/jit/backend/x86/jump.py b/rpython/jit/backend/x86/jump.py --- a/rpython/jit/backend/x86/jump.p

[pypy-commit] pypy jitframe-on-heap: fix test_regalloc

2013-02-11 Thread fijal
Author: Maciej Fijalkowski Branch: jitframe-on-heap Changeset: r61094:8d6028ef2cb6 Date: 2013-02-11 15:59 +0200 http://bitbucket.org/pypy/pypy/changeset/8d6028ef2cb6/ Log:fix test_regalloc diff --git a/rpython/jit/backend/x86/regalloc.py b/rpython/jit/backend/x86/regalloc.py --- a/rpython/j

[pypy-commit] pypy default: merge heads

2013-02-11 Thread antocuni
Author: Antonio Cuni Branch: Changeset: r61093:bed85891f7c2 Date: 2013-02-11 14:53 +0100 http://bitbucket.org/pypy/pypy/changeset/bed85891f7c2/ Log:merge heads diff --git a/lib_pypy/numpypy/core/shape_base.py b/lib_pypy/numpypy/core/shape_base.py --- a/lib_pypy/numpypy/core/shape_base.py +

[pypy-commit] pypy default: fix issue1000: None is an acceptable value for numpypy floats and has to be converted to NaN

2013-02-11 Thread antocuni
Author: Antonio Cuni Branch: Changeset: r61092:0805e1ac97db Date: 2013-02-11 14:52 +0100 http://bitbucket.org/pypy/pypy/changeset/0805e1ac97db/ Log:fix issue1000: None is an acceptable value for numpypy floats and has to be converted to NaN diff --git a/pypy/module/micronumpy/test/t

[pypy-commit] pypy default: document the option

2013-02-11 Thread fijal
Author: Maciej Fijalkowski Branch: Changeset: r61091:e6a2a179b6ae Date: 2013-02-11 15:51 +0200 http://bitbucket.org/pypy/pypy/changeset/e6a2a179b6ae/ Log:document the option diff --git a/pypy/doc/config/translation.lldebug.txt b/pypy/doc/config/translation.lldebug.txt new file mode 100644

[pypy-commit] pypy default: enable lldebug

2013-02-11 Thread fijal
Author: Maciej Fijalkowski Branch: Changeset: r61089:b121918635b5 Date: 2013-02-11 15:47 +0200 http://bitbucket.org/pypy/pypy/changeset/b121918635b5/ Log:enable lldebug diff --git a/rpython/config/translationoption.py b/rpython/config/translationoption.py --- a/rpython/config/translationop

[pypy-commit] pypy default: add --nostrip option to package

2013-02-11 Thread fijal
Author: Maciej Fijalkowski Branch: Changeset: r61088:b27656a5913a Date: 2013-02-11 15:42 +0200 http://bitbucket.org/pypy/pypy/changeset/b27656a5913a/ Log:add --nostrip option to package diff --git a/pypy/tool/release/package.py b/pypy/tool/release/package.py --- a/pypy/tool/release/package.

[pypy-commit] pypy default: disable these segfaulting tests for now

2013-02-11 Thread bdkearns
Author: Brian Kearns Branch: Changeset: r61087:ab09fe08b372 Date: 2013-02-11 07:51 -0500 http://bitbucket.org/pypy/pypy/changeset/ab09fe08b372/ Log:disable these segfaulting tests for now diff --git a/pypy/module/test_lib_pypy/numpypy/core/test_shape_base.py b/pypy/module/test_lib_pypy/num

[pypy-commit] pypy default: add better tests for vstack/hstack/dstack and pep8-ify

2013-02-11 Thread bdkearns
Author: Brian Kearns Branch: Changeset: r61086:78f7681f3126 Date: 2013-02-11 06:37 -0500 http://bitbucket.org/pypy/pypy/changeset/78f7681f3126/ Log:add better tests for vstack/hstack/dstack and pep8-ify diff --git a/pypy/module/test_lib_pypy/numpypy/core/test_shape_base.py b/pypy/module/te

[pypy-commit] pypy default: might as well add dstack too

2013-02-11 Thread bdkearns
Author: Brian Kearns Branch: Changeset: r61085:5fb4c2227097 Date: 2013-02-11 06:31 -0500 http://bitbucket.org/pypy/pypy/changeset/5fb4c2227097/ Log:might as well add dstack too diff --git a/lib_pypy/numpypy/core/shape_base.py b/lib_pypy/numpypy/core/shape_base.py --- a/lib_pypy/numpypy/cor

[pypy-commit] pypy default: implement numpypy.vstack (by copying it from numpy source)

2013-02-11 Thread antocuni
Author: Antonio Cuni Branch: Changeset: r61083:d10570215445 Date: 2013-02-11 11:50 +0100 http://bitbucket.org/pypy/pypy/changeset/d10570215445/ Log:implement numpypy.vstack (by copying it from numpy source) diff --git a/lib_pypy/numpypy/core/shape_base.py b/lib_pypy/numpypy/core/shape_base

[pypy-commit] pypy default: implement numpypy.atleast_3d (by copying it from numpy source)

2013-02-11 Thread antocuni
Author: Antonio Cuni Branch: Changeset: r61082:041283a61f06 Date: 2013-02-11 11:43 +0100 http://bitbucket.org/pypy/pypy/changeset/041283a61f06/ Log:implement numpypy.atleast_3d (by copying it from numpy source) diff --git a/lib_pypy/numpypy/core/shape_base.py b/lib_pypy/numpypy/core/shape_

[pypy-commit] pypy default: implement numpypy.hstack (by copying it from numpy source)

2013-02-11 Thread antocuni
Author: Antonio Cuni Branch: Changeset: r61084:74a2914159df Date: 2013-02-11 11:52 +0100 http://bitbucket.org/pypy/pypy/changeset/74a2914159df/ Log:implement numpypy.hstack (by copying it from numpy source) diff --git a/lib_pypy/numpypy/core/shape_base.py b/lib_pypy/numpypy/core/shape_base

[pypy-commit] pypy default: implement numpypy.outer (by copying it from numpy source)

2013-02-11 Thread antocuni
Author: Antonio Cuni Branch: Changeset: r61080:ae915d2b7d56 Date: 2013-02-11 11:20 +0100 http://bitbucket.org/pypy/pypy/changeset/ae915d2b7d56/ Log:implement numpypy.outer (by copying it from numpy source) diff --git a/lib_pypy/numpypy/core/numeric.py b/lib_pypy/numpypy/core/numeric.py ---

[pypy-commit] pypy default: implement numpypy.atleast_1d (by copying it from numpy source)

2013-02-11 Thread antocuni
Author: Antonio Cuni Branch: Changeset: r61081:5ab59a258c41 Date: 2013-02-11 11:39 +0100 http://bitbucket.org/pypy/pypy/changeset/5ab59a258c41/ Log:implement numpypy.atleast_1d (by copying it from numpy source) diff --git a/lib_pypy/numpypy/core/__init__.py b/lib_pypy/numpypy/core/__init__

[pypy-commit] pypy jitframe-on-heap: merge heads

2013-02-11 Thread arigo
Author: Armin Rigo Branch: jitframe-on-heap Changeset: r61079:327693ffe242 Date: 2013-02-11 11:51 +0100 http://bitbucket.org/pypy/pypy/changeset/327693ffe242/ Log:merge heads diff --git a/rpython/jit/backend/llsupport/llmodel.py b/rpython/jit/backend/llsupport/llmodel.py --- a/rpython/jit/b

[pypy-commit] pypy jitframe-on-heap: Tweak _getregkey(). The essential part is that for StackLocs it should

2013-02-11 Thread arigo
Author: Armin Rigo Branch: jitframe-on-heap Changeset: r61078:7dd4f26ec840 Date: 2013-02-11 11:51 +0100 http://bitbucket.org/pypy/pypy/changeset/7dd4f26ec840/ Log:Tweak _getregkey(). The essential part is that for StackLocs it should return the ebp_offset, so that jump.py detects (on

[pypy-commit] pypy jitframe-on-heap: remove "simple" logic duplication that was not quite correct

2013-02-11 Thread fijal
Author: Maciej Fijalkowski Branch: jitframe-on-heap Changeset: r61077:af844bfac322 Date: 2013-02-11 12:17 +0200 http://bitbucket.org/pypy/pypy/changeset/af844bfac322/ Log:remove "simple" logic duplication that was not quite correct diff --git a/rpython/jit/backend/x86/regalloc.py b/rpython/

[pypy-commit] pypy jitframe-on-heap: fix the xxx

2013-02-11 Thread fijal
Author: Maciej Fijalkowski Branch: jitframe-on-heap Changeset: r61076:fe60721f60e7 Date: 2013-02-11 11:30 +0200 http://bitbucket.org/pypy/pypy/changeset/fe60721f60e7/ Log:fix the xxx diff --git a/rpython/jit/backend/x86/assembler.py b/rpython/jit/backend/x86/assembler.py --- a/rpython/jit/b

[pypy-commit] pypy default: Merged in krono/pypy (pull request #109)

2013-02-11 Thread arigo
Author: arigo Branch: Changeset: r61074:e268a994c86f Date: 2013-02-11 10:28 +0100 http://bitbucket.org/pypy/pypy/changeset/e268a994c86f/ Log:Merged in krono/pypy (pull request #109) Enhance the dotviewer: change the fonts and add support for unicode. diff --git a/LICENSE b/LICENSE

[pypy-commit] pypy jitframe-on-heap: fix the test

2013-02-11 Thread fijal
Author: Maciej Fijalkowski Branch: jitframe-on-heap Changeset: r61075:b11c19a58e2d Date: 2013-02-11 11:28 +0200 http://bitbucket.org/pypy/pypy/changeset/b11c19a58e2d/ Log:fix the test diff --git a/rpython/jit/backend/x86/test/test_runner.py b/rpython/jit/backend/x86/test/test_runner.py ---

[pypy-commit] pypy default: add missing tests. factor magic constant into RAW_ENCODING

2013-02-11 Thread krono
Author: Tobias Pape Branch: Changeset: r61072:3df200e8f904 Date: 2013-01-28 11:07 +0100 http://bitbucket.org/pypy/pypy/changeset/3df200e8f904/ Log:add missing tests. factor magic constant into RAW_ENCODING diff --git a/dotviewer/drawgraph.py b/dotviewer/drawgraph.py --- a/dotviewer/drawgrap

[pypy-commit] pypy default: Enhance the dotviewer.

2013-02-11 Thread krono
Author: Tobias Pape Branch: Changeset: r61070:0d0ae1254725 Date: 2013-01-25 16:39 +0100 http://bitbucket.org/pypy/pypy/changeset/0d0ae1254725/ Log:Enhance the dotviewer. - include Droid fonts (under Apache license) - allow for unicode by sending UTF-8 over the wire and force

[pypy-commit] pypy default: Fix dotviewer translation test

2013-02-11 Thread krono
Author: Tobias Pape Branch: Changeset: r61071:c0cda5df2cc0 Date: 2013-01-25 16:59 +0100 http://bitbucket.org/pypy/pypy/changeset/c0cda5df2cc0/ Log:Fix dotviewer translation test diff --git a/dotviewer/test/test_translator.py b/dotviewer/test/test_translator.py --- a/dotviewer/test/test_tra

[pypy-commit] pypy jitframe-on-heap: fixes

2013-02-11 Thread fijal
Author: Maciej Fijalkowski Branch: jitframe-on-heap Changeset: r61069:9c927d062ac6 Date: 2013-02-11 11:27 +0200 http://bitbucket.org/pypy/pypy/changeset/9c927d062ac6/ Log:fixes diff --git a/rpython/jit/backend/x86/assembler.py b/rpython/jit/backend/x86/assembler.py --- a/rpython/jit/backend

[pypy-commit] pypy jitframe-on-heap: the famous never passing test

2013-02-11 Thread fijal
Author: Maciej Fijalkowski Branch: jitframe-on-heap Changeset: r61068:bccb2f5c2cec Date: 2013-02-11 11:16 +0200 http://bitbucket.org/pypy/pypy/changeset/bccb2f5c2cec/ Log:the famous never passing test diff --git a/rpython/jit/backend/x86/test/test_runner.py b/rpython/jit/backend/x86/test/te

[pypy-commit] pypy jitframe-on-heap: a set of oops and typos

2013-02-11 Thread fijal
Author: Maciej Fijalkowski Branch: jitframe-on-heap Changeset: r61066:5f0381c30ee5 Date: 2013-02-11 11:14 +0200 http://bitbucket.org/pypy/pypy/changeset/5f0381c30ee5/ Log:a set of oops and typos diff --git a/rpython/jit/backend/llsupport/llmodel.py b/rpython/jit/backend/llsupport/llmodel.py

[pypy-commit] pypy jitframe-on-heap: more 32bit fixes

2013-02-11 Thread fijal
Author: Maciej Fijalkowski Branch: jitframe-on-heap Changeset: r61065:6dd263080f66 Date: 2013-02-11 11:09 +0200 http://bitbucket.org/pypy/pypy/changeset/6dd263080f66/ Log:more 32bit fixes diff --git a/rpython/jit/backend/llsupport/rewrite.py b/rpython/jit/backend/llsupport/rewrite.py --- a/

[pypy-commit] pypy default: Yet Another assembler operation

2013-02-11 Thread arigo
Author: Armin Rigo Branch: Changeset: r61064:71b742f86054 Date: 2013-02-11 09:39 +0100 http://bitbucket.org/pypy/pypy/changeset/71b742f86054/ Log:Yet Another assembler operation diff --git a/rpython/translator/c/gcc/trackgcroot.py b/rpython/translator/c/gcc/trackgcroot.py --- a/rpython/tra

[pypy-commit] pypy default: backport some obvious fixes/cleanups from pyrepl including a fix for issue1098

2013-02-11 Thread bdkearns
Author: Brian Kearns Branch: Changeset: r61063:02a691b8f00d Date: 2013-02-11 02:58 -0500 http://bitbucket.org/pypy/pypy/changeset/02a691b8f00d/ Log:backport some obvious fixes/cleanups from pyrepl including a fix for issue1098 dup fds for UnixConsole and and check for closed