[pypy-commit] pypy default: merge heads

2016-05-05 Thread arigo
Author: Armin Rigo Branch: Changeset: r84246:7d2a931a40e7 Date: 2016-05-06 08:49 +0200 http://bitbucket.org/pypy/pypy/changeset/7d2a931a40e7/ Log:merge heads 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.rs

[pypy-commit] pypy default: Tweak: can now run "graphserver.py" or "sshgraphserver.py LOCAL", and it

2016-05-05 Thread arigo
Author: Armin Rigo Branch: Changeset: r84245:5c988098b449 Date: 2016-05-06 08:42 +0200 http://bitbucket.org/pypy/pypy/changeset/5c988098b449/ Log:Tweak: can now run "graphserver.py" or "sshgraphserver.py LOCAL", and it doesn't use any ssh connection. diff --git a/dotviewer/graphserv

[pypy-commit] pypy use-gc-del-3: Careful

2016-05-05 Thread arigo
Author: Armin Rigo Branch: use-gc-del-3 Changeset: r84244:b057111d38cf Date: 2016-05-06 08:01 +0200 http://bitbucket.org/pypy/pypy/changeset/b057111d38cf/ Log:Careful diff --git a/pypy/interpreter/baseobjspace.py b/pypy/interpreter/baseobjspace.py --- a/pypy/interpreter/baseobjspace.py +++ b

[pypy-commit] pypy default: document merged branches

2016-05-05 Thread mattip
Author: Matti Picus Branch: Changeset: r84243:ae69ed743592 Date: 2016-05-06 09:25 +0300 http://bitbucket.org/pypy/pypy/changeset/ae69ed743592/ Log:document merged branches diff --git a/pypy/doc/whatsnew-head.rst b/pypy/doc/whatsnew-head.rst --- a/pypy/doc/whatsnew-head.rst +++ b/pypy/doc/wh

[pypy-commit] pypy default: merge cpyext-werror which runs cpyext tests with -Werror on linux

2016-05-05 Thread mattip
Author: Matti Picus Branch: Changeset: r84242:3a21ee5bfa7f Date: 2016-05-06 09:22 +0300 http://bitbucket.org/pypy/pypy/changeset/3a21ee5bfa7f/ Log:merge cpyext-werror which runs cpyext tests with -Werror on linux diff --git a/pypy/module/cpyext/ndarrayobject.py b/pypy/module/cpyext/ndarray

[pypy-commit] pypy cpyext-werror: merge default into branch

2016-05-05 Thread mattip
Author: Matti Picus Branch: cpyext-werror Changeset: r84240:107db893f9d8 Date: 2016-05-06 08:55 +0300 http://bitbucket.org/pypy/pypy/changeset/107db893f9d8/ Log:merge default into branch diff too long, truncating to 2000 out of 1 lines diff --git a/.hgtags b/.hgtags --- a/.hgtags +++ b/

[pypy-commit] pypy cpyext-werror: close branch to be merged

2016-05-05 Thread mattip
Author: Matti Picus Branch: cpyext-werror Changeset: r84241:aed18e5aa86f Date: 2016-05-06 09:21 +0300 http://bitbucket.org/pypy/pypy/changeset/aed18e5aa86f/ Log:close branch to be merged ___ pypy-commit mailing list pypy-commit@python.org https://m

[pypy-commit] pypy use-gc-del-3: Fix _ssl (probably)

2016-05-05 Thread arigo
Author: Armin Rigo Branch: use-gc-del-3 Changeset: r84239:8e99fd479ff1 Date: 2016-05-06 07:48 +0200 http://bitbucket.org/pypy/pypy/changeset/8e99fd479ff1/ Log:Fix _ssl (probably) diff --git a/pypy/module/_ssl/interp_ssl.py b/pypy/module/_ssl/interp_ssl.py --- a/pypy/module/_ssl/interp_ssl.py

[pypy-commit] pypy use-gc-del-3: fix cppyy (probably)

2016-05-05 Thread arigo
Author: Armin Rigo Branch: use-gc-del-3 Changeset: r84238:e2f8c467ca51 Date: 2016-05-06 07:42 +0200 http://bitbucket.org/pypy/pypy/changeset/e2f8c467ca51/ Log:fix cppyy (probably) diff --git a/pypy/module/cppyy/interp_cppyy.py b/pypy/module/cppyy/interp_cppyy.py --- a/pypy/module/cppyy/inte

[pypy-commit] pypy py3k: match cpython's frozen importlib name (it's still exposed in some cases)

2016-05-05 Thread pjenvey
Author: Philip Jenvey Branch: py3k Changeset: r84237:ca2390b5a5cc Date: 2016-05-05 19:40 -0700 http://bitbucket.org/pypy/pypy/changeset/ca2390b5a5cc/ Log:match cpython's frozen importlib name (it's still exposed in some cases) diff --git a/pypy/interpreter/pycode.py b/pypy/interprete

[pypy-commit] pypy verbose-imports: Print banner to stderr. Print banner if verbose.

2016-05-05 Thread william_ml_leslie
Author: William ML Leslie Branch: verbose-imports Changeset: r84235:847363e88c35 Date: 2016-05-06 10:35 +1000 http://bitbucket.org/pypy/pypy/changeset/847363e88c35/ Log:Print banner to stderr. Print banner if verbose. diff --git a/pypy/interpreter/app_main.py b/pypy/interpreter/app_main.py -

[pypy-commit] pypy py3k: Move deque fixes to py3k so I don't have to merge with upstream again.

2016-05-05 Thread marky1991
Author: Mark Young Branch: py3k Changeset: r84233:a01ca77166d6 Date: 2016-05-03 14:07 -0400 http://bitbucket.org/pypy/pypy/changeset/a01ca77166d6/ Log:Move deque fixes to py3k so I don't have to merge with upstream again. diff --git a/pypy/module/_collections/interp_deque.py b/pypy/

[pypy-commit] pypy py3k: Merged in marky1991/pypy_new/py3k (pull request #442)

2016-05-05 Thread pjenvey
Author: Philip Jenvey Branch: py3k Changeset: r84234:a818809e80f2 Date: 2016-05-05 16:45 -0700 http://bitbucket.org/pypy/pypy/changeset/a818809e80f2/ Log:Merged in marky1991/pypy_new/py3k (pull request #442) py3k Deque Fix diff --git a/pypy/module/_collections/interp_deque.py b/pyp

[pypy-commit] pypy numpy_broadcast_nd: merge heads

2016-05-05 Thread mattip
Author: Matti Picus Branch: numpy_broadcast_nd Changeset: r84231:850303b78179 Date: 2016-05-05 18:04 +0300 http://bitbucket.org/pypy/pypy/changeset/850303b78179/ Log:merge heads ___ pypy-commit mailing list pypy-commit@python.org https://mail.pytho

[pypy-commit] pypy numpy_broadcast_nd: Fixed nested call of numpy.broadcast

2016-05-05 Thread Sergey Matyunin
Author: Sergey Matyunin Branch: numpy_broadcast_nd Changeset: r84230:b58fe1445add Date: 2016-05-01 18:19 +0200 http://bitbucket.org/pypy/pypy/changeset/b58fe1445add/ Log:Fixed nested call of numpy.broadcast diff --git a/pypy/module/micronumpy/broadcast.py b/pypy/module/micronumpy/broadcast.

[pypy-commit] pypy default: 5.1.1 uses a rev number in the tag name, fixes issue #2292

2016-05-05 Thread mattip
Author: Matti Picus Branch: Changeset: r84232:6ab68565ea4e Date: 2016-05-06 01:06 +0300 http://bitbucket.org/pypy/pypy/changeset/6ab68565ea4e/ Log:5.1.1 uses a rev number in the tag name, fixes issue #2292 diff --git a/pypy/tool/release/repackage.sh b/pypy/tool/release/repackage.sh --- a/py

[pypy-commit] pypy.org extradoc: update hashes for correct source tarballs

2016-05-05 Thread mattip
Author: Matti Picus Branch: extradoc Changeset: r745:dbb2b880c58a Date: 2016-05-06 01:02 +0300 http://bitbucket.org/pypy/pypy.org/changeset/dbb2b880c58a/ Log:update hashes for correct source tarballs diff --git a/download.html b/download.html --- a/download.html +++ b/download.html @@ -385,8

[pypy-commit] pypy use-gc-del-3: Port _weakref: enqueue_for_destruction() doesn't exist any more

2016-05-05 Thread arigo
Author: Armin Rigo Branch: use-gc-del-3 Changeset: r84229:9fbfc373d95b Date: 2016-05-05 21:55 +0200 http://bitbucket.org/pypy/pypy/changeset/9fbfc373d95b/ Log:Port _weakref: enqueue_for_destruction() doesn't exist any more diff --git a/pypy/interpreter/executioncontext.py b/pypy/interpreter

[pypy-commit] pypy py3.5: Startup fix, insert missing py3 opcodes

2016-05-05 Thread raffael_t
Author: Raffael Tfirst Branch: py3.5 Changeset: r84228:63776da5edf3 Date: 2016-05-05 20:36 +0200 http://bitbucket.org/pypy/pypy/changeset/63776da5edf3/ Log:Startup fix, insert missing py3 opcodes diff --git a/lib-python/3/opcode.py b/lib-python/3/opcode.py --- a/lib-python/3/opcode.py +++ b/

[pypy-commit] pypy py3k: Fix test_stressdict

2016-05-05 Thread rlamy
Author: Ronan Lamy Branch: py3k Changeset: r84227:abe796ff4415 Date: 2016-05-05 19:14 +0100 http://bitbucket.org/pypy/pypy/changeset/abe796ff4415/ Log:Fix test_stressdict diff --git a/pypy/objspace/std/dictmultiobject.py b/pypy/objspace/std/dictmultiobject.py --- a/pypy/objspace/std/dictmul

[pypy-commit] pypy use-gc-del-3: Fix _io

2016-05-05 Thread arigo
Author: Armin Rigo Branch: use-gc-del-3 Changeset: r84226:bf03d5356e33 Date: 2016-05-05 18:16 +0200 http://bitbucket.org/pypy/pypy/changeset/bf03d5356e33/ Log:Fix _io diff --git a/pypy/module/_io/interp_bufferedio.py b/pypy/module/_io/interp_bufferedio.py --- a/pypy/module/_io/interp_buffer

[pypy-commit] pypy use-gc-del-3: oops

2016-05-05 Thread arigo
Author: Armin Rigo Branch: use-gc-del-3 Changeset: r84223:cb9315a55345 Date: 2016-05-05 17:57 +0200 http://bitbucket.org/pypy/pypy/changeset/cb9315a55345/ Log:oops diff --git a/pypy/module/_file/interp_file.py b/pypy/module/_file/interp_file.py --- a/pypy/module/_file/interp_file.py +++ b/py

[pypy-commit] pypy use-gc-del-3: Change repr

2016-05-05 Thread arigo
Author: Armin Rigo Branch: use-gc-del-3 Changeset: r84222:12a84fcd4694 Date: 2016-05-05 17:57 +0200 http://bitbucket.org/pypy/pypy/changeset/12a84fcd4694/ Log:Change repr diff --git a/pypy/interpreter/executioncontext.py b/pypy/interpreter/executioncontext.py --- a/pypy/interpreter/executio

[pypy-commit] pypy use-gc-del-3: fix

2016-05-05 Thread arigo
Author: Armin Rigo Branch: use-gc-del-3 Changeset: r84224:3d24694b2062 Date: 2016-05-05 17:57 +0200 http://bitbucket.org/pypy/pypy/changeset/3d24694b2062/ Log:fix diff --git a/pypy/module/_pickle_support/maker.py b/pypy/module/_pickle_support/maker.py --- a/pypy/module/_pickle_support/maker

[pypy-commit] pypy use-gc-del-3: Fix test_typedef, and fix W_File

2016-05-05 Thread arigo
Author: Armin Rigo Branch: use-gc-del-3 Changeset: r84221:a594bdb4f9aa Date: 2016-05-05 17:45 +0200 http://bitbucket.org/pypy/pypy/changeset/a594bdb4f9aa/ Log:Fix test_typedef, and fix W_File diff --git a/pypy/interpreter/test/test_typedef.py b/pypy/interpreter/test/test_typedef.py --- a/py

[pypy-commit] pypy use-gc-del-3: Remove GeneratorIteratorWithDel

2016-05-05 Thread arigo
Author: Armin Rigo Branch: use-gc-del-3 Changeset: r84220:e2d01729c202 Date: 2016-05-05 17:39 +0200 http://bitbucket.org/pypy/pypy/changeset/e2d01729c202/ Log:Remove GeneratorIteratorWithDel diff --git a/pypy/interpreter/generator.py b/pypy/interpreter/generator.py --- a/pypy/interpreter/gen

[pypy-commit] pypy use-gc-del-3: fix

2016-05-05 Thread arigo
Author: Armin Rigo Branch: use-gc-del-3 Changeset: r84219:4ba4e4bb0c62 Date: 2016-05-05 17:27 +0200 http://bitbucket.org/pypy/pypy/changeset/4ba4e4bb0c62/ Log:fix diff --git a/pypy/objspace/std/objspace.py b/pypy/objspace/std/objspace.py --- a/pypy/objspace/std/objspace.py +++ b/pypy/objspac

[pypy-commit] pypy use-gc-del-3: progress

2016-05-05 Thread arigo
Author: Armin Rigo Branch: use-gc-del-3 Changeset: r84218:ea48aefe929c Date: 2016-05-05 17:26 +0200 http://bitbucket.org/pypy/pypy/changeset/ea48aefe929c/ Log:progress diff --git a/pypy/interpreter/typedef.py b/pypy/interpreter/typedef.py --- a/pypy/interpreter/typedef.py +++ b/pypy/interpre

[pypy-commit] pypy use-gc-del-3: in-progress

2016-05-05 Thread arigo
Author: Armin Rigo Branch: use-gc-del-3 Changeset: r84217:bc676182f7b4 Date: 2016-05-05 17:03 +0200 http://bitbucket.org/pypy/pypy/changeset/bc676182f7b4/ Log:in-progress diff --git a/pypy/interpreter/baseobjspace.py b/pypy/interpreter/baseobjspace.py --- a/pypy/interpreter/baseobjspace.py +

[pypy-commit] pypy numpy_broadcast_nd: Close branch numpy_broadcast_nd

2016-05-05 Thread mattip
Author: Matti Picus Branch: numpy_broadcast_nd Changeset: r84216:a97af41ff13e Date: 2016-05-05 17:59 +0300 http://bitbucket.org/pypy/pypy/changeset/a97af41ff13e/ Log:Close branch numpy_broadcast_nd ___ pypy-commit mailing list pypy-commit@python.or

[pypy-commit] pypy use-gc-del-3: Use @rgc.must_be_light_finalizer on classes

2016-05-05 Thread arigo
Author: Armin Rigo Branch: use-gc-del-3 Changeset: r84214:b00c736dfd7c Date: 2016-05-05 10:19 +0200 http://bitbucket.org/pypy/pypy/changeset/b00c736dfd7c/ Log:Use @rgc.must_be_light_finalizer on classes diff --git a/rpython/annotator/classdesc.py b/rpython/annotator/classdesc.py --- a/rpytho

[pypy-commit] pypy use-gc-del-3: in-progress

2016-05-05 Thread arigo
Author: Armin Rigo Branch: use-gc-del-3 Changeset: r84215:3c2a2910cc82 Date: 2016-05-05 15:18 +0200 http://bitbucket.org/pypy/pypy/changeset/3c2a2910cc82/ Log:in-progress diff --git a/pypy/interpreter/baseobjspace.py b/pypy/interpreter/baseobjspace.py --- a/pypy/interpreter/baseobjspace.py +

[pypy-commit] pypy use-gc-del-3: A branch to use FinalizerQueue inside pypy

2016-05-05 Thread arigo
Author: Armin Rigo Branch: use-gc-del-3 Changeset: r84213:efd8be9a50aa Date: 2016-05-05 10:00 +0200 http://bitbucket.org/pypy/pypy/changeset/efd8be9a50aa/ Log:A branch to use FinalizerQueue inside pypy ___ pypy-commit mailing list pypy-commit@pytho

[pypy-commit] pypy default: A passing test for objects that pass through two different

2016-05-05 Thread arigo
Author: Armin Rigo Branch: Changeset: r84212:eef230af28f1 Date: 2016-05-05 09:05 +0200 http://bitbucket.org/pypy/pypy/changeset/eef230af28f1/ Log:A passing test for objects that pass through two different FinalizerQueues in sequence diff --git a/rpython/memory/test/gc_test_base.py

[pypy-commit] pypy default: Hide another debugging print

2016-05-05 Thread arigo
Author: Armin Rigo Branch: Changeset: r84211:a94009299a0e Date: 2016-05-05 08:59 +0200 http://bitbucket.org/pypy/pypy/changeset/a94009299a0e/ Log:Hide another debugging print diff --git a/pypy/module/cpyext/api.py b/pypy/module/cpyext/api.py --- a/pypy/module/cpyext/api.py +++ b/pypy/module