[pypy-commit] benchmarks default: Added an ignore.

2011-07-12 Thread alex_gaynor
Author: Alex Gaynor Branch: Changeset: r120:a1939ef01100 Date: 2011-07-12 15:17 -0700 http://bitbucket.org/pypy/benchmarks/changeset/a1939ef01100/ Log:Added an ignore. diff --git a/.hgignore b/.hgignore new file mode 100644 --- /dev/null +++ b/.hgignore @@ -0,0 +1,1 @@ +.*\.py[co] _

[pypy-commit] pypy default: ll2ctypes bug: delay the creation of the ptrtype,

2011-07-12 Thread amauryfa
Author: Amaury Forgeot d'Arc Branch: Changeset: r45519:cb7edff773d0 Date: 2011-07-12 23:40 +0200 http://bitbucket.org/pypy/pypy/changeset/cb7edff773d0/ Log:ll2ctypes bug: delay the creation of the ptrtype, so that it does not point to an incomplete type (a Structure without _fields_,

[pypy-commit] pypy default: Yes, changing the struct name causes the test to fail

2011-07-12 Thread amauryfa
Author: Amaury Forgeot d'Arc Branch: Changeset: r45518:24bb4e1afc2a Date: 2011-07-08 19:39 +0200 http://bitbucket.org/pypy/pypy/changeset/24bb4e1afc2a/ Log:Yes, changing the struct name causes the test to fail diff --git a/pypy/rpython/lltypesystem/test/test_ll2ctypes.py b/pypy/rpython/llt

[pypy-commit] pypy reflex-support: merge heads

2011-07-12 Thread wlav
Author: Wim Lavrijsen Branch: reflex-support Changeset: r45517:b656c9b2cc2b Date: 2011-07-12 09:02 -0700 http://bitbucket.org/pypy/pypy/changeset/b656c9b2cc2b/ Log:merge heads diff --git a/pypy/module/cppyy/converter.py b/pypy/module/cppyy/converter.py --- a/pypy/module/cppyy/converter.py ++

[pypy-commit] pypy reflex-support: basic memory ownership rules

2011-07-12 Thread wlav
Author: Wim Lavrijsen Branch: reflex-support Changeset: r45516:2a9e452cb674 Date: 2011-07-12 09:00 -0700 http://bitbucket.org/pypy/pypy/changeset/2a9e452cb674/ Log:basic memory ownership rules diff --git a/pypy/module/cppyy/executor.py b/pypy/module/cppyy/executor.py --- a/pypy/module/cppyy/

[pypy-commit] pypy reflex-support: call_i implementation for cint back-end

2011-07-12 Thread wlav
Author: Wim Lavrijsen Branch: reflex-support Changeset: r45515:17d70e8f88b7 Date: 2011-07-12 06:43 -0700 http://bitbucket.org/pypy/pypy/changeset/17d70e8f88b7/ Log:call_i implementation for cint back-end diff --git a/pypy/module/cppyy/capi/cint_capi.py b/pypy/module/cppyy/capi/cint_capi.py

[pypy-commit] pypy reflex-support: fix translation

2011-07-12 Thread cfbolz
Author: Carl Friedrich Bolz Branch: reflex-support Changeset: r45514:12420105cecb Date: 2011-07-12 17:52 +0200 http://bitbucket.org/pypy/pypy/changeset/12420105cecb/ Log:fix translation diff --git a/pypy/module/cppyy/converter.py b/pypy/module/cppyy/converter.py --- a/pypy/module/cppyy/conve

[pypy-commit] extradoc extradoc: huh??? merge

2011-07-12 Thread cfbolz
Author: Carl Friedrich Bolz Branch: extradoc Changeset: r3832:a5dd230dcb1f Date: 2011-07-12 15:43 +0200 http://bitbucket.org/pypy/extradoc/changeset/a5dd230dcb1f/ Log:huh??? merge diff --git a/sprintinfo/ddorf2011-cppyy/planning.txt b/sprintinfo/ddorf2011-cppyy/planning.txt --- a/sprintinfo

[pypy-commit] extradoc extradoc: (all): planning

2011-07-12 Thread cfbolz
Author: Carl Friedrich Bolz Branch: extradoc Changeset: r3831:a3afd78a5f9e Date: 2011-07-12 15:40 +0200 http://bitbucket.org/pypy/extradoc/changeset/a3afd78a5f9e/ Log:(all): planning diff --git a/sprintinfo/ddorf2011-cppyy/planning.txt b/sprintinfo/ddorf2011-cppyy/planning.txt new file mode

[pypy-commit] extradoc extradoc: (all): planning for today

2011-07-12 Thread cfbolz
Author: Carl Friedrich Bolz Branch: extradoc Changeset: r3830:25902a83f246 Date: 2011-07-12 11:29 +0200 http://bitbucket.org/pypy/extradoc/changeset/25902a83f246/ Log:(all): planning for today diff --git a/sprintinfo/ddorf2011-cppyy/planning.txt b/sprintinfo/ddorf2011-cppyy/planning.txt ---

[pypy-commit] extradoc extradoc: (all): planning for yesterday

2011-07-12 Thread cfbolz
Author: Carl Friedrich Bolz Branch: extradoc Changeset: r3829:29a18711ac3b Date: 2011-07-12 11:19 +0200 http://bitbucket.org/pypy/extradoc/changeset/29a18711ac3b/ Log:(all): planning for yesterday diff --git a/sprintinfo/ddorf2011-cppyy/planning.txt b/sprintinfo/ddorf2011-cppyy/planning.txt

[pypy-commit] pypy reflex-support: (cfbolz, wlav) 64bit support

2011-07-12 Thread wlav
Author: Wim Lavrijsen Branch: reflex-support Changeset: r45513:dfa7b7d296fa Date: 2011-07-12 06:24 -0700 http://bitbucket.org/pypy/pypy/changeset/dfa7b7d296fa/ Log:(cfbolz, wlav) 64bit support diff --git a/pypy/module/cppyy/capi/reflex_capi.py b/pypy/module/cppyy/capi/reflex_capi.py --- a/p

[pypy-commit] pypy default: merge

2011-07-12 Thread fijal
Author: Maciej Fijalkowski Branch: Changeset: r45512:11343a789981 Date: 2011-07-12 14:50 +0200 http://bitbucket.org/pypy/pypy/changeset/11343a789981/ Log:merge diff --git a/pypy/jit/codewriter/jtransform.py b/pypy/jit/codewriter/jtransform.py --- a/pypy/jit/codewriter/jtransform.py +++ b/p

[pypy-commit] pypy numpy-impicit-convert: close merged branch

2011-07-12 Thread fijal
Author: Maciej Fijalkowski Branch: numpy-impicit-convert Changeset: r45511:b7e01d83d985 Date: 2011-07-12 14:48 +0200 http://bitbucket.org/pypy/pypy/changeset/b7e01d83d985/ Log:close merged branch ___ pypy-commit mailing list pypy-commit@python.org

[pypy-commit] pypy default: merge implicit type conversion branch

2011-07-12 Thread fijal
Author: Maciej Fijalkowski Branch: Changeset: r45510:80b39541afcd Date: 2011-07-12 14:48 +0200 http://bitbucket.org/pypy/pypy/changeset/80b39541afcd/ Log:merge implicit type conversion branch diff --git a/pypy/interpreter/baseobjspace.py b/pypy/interpreter/baseobjspace.py --- a/pypy/interpr

[pypy-commit] pypy.org extradoc: merge

2011-07-12 Thread RonnyPfannschmidt
Author: Ronny Pfannschmidt Branch: extradoc Changeset: r206:906ee8c1b535 Date: 2011-07-12 14:39 +0200 http://bitbucket.org/pypy/pypy.org/changeset/906ee8c1b535/ Log:merge diff --git a/source/README b/source/README --- a/source/README +++ b/source/README @@ -1,17 +1,11 @@ You can get necessa

[pypy-commit] pypy default: merge heads

2011-07-12 Thread arigo
Author: Armin Rigo Branch: Changeset: r45509:4480dd03bc6a Date: 2011-07-12 13:39 +0200 http://bitbucket.org/pypy/pypy/changeset/4480dd03bc6a/ Log:merge heads diff --git a/pypy/module/test_lib_pypy/ctypes_tests/test_functions.py b/pypy/module/test_lib_pypy/ctypes_tests/test_functions.py ---

[pypy-commit] pypy reflex-support: (wlav, arigo) Support the simple case of direct_ptradd().

2011-07-12 Thread arigo
Author: Armin Rigo Branch: reflex-support Changeset: r45508:ce9c837a3361 Date: 2011-07-12 13:38 +0200 http://bitbucket.org/pypy/pypy/changeset/ce9c837a3361/ Log:(wlav, arigo) Support the simple case of direct_ptradd(). diff --git a/pypy/jit/codewriter/jtransform.py b/pypy/jit/codewriter/jtr

[pypy-commit] pypy default: (wlav, arigo) Support the simple case of direct_ptradd().

2011-07-12 Thread arigo
Author: Armin Rigo Branch: Changeset: r45507:fcfaef748c13 Date: 2011-07-12 13:38 +0200 http://bitbucket.org/pypy/pypy/changeset/fcfaef748c13/ Log:(wlav, arigo) Support the simple case of direct_ptradd(). diff --git a/pypy/jit/codewriter/jtransform.py b/pypy/jit/codewriter/jtransform.py ---

[pypy-commit] pypy refactor-wrapped-del: Need to typecheck all callbacks from enqueue_for_destruction().

2011-07-12 Thread arigo
Author: Armin Rigo Branch: refactor-wrapped-del Changeset: r45506:0605e5c98e8a Date: 2011-07-12 13:23 +0200 http://bitbucket.org/pypy/pypy/changeset/0605e5c98e8a/ Log:Need to typecheck all callbacks from enqueue_for_destruction(). diff --git a/pypy/interpreter/baseobjspace.py b/pypy/interpre

[pypy-commit] pypy default: unskip and improve the test

2011-07-12 Thread antocuni
Author: Antonio Cuni Branch: Changeset: r45505:3bf39b9f938f Date: 2011-07-12 13:00 +0200 http://bitbucket.org/pypy/pypy/changeset/3bf39b9f938f/ Log:unskip and improve the test diff --git a/pypy/module/test_lib_pypy/ctypes_tests/test_functions.py b/pypy/module/test_lib_pypy/ctypes_tests/tes

[pypy-commit] pypy reflex-support: (hager, cfbolz): two careful promotes

2011-07-12 Thread cfbolz
Author: Carl Friedrich Bolz Branch: reflex-support Changeset: r45503:0fda37f1f11c Date: 2011-07-12 11:47 +0200 http://bitbucket.org/pypy/pypy/changeset/0fda37f1f11c/ Log:(hager, cfbolz): two careful promotes diff --git a/pypy/module/cppyy/interp_cppyy.py b/pypy/module/cppyy/interp_cppyy.py

[pypy-commit] pypy default: fix the gateway if something has no module

2011-07-12 Thread cfbolz
Author: Carl Friedrich Bolz Branch: Changeset: r45502:5cfaf26307cf Date: 2011-07-12 11:46 +0200 http://bitbucket.org/pypy/pypy/changeset/5cfaf26307cf/ Log:fix the gateway if something has no module diff --git a/pypy/interpreter/gateway.py b/pypy/interpreter/gateway.py --- a/pypy/interpreter

[pypy-commit] buildbot default: try using pypy to translate, should be globally installed on all buildslaves

2011-07-12 Thread fijal
Author: Maciej Fijalkowski Branch: Changeset: r524:49c32806cd40 Date: 2011-07-12 11:42 +0200 http://bitbucket.org/pypy/buildbot/changeset/49c32806cd40/ Log:try using pypy to translate, should be globally installed on all buildslaves diff --git a/bot2/pypybuildbot/builds.py b/bot2/py

[pypy-commit] pypy default: truncate also when converting to {s, u}longlongs. This has the nice effect to simplify a bit the code

2011-07-12 Thread antocuni
Author: Antonio Cuni Branch: Changeset: r45501:c88c99177447 Date: 2011-07-12 11:06 +0200 http://bitbucket.org/pypy/pypy/changeset/c88c99177447/ Log:truncate also when converting to {s,u}longlongs. This has the nice effect to simplify a bit the code diff --git a/pypy/module/_ffi/inte

[pypy-commit] pypy default: truncate python longs also when converting to unsigned types

2011-07-12 Thread antocuni
Author: Antonio Cuni Branch: Changeset: r45500:0022eb161caa Date: 2011-07-12 11:02 +0200 http://bitbucket.org/pypy/pypy/changeset/0022eb161caa/ Log:truncate python longs also when converting to unsigned types diff --git a/pypy/module/_ffi/interp_ffi.py b/pypy/module/_ffi/interp_ffi.py --- a

[pypy-commit] pypy default: truncate python longs when converting to C types

2011-07-12 Thread antocuni
Author: Antonio Cuni Branch: Changeset: r45499:194dbf1456fc Date: 2011-07-12 10:51 +0200 http://bitbucket.org/pypy/pypy/changeset/194dbf1456fc/ Log:truncate python longs when converting to C types diff --git a/pypy/module/_ffi/interp_ffi.py b/pypy/module/_ffi/interp_ffi.py --- a/pypy/module

[pypy-commit] pypy default: a failing test

2011-07-12 Thread antocuni
Author: Antonio Cuni Branch: Changeset: r45498:759f5b308eb6 Date: 2011-07-12 10:38 +0200 http://bitbucket.org/pypy/pypy/changeset/759f5b308eb6/ Log:a failing test diff --git a/pypy/module/test_lib_pypy/ctypes_tests/test_functions.py b/pypy/module/test_lib_pypy/ctypes_tests/test_functions.p

[pypy-commit] pypy refactor-wrapped-del: Mostly revert the changes here. The __del__ method just needs

2011-07-12 Thread arigo
Author: Armin Rigo Branch: refactor-wrapped-del Changeset: r45497:4b0f56f41c5d Date: 2011-07-11 23:09 +0200 http://bitbucket.org/pypy/pypy/changeset/4b0f56f41c5d/ Log:Mostly revert the changes here. The __del__ method just needs to use enqueue_for_destruction() in order to call the sp

[pypy-commit] pypy refactor-wrapped-del: Use enqueue_for_destruction() in case close()ing the file fails.

2011-07-12 Thread arigo
Author: Armin Rigo Branch: refactor-wrapped-del Changeset: r45496:a91ad10bc67e Date: 2011-07-11 23:03 +0200 http://bitbucket.org/pypy/pypy/changeset/a91ad10bc67e/ Log:Use enqueue_for_destruction() in case close()ing the file fails. We cannot nicely report the error immediately, becaus

[pypy-commit] pypy refactor-wrapped-del: Fix and simplify handling of destructors, both interp-level and

2011-07-12 Thread arigo
Author: Armin Rigo Branch: refactor-wrapped-del Changeset: r45495:3a6efd180057 Date: 2011-07-11 22:55 +0200 http://bitbucket.org/pypy/pypy/changeset/3a6efd180057/ Log:Fix and simplify handling of destructors, both interp-level and app- level. No more magic meta-programming. Instead, w