[pypy-commit] buildbot sort-nightly-directories: close about-to-be-merged branch

2013-03-21 Thread mattip
Author: Matti Picus matti.pi...@gmail.com Branch: sort-nightly-directories Changeset: r752:73a9e7779b04 Date: 2013-03-20 23:21 -0700 http://bitbucket.org/pypy/buildbot/changeset/73a9e7779b04/ Log:close about-to-be-merged branch ___ pypy-commit

[pypy-commit] buildbot default: merge sort-nightly-directories which sorts the nightly page by mtime of the subdirectories and puts trunk on top

2013-03-21 Thread mattip
Author: Matti Picus matti.pi...@gmail.com Branch: Changeset: r753:c816177376d6 Date: 2013-03-20 23:22 -0700 http://bitbucket.org/pypy/buildbot/changeset/c816177376d6/ Log:merge sort-nightly-directories which sorts the nightly page by mtime of the subdirectories and puts trunk on top

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

2013-03-21 Thread bdkearns
Author: Brian Kearns bdkea...@gmail.com 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

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

2013-03-21 Thread bivab
Author: David Schneider david.schnei...@picle.org 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

[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 lars.wasserm...@gmail.com 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

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

2013-03-21 Thread lwassermann
Author: Lars Wassermann lars.wasserm...@gmail.com 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

[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 lars.wasserm...@gmail.com 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

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

2013-03-21 Thread timfel
Author: Tim Felgentreff timfelgentr...@gmail.com 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

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

2013-03-21 Thread stepahn
Author: Stephan step...@stzal.com 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

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

2013-03-21 Thread stepahn
Author: Stephan step...@stzal.com 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 ---

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

2013-03-21 Thread timfel
Author: Tim Felgentreff timfelgentr...@gmail.com 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 +++

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

2013-03-21 Thread stepahn
Author: Stephan step...@stzal.com 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

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

2013-03-21 Thread timfel
Author: Tim Felgentreff timfelgentr...@gmail.com 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 +++

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

2013-03-21 Thread bdkearns
Author: Brian Kearns bdkea...@gmail.com 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 ---

[pypy-commit] pypy default: merge heads

2013-03-21 Thread bdkearns
Author: Brian Kearns bdkea...@gmail.com 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 ---

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

2013-03-21 Thread lwassermann
Author: Lars Wassermann lars.wasserm...@gmail.com 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

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

2013-03-21 Thread pjenvey
Author: Philip Jenvey pjen...@underboss.org 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

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

2013-03-21 Thread chrish42
Author: Christian Hudon chr...@pianocktail.org 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

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

2013-03-21 Thread bdkearns
Author: Brian Kearns bdkea...@gmail.com 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

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

2013-03-21 Thread bdkearns
Author: Brian Kearns bdkea...@gmail.com 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 ---

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

2013-03-21 Thread bdkearns
Author: Brian Kearns bdkea...@gmail.com 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

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

2013-03-21 Thread hodgestar
Author: Simon Cross hodges...@gmail.com 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

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

2013-03-21 Thread hodgestar
Author: Simon Cross hodges...@gmail.com 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

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

2013-03-21 Thread hodgestar
Author: Simon Cross hodges...@gmail.com 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

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

2013-03-21 Thread fijal
Author: Maciej Fijalkowski fij...@gmail.com 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

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

2013-03-21 Thread fijal
Author: Maciej Fijalkowski fij...@gmail.com 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

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

2013-03-21 Thread fijal
Author: Maciej Fijalkowski fij...@gmail.com 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

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

2013-03-21 Thread hodgestar
Author: Simon Cross hodges...@gmail.com 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

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

2013-03-21 Thread hodgestar
Author: Simon Cross hodges...@gmail.com 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

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

2013-03-21 Thread fijal
Author: Maciej Fijalkowski fij...@gmail.com 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 ---

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

2013-03-21 Thread hodgestar
Author: Simon Cross hodges...@gmail.com 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

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

2013-03-21 Thread fijal
Author: Maciej Fijalkowski fij...@gmail.com 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 ---

[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 fij...@gmail.com 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

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

2013-03-21 Thread fijal
Author: Maciej Fijalkowski fij...@gmail.com 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 ---

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

2013-03-21 Thread alex_gaynor
Author: Alex Gaynor alex.gay...@gmail.com 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

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

2013-03-21 Thread alex_gaynor
Author: Alex Gaynor alex.gay...@gmail.com 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

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

2013-03-21 Thread fijal
Author: Maciej Fijalkowski fij...@gmail.com 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] pypy default: (ronan) remove happy nonsense that meaning was abandonded eons ago

2013-03-21 Thread fijal
Author: Maciej Fijalkowski fij...@gmail.com 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

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

2013-03-21 Thread alex_gaynor
Author: Alex Gaynor alex.gay...@gmail.com 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

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

2013-03-21 Thread alex_gaynor
Author: Alex Gaynor alex.gay...@gmail.com 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

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

2013-03-21 Thread alex_gaynor
Author: Alex Gaynor alex.gay...@gmail.com 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 ---

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

2013-03-21 Thread fijal
Author: Maciej Fijalkowski fij...@gmail.com 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 ---

[pypy-commit] buildbot default: merge

2013-03-21 Thread fijal
Author: Maciej Fijalkowski fij...@gmail.com 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