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
+
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
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.
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
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
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
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
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
+++
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_
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.
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
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
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
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
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
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
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
17 matches
Mail list logo