[pypy-commit] pypy default: tweaks in this paragraph

2017-03-14 Thread arigo
Author: Armin Rigo Branch: Changeset: r90692:424e6359b48e Date: 2017-03-14 22:39 +0100 http://bitbucket.org/pypy/pypy/changeset/424e6359b48e/ Log:tweaks in this paragraph diff --git a/pypy/doc/release-v5.7.0.rst b/pypy/doc/release-v5.7.0.rst --- a/pypy/doc/release-v5.7.0.rst +++ b/pypy/doc/

[pypy-commit] pypy default: tweaks

2017-02-26 Thread arigo
Author: Armin Rigo Branch: Changeset: r90361:d696e7a41931 Date: 2017-02-26 12:44 +0100 http://bitbucket.org/pypy/pypy/changeset/d696e7a41931/ Log:tweaks diff --git a/pypy/doc/faq.rst b/pypy/doc/faq.rst --- a/pypy/doc/faq.rst +++ b/pypy/doc/faq.rst @@ -170,15 +170,15 @@ (i.e. the Python pro

[pypy-commit] pypy default: tweaks for downstream packages

2016-11-15 Thread mattip
Author: Matti Picus Branch: Changeset: r88391:ae0c7c00553c Date: 2016-11-15 19:33 +0200 http://bitbucket.org/pypy/pypy/changeset/ae0c7c00553c/ Log:tweaks for downstream packages diff --git a/lib-python/2.7/distutils/sysconfig_pypy.py b/lib-python/2.7/distutils/sysconfig_pypy.py --- a/lib-p

[pypy-commit] pypy default: tweaks, formatting

2016-11-07 Thread mattip
Author: Matti Picus Branch: Changeset: r88177:9b53ab38c1ae Date: 2016-11-07 16:41 +0200 http://bitbucket.org/pypy/pypy/changeset/9b53ab38c1ae/ Log:tweaks, formatting diff --git a/pypy/doc/release-pypy2.7-v5.6.0.rst b/pypy/doc/release-pypy2.7-v5.6.0.rst --- a/pypy/doc/release-pypy2.7-v5.6.0

[pypy-commit] pypy default: Tweaks: don't use 'int(float-value-of-st.st_Xtime)': because precision

2016-09-21 Thread arigo
Author: Armin Rigo Branch: Changeset: r87263:adb3947f8bb6 Date: 2016-09-21 13:36 +0200 http://bitbucket.org/pypy/pypy/changeset/adb3947f8bb6/ Log:Tweaks: don't use 'int(float-value-of-st.st_Xtime)': because precision loss can occur, this could in theory give a result that is

[pypy-commit] pypy default: tweaks

2016-06-06 Thread mattip
Author: Matti Picus Branch: Changeset: r84967:901a05dec70d Date: 2016-06-06 18:16 +0300 http://bitbucket.org/pypy/pypy/changeset/901a05dec70d/ Log:tweaks diff --git a/pypy/doc/release-pypy2.7-v5.3.0.rst b/pypy/doc/release-pypy2.7-v5.3.0.rst --- a/pypy/doc/release-pypy2.7-v5.3.0.rst +++ b/p

[pypy-commit] pypy default: Tweaks to reduce the number of checks with the JIT, notably in 'lst[a:]'.

2015-09-29 Thread arigo
Author: Armin Rigo Branch: Changeset: r79888:68b5a3425c05 Date: 2015-09-29 10:03 +0200 http://bitbucket.org/pypy/pypy/changeset/68b5a3425c05/ Log:Tweaks to reduce the number of checks with the JIT, notably in 'lst[a:]'. diff --git a/pypy/objspace/std/sliceobject.py b/pypy/objspace/s

[pypy-commit] pypy default: Tweaks to timeit.py:

2014-07-02 Thread arigo
Author: Armin Rigo Branch: Changeset: r72315:bbabcc9974eb Date: 2014-07-02 17:06 +0200 http://bitbucket.org/pypy/pypy/changeset/bbabcc9974eb/ Log:Tweaks to timeit.py: * don't use itertools.repeat(), just plainly do "while n > 0: n -= 1". * recompile the source code

[pypy-commit] pypy default: tweaks; reducing the diff with stm

2014-03-20 Thread arigo
Author: Armin Rigo Branch: Changeset: r70106:37af0c2ee363 Date: 2014-03-20 11:06 +0100 http://bitbucket.org/pypy/pypy/changeset/37af0c2ee363/ Log:tweaks; reducing the diff with stm diff --git a/rpython/jit/backend/x86/assembler.py b/rpython/jit/backend/x86/assembler.py --- a/rpython/jit/ba

[pypy-commit] pypy default: tweaks

2014-02-28 Thread antocuni
Author: Antonio Cuni Branch: Changeset: r69559:c61f7fffb7aa Date: 2014-02-28 17:05 +0100 http://bitbucket.org/pypy/pypy/changeset/c61f7fffb7aa/ Log:tweaks diff --git a/pypy/doc/embedding.rst b/pypy/doc/embedding.rst --- a/pypy/doc/embedding.rst +++ b/pypy/doc/embedding.rst @@ -7,13 +7,13 @@

[pypy-commit] pypy default: Tweaks.

2012-11-14 Thread arigo
Author: Armin Rigo Branch: Changeset: r58875:a0e497c9381a Date: 2012-11-14 10:33 +0100 http://bitbucket.org/pypy/pypy/changeset/a0e497c9381a/ Log:Tweaks. diff --git a/pypy/doc/release-2.0.0-beta1.rst b/pypy/doc/release-2.0.0-beta1.rst --- a/pypy/doc/release-2.0.0-beta1.rst +++ b/pypy/doc/re

[pypy-commit] pypy default: Tweaks for CPython 2.7 compatibility:

2012-08-15 Thread arigo
Author: Armin Rigo Branch: Changeset: r56730:3c783b31f9da Date: 2012-08-15 18:06 +0200 http://bitbucket.org/pypy/pypy/changeset/3c783b31f9da/ Log:Tweaks for CPython 2.7 compatibility: - __nonzero__ must return a bool or an int, but not a long - if there is no __nonzero__, f

[pypy-commit] pypy default: Tweaks.

2011-12-07 Thread arigo
Author: Armin Rigo Branch: Changeset: r50274:831d216b57f0 Date: 2011-12-07 18:06 +0100 http://bitbucket.org/pypy/pypy/changeset/831d216b57f0/ Log:Tweaks. diff --git a/pypy/bin/checkmodule.py b/pypy/bin/checkmodule.py --- a/pypy/bin/checkmodule.py +++ b/pypy/bin/checkmodule.py @@ -23,8 +23,1

[pypy-commit] pypy default: Tweaks. Unsure why but it seems that test_zll_random ends up with

2011-11-17 Thread arigo
Author: Armin Rigo Branch: Changeset: r49492:5d63ae101d32 Date: 2011-11-17 10:29 + http://bitbucket.org/pypy/pypy/changeset/5d63ae101d32/ Log:Tweaks. Unsure why but it seems that test_zll_random ends up with two differently-typed arrays at the same address --- it might be

[pypy-commit] pypy default: Tweaks.

2011-11-01 Thread arigo
Author: Armin Rigo Branch: Changeset: r48645:f9317d8169dd Date: 2011-11-01 11:56 +0100 http://bitbucket.org/pypy/pypy/changeset/f9317d8169dd/ Log:Tweaks. diff --git a/pypy/interpreter/generator.py b/pypy/interpreter/generator.py --- a/pypy/interpreter/generator.py +++ b/pypy/interpreter/gen