[pypy-commit] pypy str-dtype-improvement: reuse setslice, remove code duplication

2013-03-15 Thread mattip
Author: mattip Branch: str-dtype-improvement Changeset: r62368:38af381ec596 Date: 2013-03-15 19:36 -0700 http://bitbucket.org/pypy/pypy/changeset/38af381ec596/ Log:reuse setslice, remove code duplication diff --git a/pypy/module/micronumpy/arrayimpl/concrete.py b/pypy/module/micronumpy/arra

[pypy-commit] pypy default: fix testing cPickle on cpython

2013-03-15 Thread bdkearns
Author: Brian Kearns Branch: Changeset: r62365:706f2784ba43 Date: 2013-03-15 20:25 -0400 http://bitbucket.org/pypy/pypy/changeset/706f2784ba43/ Log:fix testing cPickle on cpython diff --git a/lib_pypy/cPickle.py b/lib_pypy/cPickle.py --- a/lib_pypy/cPickle.py +++ b/lib_pypy/cPickle.py @@ -2

[pypy-commit] pypy default: generalize this test to work on py3k also

2013-03-15 Thread bdkearns
Author: Brian Kearns Branch: Changeset: r62364:5d0ade08b064 Date: 2013-03-15 17:27 -0400 http://bitbucket.org/pypy/pypy/changeset/5d0ade08b064/ Log:generalize this test to work on py3k also diff --git a/pypy/module/test_lib_pypy/test_marshal_extra.py b/pypy/module/test_lib_pypy/test_marsha

[pypy-commit] pypy default: call encode/decode instead of using utf_8_encode/decode

2013-03-15 Thread bdkearns
Author: Brian Kearns Branch: Changeset: r62363:9ea8ae583d55 Date: 2013-03-15 16:59 -0400 http://bitbucket.org/pypy/pypy/changeset/9ea8ae583d55/ Log:call encode/decode instead of using utf_8_encode/decode diff --git a/lib_pypy/_marshal.py b/lib_pypy/_marshal.py --- a/lib_pypy/_marshal.py +++

[pypy-commit] pypy default: test and fix for _marshal.dump_unicode (fixes issue 1420)

2013-03-15 Thread bdkearns
Author: Brian Kearns Branch: Changeset: r62362:6cbb87a9026d Date: 2013-03-15 16:51 -0400 http://bitbucket.org/pypy/pypy/changeset/6cbb87a9026d/ Log:test and fix for _marshal.dump_unicode (fixes issue 1420) diff --git a/lib_pypy/_marshal.py b/lib_pypy/_marshal.py --- a/lib_pypy/_marshal.py +

[pypy-commit] pypy default: fix whatsnew

2013-03-15 Thread bdkearns
Author: Brian Kearns Branch: Changeset: r62361:c6ce849b9749 Date: 2013-03-15 16:29 -0400 http://bitbucket.org/pypy/pypy/changeset/c6ce849b9749/ 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: Merged in kostialopuhin/pypy/pickle-dumps (pull request #132)

2013-03-15 Thread bdkearns
Author: Brian Kearns Branch: Changeset: r62360:cf4882ee100b Date: 2013-03-15 13:08 -0700 http://bitbucket.org/pypy/pypy/changeset/cf4882ee100b/ Log:Merged in kostialopuhin/pypy/pickle-dumps (pull request #132) Speed up pickle.dumps - fixes issue 979 diff --git a/lib-python/2/pickle

[pypy-commit] pypy pickle-dumps: this makes StringBuilder match StringIO on small objects, although it is strange

2013-03-15 Thread kostialopuhin
Author: Konstantin Lopuhin Branch: pickle-dumps Changeset: r62359:519e4fca15cb Date: 2013-03-15 23:22 +0400 http://bitbucket.org/pypy/pypy/changeset/519e4fca15cb/ Log:this makes StringBuilder match StringIO on small objects, although it is strange diff --git a/lib-python/2/pickle.py

[pypy-commit] pypy pickle-dumps: (bdkearns) this is 2x faster on small objects and slighly faster on large ones

2013-03-15 Thread kostialopuhin
Author: Konstantin Lopuhin Branch: pickle-dumps Changeset: r62358:d8645c92cc8b Date: 2013-03-15 23:16 +0400 http://bitbucket.org/pypy/pypy/changeset/d8645c92cc8b/ Log:(bdkearns) this is 2x faster on small objects and slighly faster on large ones diff --git a/lib-python/2/pickle.py b/

[pypy-commit] pypy pickle-dumps: err, fix stupid error, now pickle tests pass

2013-03-15 Thread kostialopuhin
Author: Konstantin Lopuhin Branch: pickle-dumps Changeset: r62357:158e496963dd Date: 2013-03-15 21:10 +0400 http://bitbucket.org/pypy/pypy/changeset/158e496963dd/ Log:err, fix stupid error, now pickle tests pass diff --git a/lib-python/2/pickle.py b/lib-python/2/pickle.py --- a/lib-python/2/

[pypy-commit] pypy pickle-dumps: speed up pickle.dumps - use StringBuilder instead of StringIO - see issue #979

2013-03-15 Thread kostialopuhin
Author: Konstantin Lopuhin Branch: pickle-dumps Changeset: r62356:15467e502b39 Date: 2013-03-15 20:56 +0400 http://bitbucket.org/pypy/pypy/changeset/15467e502b39/ Log:speed up pickle.dumps - use StringBuilder instead of StringIO - see issue #979 diff --git a/lib-python/2/pickle.py b/

[pypy-commit] extradoc extradoc: The final talk, with pdf

2013-03-15 Thread arigo
Author: Armin Rigo Branch: extradoc Changeset: r4960:98ba962a18f1 Date: 2013-03-15 19:11 +0100 http://bitbucket.org/pypy/extradoc/changeset/98ba962a18f1/ Log:The final talk, with pdf diff --git a/talk/pycon2013/pypy_without_gil/Makefile b/talk/pycon2013/pypy_without_gil/Makefile --- a/talk/

[pypy-commit] pypy default: make sure that import * imports this function too

2013-03-15 Thread antocuni
Author: Antonio Cuni Branch: Changeset: r62355:90949f100ecd Date: 2013-03-15 18:27 +0100 http://bitbucket.org/pypy/pypy/changeset/90949f100ecd/ Log:make sure that import * imports this function too diff --git a/lib_pypy/numpypy/core/numeric.py b/lib_pypy/numpypy/core/numeric.py --- a/lib_py

[pypy-commit] extradoc extradoc: some progress

2013-03-15 Thread fijal
Author: Maciej Fijalkowski Branch: extradoc Changeset: r4959:9cdffd5bbe29 Date: 2013-03-15 09:55 -0700 http://bitbucket.org/pypy/extradoc/changeset/9cdffd5bbe29/ Log:some progress diff --git a/talk/pycon2013/pypy_without_gil/talk.rst b/talk/pycon2013/pypy_without_gil/talk.rst --- a/talk/pyc

[pypy-commit] extradoc extradoc: some progress and slidification

2013-03-15 Thread fijal
Author: Maciej Fijalkowski Branch: extradoc Changeset: r4958:643f8e36f6a8 Date: 2013-03-15 09:54 -0700 http://bitbucket.org/pypy/extradoc/changeset/643f8e36f6a8/ Log:some progress and slidification diff --git a/talk/pycon2013/pypy_without_gil/talk.rst b/talk/pycon2013/pypy_without_gil/talk.

[pypy-commit] extradoc extradoc: (fijal, arigo) in the typical pypy style copy-paste beamerdefs

2013-03-15 Thread fijal
Author: Maciej Fijalkowski Branch: extradoc Changeset: r4957:48522e7e372b Date: 2013-03-15 09:42 -0700 http://bitbucket.org/pypy/extradoc/changeset/48522e7e372b/ Log:(fijal, arigo) in the typical pypy style copy-paste beamerdefs diff --git a/talk/pycon2013/pypy_without_gil/Makefile b/talk/p

[pypy-commit] extradoc extradoc: in-progress

2013-03-15 Thread arigo
Author: Armin Rigo Branch: extradoc Changeset: r4956:e29ffc17e9b2 Date: 2013-03-15 09:19 -0700 http://bitbucket.org/pypy/extradoc/changeset/e29ffc17e9b2/ Log:in-progress diff --git a/talk/pycon2013/pypy_without_gil/message_passing.py b/talk/pycon2013/pypy_without_gil/message_passing.py new

[pypy-commit] lang-gameboy default: Update rsdl to work with after rpython split

2013-03-15 Thread timfel
Author: Tim Felgentreff Branch: Changeset: r5:5c7bcc86c8f9 Date: 2013-03-15 16:31 +0100 http://bitbucket.org/pypy/lang-gameboy/changeset/5c7bcc86c8f9/ Log:Update rsdl to work with after rpython split diff --git a/rsdl/RIMG.py b/rsdl/RIMG.py --- a/rsdl/RIMG.py +++ b/rsdl/RIMG.py @@ -1,7 +1,7

[pypy-commit] pypy default: add a script to download the latest nightly and extract the pypy binary in the current directory

2013-03-15 Thread antocuni
Author: Antonio Cuni Branch: Changeset: r62354:d572df7a5ac4 Date: 2013-03-15 15:29 +0100 http://bitbucket.org/pypy/pypy/changeset/d572df7a5ac4/ Log:add a script to download the latest nightly and extract the pypy binary in the current directory diff --git a/pypy/goal/getnightly.py b