[pypy-commit] pypy cpybug-seq-radd-rmul: Trying out a bug compatibility fix...

2014-09-06 Thread arigo
Author: Armin Rigo Branch: cpybug-seq-radd-rmul Changeset: r73335:2b4dc5840823 Date: 2014-09-06 10:10 +0200 http://bitbucket.org/pypy/pypy/changeset/2b4dc5840823/ Log:Trying out a bug compatibility fix... diff --git a/pypy/objspace/descroperation.py b/pypy/objspace/descroperation.py --- a/py

[pypy-commit] pypy cpybug-seq-radd-rmul: issue1861

2014-09-06 Thread arigo
Author: Armin Rigo Branch: cpybug-seq-radd-rmul Changeset: r73334:d3f11fcdfbd6 Date: 2014-09-06 10:09 +0200 http://bitbucket.org/pypy/pypy/changeset/d3f11fcdfbd6/ Log:issue1861 ___ pypy-commit mailing list [email protected] https://mail.python

[pypy-commit] pypy cpybug-seq-radd-rmul: passing test: the same with an old-style class

2014-09-06 Thread arigo
Author: Armin Rigo Branch: cpybug-seq-radd-rmul Changeset: r73336:f7e76c39d341 Date: 2014-09-06 10:28 +0200 http://bitbucket.org/pypy/pypy/changeset/f7e76c39d341/ Log:passing test: the same with an old-style class diff --git a/pypy/objspace/test/test_descroperation.py b/pypy/objspace/test/t

[pypy-commit] pypy default: issue1861: trying to remove the "unicode + string_subclass" hack and

2014-09-06 Thread arigo
Author: Armin Rigo Branch: Changeset: r73338:6a380bc4ae37 Date: 2014-09-06 12:19 +0200 http://bitbucket.org/pypy/pypy/changeset/6a380bc4ae37/ Log:issue1861: trying to remove the "unicode + string_subclass" hack and replace it with a more general hack, based on detecting that the

[pypy-commit] pypy cpybug-seq-radd-rmul: ready to merge

2014-09-06 Thread arigo
Author: Armin Rigo Branch: cpybug-seq-radd-rmul Changeset: r73337:98e74f0c90f3 Date: 2014-09-06 12:17 +0200 http://bitbucket.org/pypy/pypy/changeset/98e74f0c90f3/ Log:ready to merge ___ pypy-commit mailing list [email protected] https://mail.p

[pypy-commit] pypy default: issue1860: if we have a DONT_TRACE_HERE function, but it fails to trace

2014-09-06 Thread arigo
Author: Armin Rigo Branch: Changeset: r73339:ee3ca13580fc Date: 2014-09-06 13:39 +0200 http://bitbucket.org/pypy/pypy/changeset/ee3ca13580fc/ Log:issue1860: if we have a DONT_TRACE_HERE function, but it fails to trace the next time (e.g. too large or vable escape), then the p

[pypy-commit] pypy default: precision

2014-09-06 Thread arigo
Author: Armin Rigo Branch: Changeset: r73340:490b99a71a59 Date: 2014-09-06 18:06 +0200 http://bitbucket.org/pypy/pypy/changeset/490b99a71a59/ Log:precision diff --git a/pypy/doc/release-2.4.0.rst b/pypy/doc/release-2.4.0.rst --- a/pypy/doc/release-2.4.0.rst +++ b/pypy/doc/release-2.4.0.rst

[pypy-commit] pypy default: Merged in techtonik/pypy-1/techtonik/release240rst-fix-indentation-and-some-o-1410020236989 (pull request #277)

2014-09-06 Thread alex_gaynor
Author: Alex Gaynor Branch: Changeset: r73342:4701289f5ac2 Date: 2014-09-06 09:24 -0700 http://bitbucket.org/pypy/pypy/changeset/4701289f5ac2/ Log:Merged in techtonik/pypy-1/techtonik/release240rst-fix-indentation- and-some-o-1410020236989 (pull request #277) release-2.4.0.r

[pypy-commit] pypy techtonik/release240rst-fix-indentation-and-some-o-1410020236989: release-2.4.0.rst fix indentation and some obvious mistakes

2014-09-06 Thread techtonik
Author: anatoly techtonik Branch: techtonik/release240rst-fix-indentation-and-some-o-1410020236989 Changeset: r73341:fc2906300cb4 Date: 2014-09-06 16:20 + http://bitbucket.org/pypy/pypy/changeset/fc2906300cb4/ Log:release-2.4.0.rst fix indentation and some obvious mistakes diff --git a/p

[pypy-commit] pypy gc_no_cleanup_nursery: implement the arena debugging and fix for asmgcc

2014-09-06 Thread fijal
Author: Maciej Fijalkowski Branch: gc_no_cleanup_nursery Changeset: r73343:3fc11182cb52 Date: 2014-09-06 13:15 -0600 http://bitbucket.org/pypy/pypy/changeset/3fc11182cb52/ Log:implement the arena debugging and fix for asmgcc diff --git a/rpython/jit/backend/llsupport/jitframe.py b/rpython/j

[pypy-commit] pypy gc_no_cleanup_nursery: damn

2014-09-06 Thread fijal
Author: Maciej Fijalkowski Branch: gc_no_cleanup_nursery Changeset: r73344:511e2f195b48 Date: 2014-09-06 14:28 -0600 http://bitbucket.org/pypy/pypy/changeset/511e2f195b48/ Log:damn diff --git a/rpython/memory/gc/incminimark.py b/rpython/memory/gc/incminimark.py --- a/rpython/memory/gc/incmin

[pypy-commit] pypy utf8-unicode2: Rename this method

2014-09-06 Thread waedt
Author: Tyler Wade Branch: utf8-unicode2 Changeset: r73353:20c49b3d0e22 Date: 2014-09-06 15:42 -0500 http://bitbucket.org/pypy/pypy/changeset/20c49b3d0e22/ Log:Rename this method diff --git a/pypy/interpreter/test/test_utf8.py b/pypy/interpreter/test/test_utf8.py --- a/pypy/interpreter/test

[pypy-commit] pypy utf8-unicode2: Utf8Iterator: Don't recalculate byte_pos until its needed

2014-09-06 Thread waedt
Author: Tyler Wade Branch: utf8-unicode2 Changeset: r73346:c294b2a1b07c Date: 2014-08-16 21:25 -0500 http://bitbucket.org/pypy/pypy/changeset/c294b2a1b07c/ Log:Utf8Iterator: Don't recalculate byte_pos until its needed diff --git a/pypy/interpreter/utf8.py b/pypy/interpreter/utf8.py --- a/pyp

[pypy-commit] pypy utf8-unicode2: Add a simple index caching scheme

2014-09-06 Thread waedt
Author: Tyler Wade Branch: utf8-unicode2 Changeset: r73352:26fe9ddc3df9 Date: 2014-09-06 15:38 -0500 http://bitbucket.org/pypy/pypy/changeset/26fe9ddc3df9/ Log:Add a simple index caching scheme diff --git a/pypy/interpreter/test/test_utf8.py b/pypy/interpreter/test/test_utf8.py --- a/pypy/i

[pypy-commit] pypy utf8-unicode2: Use an iterator here so its O(n)

2014-09-06 Thread waedt
Author: Tyler Wade Branch: utf8-unicode2 Changeset: r73351:4c43dd3a4c7b Date: 2014-08-29 01:23 -0500 http://bitbucket.org/pypy/pypy/changeset/4c43dd3a4c7b/ Log:Use an iterator here so its O(n) diff --git a/pypy/module/_codecs/interp_codecs.py b/pypy/module/_codecs/interp_codecs.py --- a/pyp

[pypy-commit] pypy utf8-unicode2: Give app-level unicode objects a specialized iterator

2014-09-06 Thread waedt
Author: Tyler Wade Branch: utf8-unicode2 Changeset: r73347:7b8e8bfabdc3 Date: 2014-08-17 01:21 -0500 http://bitbucket.org/pypy/pypy/changeset/7b8e8bfabdc3/ Log:Give app-level unicode objects a specialized iterator diff --git a/pypy/objspace/std/iterobject.py b/pypy/objspace/std/iterobject.py

[pypy-commit] pypy utf8-unicode2: Mostly fix _cffi_backend on Windows

2014-09-06 Thread waedt
Author: Tyler Wade Branch: utf8-unicode2 Changeset: r73349:039ddc451153 Date: 2014-08-29 00:00 -0500 http://bitbucket.org/pypy/pypy/changeset/039ddc451153/ Log:Mostly fix _cffi_backend on Windows diff --git a/pypy/interpreter/baseobjspace.py b/pypy/interpreter/baseobjspace.py --- a/pypy/inte

[pypy-commit] pypy utf8-unicode2: Fix some tests on Windows

2014-09-06 Thread waedt
Author: Tyler Wade Branch: utf8-unicode2 Changeset: r73350:249da6fb0a96 Date: 2014-08-29 00:31 -0500 http://bitbucket.org/pypy/pypy/changeset/249da6fb0a96/ Log:Fix some tests on Windows diff --git a/pypy/module/_rawffi/test/test__rawffi.py b/pypy/module/_rawffi/test/test__rawffi.py --- a/py

[pypy-commit] pypy utf8-unicode2: Fix MBCS codecs on Windows

2014-09-06 Thread waedt
Author: Tyler Wade Branch: utf8-unicode2 Changeset: r73348:19502a3ecd04 Date: 2014-08-28 23:48 -0500 http://bitbucket.org/pypy/pypy/changeset/19502a3ecd04/ Log:Fix MBCS codecs on Windows diff --git a/pypy/interpreter/test/test_utf8_codecs.py b/pypy/interpreter/test/test_utf8_codecs.py --- a

[pypy-commit] pypy utf8-unicode2: Remove this test again. It passes translated, but times out untranslated

2014-09-06 Thread waedt
Author: Tyler Wade Branch: utf8-unicode2 Changeset: r73345:c12f7021bd3a Date: 2014-08-14 02:52 -0500 http://bitbucket.org/pypy/pypy/changeset/c12f7021bd3a/ Log:Remove this test again. It passes translated, but times out untranslated diff --git a/pypy/module/_io/test/test_textio.py b

[pypy-commit] pypy gc_no_cleanup_nursery: Remove clear_array_contents on virtual values. Since they're initialized

2014-09-06 Thread fijal
Author: Maciej Fijalkowski Branch: gc_no_cleanup_nursery Changeset: r73354:bf18cdaa79cf Date: 2014-09-06 15:36 -0600 http://bitbucket.org/pypy/pypy/changeset/bf18cdaa79cf/ Log:Remove clear_array_contents on virtual values. Since they're initialized to zeros (and we force zeros on forc

[pypy-commit] pypy utf8-unicode2: Fix translation

2014-09-06 Thread waedt
Author: Tyler Wade Branch: utf8-unicode2 Changeset: r73355:327917b8c2e5 Date: 2014-09-06 17:32 -0500 http://bitbucket.org/pypy/pypy/changeset/327917b8c2e5/ Log:Fix translation diff --git a/pypy/interpreter/utf8.py b/pypy/interpreter/utf8.py --- a/pypy/interpreter/utf8.py +++ b/pypy/interpret

[pypy-commit] pypy gc_no_cleanup_nursery: hint for ll_mul

2014-09-06 Thread fijal
Author: Maciej Fijalkowski Branch: gc_no_cleanup_nursery Changeset: r73356:6fc92c728d84 Date: 2014-09-06 19:12 -0600 http://bitbucket.org/pypy/pypy/changeset/6fc92c728d84/ Log:hint for ll_mul diff --git a/rpython/rtyper/rlist.py b/rpython/rtyper/rlist.py --- a/rpython/rtyper/rlist.py +++ b/r