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
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/
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
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
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
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
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
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
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/
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
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
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
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
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 @@
-
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.
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
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
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
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
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
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
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
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
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_
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.
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
+
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
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/
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
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
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
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
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
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/
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/
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
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/
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
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_
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
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
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.
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
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
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
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
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
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
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
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
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
51 matches
Mail list logo