[pypy-commit] pypy refactor-call_release_gil: close to-be-merged branch

2013-04-11 Thread antocuni
Author: Antonio Cuni Branch: refactor-call_release_gil Changeset: r63221:9fcb577847af Date: 2013-04-11 11:26 +0200 http://bitbucket.org/pypy/pypy/changeset/9fcb577847af/ Log:close to-be-merged branch ___ pypy-commit mailing list pypy-commit@python.

[pypy-commit] pypy default: merge (again) the refactor-call_release_gil branch. This fixes a nasty bug

2013-04-11 Thread antocuni
Author: Antonio Cuni Branch: Changeset: r63222:cfe04a93cc3e Date: 2013-04-11 11:27 +0200 http://bitbucket.org/pypy/pypy/changeset/cfe04a93cc3e/ Log:merge (again) the refactor-call_release_gil branch. This fixes a nasty bug which occoured when JITting the call to a cffi function

[pypy-commit] pypy virtual-raw-mallocs: bah, more tests in which we need to convince the annotator to see the constructor of VRawBufferValue

2013-04-11 Thread antocuni
Author: Antonio Cuni Branch: virtual-raw-mallocs Changeset: r63224:1eba3e30d044 Date: 2013-04-11 10:54 +0100 http://bitbucket.org/pypy/pypy/changeset/1eba3e30d044/ Log:bah, more tests in which we need to convince the annotator to see the constructor of VRawBufferValue diff --git a/rp

[pypy-commit] pypy virtual-raw-mallocs: fix after the renaming

2013-04-11 Thread antocuni
Author: Antonio Cuni Branch: virtual-raw-mallocs Changeset: r63223:5eb58cc8fa1e Date: 2013-04-09 17:02 +0100 http://bitbucket.org/pypy/pypy/changeset/5eb58cc8fa1e/ Log:fix after the renaming diff --git a/rpython/jit/metainterp/test/test_resume.py b/rpython/jit/metainterp/test/test_resume.py

[pypy-commit] pypy virtual-raw-mallocs: close to-be-merged branch

2013-04-11 Thread antocuni
Author: Antonio Cuni Branch: virtual-raw-mallocs Changeset: r63226:bd33cfd7eba4 Date: 2013-04-11 12:48 +0100 http://bitbucket.org/pypy/pypy/changeset/bd33cfd7eba4/ Log:close to-be-merged branch ___ pypy-commit mailing list pypy-commit@python.org ht

[pypy-commit] pypy default: fix test_whatsnew

2013-04-11 Thread antocuni
Author: Antonio Cuni Branch: Changeset: r63228:8cb41911f59c Date: 2013-04-11 12:53 +0100 http://bitbucket.org/pypy/pypy/changeset/8cb41911f59c/ Log:fix test_whatsnew diff --git a/pypy/doc/whatsnew-head.rst b/pypy/doc/whatsnew-head.rst --- a/pypy/doc/whatsnew-head.rst +++ b/pypy/doc/whatsnew

[pypy-commit] extradoc extradoc: A draft for a blog post

2013-04-11 Thread fijal
Author: Maciej Fijalkowski Branch: extradoc Changeset: r4965:415fa824cb16 Date: 2013-04-11 15:43 +0200 http://bitbucket.org/pypy/extradoc/changeset/415fa824cb16/ Log:A draft for a blog post diff --git a/blog/draft/web-server-survey.rst b/blog/draft/web-server-survey.rst new file mode 100644

[pypy-commit] pypy default: Merged in sthalik/pypy/unbreak-freebsd (pull request #148)

2013-04-11 Thread bdkearns
Author: Brian Kearns Branch: Changeset: r63230:42042ff3b88a Date: 2013-04-11 06:59 -0700 http://bitbucket.org/pypy/pypy/changeset/42042ff3b88a/ Log:Merged in sthalik/pypy/unbreak-freebsd (pull request #148) Use proper linker script on all that is FreeBSD, not just 7.x diff --git a/

[pypy-commit] pypy unbreak-freebsd: Use proper linker script on all that is FreeBSD, not just 7.x

2013-04-11 Thread sthalik
Author: Stanislaw Halik Branch: unbreak-freebsd Changeset: r63229:5689b2860a13 Date: 2013-04-11 15:34 +0200 http://bitbucket.org/pypy/pypy/changeset/5689b2860a13/ Log:Use proper linker script on all that is FreeBSD, not just 7.x diff --git a/rpython/translator/platform/posix.py b/rpython/tr

[pypy-commit] pypy default: fix whatsnew

2013-04-11 Thread bdkearns
Author: Brian Kearns Branch: Changeset: r63231:d0619faead05 Date: 2013-04-11 10:09 -0400 http://bitbucket.org/pypy/pypy/changeset/d0619faead05/ Log:fix whatsnew diff --git a/pypy/doc/whatsnew-head.rst b/pypy/doc/whatsnew-head.rst --- a/pypy/doc/whatsnew-head.rst +++ b/pypy/doc/whatsnew-head

[pypy-commit] pypy default: move shared code to llsupport

2013-04-11 Thread bivab
Author: David Schneider Branch: Changeset: r63232:9482149b527a Date: 2013-04-11 16:56 +0200 http://bitbucket.org/pypy/pypy/changeset/9482149b527a/ Log:move shared code to llsupport diff --git a/rpython/jit/backend/arm/assembler.py b/rpython/jit/backend/arm/assembler.py --- a/rpython/jit/ba

[pypy-commit] pypy default: more backend cleanup

2013-04-11 Thread bivab
Author: David Schneider Branch: Changeset: r63233:5d1d12a617b0 Date: 2013-04-11 17:11 +0200 http://bitbucket.org/pypy/pypy/changeset/5d1d12a617b0/ Log:more backend cleanup diff --git a/rpython/jit/backend/arm/assembler.py b/rpython/jit/backend/arm/assembler.py --- a/rpython/jit/backend/arm

[pypy-commit] pypy longdouble2: Clean up remnants of NonNativeXXX

2013-04-11 Thread rlamy
Author: Ronan Lamy Branch: longdouble2 Changeset: r63234:1229ee4da9dc Date: 2013-04-11 17:44 +0100 http://bitbucket.org/pypy/pypy/changeset/1229ee4da9dc/ Log:Clean up remnants of NonNativeXXX diff --git a/pypy/module/micronumpy/types.py b/pypy/module/micronumpy/types.py --- a/pypy/module/mic

[pypy-commit] pypy improve-docs-2: shuffle stuff around

2013-04-11 Thread fijal
Author: Maciej Fijalkowski Branch: improve-docs-2 Changeset: r63235:2c6afe71e2e8 Date: 2013-04-11 19:08 +0200 http://bitbucket.org/pypy/pypy/changeset/2c6afe71e2e8/ Log:shuffle stuff around diff --git a/pypy/doc/index.rst b/pypy/doc/index.rst --- a/pypy/doc/index.rst +++ b/pypy/doc/index.rst

[pypy-commit] pypy improve-docs-2: change the sentence after alex suggestion

2013-04-11 Thread fijal
Author: Maciej Fijalkowski Branch: improve-docs-2 Changeset: r63237:106a992b99f0 Date: 2013-04-11 19:30 +0200 http://bitbucket.org/pypy/pypy/changeset/106a992b99f0/ Log:change the sentence after alex suggestion diff --git a/pypy/doc/how-to-contribute.rst b/pypy/doc/how-to-contribute.rst ---

[pypy-commit] pypy improve-docs-2: close to be merged branch

2013-04-11 Thread fijal
Author: Maciej Fijalkowski Branch: improve-docs-2 Changeset: r63239:31a216b51485 Date: 2013-04-11 19:42 +0200 http://bitbucket.org/pypy/pypy/changeset/31a216b51485/ Log:close to be merged branch ___ pypy-commit mailing list pypy-commit@python.org h

[pypy-commit] pypy improve-docs-2: address a giant XXX, needs expanding but it's better than before

2013-04-11 Thread fijal
Author: Maciej Fijalkowski Branch: improve-docs-2 Changeset: r63238:a69e4ae03353 Date: 2013-04-11 19:42 +0200 http://bitbucket.org/pypy/pypy/changeset/a69e4ae03353/ Log:address a giant XXX, needs expanding but it's better than before diff --git a/pypy/doc/getting-started-dev.rst b/pypy/doc/g

[pypy-commit] pypy default: attack the docs

2013-04-11 Thread fijal
Author: Maciej Fijalkowski Branch: Changeset: r63240:41bbdcefb3ac Date: 2013-04-11 19:43 +0200 http://bitbucket.org/pypy/pypy/changeset/41bbdcefb3ac/ Log:attack the docs diff --git a/README.rst b/README.rst --- a/README.rst +++ b/README.rst @@ -13,9 +13,9 @@ http://pypy.org/ -The g

[pypy-commit] benchmarks default: have runner.py support --niceness option

2013-04-11 Thread bdkearns
Author: Brian Kearns Branch: Changeset: r203:6f149a47d993 Date: 2013-04-11 14:03 -0400 http://bitbucket.org/pypy/benchmarks/changeset/6f149a47d993/ Log:have runner.py support --niceness option diff --git a/benchmarks.py b/benchmarks.py --- a/benchmarks.py +++ b/benchmarks.py @@ -82,6 +82,7

[pypy-commit] buildbot default: have benchmark run set niceness

2013-04-11 Thread bdkearns
Author: Brian Kearns Branch: Changeset: r777:33564e2e9fc7 Date: 2013-04-11 14:09 -0400 http://bitbucket.org/pypy/buildbot/changeset/33564e2e9fc7/ Log:have benchmark run set niceness diff --git a/bot2/pypybuildbot/builds.py b/bot2/pypybuildbot/builds.py --- a/bot2/pypybuildbot/builds.py +++

[pypy-commit] buildbot default: settle for niceness 0

2013-04-11 Thread bdkearns
Author: Brian Kearns Branch: Changeset: r778:c5df804d3d58 Date: 2013-04-11 14:38 -0400 http://bitbucket.org/pypy/buildbot/changeset/c5df804d3d58/ Log:settle for niceness 0 diff --git a/bot2/pypybuildbot/builds.py b/bot2/pypybuildbot/builds.py --- a/bot2/pypybuildbot/builds.py +++ b/bot2/pyp

[pypy-commit] pypy default: merge heads

2013-04-11 Thread bivab
Author: David Schneider Branch: Changeset: r63242:fec8fb85c22d Date: 2013-04-11 21:08 +0200 http://bitbucket.org/pypy/pypy/changeset/fec8fb85c22d/ Log:merge heads diff --git a/README.rst b/README.rst --- a/README.rst +++ b/README.rst @@ -13,9 +13,9 @@ http://pypy.org/ -The getting-

[pypy-commit] pypy default: update arm tests

2013-04-11 Thread bivab
Author: David Schneider Branch: Changeset: r63243:5dd20a9b2d3a Date: 2013-04-11 21:27 +0200 http://bitbucket.org/pypy/pypy/changeset/5dd20a9b2d3a/ Log:update arm tests diff --git a/rpython/jit/backend/arm/test/test_zrpy_releasegil.py b/rpython/jit/backend/arm/test/test_zrpy_releasegil.py -

[pypy-commit] pypy longdouble2: move ENABLED_LONG_DOUBLE def to typespec.py

2013-04-11 Thread rlamy
Author: Ronan Lamy Branch: longdouble2 Changeset: r63244:d6af37df55fe Date: 2013-04-11 20:42 +0100 http://bitbucket.org/pypy/pypy/changeset/d6af37df55fe/ Log:move ENABLED_LONG_DOUBLE def to typespec.py diff --git a/pypy/module/micronumpy/interp_boxes.py b/pypy/module/micronumpy/interp_boxes

[pypy-commit] pypy longdouble2: add missing longdouble_spec

2013-04-11 Thread rlamy
Author: Ronan Lamy Branch: longdouble2 Changeset: r63245:246f17c620ac Date: 2013-04-11 20:55 +0100 http://bitbucket.org/pypy/pypy/changeset/246f17c620ac/ Log:add missing longdouble_spec diff --git a/pypy/module/micronumpy/types.py b/pypy/module/micronumpy/types.py --- a/pypy/module/micronump

[pypy-commit] pypy py3k: add a null check to PyMemoryView_FromBuffer. test_FillWithObject seems to

2013-04-11 Thread pjenvey
Author: Philip Jenvey Branch: py3k Changeset: r63247:ea6d963fbdba Date: 2013-04-11 13:36 -0700 http://bitbucket.org/pypy/pypy/changeset/ea6d963fbdba/ Log:add a null check to PyMemoryView_FromBuffer. test_FillWithObject seems to require an extra del for correct cleanup diff --git a/py

[pypy-commit] pypy py3k: PyInt_ apis -> PyLong_

2013-04-11 Thread pjenvey
Author: Philip Jenvey Branch: py3k Changeset: r63246:8bc3fa4eca19 Date: 2013-04-11 13:35 -0700 http://bitbucket.org/pypy/pypy/changeset/8bc3fa4eca19/ Log:PyInt_ apis -> PyLong_ diff --git a/pypy/module/cpyext/dictobject.py b/pypy/module/cpyext/dictobject.py --- a/pypy/module/cpyext/dictobjec

[pypy-commit] pypy default: add one extra assert here

2013-04-11 Thread fijal
Author: Maciej Fijalkowski Branch: Changeset: r63249:fa879c4fc72f Date: 2013-04-11 23:47 +0200 http://bitbucket.org/pypy/pypy/changeset/fa879c4fc72f/ Log:add one extra assert here diff --git a/rpython/rtyper/rlist.py b/rpython/rtyper/rlist.py --- a/rpython/rtyper/rlist.py +++ b/rpython/rtyp

[pypy-commit] lang-smalltalk default: (cfbolz, lwassermann): refactored wrap_uint to enable inlining the general case

2013-04-11 Thread lwassermann
Author: Lars Wassermann Branch: Changeset: r253:26ab2618ed58 Date: 2013-04-10 21:30 +0200 http://bitbucket.org/pypy/lang-smalltalk/changeset/26ab2618ed58/ Log:(cfbolz, lwassermann): refactored wrap_uint to enable inlining the general case added hint to unwrap_array to enable unrollin

[pypy-commit] lang-smalltalk default: running version of BitBlt

2013-04-11 Thread lwassermann
Author: Lars Wassermann Branch: Changeset: r250:9a05c60e44e1 Date: 2013-04-10 17:27 +0200 http://bitbucket.org/pypy/lang-smalltalk/changeset/9a05c60e44e1/ Log:running version of BitBlt diff --git a/BitBltSim.19.cs b/BitBltSim.19.cs --- a/BitBltSim.19.cs +++ b/BitBltSim.19.cs @@ -94,7 +94,8

[pypy-commit] lang-smalltalk default: refactored sdl connection to avoid double blitting

2013-04-11 Thread lwassermann
Author: Lars Wassermann Branch: Changeset: r251:32ca02e56ca2 Date: 2013-04-10 21:26 +0200 http://bitbucket.org/pypy/lang-smalltalk/changeset/32ca02e56ca2/ Log:refactored sdl connection to avoid double blitting diff --git a/spyvm/display.py b/spyvm/display.py --- a/spyvm/display.py +++ b/spy

[pypy-commit] lang-smalltalk default: some small optimizations to the blitting algorithm

2013-04-11 Thread lwassermann
Author: Lars Wassermann Branch: Changeset: r256:a6652f5187c9 Date: 2013-04-11 15:05 +0200 http://bitbucket.org/pypy/lang-smalltalk/changeset/a6652f5187c9/ Log:some small optimizations to the blitting algorithm diff --git a/BitBltSim.19.cs b/BitBltSim.19.cs --- a/BitBltSim.19.cs +++ b/BitBlt

[pypy-commit] lang-smalltalk default: added primitive 19 which fails, except when (probably) calling the debugger. Then it quits gracefully.

2013-04-11 Thread lwassermann
Author: Lars Wassermann Branch: Changeset: r252:975a2cd34dda Date: 2013-04-10 21:28 +0200 http://bitbucket.org/pypy/lang-smalltalk/changeset/975a2cd34dda/ Log:added primitive 19 which fails, except when (probably) calling the debugger. Then it quits gracefully. diff --git a/spyvm/pr

[pypy-commit] lang-smalltalk default: (cfbolz, lwassermann): prepared a typetest for s_class field

2013-04-11 Thread lwassermann
Author: Lars Wassermann Branch: Changeset: r254:db4538a2badf Date: 2013-04-11 15:03 +0200 http://bitbucket.org/pypy/lang-smalltalk/changeset/db4538a2badf/ Log:(cfbolz, lwassermann): prepared a typetest for s_class field diff --git a/spyvm/model.py b/spyvm/model.py --- a/spyvm/model.py +++ b

[pypy-commit] lang-smalltalk default: (cfbolz, lwassermann): implemented unwrap_uint using polymorphism to get rid of loop and extensive branches

2013-04-11 Thread lwassermann
Author: Lars Wassermann Branch: Changeset: r255:8f0af90c962e Date: 2013-04-11 15:04 +0200 http://bitbucket.org/pypy/lang-smalltalk/changeset/8f0af90c962e/ Log:(cfbolz, lwassermann): implemented unwrap_uint using polymorphism to get rid of loop and extensive branches diff --git a/spy

[pypy-commit] lang-smalltalk default: added type hints for instance variables of non-varsized pointers objects

2013-04-11 Thread lwassermann
Author: Lars Wassermann Branch: Changeset: r257:720555f9465b Date: 2013-04-11 20:36 +0200 http://bitbucket.org/pypy/lang-smalltalk/changeset/720555f9465b/ Log:added type hints for instance variables of non-varsized pointers objects diff --git a/spyvm/fieldtypes.py b/spyvm/fieldtypes

[pypy-commit] lang-smalltalk default: added fieldtypes tests for testing correctnes of neighbour finding

2013-04-11 Thread lwassermann
Author: Lars Wassermann Branch: Changeset: r258:4d577f6b6b0c Date: 2013-04-11 22:25 +0200 http://bitbucket.org/pypy/lang-smalltalk/changeset/4d577f6b6b0c/ Log:added fieldtypes tests for testing correctnes of neighbour finding changed fieldtypes tags to enable translating added quicks

[pypy-commit] pypy default: move assert for clarity

2013-04-11 Thread bdkearns
Author: Brian Kearns Branch: Changeset: r63252:613641427033 Date: 2013-04-11 18:13 -0400 http://bitbucket.org/pypy/pypy/changeset/613641427033/ Log:move assert for clarity diff --git a/rpython/rtyper/rlist.py b/rpython/rtyper/rlist.py --- a/rpython/rtyper/rlist.py +++ b/rpython/rtyper/rlist

[pypy-commit] pypy py3k: Fixes applevel tests to pass with -A.

2013-04-11 Thread amauryfa
Author: Amaury Forgeot d'Arc Branch: py3k Changeset: r63254:24d0665f1432 Date: 2013-04-12 00:20 +0200 http://bitbucket.org/pypy/pypy/changeset/24d0665f1432/ Log:Fixes applevel tests to pass with -A. diff --git a/pypy/objspace/std/test/test_index.py b/pypy/objspace/std/test/test_index.py ---

[pypy-commit] pypy sqlite-cffi: close merged branch

2013-04-11 Thread bdkearns
Author: Brian Kearns Branch: sqlite-cffi Changeset: r63253:783ea6d7ecbf Date: 2013-04-11 18:20 -0400 http://bitbucket.org/pypy/pypy/changeset/783ea6d7ecbf/ Log:close merged branch ___ pypy-commit mailing list pypy-commit@python.org http://mail.pyth

[pypy-commit] pypy default: test and fix for BytesIO.write() return value

2013-04-11 Thread bdkearns
Author: Brian Kearns Branch: Changeset: r63256:5fadf0b41675 Date: 2013-04-11 19:52 -0400 http://bitbucket.org/pypy/pypy/changeset/5fadf0b41675/ Log:test and fix for BytesIO.write() return value diff --git a/pypy/module/_io/interp_bytesio.py b/pypy/module/_io/interp_bytesio.py --- a/pypy/mo

[pypy-commit] pypy default: test BytesIO.readinto()

2013-04-11 Thread bdkearns
Author: Brian Kearns Branch: Changeset: r63257:62db528827f5 Date: 2013-04-11 19:55 -0400 http://bitbucket.org/pypy/pypy/changeset/62db528827f5/ Log:test BytesIO.readinto() diff --git a/pypy/module/_io/test/test_bytesio.py b/pypy/module/_io/test/test_bytesio.py --- a/pypy/module/_io/test/te

[pypy-commit] benchmarks default: fix --niceness 0

2013-04-11 Thread bdkearns
Author: Brian Kearns Branch: Changeset: r204:5c09140d7755 Date: 2013-04-11 23:45 -0400 http://bitbucket.org/pypy/benchmarks/changeset/5c09140d7755/ Log:fix --niceness 0 diff --git a/runner.py b/runner.py --- a/runner.py +++ b/runner.py @@ -274,7 +274,7 @@ revision = options.upload_revi

[pypy-commit] buildbot default: just remove niceness until sysadmin can get limits.conf working

2013-04-11 Thread bdkearns
Author: Brian Kearns Branch: Changeset: r779:fc24b0bbf3dd Date: 2013-04-11 23:46 -0400 http://bitbucket.org/pypy/buildbot/changeset/fc24b0bbf3dd/ Log:just remove niceness until sysadmin can get limits.conf working diff --git a/bot2/pypybuildbot/builds.py b/bot2/pypybuildbot/builds.py --- a/

[pypy-commit] pypy default: test and fix for StringIO.readline(None)

2013-04-11 Thread bdkearns
Author: Brian Kearns Branch: Changeset: r63258:63d556a4cffc Date: 2013-04-12 00:37 -0400 http://bitbucket.org/pypy/pypy/changeset/63d556a4cffc/ Log:test and fix for StringIO.readline(None) diff --git a/pypy/module/_io/interp_stringio.py b/pypy/module/_io/interp_stringio.py --- a/pypy/modul

[pypy-commit] pypy default: just set pos directly here instead of calling seek

2013-04-11 Thread bdkearns
Author: Brian Kearns Branch: Changeset: r63259:a3aa1bdf3048 Date: 2013-04-11 23:16 -0400 http://bitbucket.org/pypy/pypy/changeset/a3aa1bdf3048/ Log:just set pos directly here instead of calling seek diff --git a/rpython/rlib/rStringIO.py b/rpython/rlib/rStringIO.py --- a/rpython/rlib/rStrin

[pypy-commit] pypy default: change BytesIO to use RStringIO

2013-04-11 Thread bdkearns
Author: Brian Kearns Branch: Changeset: r63261:4da612f571cc Date: 2013-04-12 01:08 -0400 http://bitbucket.org/pypy/pypy/changeset/4da612f571cc/ Log:change BytesIO to use RStringIO diff --git a/pypy/module/_io/interp_bytesio.py b/pypy/module/_io/interp_bytesio.py --- a/pypy/module/_io/inter

[pypy-commit] pypy default: improve BytesIO.readinto() test

2013-04-11 Thread bdkearns
Author: Brian Kearns Branch: Changeset: r63260:9c7ae3bdbde7 Date: 2013-04-12 01:17 -0400 http://bitbucket.org/pypy/pypy/changeset/9c7ae3bdbde7/ Log:improve BytesIO.readinto() test diff --git a/pypy/module/_io/test/test_bytesio.py b/pypy/module/_io/test/test_bytesio.py --- a/pypy/module/_io

[pypy-commit] pypy default: mangle RStringIO attr names so they don't clash with implementations

2013-04-11 Thread bdkearns
Author: Brian Kearns Branch: Changeset: r63262:1a0242a40bd1 Date: 2013-04-11 21:52 -0400 http://bitbucket.org/pypy/pypy/changeset/1a0242a40bd1/ Log:mangle RStringIO attr names so they don't clash with implementations diff --git a/rpython/rlib/rStringIO.py b/rpython/rlib/rStringIO.py --- a/r

[pypy-commit] pypy default: fix translation

2013-04-11 Thread bdkearns
Author: Brian Kearns Branch: Changeset: r63263:7a2e0a6b013b Date: 2013-04-11 23:17 -0400 http://bitbucket.org/pypy/pypy/changeset/7a2e0a6b013b/ Log:fix translation diff --git a/pypy/module/_io/interp_bytesio.py b/pypy/module/_io/interp_bytesio.py --- a/pypy/module/_io/interp_bytesio.py +++

[pypy-commit] pypy default: test and fix for truncate differences between cStringIO and BytesIO

2013-04-11 Thread bdkearns
Author: Brian Kearns Branch: Changeset: r63264:f2929b44b45b Date: 2013-04-12 00:58 -0400 http://bitbucket.org/pypy/pypy/changeset/f2929b44b45b/ Log:test and fix for truncate differences between cStringIO and BytesIO diff --git a/pypy/module/_io/test/test_bytesio.py b/pypy/module/_io/test/t

[pypy-commit] pypy default: another test and fix for BytesIO.truncate()

2013-04-11 Thread bdkearns
Author: Brian Kearns Branch: Changeset: r63265:7c83049dafd8 Date: 2013-04-12 02:49 -0400 http://bitbucket.org/pypy/pypy/changeset/7c83049dafd8/ Log:another test and fix for BytesIO.truncate() diff --git a/pypy/module/_io/interp_bytesio.py b/pypy/module/_io/interp_bytesio.py --- a/pypy/modu