[pypy-commit] pypy kill-multimethod: hg merge default

2014-10-29 Thread mjacob
Author: Manuel Jacob Branch: kill-multimethod Changeset: r74274:d1bb4e734c56 Date: 2014-10-29 14:57 +0100 http://bitbucket.org/pypy/pypy/changeset/d1bb4e734c56/ Log:hg merge default diff --git a/pypy/module/operator/tscmp.c b/pypy/module/operator/tscmp.c --- a/pypy/module/operator/tscmp.c ++

[pypy-commit] extradoc extradoc: draft

2014-10-29 Thread fijal
Author: Maciej Fijalkowski Branch: extradoc Changeset: r5449:e015701f8bee Date: 2014-10-29 15:07 +0100 http://bitbucket.org/pypy/extradoc/changeset/e015701f8bee/ Log:draft diff --git a/blog/draft/io-improvements.rst b/blog/draft/io-improvements.rst new file mode 100644 --- /dev/null +++ b/bl

[pypy-commit] extradoc extradoc: merge

2014-10-29 Thread fijal
Author: Maciej Fijalkowski Branch: extradoc Changeset: r5450:63fc42f028e6 Date: 2014-10-29 15:08 +0100 http://bitbucket.org/pypy/extradoc/changeset/63fc42f028e6/ Log:merge diff --git a/sprintinfo/warsaw-2014/planning.txt b/sprintinfo/warsaw-2014/planning.txt --- a/sprintinfo/warsaw-2014/pla

[pypy-commit] lang-smalltalk default: README.md edited online with Bitbucket

2014-10-29 Thread codeZeilen
Author: Patrick Rein Branch: Changeset: r1059:0e648b9d73ce Date: 2014-10-29 14:32 + http://bitbucket.org/pypy/lang-smalltalk/changeset/0e648b9d73ce/ Log:README.md edited online with Bitbucket diff --git a/README.md b/README.md --- a/README.md +++ b/README.md @@ -56,6 +56,10 @@ ./target

[pypy-commit] extradoc extradoc: try to improve english, and make things clearer

2014-10-29 Thread antocuni
Author: Antonio Cuni Branch: extradoc Changeset: r5451:1add96ece34d Date: 2014-10-29 14:37 + http://bitbucket.org/pypy/extradoc/changeset/1add96ece34d/ Log:try to improve english, and make things clearer diff --git a/blog/draft/io-improvements.rst b/blog/draft/io-improvements.rst --- a/b

[pypy-commit] pypy online-transforms: hg merge default

2014-10-29 Thread rlamy
Author: Ronan Lamy Branch: online-transforms Changeset: r74275:16b400a3b68d Date: 2014-10-29 17:30 + http://bitbucket.org/pypy/pypy/changeset/16b400a3b68d/ Log:hg merge default diff too long, truncating to 2000 out of 36241 lines diff --git a/.hgignore b/.hgignore --- a/.hgignore +++ b/

[pypy-commit] pypy py3k: kill the old, unused trap_EINTR

2014-10-29 Thread pjenvey
Author: Philip Jenvey Branch: py3k Changeset: r74276:e9025fb6f10d Date: 2014-10-29 11:17 -0700 http://bitbucket.org/pypy/pypy/changeset/e9025fb6f10d/ Log:kill the old, unused trap_EINTR diff --git a/pypy/module/_io/interp_bufferedio.py b/pypy/module/_io/interp_bufferedio.py --- a/pypy/modul

[pypy-commit] pypy default: use eq_w

2014-10-29 Thread pjenvey
Author: Philip Jenvey Branch: Changeset: r74277:5c8d034c4f59 Date: 2014-10-29 11:18 -0700 http://bitbucket.org/pypy/pypy/changeset/5c8d034c4f59/ Log:use eq_w diff --git a/pypy/module/_io/interp_iobase.py b/pypy/module/_io/interp_iobase.py --- a/pypy/module/_io/interp_iobase.py +++ b/pypy/mo

[pypy-commit] pypy default: Document branch kill-multimethod.

2014-10-29 Thread mjacob
Author: Manuel Jacob Branch: Changeset: r74280:8e5144ccc418 Date: 2014-10-29 19:54 +0100 http://bitbucket.org/pypy/pypy/changeset/8e5144ccc418/ Log:Document branch kill-multimethod. diff --git a/pypy/doc/whatsnew-head.rst b/pypy/doc/whatsnew-head.rst --- a/pypy/doc/whatsnew-head.rst +++ b/p

[pypy-commit] pypy kill-multimethod: Close to-be-merged branch.

2014-10-29 Thread mjacob
Author: Manuel Jacob Branch: kill-multimethod Changeset: r74278:b2349ed1f7a8 Date: 2014-10-29 19:48 +0100 http://bitbucket.org/pypy/pypy/changeset/b2349ed1f7a8/ Log:Close to-be-merged branch. ___ pypy-commit mailing list pypy-commit@python.org http

[pypy-commit] pypy default: hg merge kill-multimethod

2014-10-29 Thread mjacob
Author: Manuel Jacob Branch: Changeset: r74279:377fa3159be0 Date: 2014-10-29 19:53 +0100 http://bitbucket.org/pypy/pypy/changeset/377fa3159be0/ Log:hg merge kill-multimethod Kill multimethod machinery, all multimethods were removed earlier. diff too long, truncating to 2000 out of

[pypy-commit] pypy online-transforms: rtype unbound builtin methods

2014-10-29 Thread rlamy
Author: Ronan Lamy Branch: online-transforms Changeset: r74281:1b205e84aafe Date: 2014-10-29 19:00 + http://bitbucket.org/pypy/pypy/changeset/1b205e84aafe/ Log:rtype unbound builtin methods diff --git a/rpython/rtyper/rbuiltin.py b/rpython/rtyper/rbuiltin.py --- a/rpython/rtyper/rbuiltin

[pypy-commit] pypy default: issue1902: fix a buffer flush thinko that rewound the raw stream twice

2014-10-29 Thread pjenvey
Author: Philip Jenvey Branch: Changeset: r74282:60d682352d46 Date: 2014-10-29 12:38 -0700 http://bitbucket.org/pypy/pypy/changeset/60d682352d46/ Log:issue1902: fix a buffer flush thinko that rewound the raw stream twice diff --git a/pypy/module/_io/interp_bufferedio.py b/pypy/modul

[pypy-commit] pypy nditer-external_loop: coalescing almost works

2014-10-29 Thread mattip
Author: mattip Branch: nditer-external_loop Changeset: r74289:476916a3e563 Date: 2014-10-24 17:36 +0300 http://bitbucket.org/pypy/pypy/changeset/476916a3e563/ Log:coalescing almost works diff --git a/pypy/module/micronumpy/iterators.py b/pypy/module/micronumpy/iterators.py --- a/pypy/module

[pypy-commit] pypy nditer-external_loop: start implementing nditer external_loop

2014-10-29 Thread mattip
Author: mattip Branch: nditer-external_loop Changeset: r74283:2becaa1b4c3a Date: 2014-10-21 18:04 +0200 http://bitbucket.org/pypy/pypy/changeset/2becaa1b4c3a/ Log:start implementing nditer external_loop ___ pypy-commit mailing list pypy-commit@pyth

[pypy-commit] pypy nditer-external_loop: hack at strides and shapes till external loops can be used

2014-10-29 Thread mattip
Author: mattip Branch: nditer-external_loop Changeset: r74290:d1e691b381c8 Date: 2014-10-29 23:25 +0200 http://bitbucket.org/pypy/pypy/changeset/d1e691b381c8/ Log:hack at strides and shapes till external loops can be used diff --git a/pypy/module/micronumpy/concrete.py b/pypy/module/micronu

[pypy-commit] pypy nditer-external_loop: start to implement external_loop

2014-10-29 Thread mattip
Author: mattip Branch: nditer-external_loop Changeset: r74285:4267ee5fd6ed Date: 2014-10-20 22:03 +0200 http://bitbucket.org/pypy/pypy/changeset/4267ee5fd6ed/ Log:start to implement external_loop diff --git a/pypy/module/micronumpy/nditer.py b/pypy/module/micronumpy/nditer.py --- a/pypy/modu

[pypy-commit] pypy nditer-external_loop: fix translation, code cleanup needed

2014-10-29 Thread mattip
Author: mattip Branch: nditer-external_loop Changeset: r74291:c3b9de259f37 Date: 2014-10-30 00:06 +0200 http://bitbucket.org/pypy/pypy/changeset/c3b9de259f37/ Log:fix translation, code cleanup needed diff --git a/pypy/module/micronumpy/concrete.py b/pypy/module/micronumpy/concrete.py --- a/

[pypy-commit] pypy nditer-external_loop: start to handle external_loop with SliceIter whose getitem() returns an ndarray

2014-10-29 Thread mattip
Author: mattip Branch: nditer-external_loop Changeset: r74288:8eac2bffd5c2 Date: 2014-10-24 15:59 +0300 http://bitbucket.org/pypy/pypy/changeset/8eac2bffd5c2/ Log:start to handle external_loop with SliceIter whose getitem() returns an ndarray diff --git a/pypy/module/micronumpy/itera

[pypy-commit] pypy nditer-external_loop: start implementing nditer external_loop

2014-10-29 Thread mattip
Author: mattip Branch: nditer-external_loop Changeset: r74286:b7140dce25c7 Date: 2014-10-21 18:00 +0200 http://bitbucket.org/pypy/pypy/changeset/b7140dce25c7/ Log:start implementing nditer external_loop diff --git a/pypy/module/micronumpy/nditer.py b/pypy/module/micronumpy/nditer.py --- a/py

[pypy-commit] pypy nditer-external_loop: refactor OperationError -> oefmt

2014-10-29 Thread mattip
Author: mattip Branch: nditer-external_loop Changeset: r74284:06bc81a460ee Date: 2014-10-19 15:32 -0500 http://bitbucket.org/pypy/pypy/changeset/06bc81a460ee/ Log:refactor OperationError -> oefmt diff --git a/pypy/module/micronumpy/nditer.py b/pypy/module/micronumpy/nditer.py --- a/pypy/modu

[pypy-commit] pypy nditer-external_loop: create convenience function

2014-10-29 Thread mattip
Author: mattip Branch: nditer-external_loop Changeset: r74287:d98fffa77488 Date: 2014-10-12 12:37 +0200 http://bitbucket.org/pypy/pypy/changeset/d98fffa77488/ Log:create convenience function (grafted from 2d560d9000bbfa471866ca11821cda028759e53d) diff --git a/pypy/module/micronumpy/n

[pypy-commit] pypy py3.3: Change classes .__dict__ to be a distinct "mappingproxy" object.

2014-10-29 Thread amauryfa
Author: Amaury Forgeot d'Arc Branch: py3.3 Changeset: r74292:759a9ee11989 Date: 2014-10-29 23:52 +0100 http://bitbucket.org/pypy/pypy/changeset/759a9ee11989/ Log:Change classes .__dict__ to be a distinct "mappingproxy" object. It's a subclass of dict and behaves like before.

[pypy-commit] pypy py3k: adapt to py3

2014-10-29 Thread pjenvey
Author: Philip Jenvey Branch: py3k Changeset: r74294:091b37528d7b Date: 2014-10-29 18:19 -0700 http://bitbucket.org/pypy/pypy/changeset/091b37528d7b/ Log:adapt to py3 diff --git a/pypy/objspace/std/objspace.py b/pypy/objspace/std/objspace.py --- a/pypy/objspace/std/objspace.py +++ b/pypy/obj

[pypy-commit] pypy py3k: fix test_stdobjspace test_fastpath_isinstance

2014-10-29 Thread pjenvey
Author: Philip Jenvey Branch: py3k Changeset: r74296:4610ba45491d Date: 2014-10-29 18:19 -0700 http://bitbucket.org/pypy/pypy/changeset/4610ba45491d/ Log:fix test_stdobjspace test_fastpath_isinstance diff --git a/pypy/objspace/std/objspace.py b/pypy/objspace/std/objspace.py --- a/pypy/objspa

[pypy-commit] pypy py3k: merge default

2014-10-29 Thread pjenvey
Author: Philip Jenvey Branch: py3k Changeset: r74293:6fa0200792f7 Date: 2014-10-29 17:47 -0700 http://bitbucket.org/pypy/pypy/changeset/6fa0200792f7/ Log:merge default diff too long, truncating to 2000 out of 3708 lines diff --git a/pypy/config/pypyoption.py b/pypy/config/pypyoption.py ---

[pypy-commit] pypy py3k: kill long literals

2014-10-29 Thread pjenvey
Author: Philip Jenvey Branch: py3k Changeset: r74297:7c10b6d1febb Date: 2014-10-29 18:19 -0700 http://bitbucket.org/pypy/pypy/changeset/7c10b6d1febb/ Log:kill long literals diff --git a/pypy/objspace/std/test/test_floatobject.py b/pypy/objspace/std/test/test_floatobject.py --- a/pypy/objspa

[pypy-commit] pypy py3k: fix imports

2014-10-29 Thread pjenvey
Author: Philip Jenvey Branch: py3k Changeset: r74295:3764424286e5 Date: 2014-10-29 18:19 -0700 http://bitbucket.org/pypy/pypy/changeset/3764424286e5/ Log:fix imports diff --git a/pypy/module/array/interp_array.py b/pypy/module/array/interp_array.py --- a/pypy/module/array/interp_array.py ++