[pypy-commit] pypy default: implement file.readlines more efficiently by not wrapping every individual

2015-06-29 Thread cfbolz
Author: Carl Friedrich Bolz cfb...@gmx.de Branch: Changeset: r78349:ad7bfb1386af Date: 2015-06-29 16:22 +0200 http://bitbucket.org/pypy/pypy/changeset/ad7bfb1386af/ Log:implement file.readlines more efficiently by not wrapping every individual string in the result (only to unwrap it

[pypy-commit] pypy default: improve the test

2015-06-29 Thread fijal
Author: Maciej Fijalkowski fij...@gmail.com Branch: Changeset: r78343:f74ce2f72a39 Date: 2015-06-25 13:03 +0200 http://bitbucket.org/pypy/pypy/changeset/f74ce2f72a39/ Log:improve the test diff --git a/rpython/jit/metainterp/optimizeopt/test/test_optimizeopt.py

[pypy-commit] pypy default: merge

2015-06-29 Thread fijal
Author: Maciej Fijalkowski fij...@gmail.com Branch: Changeset: r78346:32c897eb2152 Date: 2015-06-29 11:16 +0200 http://bitbucket.org/pypy/pypy/changeset/32c897eb2152/ Log:merge diff --git a/pypy/module/_cffi_backend/lib_obj.py b/pypy/module/_cffi_backend/lib_obj.py ---

[pypy-commit] pypy default: kill the alignment here

2015-06-29 Thread fijal
Author: Maciej Fijalkowski fij...@gmail.com Branch: Changeset: r78347:d29ab3db4217 Date: 2015-06-29 11:20 +0200 http://bitbucket.org/pypy/pypy/changeset/d29ab3db4217/ Log:kill the alignment here diff --git a/pypy/module/_vmprof/src/trampoline.asmgcc.s

[pypy-commit] pypy default: rename the file, it's not related to asmgcc at all

2015-06-29 Thread fijal
Author: Maciej Fijalkowski fij...@gmail.com Branch: Changeset: r78348:a5b02556f0ec Date: 2015-06-29 11:20 +0200 http://bitbucket.org/pypy/pypy/changeset/a5b02556f0ec/ Log:rename the file, it's not related to asmgcc at all diff --git a/pypy/module/_vmprof/interp_vmprof.py

[pypy-commit] pypy default: Document the difference with the readline module

2015-06-29 Thread arigo
Author: Armin Rigo ar...@tunes.org Branch: Changeset: r78350:b488a7eacab3 Date: 2015-06-29 17:06 +0200 http://bitbucket.org/pypy/pypy/changeset/b488a7eacab3/ Log:Document the difference with the readline module diff --git a/pypy/doc/cpython_differences.rst b/pypy/doc/cpython_differences.rst

[pypy-commit] pypy default: grammar

2015-06-29 Thread arigo
Author: Armin Rigo ar...@tunes.org Branch: Changeset: r78351:875e32c92da9 Date: 2015-06-29 17:18 +0200 http://bitbucket.org/pypy/pypy/changeset/875e32c92da9/ Log:grammar diff --git a/pypy/doc/cpython_differences.rst b/pypy/doc/cpython_differences.rst --- a/pypy/doc/cpython_differences.rst

[pypy-commit] pypy default: Drop some of us believe, as the cpython issue links to a 29c3 talk

2015-06-29 Thread arigo
Author: Armin Rigo ar...@tunes.org Branch: Changeset: r78353:1666e583f39f Date: 2015-06-29 17:30 +0200 http://bitbucket.org/pypy/pypy/changeset/1666e583f39f/ Log:Drop some of us believe, as the cpython issue links to a 29c3 talk where knowledgeable people also believe the same thing.

[pypy-commit] pypy default: Link to the 29c3 talk

2015-06-29 Thread arigo
Author: Armin Rigo ar...@tunes.org Branch: Changeset: r78354:d7ffb316f0f2 Date: 2015-06-29 17:34 +0200 http://bitbucket.org/pypy/pypy/changeset/d7ffb316f0f2/ Log:Link to the 29c3 talk diff --git a/pypy/doc/cpython_differences.rst b/pypy/doc/cpython_differences.rst ---

[pypy-commit] pypy optresult-unroll: start passing construction of args

2015-06-29 Thread fijal
Author: Maciej Fijalkowski fij...@gmail.com Branch: optresult-unroll Changeset: r78352:fdaae9ee19c7 Date: 2015-06-29 17:19 +0200 http://bitbucket.org/pypy/pypy/changeset/fdaae9ee19c7/ Log:start passing construction of args diff --git a/rpython/jit/metainterp/optimizeopt/optimizer.py

[pypy-commit] pypy optresult-unroll: start working towards short preamble

2015-06-29 Thread fijal
Author: Maciej Fijalkowski fij...@gmail.com Branch: optresult-unroll Changeset: r78344:18d849cece6c Date: 2015-06-25 13:20 +0200 http://bitbucket.org/pypy/pypy/changeset/18d849cece6c/ Log:start working towards short preamble ; diff --git a/rpython/jit/metainterp/optimizeopt/optimizer.py

[pypy-commit] pypy optresult-unroll: small fix

2015-06-29 Thread fijal
Author: Maciej Fijalkowski fij...@gmail.com Branch: optresult-unroll Changeset: r78345:54a68c9bad16 Date: 2015-06-25 13:24 +0200 http://bitbucket.org/pypy/pypy/changeset/54a68c9bad16/ Log:small fix diff --git a/rpython/jit/metainterp/optimizeopt/pure.py

[pypy-commit] cffi default: Issue #207: fix for anonymous enums with ffi.include()

2015-06-29 Thread arigo
Author: Armin Rigo ar...@tunes.org Branch: Changeset: r2196:b8538812a48b Date: 2015-06-29 22:11 +0200 http://bitbucket.org/cffi/cffi/changeset/b8538812a48b/ Log:Issue #207: fix for anonymous enums with ffi.include() diff --git a/cffi/cparser.py b/cffi/cparser.py --- a/cffi/cparser.py +++

[pypy-commit] cffi default: ffi.include(ffi) doesn't make sense and hangs right now

2015-06-29 Thread arigo
Author: Armin Rigo ar...@tunes.org Branch: Changeset: r2195:f6fcbe96b598 Date: 2015-06-29 21:55 +0200 http://bitbucket.org/cffi/cffi/changeset/f6fcbe96b598/ Log:ffi.include(ffi) doesn't make sense and hangs right now diff --git a/cffi/api.py b/cffi/api.py --- a/cffi/api.py +++ b/cffi/api.py

[pypy-commit] pypy vecopt: rpython translation issues, adding reshape operation to zjit tests

2015-06-29 Thread plan_rich
Author: Richard Plangger r...@pasra.at Branch: vecopt Changeset: r78342:b785c8f713af Date: 2015-06-29 10:49 +0200 http://bitbucket.org/pypy/pypy/changeset/b785c8f713af/ Log:rpython translation issues, adding reshape operation to zjit tests diff --git a/pypy/module/micronumpy/compile.py

[pypy-commit] pypy.org extradoc: update the values

2015-06-29 Thread arigo
Author: Armin Rigo ar...@tunes.org Branch: extradoc Changeset: r621:64ccc87ebe06 Date: 2015-06-28 09:01 +0200 http://bitbucket.org/pypy/pypy.org/changeset/64ccc87ebe06/ Log:update the values diff --git a/don1.html b/don1.html --- a/don1.html +++ b/don1.html @@ -9,13 +9,13 @@ script

[pypy-commit] pypy.org extradoc: update the values

2015-06-29 Thread arigo
Author: Armin Rigo ar...@tunes.org Branch: extradoc Changeset: r622:6839fa149be6 Date: 2015-06-29 09:10 +0200 http://bitbucket.org/pypy/pypy.org/changeset/6839fa149be6/ Log:update the values diff --git a/don1.html b/don1.html --- a/don1.html +++ b/don1.html @@ -15,7 +15,7 @@ /script