[pypy-commit] pypy py3k: Fix a few silly typos.

2016-07-22 Thread marky1991
Author: Mark Young Branch: py3k Changeset: r85802:c67f0979fc8a Date: 2016-07-07 23:11 -0400 http://bitbucket.org/pypy/pypy/changeset/c67f0979fc8a/ Log:Fix a few silly typos. diff --git a/pypy/module/time/interp_time.py b/pypy/module/time/interp_time.py --- a/pypy/module/time/interp_time.py +

[pypy-commit] pypy py3k: Figuring out what was going wrong.

2016-07-22 Thread marky1991
Author: Mark Young Branch: py3k Changeset: r85803:7af8f789512b Date: 2016-07-07 23:57 -0400 http://bitbucket.org/pypy/pypy/changeset/7af8f789512b/ Log:Figuring out what was going wrong. diff --git a/pypy/module/time/interp_time.py b/pypy/module/time/interp_time.py --- a/pypy/module/time/inte

[pypy-commit] pypy py3k: Hopefully final tweaks to match all fallback scenarios with cpython for time.get_clock_info .

2016-07-22 Thread marky1991
Author: Mark Young Branch: py3k Changeset: r85801:6cec221f8473 Date: 2016-07-07 21:53 -0400 http://bitbucket.org/pypy/pypy/changeset/6cec221f8473/ Log:Hopefully final tweaks to match all fallback scenarios with cpython for time.get_clock_info . diff --git a/pypy/module/time/app_time.

[pypy-commit] pypy py3k: Fix faulty indentation.

2016-07-22 Thread marky1991
Author: Mark Young Branch: py3k Changeset: r85807:4d44b721a5e9 Date: 2016-07-16 23:07 -0400 http://bitbucket.org/pypy/pypy/changeset/4d44b721a5e9/ Log:Fix faulty indentation. diff --git a/pypy/module/time/interp_time.py b/pypy/module/time/interp_time.py --- a/pypy/module/time/interp_time.py

[pypy-commit] pypy py3k: Get rid of HAVE_CLOCK as it should be present for all supported platforms.

2016-07-22 Thread marky1991
Author: Mark Young Branch: py3k Changeset: r85805:1cb5b55f850c Date: 2016-07-16 18:07 -0400 http://bitbucket.org/pypy/pypy/changeset/1cb5b55f850c/ Log:Get rid of HAVE_CLOCK as it should be present for all supported platforms. diff --git a/pypy/module/time/__init__.py b/pypy/module/ti

[pypy-commit] pypy py3k: Figured out I was wrongly inverting the meaning of the flag returned by QueryPerformanceCounter.

2016-07-22 Thread marky1991
Author: Mark Young Branch: py3k Changeset: r85806:edfdbc91c877 Date: 2016-07-16 22:49 -0400 http://bitbucket.org/pypy/pypy/changeset/edfdbc91c877/ Log:Figured out I was wrongly inverting the meaning of the flag returned by QueryPerformanceCounter. diff --git a/pypy/module/time/interp

[pypy-commit] pypy py3k: Went through all flows and everything seems to match cpython now. Tested everything on windows and it appears to be okay. Now just to test post-translation.

2016-07-22 Thread marky1991
Author: Mark Young Branch: py3k Changeset: r85804:80a2afe8903f Date: 2016-07-08 01:29 -0400 http://bitbucket.org/pypy/pypy/changeset/80a2afe8903f/ Log:Went through all flows and everything seems to match cpython now. Tested everything on windows and it appears to be okay. Now just to

[pypy-commit] pypy py3k: Add more more check.

2016-07-22 Thread marky1991
Author: Mark Young Branch: py3k Changeset: r85808:b680f1746a91 Date: 2016-07-17 15:15 -0400 http://bitbucket.org/pypy/pypy/changeset/b680f1746a91/ Log:Add more more check. diff --git a/pypy/module/time/interp_time.py b/pypy/module/time/interp_time.py --- a/pypy/module/time/interp_time.py +++

[pypy-commit] pypy new-jit-log: refactor jitlog and unwind it into a new module

2016-07-22 Thread plan_rich
Author: Richard Plangger Branch: new-jit-log Changeset: r85809:755792b503d9 Date: 2016-07-22 10:46 +0200 http://bitbucket.org/pypy/pypy/changeset/755792b503d9/ Log:refactor jitlog and unwind it into a new module diff --git a/pypy/module/_vmprof/interp_vmprof.py b/pypy/module/_vmprof/interp_

[pypy-commit] pypy new-jit-log: rename imports to redirect to the right module

2016-07-22 Thread plan_rich
Author: Richard Plangger Branch: new-jit-log Changeset: r85810:0823f6a05604 Date: 2016-07-22 10:58 +0200 http://bitbucket.org/pypy/pypy/changeset/0823f6a05604/ Log:rename imports to redirect to the right module diff --git a/pypy/module/pypyjit/interp_jit.py b/pypy/module/pypyjit/interp_jit.

[pypy-commit] pypy new-jit-log: more import issues, separated jitlog into its own module called _jitlog

2016-07-22 Thread plan_rich
Author: Richard Plangger Branch: new-jit-log Changeset: r85811:12396196cd6e Date: 2016-07-22 11:35 +0200 http://bitbucket.org/pypy/pypy/changeset/12396196cd6e/ Log:more import issues, separated jitlog into its own module called _jitlog diff --git a/pypy/module/_jitlog/__init__.py b/p

[pypy-commit] pypy new-jit-log: check generated jitlog header in app level test

2016-07-22 Thread plan_rich
Author: Richard Plangger Branch: new-jit-log Changeset: r85812:bb50587b2582 Date: 2016-07-22 11:48 +0200 http://bitbucket.org/pypy/pypy/changeset/bb50587b2582/ Log:check generated jitlog header in app level test diff --git a/pypy/module/_jitlog/test/test__jitlog.py b/pypy/module/_jitlog/tes

[pypy-commit] pypy new-jit-log: merge default

2016-07-22 Thread plan_rich
Author: Richard Plangger Branch: new-jit-log Changeset: r85813:b665a816a992 Date: 2016-07-22 11:50 +0200 http://bitbucket.org/pypy/pypy/changeset/b665a816a992/ Log:merge default diff --git a/pypy/module/cpyext/test/test_cpyext.py b/pypy/module/cpyext/test/test_cpyext.py --- a/pypy/module/cp

[pypy-commit] pypy new-jit-log: remove the old functions from the _vmprof module

2016-07-22 Thread plan_rich
Author: Richard Plangger Branch: new-jit-log Changeset: r85814:1fb6d893fd12 Date: 2016-07-22 11:59 +0200 http://bitbucket.org/pypy/pypy/changeset/1fb6d893fd12/ Log:remove the old functions from the _vmprof module diff --git a/pypy/module/_vmprof/__init__.py b/pypy/module/_vmprof/__init__.py

[pypy-commit] pypy new-jit-log: remove include of jitlog header

2016-07-22 Thread plan_rich
Author: Richard Plangger Branch: new-jit-log Changeset: r85815:0ef7d860a335 Date: 2016-07-22 13:42 +0200 http://bitbucket.org/pypy/pypy/changeset/0ef7d860a335/ Log:remove include of jitlog header diff --git a/rpython/rlib/rvmprof/src/rvmprof.c b/rpython/rlib/rvmprof/src/rvmprof.c --- a/rpyt

[pypy-commit] pypy py3.5-async: Only return token.Async and token.Await if it's not a function name, create dummy method _set_sentinel for thread module (not yet implemented) -> asyncio can be importe

2016-07-22 Thread raffael_t
Author: Raffael Tfirst Branch: py3.5-async Changeset: r85816:2d1d323942eb Date: 2016-07-22 20:58 +0200 http://bitbucket.org/pypy/pypy/changeset/2d1d323942eb/ Log:Only return token.Async and token.Await if it's not a function name, create dummy method _set_sentinel for thread module (n

[pypy-commit] pypy py3.5-async: Set last_token only if token is available in pytokenizer (fixes tests), create new test

2016-07-22 Thread raffael_t
Author: Raffael Tfirst Branch: py3.5-async Changeset: r85817:4f0931e016f6 Date: 2016-07-22 21:18 +0200 http://bitbucket.org/pypy/pypy/changeset/4f0931e016f6/ Log:Set last_token only if token is available in pytokenizer (fixes tests), create new test diff --git a/pypy/interpreter/pypa