[pypy-commit] pypy py3k: reapply xfails from default

2016-05-09 Thread pjenvey
Author: Philip Jenvey Branch: py3k Changeset: r84342:c871cbd337d4 Date: 2016-05-09 18:54 -0700 http://bitbucket.org/pypy/pypy/changeset/c871cbd337d4/ Log:reapply xfails from default diff --git a/lib-python/3/ctypes/test/test_python_api.py

[pypy-commit] pypy py3k: adapt to py3k

2016-05-09 Thread pjenvey
Author: Philip Jenvey Branch: py3k Changeset: r84341:bc87e9e3fa04 Date: 2016-05-09 15:03 -0700 http://bitbucket.org/pypy/pypy/changeset/bc87e9e3fa04/ Log:adapt to py3k diff --git a/lib_pypy/resource.py b/lib_pypy/resource.py --- a/lib_pypy/resource.py +++

[pypy-commit] pypy cpyext-macros-cast: Remove trailing semicolons on macros (yikes).

2016-05-09 Thread devin.jeanpierre
Author: Devin Jeanpierre Branch: cpyext-macros-cast Changeset: r84340:cbcd8db8ebf5 Date: 2016-05-09 13:01 -0700 http://bitbucket.org/pypy/pypy/changeset/cbcd8db8ebf5/ Log:Remove trailing semicolons on macros (yikes). diff --git

[pypy-commit] pypy cpyext-macros-cast: merge default into branch

2016-05-09 Thread mattip
Author: Matti Picus Branch: cpyext-macros-cast Changeset: r84339:664e7d4392f4 Date: 2016-05-09 21:42 +0300 http://bitbucket.org/pypy/pypy/changeset/664e7d4392f4/ Log:merge default into branch diff too long, truncating to 2000 out of 3197 lines diff --git

[pypy-commit] pypy taskengine-sorted-optionals: Use toposort + lattice

2016-05-09 Thread william_ml_leslie
Author: William ML Leslie Branch: taskengine-sorted-optionals Changeset: r84338:76a012472eda Date: 2016-05-10 03:08 +1000 http://bitbucket.org/pypy/pypy/changeset/76a012472eda/ Log:Use toposort + lattice diff --git a/rpython/translator/tool/taskengine.py

[pypy-commit] pypy taskengine-sorted-optionals: Optional dependencies should take part in ordering even if they become non-optional 'later'

2016-05-09 Thread william_ml_leslie
Author: William ML Leslie Branch: taskengine-sorted-optionals Changeset: r84337:cb82010dadbc Date: 2016-05-10 02:02 +1000 http://bitbucket.org/pypy/pypy/changeset/cb82010dadbc/ Log:Optional dependencies should take part in ordering even if they become

[pypy-commit] pypy new-jit-log: forgot file (thx armin)

2016-05-09 Thread plan_rich
Author: Richard Plangger Branch: new-jit-log Changeset: r84335:f60619823f3b Date: 2016-05-09 12:43 +0200 http://bitbucket.org/pypy/pypy/changeset/f60619823f3b/ Log:forgot file (thx armin) diff --git a/rpython/jit/metainterp/debug.py b/rpython/jit/metainterp/debug.py new

[pypy-commit] pypy new-jit-log: provided wrong argument to flush_debug_counters

2016-05-09 Thread plan_rich
Author: Richard Plangger Branch: new-jit-log Changeset: r84334:84716af5f182 Date: 2016-05-09 11:49 +0200 http://bitbucket.org/pypy/pypy/changeset/84716af5f182/ Log:provided wrong argument to flush_debug_counters diff --git a/rpython/jit/backend/llsupport/assembler.py

[pypy-commit] pypy default: Next fix

2016-05-09 Thread arigo
Author: Armin Rigo Branch: Changeset: r84333:e61e2f4a32fa Date: 2016-05-09 12:33 +0200 http://bitbucket.org/pypy/pypy/changeset/e61e2f4a32fa/ Log:Next fix diff --git a/pypy/module/cpyext/test/test_typeobject.py b/pypy/module/cpyext/test/test_typeobject.py ---

[pypy-commit] pypy default: Extra tests, making very very sure that new_foo() is called

2016-05-09 Thread arigo
Author: Armin Rigo Branch: Changeset: r84331:b6f3b01b132c Date: 2016-05-09 11:40 +0200 http://bitbucket.org/pypy/pypy/changeset/b6f3b01b132c/ Log:Extra tests, making very very sure that new_foo() is called diff --git a/pypy/module/cpyext/test/test_typeobject.py

[pypy-commit] pypy default: Found the next bug: when you have a Python subclass of a C API type, and

2016-05-09 Thread arigo
Author: Armin Rigo Branch: Changeset: r84332:adc30cc041ed Date: 2016-05-09 11:48 +0200 http://bitbucket.org/pypy/pypy/changeset/adc30cc041ed/ Log:Found the next bug: when you have a Python subclass of a C API type, and when you instantiate this Python subclass using

[pypy-commit] pypy new-jit-log: moved the debug counter in its own file (debug.py). this was necessary to get a handle to the loop counters when calling jitlog_disable

2016-05-09 Thread plan_rich
Author: Richard Plangger Branch: new-jit-log Changeset: r84330:5f0da389d027 Date: 2016-05-09 11:44 +0200 http://bitbucket.org/pypy/pypy/changeset/5f0da389d027/ Log:moved the debug counter in its own file (debug.py). this was necessary to get a handle to the loop

[pypy-commit] pypy new-jit-log: merged deafult

2016-05-09 Thread plan_rich
Author: Richard Plangger Branch: new-jit-log Changeset: r84329:d46d42219c06 Date: 2016-05-09 10:13 +0200 http://bitbucket.org/pypy/pypy/changeset/d46d42219c06/ Log:merged deafult diff too long, truncating to 2000 out of 39303 lines diff --git a/.hgtags b/.hgtags ---

[pypy-commit] pypy default: For binary compatibility with PyPy 5.1

2016-05-09 Thread arigo
Author: Armin Rigo Branch: Changeset: r84328:c86b42dd7613 Date: 2016-05-09 10:53 +0200 http://bitbucket.org/pypy/pypy/changeset/c86b42dd7613/ Log:For binary compatibility with PyPy 5.1 diff --git a/pypy/module/cpyext/src/abstract.c b/pypy/module/cpyext/src/abstract.c ---

[pypy-commit] pypy default: hg merge use-gc-del-3

2016-05-09 Thread arigo
Author: Armin Rigo Branch: Changeset: r84327:c8b895fb3548 Date: 2016-05-09 10:39 +0200 http://bitbucket.org/pypy/pypy/changeset/c8b895fb3548/ Log:hg merge use-gc-del-3 Use the new rgc.FinalizerQueue mechanism to clean up the handling of ``__del__`` methods.

[pypy-commit] pypy use-gc-del-3: branch doc

2016-05-09 Thread arigo
Author: Armin Rigo Branch: use-gc-del-3 Changeset: r84325:ca14ff0b53ba Date: 2016-05-09 10:38 +0200 http://bitbucket.org/pypy/pypy/changeset/ca14ff0b53ba/ Log:branch doc diff --git a/pypy/doc/whatsnew-head.rst b/pypy/doc/whatsnew-head.rst --- a/pypy/doc/whatsnew-head.rst

[pypy-commit] pypy use-gc-del-3: ready to merge

2016-05-09 Thread arigo
Author: Armin Rigo Branch: use-gc-del-3 Changeset: r84326:0a4682d01440 Date: 2016-05-09 10:38 +0200 http://bitbucket.org/pypy/pypy/changeset/0a4682d01440/ Log:ready to merge ___ pypy-commit mailing list pypy-commit@python.org

[pypy-commit] pypy use-gc-del-3: hg merge default

2016-05-09 Thread arigo
Author: Armin Rigo Branch: use-gc-del-3 Changeset: r84324:7b8178ec0f5b Date: 2016-05-09 10:29 +0200 http://bitbucket.org/pypy/pypy/changeset/7b8178ec0f5b/ Log:hg merge default diff --git a/dotviewer/graphserver.py b/dotviewer/graphserver.py --- a/dotviewer/graphserver.py

[pypy-commit] pypy use-gc-del-3: Documentation (thanks cfbolz)

2016-05-09 Thread arigo
Author: Armin Rigo Branch: use-gc-del-3 Changeset: r84323:837ed78ee722 Date: 2016-05-09 10:28 +0200 http://bitbucket.org/pypy/pypy/changeset/837ed78ee722/ Log:Documentation (thanks cfbolz) diff --git a/pypy/doc/discussion/finalizer-order.rst

[pypy-commit] buildbot default: moved py3k 1h later (at 4 o'clock) and running py3.5 nightlies at 3 o'clock

2016-05-09 Thread plan_rich
Author: Richard Plangger Branch: Changeset: r1003:60db764e3567 Date: 2016-05-09 10:03 +0200 http://bitbucket.org/pypy/buildbot/changeset/60db764e3567/ Log:moved py3k 1h later (at 4 o'clock) and running py3.5 nightlies at 3 o'clock diff --git

[pypy-commit] pypy default: Fix for 4e12001044f0

2016-05-09 Thread arigo
Author: Armin Rigo Branch: Changeset: r84322:979d7c8fcf6b Date: 2016-05-09 10:04 +0200 http://bitbucket.org/pypy/pypy/changeset/979d7c8fcf6b/ Log:Fix for 4e12001044f0 diff --git a/pypy/module/cpyext/test/test_typeobject.py b/pypy/module/cpyext/test/test_typeobject.py ---

[pypy-commit] pypy default: Fix the test. Now it fails only for subclasses, which is what I

2016-05-09 Thread arigo
Author: Armin Rigo Branch: Changeset: r84321:4e12001044f0 Date: 2016-05-09 09:30 +0200 http://bitbucket.org/pypy/pypy/changeset/4e12001044f0/ Log:Fix the test. Now it fails only for subclasses, which is what I originally expected diff --git

[pypy-commit] pypy default: Use an xfail, to be nice

2016-05-09 Thread arigo
Author: Armin Rigo Branch: Changeset: r84320:93c3da9adab4 Date: 2016-05-09 09:23 +0200 http://bitbucket.org/pypy/pypy/changeset/93c3da9adab4/ Log:Use an xfail, to be nice diff --git a/pypy/module/cpyext/test/test_typeobject.py b/pypy/module/cpyext/test/test_typeobject.py

[pypy-commit] pypy default: A test (passing on -A). Its failure could be related to the next lxml

2016-05-09 Thread arigo
Author: Armin Rigo Branch: Changeset: r84319:ad7a580821ea Date: 2016-05-09 09:21 +0200 http://bitbucket.org/pypy/pypy/changeset/ad7a580821ea/ Log:A test (passing on -A). Its failure could be related to the next lxml crash. diff --git

[pypy-commit] pypy default: make TranslatorDriver.from_targetspec a classmethod

2016-05-09 Thread william_ml_leslie
Author: William ML Leslie Branch: Changeset: r84318:6ffd3556369a Date: 2016-05-09 16:59 +1000 http://bitbucket.org/pypy/pypy/changeset/6ffd3556369a/ Log:make TranslatorDriver.from_targetspec a classmethod diff --git a/rpython/translator/driver.py