[pypy-commit] pypy default: simplify/optimize RStringIO by changing it to use StringBuilder

2013-03-21 Thread bdkearns
Author: Brian Kearns Branch: Changeset: r62605:b4901c26d853 Date: 2013-03-21 03:24 -0400 http://bitbucket.org/pypy/pypy/changeset/b4901c26d853/ Log:simplify/optimize RStringIO by changing it to use StringBuilder diff --git a/rpython/rlib/rStringIO.py b/rpython/rlib/rStringIO.py --- a/rpytho

[pypy-commit] pypy default: move readline to RStringIO

2013-03-21 Thread bdkearns
Author: Brian Kearns Branch: Changeset: r62606:535f3a9dd3b6 Date: 2013-03-21 03:27 -0400 http://bitbucket.org/pypy/pypy/changeset/535f3a9dd3b6/ Log:move readline to RStringIO diff --git a/pypy/module/cStringIO/interp_stringio.py b/pypy/module/cStringIO/interp_stringio.py --- a/pypy/module/

[pypy-commit] pypy default: lazily construct the StringBuilder for RStringIO

2013-03-21 Thread bdkearns
Author: Brian Kearns Branch: Changeset: r62607:594d075cf003 Date: 2013-03-21 03:48 -0400 http://bitbucket.org/pypy/pypy/changeset/594d075cf003/ Log:lazily construct the StringBuilder for RStringIO diff --git a/rpython/rlib/rStringIO.py b/rpython/rlib/rStringIO.py --- a/rpython/rlib/rStringI

[pypy-commit] pypy default: fixes for call_header_with_stack_check

2013-03-21 Thread bivab
Author: David Schneider Branch: Changeset: r62608:28bc77433153 Date: 2013-03-21 13:09 +0200 http://bitbucket.org/pypy/pypy/changeset/28bc77433153/ Log:fixes for call_header_with_stack_check diff --git a/rpython/jit/backend/arm/assembler.py b/rpython/jit/backend/arm/assembler.py --- a/rpyth

[pypy-commit] pypy default: update, finish and enable some calling convetion tests on arm

2013-03-21 Thread bivab
Author: David Schneider Branch: Changeset: r62609:7fe3b006e52e Date: 2013-03-21 15:32 +0200 http://bitbucket.org/pypy/pypy/changeset/7fe3b006e52e/ Log:update, finish and enable some calling convetion tests on arm diff --git a/rpython/jit/backend/arm/test/test_calling_convention.py b/rpytho

[pypy-commit] lang-smalltalk default: (tfel, lwassermann): minor fix to not send empty key-events when there were none

2013-03-21 Thread lwassermann
Author: Lars Wassermann Branch: Changeset: r229:76bfdbc738e7 Date: 2013-03-21 16:08 +0100 http://bitbucket.org/pypy/lang-smalltalk/changeset/76bfdbc738e7/ Log:(tfel, lwassermann): minor fix to not send empty key-events when there were none diff --git a/spyvm/primitives.py b/spyvm/pr

[pypy-commit] lang-smalltalk default: method extraction refactoring for does not understand case in _sendSelector

2013-03-21 Thread lwassermann
Author: Lars Wassermann Branch: Changeset: r228:7e8d4241566a Date: 2013-03-21 16:07 +0100 http://bitbucket.org/pypy/lang-smalltalk/changeset/7e8d4241566a/ Log:method extraction refactoring for does not understand case in _sendSelector diff --git a/spyvm/interpreter.py b/spyvm/interp

[pypy-commit] lang-smalltalk default: added SIGNAL_AT_MILLISECONDS primitive and code which checks whether to signal

2013-03-21 Thread lwassermann
Author: Lars Wassermann Branch: Changeset: r230:1330f5e597fe Date: 2013-03-21 16:11 +0100 http://bitbucket.org/pypy/lang-smalltalk/changeset/1330f5e597fe/ Log:added SIGNAL_AT_MILLISECONDS primitive and code which checks whether to signal diff --git a/spyvm/constants.py b/spyvm/const

[pypy-commit] lang-gameboy default: (jlincke, timfel) Add a test for blitting surface from pixelbuffer

2013-03-21 Thread timfel
Author: Tim Felgentreff Branch: Changeset: r6:c419533d2000 Date: 2013-03-15 17:57 +0100 http://bitbucket.org/pypy/lang-gameboy/changeset/c419533d2000/ Log:(jlincke, timfel) Add a test for blitting surface from pixelbuffer diff --git a/rsdl/test/test_video.py b/rsdl/test/test_video.py --- a/

[pypy-commit] lang-js default: added annotation

2013-03-21 Thread stepahn
Author: Stephan Branch: Changeset: r372:1d6b0ccb866f Date: 2013-03-20 17:46 +0100 http://bitbucket.org/pypy/lang-js/changeset/1d6b0ccb866f/ Log:added annotation diff --git a/js/jsobj.py b/js/jsobj.py --- a/js/jsobj.py +++ b/js/jsobj.py @@ -956,6 +956,7 @@ from js.object_space impor

[pypy-commit] lang-js default: changed version string to include hg id and build time

2013-03-21 Thread stepahn
Author: Stephan Branch: Changeset: r373:2d3ad1d9eda1 Date: 2013-03-21 16:33 +0100 http://bitbucket.org/pypy/lang-js/changeset/2d3ad1d9eda1/ Log:changed version string to include hg id and build time diff --git a/js/builtins/js_global.py b/js/builtins/js_global.py --- a/js/builtins/js_global

[pypy-commit] lang-gameboy default: add external compilation info branch for windows

2013-03-21 Thread timfel
Author: Tim Felgentreff Branch: Changeset: r7:f85b5515ccef Date: 2013-03-21 16:33 +0100 http://bitbucket.org/pypy/lang-gameboy/changeset/f85b5515ccef/ Log:add external compilation info branch for windows diff --git a/rsdl/eci.py b/rsdl/eci.py --- a/rsdl/eci.py +++ b/rsdl/eci.py @@ -2,6 +2,7

[pypy-commit] lang-js default: backed out of 9e9af1fdf61d due to performance issues

2013-03-21 Thread stepahn
Author: Stephan Branch: Changeset: r374:81e6e06fb4aa Date: 2013-03-21 16:35 +0100 http://bitbucket.org/pypy/lang-js/changeset/81e6e06fb4aa/ Log:backed out of 9e9af1fdf61d due to performance issues diff --git a/js/jsobj.py b/js/jsobj.py --- a/js/jsobj.py +++ b/js/jsobj.py @@ -1187,6 +1187,7

[pypy-commit] lang-gameboy default: remove moved files

2013-03-21 Thread timfel
Author: Tim Felgentreff Branch: Changeset: r9:3dd131846afc Date: 2013-03-21 16:53 +0100 http://bitbucket.org/pypy/lang-gameboy/changeset/3dd131846afc/ Log:remove moved files diff --git a/rsdl/RIMG.py b/rsdl/RIMG.py deleted file mode 100644 --- a/rsdl/RIMG.py +++ /dev/null @@ -1,25 +0,0 @@ -

[pypy-commit] lang-gameboy default: prepare distribution as pip package

2013-03-21 Thread timfel
Author: Tim Felgentreff Branch: Changeset: r8:8e95abaa7208 Date: 2013-03-21 16:52 +0100 http://bitbucket.org/pypy/lang-gameboy/changeset/8e95abaa7208/ Log:prepare distribution as pip package diff --git a/rsdl/README.txt b/rsdl/README.txt new file mode 100644 --- /dev/null +++ b/rsdl/README.

[pypy-commit] pypy numpy-pickle: Add a failing test for record dtypes

2013-03-21 Thread rguillebert
Author: Romain Guillebert Branch: numpy-pickle Changeset: r62610:b13ea8b17e8b Date: 2013-03-21 18:23 +0100 http://bitbucket.org/pypy/pypy/changeset/b13ea8b17e8b/ Log:Add a failing test for record dtypes diff --git a/pypy/module/micronumpy/test/test_dtypes.py b/pypy/module/micronumpy/test/te

[pypy-commit] pypy default: small tweaks for RStringIO

2013-03-21 Thread bdkearns
Author: Brian Kearns Branch: Changeset: r62612:9cb237badb3b Date: 2013-03-21 07:03 -0400 http://bitbucket.org/pypy/pypy/changeset/9cb237badb3b/ Log:small tweaks for RStringIO diff --git a/rpython/rlib/rStringIO.py b/rpython/rlib/rStringIO.py --- a/rpython/rlib/rStringIO.py +++ b/rpython/rli

[pypy-commit] pypy default: also lazily construct bigbuffer object in RStringIO

2013-03-21 Thread bdkearns
Author: Brian Kearns Branch: Changeset: r62611:2922803f28f3 Date: 2013-03-21 06:45 -0400 http://bitbucket.org/pypy/pypy/changeset/2922803f28f3/ Log:also lazily construct bigbuffer object in RStringIO diff --git a/rpython/rlib/rStringIO.py b/rpython/rlib/rStringIO.py --- a/rpython/rlib/rStri

[pypy-commit] pypy default: merge heads

2013-03-21 Thread bdkearns
Author: Brian Kearns Branch: Changeset: r62613:b1a1549418d9 Date: 2013-03-21 15:05 -0400 http://bitbucket.org/pypy/pypy/changeset/b1a1549418d9/ Log:merge heads diff --git a/rpython/jit/backend/arm/assembler.py b/rpython/jit/backend/arm/assembler.py --- a/rpython/jit/backend/arm/assembler.p

[pypy-commit] lang-smalltalk default: fixed bitBlit primitive and test

2013-03-21 Thread lwassermann
Author: Lars Wassermann Branch: Changeset: r231:4398592999e8 Date: 2013-03-21 18:01 +0100 http://bitbucket.org/pypy/lang-smalltalk/changeset/4398592999e8/ Log:fixed bitBlit primitive and test fixed some problems with testing sequence diff --git a/spyvm/interpreter.py b/spyvm/interpr

[pypy-commit] pypy default: Merged in chrish42/pypy (pull request #139)

2013-03-21 Thread pjenvey
Author: Philip Jenvey Branch: Changeset: r62615:93bc1578182f Date: 2013-03-21 13:22 -0700 http://bitbucket.org/pypy/pypy/changeset/93bc1578182f/ Log:Merged in chrish42/pypy (pull request #139) Fix gethostbyaddr() test on some versions of MacOSX. diff --git a/pypy/module/_socket/tes

[pypy-commit] pypy default: Fix gethostbyaddr() test on some versions of MacOSX.

2013-03-21 Thread chrish42
Author: Christian Hudon Branch: Changeset: r62614:efd767a61b59 Date: 2013-03-19 14:11 -0700 http://bitbucket.org/pypy/pypy/changeset/efd767a61b59/ Log:Fix gethostbyaddr() test on some versions of MacOSX. diff --git a/pypy/module/_socket/test/test_sock_app.py b/pypy/module/_socket/test/test

[pypy-commit] pypy default: remove this random/unexplained loosening of test, it represents bogus behavior

2013-03-21 Thread bdkearns
Author: Brian Kearns Branch: Changeset: r62616:95f16920996f Date: 2013-03-21 17:02 -0400 http://bitbucket.org/pypy/pypy/changeset/95f16920996f/ Log:remove this random/unexplained loosening of test, it represents bogus behavior diff --git a/pypy/module/_socket/test/test_sock_app.py

[pypy-commit] pypy default: further improve socket.gethostby{name, addr} tests

2013-03-21 Thread bdkearns
Author: Brian Kearns Branch: Changeset: r62617:1247527d5553 Date: 2013-03-21 17:39 -0400 http://bitbucket.org/pypy/pypy/changeset/1247527d5553/ Log:further improve socket.gethostby{name,addr} tests diff --git a/pypy/module/_socket/test/test_sock_app.py b/pypy/module/_socket/test/test_sock_

[pypy-commit] pypy default: implement .all() and .any() for numpy.bool_ objects

2013-03-21 Thread antocuni
Author: Antonio Cuni Branch: Changeset: r62618:26d70090eda4 Date: 2013-03-21 22:52 +0100 http://bitbucket.org/pypy/pypy/changeset/26d70090eda4/ Log:implement .all() and .any() for numpy.bool_ objects diff --git a/pypy/module/micronumpy/interp_boxes.py b/pypy/module/micronumpy/interp_boxes.

[pypy-commit] pypy default: fixes for RSocket IPV6 support

2013-03-21 Thread bdkearns
Author: Brian Kearns Branch: Changeset: r62619:bd0e0b2b11bb Date: 2013-03-21 19:28 -0400 http://bitbucket.org/pypy/pypy/changeset/bd0e0b2b11bb/ Log:fixes for RSocket IPV6 support diff --git a/rpython/rlib/_rsocket_rffi.py b/rpython/rlib/_rsocket_rffi.py --- a/rpython/rlib/_rsocket_rffi.py +

[pypy-commit] pypy default: test ip6-loopback here too

2013-03-21 Thread bdkearns
Author: Brian Kearns Branch: Changeset: r62620:ec25836976ee Date: 2013-03-21 19:35 -0400 http://bitbucket.org/pypy/pypy/changeset/ec25836976ee/ Log:test ip6-loopback here too diff --git a/pypy/module/_socket/test/test_sock_app.py b/pypy/module/_socket/test/test_sock_app.py --- a/pypy/modul

[pypy-commit] pypy remove-string-smm: Remove undeed SMM definition.

2013-03-21 Thread hodgestar
Author: Simon Cross Branch: remove-string-smm Changeset: r62621:a05eeef6cfb0 Date: 2013-03-22 01:09 +0200 http://bitbucket.org/pypy/pypy/changeset/a05eeef6cfb0/ Log:Remove undeed SMM definition. diff --git a/pypy/objspace/std/bytearraytype.py b/pypy/objspace/std/bytearraytype.py --- a/pypy/

[pypy-commit] pypy remove-string-smm: Re-implement bytearray.insert.

2013-03-21 Thread hodgestar
Author: Simon Cross Branch: remove-string-smm Changeset: r62622:c7554e6db542 Date: 2013-03-22 01:42 +0200 http://bitbucket.org/pypy/pypy/changeset/c7554e6db542/ Log:Re-implement bytearray.insert. diff --git a/pypy/interpreter/baseobjspace.py b/pypy/interpreter/baseobjspace.py --- a/pypy/inte

[pypy-commit] pypy remove-string-smm: Re-implement bytearray.pop.

2013-03-21 Thread hodgestar
Author: Simon Cross Branch: remove-string-smm Changeset: r62623:47ef3c341a14 Date: 2013-03-22 01:53 +0200 http://bitbucket.org/pypy/pypy/changeset/47ef3c341a14/ Log:Re-implement bytearray.pop. diff --git a/pypy/objspace/std/bytearrayobject.py b/pypy/objspace/std/bytearrayobject.py --- a/pyp

[pypy-commit] pypy remove-list-smm: (arigo, fijal) fix the descr test

2013-03-21 Thread fijal
Author: Maciej Fijalkowski Branch: remove-list-smm Changeset: r62624:b1beccb7c94f Date: 2013-03-21 16:55 -0700 http://bitbucket.org/pypy/pypy/changeset/b1beccb7c94f/ Log:(arigo, fijal) fix the descr test diff --git a/pypy/interpreter/function.py b/pypy/interpreter/function.py --- a/pypy/inte

[pypy-commit] pypy remove-list-smm: (arigo, fijal) fix the descr test

2013-03-21 Thread fijal
Author: Maciej Fijalkowski Branch: remove-list-smm Changeset: r62625:b24c7cb07f42 Date: 2013-03-21 16:58 -0700 http://bitbucket.org/pypy/pypy/changeset/b24c7cb07f42/ Log:(arigo, fijal) fix the descr test diff --git a/pypy/interpreter/gateway.py b/pypy/interpreter/gateway.py --- a/pypy/interp

[pypy-commit] pypy remove-list-smm: (arigo, fijal) fix naming

2013-03-21 Thread fijal
Author: Maciej Fijalkowski Branch: remove-list-smm Changeset: r62626:ad506216bd78 Date: 2013-03-21 17:00 -0700 http://bitbucket.org/pypy/pypy/changeset/ad506216bd78/ Log:(arigo, fijal) fix naming diff --git a/pypy/module/_file/interp_file.py b/pypy/module/_file/interp_file.py --- a/pypy/modu

[pypy-commit] pypy remove-string-smm: Re-implement bytearray.remove.

2013-03-21 Thread hodgestar
Author: Simon Cross Branch: remove-string-smm Changeset: r62627:67ef049cda7e Date: 2013-03-22 02:08 +0200 http://bitbucket.org/pypy/pypy/changeset/67ef049cda7e/ Log:Re-implement bytearray.remove. diff --git a/pypy/objspace/std/bytearrayobject.py b/pypy/objspace/std/bytearrayobject.py --- a/

[pypy-commit] pypy remove-string-smm: Use index unwrap_spec type for index in bytearray.remove.

2013-03-21 Thread hodgestar
Author: Simon Cross Branch: remove-string-smm Changeset: r62628:e1b6bf1f9b9b Date: 2013-03-22 02:17 +0200 http://bitbucket.org/pypy/pypy/changeset/e1b6bf1f9b9b/ Log:Use index unwrap_spec type for index in bytearray.remove. diff --git a/pypy/objspace/std/bytearraytype.py b/pypy/objspace/std/

[pypy-commit] pypy remove-list-smm: fix fix fix

2013-03-21 Thread fijal
Author: Maciej Fijalkowski Branch: remove-list-smm Changeset: r62629:9aebaf686e8e Date: 2013-03-21 17:18 -0700 http://bitbucket.org/pypy/pypy/changeset/9aebaf686e8e/ Log:fix fix fix diff --git a/pypy/interpreter/gateway.py b/pypy/interpreter/gateway.py --- a/pypy/interpreter/gateway.py +++ b

[pypy-commit] pypy remove-string-smm: Remove bogus w_self=W_Root in bytearraytype unwrap_specs.

2013-03-21 Thread hodgestar
Author: Simon Cross Branch: remove-string-smm Changeset: r62630:632f4fdd4857 Date: 2013-03-22 02:19 +0200 http://bitbucket.org/pypy/pypy/changeset/632f4fdd4857/ Log:Remove bogus w_self=W_Root in bytearraytype unwrap_specs. diff --git a/pypy/objspace/std/bytearraytype.py b/pypy/objspace/std/

[pypy-commit] pypy remove-list-smm: (arigo, fijal) fix fix fix

2013-03-21 Thread fijal
Author: Maciej Fijalkowski Branch: remove-list-smm Changeset: r62631:a8616e7bc663 Date: 2013-03-21 17:53 -0700 http://bitbucket.org/pypy/pypy/changeset/a8616e7bc663/ Log:(arigo, fijal) fix fix fix diff --git a/pypy/interpreter/gateway.py b/pypy/interpreter/gateway.py --- a/pypy/interpreter/g

[pypy-commit] pypy remove-list-smm: (arigo, fijal) Proxies seems to be broken, otherwise fix the rest of errors

2013-03-21 Thread fijal
Author: Maciej Fijalkowski Branch: remove-list-smm Changeset: r62632:b71c07d9680f Date: 2013-03-21 18:13 -0700 http://bitbucket.org/pypy/pypy/changeset/b71c07d9680f/ Log:(arigo, fijal) Proxies seems to be broken, otherwise fix the rest of errors diff --git a/lib_pypy/tputil.py b/lib_

[pypy-commit] pypy remove-list-smm: fix translation

2013-03-21 Thread fijal
Author: Maciej Fijalkowski Branch: remove-list-smm Changeset: r62633:96b7c2746125 Date: 2013-03-21 18:28 -0700 http://bitbucket.org/pypy/pypy/changeset/96b7c2746125/ Log:fix translation diff --git a/pypy/objspace/std/proxyobject.py b/pypy/objspace/std/proxyobject.py --- a/pypy/objspace/std/p

[pypy-commit] pypy default: (alex, fijal): remove some random nonsense

2013-03-21 Thread alex_gaynor
Author: Alex Gaynor Branch: Changeset: r62634:ecebd2bc6598 Date: 2013-03-21 21:34 -0700 http://bitbucket.org/pypy/pypy/changeset/ecebd2bc6598/ Log:(alex, fijal): remove some random nonsense diff --git a/pypy/interpreter/baseobjspace.py b/pypy/interpreter/baseobjspace.py --- a/pypy/interpret

[pypy-commit] pypy default: Replace annenforce args with signature() in rsandbox

2013-03-21 Thread alex_gaynor
Author: Alex Gaynor Branch: Changeset: r62635:0b27e32c2000 Date: 2013-03-21 21:40 -0700 http://bitbucket.org/pypy/pypy/changeset/0b27e32c2000/ Log:Replace annenforce args with signature() in rsandbox diff --git a/rpython/translator/sandbox/rsandbox.py b/rpython/translator/sandbox/rsandbox.

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

2013-03-21 Thread fijal
Author: Maciej Fijalkowski Branch: extregistry-refactor Changeset: r62636:f208efb03da6 Date: 2013-03-21 21:49 -0700 http://bitbucket.org/pypy/pypy/changeset/f208efb03da6/ Log:close to be merged branch ___ pypy-commit mailing list pypy-commit@python

[pypy-commit] pypy default: (ronan) remove happy nonsense that meaning was abandonded eons ago

2013-03-21 Thread fijal
Author: Maciej Fijalkowski Branch: Changeset: r62637:92a9a93262ed Date: 2013-03-21 21:49 -0700 http://bitbucket.org/pypy/pypy/changeset/92a9a93262ed/ Log:(ronan) remove happy nonsense that meaning was abandonded eons ago diff --git a/rpython/annotator/binaryop.py b/rpython/annotator/binaryo

[pypy-commit] pypy remove-list-smm: fixes and a new gateway interface

2013-03-21 Thread fijal
Author: Maciej Fijalkowski Branch: remove-list-smm Changeset: r62638:eb3fc80f13e9 Date: 2013-03-21 22:03 -0700 http://bitbucket.org/pypy/pypy/changeset/eb3fc80f13e9/ Log:fixes and a new gateway interface diff --git a/pypy/interpreter/gateway.py b/pypy/interpreter/gateway.py --- a/pypy/interp

[pypy-commit] pypy default: (alex, fijal): removed annenforce args from rlist, also contains fix to rtypes

2013-03-21 Thread alex_gaynor
Author: Alex Gaynor Branch: Changeset: r62639:4b1033320d32 Date: 2013-03-21 22:04 -0700 http://bitbucket.org/pypy/pypy/changeset/4b1033320d32/ Log:(alex, fijal): removed annenforce args from rlist, also contains fix to rtypes diff --git a/rpython/annotator/annrpython.py b/rpython/an

[pypy-commit] pypy default: (alex, fijal) removed usage of annenforceargs from ootype.py

2013-03-21 Thread alex_gaynor
Author: Alex Gaynor Branch: Changeset: r62640:f04b6c364ed0 Date: 2013-03-21 22:09 -0700 http://bitbucket.org/pypy/pypy/changeset/f04b6c364ed0/ Log:(alex, fijal) removed usage of annenforceargs from ootype.py diff --git a/rpython/rtyper/ootypesystem/ootype.py b/rpython/rtyper/ootypesystem/o

[pypy-commit] pypy default: (alex, fijal) fix importing and remove more annenforceargs

2013-03-21 Thread alex_gaynor
Author: Alex Gaynor Branch: Changeset: r62641:af66d7a58e17 Date: 2013-03-21 22:15 -0700 http://bitbucket.org/pypy/pypy/changeset/af66d7a58e17/ Log:(alex, fijal) fix importing and remove more annenforceargs diff --git a/rpython/annotator/model.py b/rpython/annotator/model.py --- a/rpython/an

[pypy-commit] pypy default: random whitespace/other cleanup

2013-03-21 Thread alex_gaynor
Author: Alex Gaynor Branch: Changeset: r62642:d425c8bf2b7e Date: 2013-03-21 22:19 -0700 http://bitbucket.org/pypy/pypy/changeset/d425c8bf2b7e/ Log:random whitespace/other cleanup diff --git a/rpython/annotator/model.py b/rpython/annotator/model.py --- a/rpython/annotator/model.py +++ b/rpyt

[pypy-commit] buildbot default: try on cpython just to see how it goes

2013-03-21 Thread fijal
Author: Maciej Fijalkowski Branch: Changeset: r754:14454bbd4ec3 Date: 2013-03-21 22:34 -0700 http://bitbucket.org/pypy/buildbot/changeset/14454bbd4ec3/ Log:try on cpython just to see how it goes diff --git a/bot2/pypybuildbot/master.py b/bot2/pypybuildbot/master.py --- a/bot2/pypybuildbot/m

[pypy-commit] buildbot default: merge

2013-03-21 Thread fijal
Author: Maciej Fijalkowski Branch: Changeset: r755:ccd87fb0895a Date: 2013-03-21 22:35 -0700 http://bitbucket.org/pypy/buildbot/changeset/ccd87fb0895a/ Log:merge diff --git a/bot2/pypybuildbot/pypylist.py b/bot2/pypybuildbot/pypylist.py --- a/bot2/pypybuildbot/pypylist.py +++ b/bot2/pypybui