[pypy-commit] pypy default: Added C API signature to some sqlite3 functions

2011-05-14 Thread berdario
Author: Dario Bertini Branch: Changeset: r44157:e6af2c0a55a1 Date: 2011-05-14 15:28 +0200 http://bitbucket.org/pypy/pypy/changeset/e6af2c0a55a1/ Log:Added C API signature to some sqlite3 functions diff --git a/lib_pypy/_sqlite3.py b/lib_pypy/_sqlite3.py --- a/lib_pypy/_sqlite3.py +++ b/lib_

[pypy-commit] pypy default: Fix for collation callback segfault

2011-05-14 Thread berdario
Author: Dario Bertini Branch: Changeset: r44158:4730794f30fb Date: 2011-05-14 16:25 +0200 http://bitbucket.org/pypy/pypy/changeset/4730794f30fb/ Log:Fix for collation callback segfault diff --git a/lib_pypy/_sqlite3.py b/lib_pypy/_sqlite3.py --- a/lib_pypy/_sqlite3.py +++ b/lib_pypy/_sqlite

[pypy-commit] pypy default: merge heads

2011-05-14 Thread berdario
Author: Dario Bertini Branch: Changeset: r44159:db26703a8d30 Date: 2011-05-14 16:26 +0200 http://bitbucket.org/pypy/pypy/changeset/db26703a8d30/ Log:merge heads diff --git a/lib-python/modified-2.7/test/test_multiprocessing.py b/lib-python/modified-2.7/test/test_multiprocessing.py --- a/li

[pypy-commit] extradoc extradoc: Added myself

2011-05-26 Thread berdario
Author: Dario Bertini Branch: extradoc Changeset: r3590:fb84f809eccb Date: 2011-05-27 03:49 +0200 http://bitbucket.org/pypy/extradoc/changeset/fb84f809eccb/ Log:Added myself diff --git a/sprintinfo/genova-pegli-2011/people.txt b/sprintinfo/genova-pegli-2011/people.txt --- a/sprintinfo/genov

[pypy-commit] pypy default: (berdario, armin, enrico franchi)

2011-06-25 Thread berdario
Author: Dario Bertini Branch: Changeset: r45114:f966c0c8d357 Date: 2011-06-25 17:12 +0200 http://bitbucket.org/pypy/pypy/changeset/f966c0c8d357/ Log:(berdario, armin, enrico franchi) Generate the same SET_ADD and MAP_ADD opcode as CPython (and thus also as the compiler module

[pypy-commit] pypy default: Added copy.py to modified-2.7

2011-06-28 Thread berdario
Author: Dario Bertini Branch: Changeset: r45159:6e432ea3de4a Date: 2011-06-28 16:07 +0200 http://bitbucket.org/pypy/pypy/changeset/6e432ea3de4a/ Log:Added copy.py to modified-2.7 diff --git a/lib-python/2.7/copy.py b/lib-python/modified-2.7/copy.py copy from lib-python/2.7/copy.py copy to l

[pypy-commit] pypy default: (berdario, antocuni)

2011-06-28 Thread berdario
Author: Dario Bertini Branch: Changeset: r45160:d9ea05b8958e Date: 2011-06-28 16:10 +0200 http://bitbucket.org/pypy/pypy/changeset/d9ea05b8958e/ Log:(berdario, antocuni) Modified copy.py to avoid relying on id() (on Pypy is slightly slower than on CPython) diff --git a/lib-python

[pypy-commit] pypy default: (berdario, antocuni)

2011-06-28 Thread berdario
Author: Dario Bertini Branch: Changeset: r45161:7b1d0c454f8a Date: 2011-06-28 16:35 +0200 http://bitbucket.org/pypy/pypy/changeset/7b1d0c454f8a/ Log:(berdario, antocuni) Changed the Wrapper/Adapter to make it more sane diff --git a/lib-python/modified-2.7/copy.py b/lib-python

[pypy-commit] pypy default: Reverted the changes to copy.py in the modified libs

2011-06-28 Thread berdario
Author: Dario Bertini Branch: Changeset: r45162:6397f2152b9a Date: 2011-06-28 16:37 +0200 http://bitbucket.org/pypy/pypy/changeset/6397f2152b9a/ Log:Reverted the changes to copy.py in the modified libs The speed improvement may not be worth the effort to mantain it separately diff -

[pypy-commit] pypy default: merge heads

2011-06-28 Thread berdario
Author: Dario Bertini Branch: Changeset: r45163:74eb86865bdf Date: 2011-06-28 17:05 +0200 http://bitbucket.org/pypy/pypy/changeset/74eb86865bdf/ Log:merge heads diff --git a/pypy/interpreter/test/test_typedef.py b/pypy/interpreter/test/test_typedef.py --- a/pypy/interpreter/test/test_typed

[pypy-commit] pypy default: Deleted old stale code that was commented-out in r 4973 and branch hl-backend

2011-07-01 Thread berdario
Author: Dario Bertini Branch: Changeset: r45221:63cc9b6cfcb7 Date: 2011-06-29 22:44 +0200 http://bitbucket.org/pypy/pypy/changeset/63cc9b6cfcb7/ Log:Deleted old stale code that was commented-out in r 4973 and branch hl-backend diff --git a/pypy/annotation/builtin.py b/pypy/annotatio

[pypy-commit] pypy default: Deleted old stale code that apparently was commented-out in r 9092 and branch ast-experiments

2011-07-01 Thread berdario
Author: Dario Bertini Branch: Changeset: r45222:c65284866830 Date: 2011-06-30 06:38 +0200 http://bitbucket.org/pypy/pypy/changeset/c65284866830/ Log:Deleted old stale code that apparently was commented-out in r 9092 and branch ast-experiments diff --git a/pypy/objspace/flow/operatio

[pypy-commit] pypy int32on64-experiment: Bunch of misc. changes

2011-07-01 Thread berdario
Author: Dario Bertini Branch: int32on64-experiment Changeset: r45224:2e960c5fb5c2 Date: 2011-07-01 12:14 +0200 http://bitbucket.org/pypy/pypy/changeset/2e960c5fb5c2/ Log:Bunch of misc. changes diff --git a/pypy/annotation/bookkeeper.py b/pypy/annotation/bookkeeper.py --- a/pypy/annotation/bo

[pypy-commit] pypy win64 test: Small cleanup (eg test_all.py)

2011-07-01 Thread berdario
Author: Dario Bertini Branch: win64 test Changeset: r45225:313a60758e6a Date: 2011-07-01 15:09 +0200 http://bitbucket.org/pypy/pypy/changeset/313a60758e6a/ Log:Small cleanup (eg test_all.py) Changed the int argtype in opimpl diff --git a/pypy/rlib/rarithmetic.py b/pypy/rlib/rarithmetic.py --

[pypy-commit] pypy default: merge heads

2011-07-01 Thread berdario
Author: Dario Bertini Branch: Changeset: r45226:62f51617cbc7 Date: 2011-07-01 15:14 +0200 http://bitbucket.org/pypy/pypy/changeset/62f51617cbc7/ Log:merge heads diff --git a/pypy/annotation/builtin.py b/pypy/annotation/builtin.py --- a/pypy/annotation/builtin.py +++ b/pypy/annotation/builti

[pypy-commit] pypy win64 test: Fixed ovfcheck, intmask and the objspace wrap

2011-07-02 Thread berdario
Author: Dario Bertini Branch: win64 test Changeset: r45266:9476f6f9941f Date: 2011-07-02 15:19 +0200 http://bitbucket.org/pypy/pypy/changeset/9476f6f9941f/ Log:Fixed ovfcheck, intmask and the objspace wrap Also: lessened other checks to allow for long types in place of ints diff --gi

[pypy-commit] pypy win64 test: merge heads

2011-07-02 Thread berdario
Author: Dario Bertini Branch: win64 test Changeset: r45267:4dcb9bc7322f Date: 2011-07-02 15:23 +0200 http://bitbucket.org/pypy/pypy/changeset/4dcb9bc7322f/ Log:merge heads diff --git a/pypy/rlib/rarithmetic.py b/pypy/rlib/rarithmetic.py --- a/pypy/rlib/rarithmetic.py +++ b/pypy/rlib/rarithme

[pypy-commit] pypy win64 test: Factored out code to check for int bounds, and changed some checks

2011-07-02 Thread berdario
Author: Dario Bertini Branch: win64 test Changeset: r45268:b4558e71f05e Date: 2011-07-02 16:10 +0200 http://bitbucket.org/pypy/pypy/changeset/b4558e71f05e/ Log:Factored out code to check for int bounds, and changed some checks diff --git a/pypy/objspace/std/objspace.py b/pypy/objspace/std/ob