[pypy-commit] [Git][pypy/pypy][branch/py3.9] (cfbolz, xoraxax) Implement bit_count methods for int objects.

2022-09-21 Thread Alexander Schremmer (@xoraxax)
Alexander Schremmer pushed to branch branch/py3.9 at PyPy / pypy Commits: 7bca364e by Alexander Schremmer at 2022-09-21T14:00:20+02:00 (cfbolz, xoraxax) Implement bit_count methods for int objects. --HG-- branch : py3.9 - - - - - 3 changed files: - pypy/objspace/std/intobject.py - pypy

[pypy-commit] [Git][pypy/pypy][branch/default] (cfbolz, xoraxax) Implement bit_count for rbigint.

2022-09-21 Thread Alexander Schremmer (@xoraxax)
Alexander Schremmer pushed to branch branch/default at PyPy / pypy Commits: 3d4e6736 by Alexander Schremmer at 2022-09-21T13:48:44+02:00 (cfbolz, xoraxax) Implement bit_count for rbigint. - - - - - 2 changed files: - rpython/rlib/rbigint.py - rpython/rlib/test/test_rbigint.py View it on

[pypy-commit] pypy math-improvements: (xoraxax, arigo) Implement correct ULLL and LLL constants for {, u}int128_t.

2019-02-05 Thread Alexander Schremmer
Author: Alexander Schremmer Branch: math-improvements Changeset: r95849:9c346098e834 Date: 2019-02-05 18:38 +0100 http://bitbucket.org/pypy/pypy/changeset/9c346098e834/ Log:(xoraxax, arigo) Implement correct ULLL and LLL constants for {,u}int128_t. diff --git a/rpython/translator/c

[pypy-commit] pypy math-improvements: Change interface to ovf2long, found one buggy invocation, wrote test for it.

2019-02-04 Thread Alexander Schremmer
Author: Alexander Schremmer Branch: math-improvements Changeset: r95792:116eb65b5ec6 Date: 2019-02-04 15:38 +0100 http://bitbucket.org/pypy/pypy/changeset/116eb65b5ec6/ Log:Change interface to ovf2long, found one buggy invocation, wrote test for it. diff --git a/pypy/objspace/std

[pypy-commit] pypy math-improvements: Add more passing tests.

2019-02-04 Thread Alexander Schremmer
Author: Alexander Schremmer Branch: math-improvements Changeset: r95791:5657b4134c73 Date: 2019-02-04 15:38 +0100 http://bitbucket.org/pypy/pypy/changeset/5657b4134c73/ Log:Add more passing tests. diff --git a/rpython/rlib/test/test_rbigint.py b/rpython/rlib/test/test_rbigint.py --- a

[pypy-commit] pypy math-improvements: Clean whitespace.

2019-02-04 Thread Alexander Schremmer
Author: Alexander Schremmer Branch: math-improvements Changeset: r95790:00a7b3f13930 Date: 2019-02-04 15:37 +0100 http://bitbucket.org/pypy/pypy/changeset/00a7b3f13930/ Log:Clean whitespace. diff --git a/rpython/rtyper/lltypesystem/ll2ctypes.py b/rpython/rtyper/lltypesystem/ll2ctypes.py

[pypy-commit] pypy math-improvements: Clean whitespace and one comment.

2019-02-04 Thread Alexander Schremmer
Author: Alexander Schremmer Branch: math-improvements Changeset: r95788:fcbdc6c463bf Date: 2019-02-04 15:36 +0100 http://bitbucket.org/pypy/pypy/changeset/fcbdc6c463bf/ Log:Clean whitespace and one comment. diff --git a/pypy/objspace/std/longobject.py b/pypy/objspace/std/longobject.py --- a

[pypy-commit] pypy math-improvements: Clean whitespace.

2019-02-04 Thread Alexander Schremmer
Author: Alexander Schremmer Branch: math-improvements Changeset: r95789:cef706f5a301 Date: 2019-02-04 15:36 +0100 http://bitbucket.org/pypy/pypy/changeset/cef706f5a301/ Log:Clean whitespace. diff --git a/rpython/rlib/rbigint.py b/rpython/rlib/rbigint.py --- a/rpython/rlib/rbigint.py +++ b

[pypy-commit] pypy math-improvements: Merge default into math-improvements.

2019-02-04 Thread Alexander Schremmer
Author: Alexander Schremmer Branch: math-improvements Changeset: r95783:b17fec9f72db Date: 2019-02-04 11:13 +0100 http://bitbucket.org/pypy/pypy/changeset/b17fec9f72db/ Log:Merge default into math-improvements. diff too long, truncating to 2000 out of 13722 lines diff --git a/LICENSE b

[pypy-commit] extradoc extradoc: Attendance, guest room available!

2019-01-06 Thread Alexander Schremmer
Author: Alexander Schremmer Branch: extradoc Changeset: r5933:a13f0d58394c Date: 2019-01-06 15:26 +0100 http://bitbucket.org/pypy/extradoc/changeset/a13f0d58394c/ Log:Attendance, guest room available! diff --git a/sprintinfo/ddorf2019/people.txt b/sprintinfo/ddorf2019/people.txt --- a

[pypy-commit] pypy reverse-debugger-updated: Make it compile, breaks identityhash of prebuilt objects.

2018-03-20 Thread Alexander Schremmer
Author: Alexander Schremmer Branch: reverse-debugger-updated Changeset: r94026:1f98c4723883 Date: 2018-03-20 13:44 +0100 http://bitbucket.org/pypy/pypy/changeset/1f98c4723883/ Log:Make it compile, breaks identityhash of prebuilt objects. diff --git a/rpython/translator/revdb/src-revdb

[pypy-commit] extradoc extradoc: Add myself to winter sprint.

2018-02-13 Thread Alexander Schremmer
Author: Alexander Schremmer Branch: extradoc Changeset: r5868:12294fb40176 Date: 2018-02-13 21:32 +0100 http://bitbucket.org/pypy/extradoc/changeset/12294fb40176/ Log:Add myself to winter sprint. diff --git a/sprintinfo/leysin-winter-2018/people.txt b/sprintinfo/leysin-winter-2018

[pypy-commit] benchmarks default: Fix webapp.py to adhere to command line arguments.

2015-02-23 Thread Alexander Schremmer
Author: Alexander Schremmer Branch: Changeset: r311:a40d3b116f07 Date: 2015-02-23 15:12 +0100 http://bitbucket.org/pypy/benchmarks/changeset/a40d3b116f07/ Log:Fix webapp.py to adhere to command line arguments. diff --git a/multithread/wsgi/webapp.py b/multithread/wsgi/webapp.py --- a

[pypy-commit] benchmarks default: Fixed exit call in bottle benchmark.

2015-02-22 Thread Alexander Schremmer
Author: Alexander Schremmer Branch: Changeset: r306:fe3138fe8a6f Date: 2015-02-21 17:51 +0100 http://bitbucket.org/pypy/benchmarks/changeset/fe3138fe8a6f/ Log:Fixed exit call in bottle benchmark. diff --git a/multithread/bottle/app.py b/multithread/bottle/app.py --- a/multithread/bottle

[pypy-commit] benchmarks default: Fix urllib errors on subsequent calls to test.run, convert arguments correctly.

2015-02-22 Thread Alexander Schremmer
Author: Alexander Schremmer Branch: Changeset: r310:797b4f8c65ed Date: 2015-02-22 23:22 +0100 http://bitbucket.org/pypy/benchmarks/changeset/797b4f8c65ed/ Log:Fix urllib errors on subsequent calls to test.run, convert arguments correctly. diff --git a/multithread/wsgi/webapp.py b

[pypy-commit] benchmarks default: (focs, xoraxax) Make import logic more robust, also add readthedocs package dir to python path for settings package.

2015-02-22 Thread Alexander Schremmer
Author: Alexander Schremmer Branch: Changeset: r309:4f9c89d1a521 Date: 2015-02-22 17:12 +0100 http://bitbucket.org/pypy/benchmarks/changeset/4f9c89d1a521/ Log:(focs, xoraxax) Make import logic more robust, also add readthedocs package dir to python path for settings package. diff

[pypy-commit] pypy default: (fox, xoraxax) ansi_mandelbrot: Cleanup, add new "slides", add comments.

2015-02-22 Thread Alexander Schremmer
Author: Alexander Schremmer Branch: Changeset: r76043:5cac60cf129a Date: 2015-02-22 14:42 +0100 http://bitbucket.org/pypy/pypy/changeset/5cac60cf129a/ Log:(fox, xoraxax) ansi_mandelbrot: Cleanup, add new "slides", add comments. diff --git a/rpython/tool/ansi_mandelbrot.py

[pypy-commit] extradoc extradoc: Added myself to sprintinfo (21-23).

2015-02-13 Thread Alexander Schremmer
Author: Alexander Schremmer Branch: extradoc Changeset: r5504:0d55ce307244 Date: 2015-02-13 18:36 +0100 http://bitbucket.org/pypy/extradoc/changeset/0d55ce307244/ Log:Added myself to sprintinfo (21-23). diff --git a/sprintinfo/leysin-winter-2015/people.txt b/sprintinfo/leysin-winter-2015