[pypy-commit] pypy default: remove copy-pasted code between mod and int_mod

2018-02-05 Thread cfbolz
Author: Carl Friedrich Bolz-Tereick Branch: Changeset: r93762:8ce3c7c2a330 Date: 2018-02-05 12:01 +0100 http://bitbucket.org/pypy/pypy/changeset/8ce3c7c2a330/ Log:remove copy-pasted code between mod and int_mod diff --git a/rpython/rlib/rbigint.py b/rpython/rlib/rbigint.py

[pypy-commit] pypy math-improvements: merge default

2018-02-05 Thread cfbolz
Author: Carl Friedrich Bolz-Tereick Branch: math-improvements Changeset: r93764:3ee3f44df079 Date: 2018-02-05 13:08 +0100 http://bitbucket.org/pypy/pypy/changeset/3ee3f44df079/ Log:merge default diff --git a/rpython/rlib/rbigint.py b/rpython/rlib/rbigint.py ---

[pypy-commit] pypy vmprof-resolve_addr: initialize the pointers in the very same way as the C version does; this is apparently part of the API of vmp_resolve_address

2018-02-05 Thread antocuni
Author: Antonio Cuni Branch: vmprof-resolve_addr Changeset: r93756:451e009ea2ec Date: 2018-02-05 10:55 +0100 http://bitbucket.org/pypy/pypy/changeset/451e009ea2ec/ Log:initialize the pointers in the very same way as the C version does; this is apparently part of

[pypy-commit] pypy math-improvements: remove code duplication in floordiv

2018-02-05 Thread cfbolz
Author: Carl Friedrich Bolz-Tereick Branch: math-improvements Changeset: r93759:5c8a03028ed8 Date: 2018-02-05 12:27 +0100 http://bitbucket.org/pypy/pypy/changeset/5c8a03028ed8/ Log:remove code duplication in floordiv diff --git a/rpython/rlib/rbigint.py

[pypy-commit] pypy math-improvements: fix rbigint.int_divmod

2018-02-05 Thread cfbolz
Author: Carl Friedrich Bolz-Tereick Branch: math-improvements Changeset: r93757:744cb1dc4f2e Date: 2018-02-05 11:49 +0100 http://bitbucket.org/pypy/pypy/changeset/744cb1dc4f2e/ Log:fix rbigint.int_divmod diff --git a/rpython/rlib/rbigint.py b/rpython/rlib/rbigint.py ---

[pypy-commit] pypy math-improvements: remove copy-pasted code between mod and int_mod

2018-02-05 Thread cfbolz
Author: Carl Friedrich Bolz-Tereick Branch: math-improvements Changeset: r93758:f6e9839f73ac Date: 2018-02-05 12:01 +0100 http://bitbucket.org/pypy/pypy/changeset/f6e9839f73ac/ Log:remove copy-pasted code between mod and int_mod diff --git a/rpython/rlib/rbigint.py

[pypy-commit] pypy math-improvements: clean up whitespace

2018-02-05 Thread cfbolz
Author: Carl Friedrich Bolz-Tereick Branch: math-improvements Changeset: r93760:ef798e871400 Date: 2018-02-05 12:37 +0100 http://bitbucket.org/pypy/pypy/changeset/ef798e871400/ Log:clean up whitespace diff --git a/rpython/rlib/rbigint.py b/rpython/rlib/rbigint.py ---

[pypy-commit] pypy vmprof-resolve_addr: don't use a hardcoded address, but use a more proper way of discovering one

2018-02-05 Thread antocuni
Author: Antonio Cuni Branch: vmprof-resolve_addr Changeset: r93755:0bf081e65685 Date: 2018-02-05 10:05 +0100 http://bitbucket.org/pypy/pypy/changeset/0bf081e65685/ Log:don't use a hardcoded address, but use a more proper way of discovering one diff --git

[pypy-commit] pypy default: argh!!! Fix 0l % 0l and 0l % 0 to raise ZeroDivisionError :-(

2018-02-05 Thread cfbolz
Author: Carl Friedrich Bolz-Tereick Branch: Changeset: r93761:deaebc8ec57a Date: 2018-02-05 12:52 +0100 http://bitbucket.org/pypy/pypy/changeset/deaebc8ec57a/ Log:argh!!! Fix 0l % 0l and 0l % 0 to raise ZeroDivisionError :-( diff --git a/rpython/rlib/rbigint.py

[pypy-commit] pypy default: remove code duplication in floordiv

2018-02-05 Thread cfbolz
Author: Carl Friedrich Bolz-Tereick Branch: Changeset: r93763:864485a54ece Date: 2018-02-05 12:27 +0100 http://bitbucket.org/pypy/pypy/changeset/864485a54ece/ Log:remove code duplication in floordiv diff --git a/rpython/rlib/rbigint.py b/rpython/rlib/rbigint.py ---

[pypy-commit] pypy default: Backed out changeset 864485a54ece

2018-02-05 Thread cfbolz
Author: Carl Friedrich Bolz-Tereick Branch: Changeset: r93765:124c875dc8d6 Date: 2018-02-05 13:22 +0100 http://bitbucket.org/pypy/pypy/changeset/124c875dc8d6/ Log:Backed out changeset 864485a54ece diff --git a/rpython/rlib/rbigint.py b/rpython/rlib/rbigint.py ---

[pypy-commit] pypy math-improvements: merge default

2018-02-05 Thread cfbolz
Author: Carl Friedrich Bolz-Tereick Branch: math-improvements Changeset: r93766:6ccab3e62413 Date: 2018-02-05 13:23 +0100 http://bitbucket.org/pypy/pypy/changeset/6ccab3e62413/ Log:merge default ___ pypy-commit mailing list