[pypy-commit] pypy reverse-debugger: tweaks

2016-06-10 Thread arigo
Author: Armin Rigo Branch: reverse-debugger Changeset: r85065:aff490e57fe0 Date: 2016-06-10 10:30 +0200 http://bitbucket.org/pypy/pypy/changeset/aff490e57fe0/ Log:tweaks diff --git a/rpython/translator/revdb/rdb-src/revdb.c b/rpython/translator/revdb/rdb-src/revdb.c --- a/rpython/translator

[pypy-commit] pypy reverse-debugger: Document the simplified model actually implemented

2016-06-10 Thread arigo
Author: Armin Rigo Branch: reverse-debugger Changeset: r85064:32ee948070b4 Date: 2016-06-10 10:13 +0200 http://bitbucket.org/pypy/pypy/changeset/32ee948070b4/ Log:Document the simplified model actually implemented diff --git a/rpython/translator/revdb/rdb-src/revdb.c b/rpython/translator/re

[pypy-commit] pypy reverse-debugger: Fix and improve tests

2016-06-10 Thread arigo
Author: Armin Rigo Branch: reverse-debugger Changeset: r85066:1a7598c93c56 Date: 2016-06-10 10:54 +0200 http://bitbucket.org/pypy/pypy/changeset/1a7598c93c56/ Log:Fix and improve tests diff --git a/rpython/translator/revdb/test/test_basic.py b/rpython/translator/revdb/test/test_basic.py ---

[pypy-commit] pypy vmprof-openbsd: Close branch vmprof-openbsd

2016-06-10 Thread arigo
Author: Armin Rigo Branch: vmprof-openbsd Changeset: r85067:3fb284829033 Date: 2016-06-10 11:29 +0200 http://bitbucket.org/pypy/pypy/changeset/3fb284829033/ Log:Close branch vmprof-openbsd ___ pypy-commit mailing list pypy-commit@python.org https:/

[pypy-commit] pypy default: Merged in vmprof-openbsd (pull request #456)

2016-06-10 Thread arigo
Author: Armin Rigo Branch: Changeset: r85068:2c0977d6305f Date: 2016-06-10 11:29 +0200 http://bitbucket.org/pypy/pypy/changeset/2c0977d6305f/ Log:Merged in vmprof-openbsd (pull request #456) Make VMProf work on OpenBSD diff --git a/rpython/rlib/rvmprof/src/vmprof_config.h b/rpytho

[pypy-commit] pypy default: move __OpenBSD__ checks so that they occur only in vmprof_config.h

2016-06-10 Thread arigo
Author: Armin Rigo Branch: Changeset: r85069:15ff5b69d565 Date: 2016-06-10 11:35 +0200 http://bitbucket.org/pypy/pypy/changeset/15ff5b69d565/ Log:move __OpenBSD__ checks so that they occur only in vmprof_config.h diff --git a/rpython/rlib/rvmprof/src/vmprof_config.h b/rpython/rlib/rvmprof/

[pypy-commit] pypy default: ignore branches

2016-06-10 Thread arigo
Author: Armin Rigo Branch: Changeset: r85070:9140946a631f Date: 2016-06-10 11:36 +0200 http://bitbucket.org/pypy/pypy/changeset/9140946a631f/ Log:ignore branches diff --git a/pypy/doc/whatsnew-head.rst b/pypy/doc/whatsnew-head.rst --- a/pypy/doc/whatsnew-head.rst +++ b/pypy/doc/whatsnew-hea

[pypy-commit] pypy default: fix test

2016-06-10 Thread arigo
Author: Armin Rigo Branch: Changeset: r85071:3586ac55f668 Date: 2016-06-10 11:39 +0200 http://bitbucket.org/pypy/pypy/changeset/3586ac55f668/ Log:fix test diff --git a/rpython/memory/gc/test/test_direct.py b/rpython/memory/gc/test/test_direct.py --- a/rpython/memory/gc/test/test_direct.py

[pypy-commit] pypy default: Argh, nonsense

2016-06-10 Thread arigo
Author: Armin Rigo Branch: Changeset: r85072:7686902f6a0c Date: 2016-06-10 11:51 +0200 http://bitbucket.org/pypy/pypy/changeset/7686902f6a0c/ Log:Argh, nonsense diff --git a/pypy/tool/release/package.py b/pypy/tool/release/package.py --- a/pypy/tool/release/package.py +++ b/pypy/tool/releas

[pypy-commit] buildbot default: Fix buildbot to use (and require) the keyword argument version of

2016-06-10 Thread arigo
Author: Armin Rigo Branch: Changeset: r1010:1c7ca3390961 Date: 2016-06-10 12:14 +0200 http://bitbucket.org/pypy/buildbot/changeset/1c7ca3390961/ Log:Fix buildbot to use (and require) the keyword argument version of package.py, in order to drop backward compatibility diff --git a/bot

[pypy-commit] pypy default: Get rid of the backward-compatibility of positional arguments.

2016-06-10 Thread arigo
Author: Armin Rigo Branch: Changeset: r85073:24501b6937bb Date: 2016-06-10 12:21 +0200 http://bitbucket.org/pypy/pypy/changeset/24501b6937bb/ Log:Get rid of the backward-compatibility of positional arguments. diff --git a/pypy/tool/release/package.py b/pypy/tool/release/package.py --- a/pyp

[pypy-commit] pypy hypothesis-apptest: support for more than one argument

2016-06-10 Thread cfbolz
Author: Carl Friedrich Bolz Branch: hypothesis-apptest Changeset: r85075:4270eecf42e5 Date: 2016-06-09 18:21 +0200 http://bitbucket.org/pypy/pypy/changeset/4270eecf42e5/ Log:support for more than one argument diff --git a/pypy/tool/pytest/appsupport.py b/pypy/tool/pytest/appsupport.py --- a/

[pypy-commit] pypy hypothesis-apptest: support AppTest methods using hypothesis

2016-06-10 Thread cfbolz
Author: Carl Friedrich Bolz Branch: hypothesis-apptest Changeset: r85076:1da0d5d67e2f Date: 2016-06-10 14:41 +0200 http://bitbucket.org/pypy/pypy/changeset/1da0d5d67e2f/ Log:support AppTest methods using hypothesis (a lot of hackery :-( ) diff --git a/pypy/tool/pytest/appsupport.py

[pypy-commit] pypy hypothesis-apptest: try to make it possible to test applevel functions (and soon methods) with

2016-06-10 Thread cfbolz
Author: Carl Friedrich Bolz Branch: hypothesis-apptest Changeset: r85074:1fb5d21e02ba Date: 2016-06-09 14:42 +0200 http://bitbucket.org/pypy/pypy/changeset/1fb5d21e02ba/ Log:try to make it possible to test applevel functions (and soon methods) with hypothesis. Limited to one argument

[pypy-commit] pypy new-jit-log: catchup with default

2016-06-10 Thread plan_rich
Author: Richard Plangger Branch: new-jit-log Changeset: r85077:413ecb1bd580 Date: 2016-06-10 14:50 +0200 http://bitbucket.org/pypy/pypy/changeset/413ecb1bd580/ Log:catchup with default diff too long, truncating to 2000 out of 14596 lines diff --git a/.hgtags b/.hgtags --- a/.hgtags +++ b/.h

[pypy-commit] pypy default: Merge branch 'testing-cleanup'

2016-06-10 Thread rlamy
Author: Ronan Lamy Branch: Changeset: r85078:18006cfc913c Date: 2016-06-10 14:44 +0100 http://bitbucket.org/pypy/pypy/changeset/18006cfc913c/ Log:Merge branch 'testing-cleanup' Simplify handling of interp-level tests and make it more forward- compatible. diff --git a/pypy/c

[pypy-commit] pypy testing-cleanup-py3k: hg merge testing-default

2016-06-10 Thread rlamy
Author: Ronan Lamy Branch: testing-cleanup-py3k Changeset: r85079:277f12571941 Date: 2016-06-10 15:11 +0100 http://bitbucket.org/pypy/pypy/changeset/277f12571941/ Log:hg merge testing-default diff --git a/pypy/conftest.py b/pypy/conftest.py --- a/pypy/conftest.py +++ b/pypy/conftest.py @@ -9

[pypy-commit] pypy testing-cleanup-py3k: Blindly try to get tests to pass on bencher4

2016-06-10 Thread rlamy
Author: Ronan Lamy Branch: testing-cleanup-py3k Changeset: r85080:dc234c6c4b34 Date: 2016-06-10 17:30 +0100 http://bitbucket.org/pypy/pypy/changeset/dc234c6c4b34/ Log:Blindly try to get tests to pass on bencher4 diff --git a/pypy/module/posix/test/test_posix2.py b/pypy/module/posix/test/tes

[pypy-commit] pypy testing-cleanup: hg merge default

2016-06-10 Thread rlamy
Author: Ronan Lamy Branch: testing-cleanup Changeset: r85081:80829afb3cac Date: 2016-06-10 15:18 +0100 http://bitbucket.org/pypy/pypy/changeset/80829afb3cac/ Log:hg merge default diff too long, truncating to 2000 out of 2410 lines diff --git a/.hgtags b/.hgtags --- a/.hgtags +++ b/.hgtags @

[pypy-commit] pypy testing-cleanup: Turn the windows error box workaround into a fixture

2016-06-10 Thread rlamy
Author: Ronan Lamy Branch: testing-cleanup Changeset: r85082:a8d876855ca5 Date: 2016-06-10 18:34 +0100 http://bitbucket.org/pypy/pypy/changeset/a8d876855ca5/ Log:Turn the windows error box workaround into a fixture diff --git a/pypy/module/cpyext/test/conftest.py b/pypy/module/cpyext/test/c

[pypy-commit] pypy py3.5: New AST handling in handle_call (not done, backup)

2016-06-10 Thread raffael_t
Author: Raffael Tfirst Branch: py3.5 Changeset: r85083:f4991e923ef5 Date: 2016-06-10 22:17 +0200 http://bitbucket.org/pypy/pypy/changeset/f4991e923ef5/ Log:New AST handling in handle_call (not done, backup) diff --git a/pypy/interpreter/astcompiler/astbuilder.py b/pypy/interpreter/astcompil

[pypy-commit] pypy reverse-debugger: 'forward' command

2016-06-10 Thread arigo
Author: Armin Rigo Branch: reverse-debugger Changeset: r85084:2f0463f67465 Date: 2016-06-11 08:38 +0200 http://bitbucket.org/pypy/pypy/changeset/2f0463f67465/ Log:'forward' command diff --git a/rpython/translator/revdb/rdb-src/revdb.c b/rpython/translator/revdb/rdb-src/revdb.c --- a/rpython

[pypy-commit] pypy default: Merged in habnabit/pypy (pull request #455)

2016-06-10 Thread arigo
Author: Armin Rigo Branch: Changeset: r85090:38b72e0e5401 Date: 2016-06-11 08:47 +0200 http://bitbucket.org/pypy/pypy/changeset/38b72e0e5401/ Log:Merged in habnabit/pypy (pull request #455) Add sys.{get,set}dlopenflags. diff --git a/pypy/module/cpyext/api.py b/pypy/module/cpyext/ap

[pypy-commit] pypy default: Restore mode=-1 default on dlopen.

2016-06-10 Thread habnabit
Author: Aaron Gallagher Branch: Changeset: r85088:e2dc439cb4fe Date: 2016-06-10 15:16 -0700 http://bitbucket.org/pypy/pypy/changeset/e2dc439cb4fe/ Log:Restore mode=-1 default on dlopen. diff --git a/rpython/rlib/rdynload.py b/rpython/rlib/rdynload.py --- a/rpython/rlib/rdynload.py +++ b/rpy

[pypy-commit] pypy default: Make it clearer if dlopenflags tests ran.

2016-06-10 Thread habnabit
Author: Aaron Gallagher Branch: Changeset: r85087:10f76560e949 Date: 2016-06-08 16:26 -0700 http://bitbucket.org/pypy/pypy/changeset/10f76560e949/ Log:Make it clearer if dlopenflags tests ran. Instead of silently ignoring the test, skip it. diff --git a/pypy/module/sys/test/test_sy

[pypy-commit] pypy default: Don't skip the dlopenflags tests ever.

2016-06-10 Thread habnabit
Author: Aaron Gallagher Branch: Changeset: r85089:f1493c435457 Date: 2016-06-10 15:44 -0700 http://bitbucket.org/pypy/pypy/changeset/f1493c435457/ Log:Don't skip the dlopenflags tests ever. They're not conditionally defined in pypy, so there's no reason to skip. diff --git

[pypy-commit] pypy default: Unwrap flags before storage.

2016-06-10 Thread habnabit
Author: Aaron Gallagher Branch: Changeset: r85086:d363051e2327 Date: 2016-06-08 16:20 -0700 http://bitbucket.org/pypy/pypy/changeset/d363051e2327/ Log:Unwrap flags before storage. For some reason, the code wasn't failing before, but this will be more correct as I understand

[pypy-commit] pypy default: Document branch... er, it's not in a branch, but I want to document it anyway

2016-06-10 Thread arigo
Author: Armin Rigo Branch: Changeset: r85091:ce97dfe59cde Date: 2016-06-11 08:51 +0200 http://bitbucket.org/pypy/pypy/changeset/ce97dfe59cde/ Log:Document branch... er, it's not in a branch, but I want to document it anyway diff --git a/pypy/doc/whatsnew-head.rst b/pypy/doc/whatsnew

[pypy-commit] pypy default: mention branch

2016-06-10 Thread arigo
Author: Armin Rigo Branch: Changeset: r85092:19b2d4c0aed3 Date: 2016-06-11 08:53 +0200 http://bitbucket.org/pypy/pypy/changeset/19b2d4c0aed3/ Log:mention branch 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