[pypy-commit] pypy win64-stage1: Hey, this is the first working pypy win64 ever !!!

2011-12-04 Thread ctismer
Author: Christian Tismer tis...@stackless.com Branch: win64-stage1 Changeset: r50158:5dd74223444d Date: 2011-12-04 23:50 +0100 http://bitbucket.org/pypy/pypy/changeset/5dd74223444d/ Log:Hey, this is the first working pypy win64 ever !!! -O1 --no-allworkingmodules but I think it is the

[pypy-commit] pypy default: fixed _socket int/uint matters

2011-12-06 Thread ctismer
Author: Christian Tismer tis...@stackless.com Branch: Changeset: r50206:f6023488fc52 Date: 2011-12-06 11:03 +0100 http://bitbucket.org/pypy/pypy/changeset/f6023488fc52/ Log:fixed _socket int/uint matters diff --git a/pypy/module/_socket/interp_func.py b/pypy/module/_socket/interp_func.py

[pypy-commit] pypy win64-stage1: merge default

2011-12-06 Thread ctismer
Author: Christian Tismer tis...@stackless.com Branch: win64-stage1 Changeset: r50213:b853ad20830d Date: 2011-12-06 17:39 +0100 http://bitbucket.org/pypy/pypy/changeset/b853ad20830d/ Log:merge default diff --git a/lib_pypy/_collections.py b/lib_pypy/_collections.py ---

[pypy-commit] pypy win64-stage1: Merge with default

2011-12-06 Thread ctismer
Author: Christian Tismer tis...@stackless.com Branch: win64-stage1 Changeset: r50216:7c2b76526385 Date: 2011-12-06 18:26 +0100 http://bitbucket.org/pypy/pypy/changeset/7c2b76526385/ Log:Merge with default diff --git a/lib_pypy/_collections.py b/lib_pypy/_collections.py ---

[pypy-commit] pypy win64-stage1: more places where signed_defn.h is missing. Made it easier to add it more often

2011-12-06 Thread ctismer
Author: Christian Tismer tis...@stackless.com Branch: win64-stage1 Changeset: r50222:ccaf375ee24b Date: 2011-12-06 21:01 +0100 http://bitbucket.org/pypy/pypy/changeset/ccaf375ee24b/ Log:more places where signed_defn.h is missing. Made it easier to add it more often diff --git

[pypy-commit] pypy win64-stage1: typo :-(

2011-12-06 Thread ctismer
Author: Christian Tismer tis...@stackless.com Branch: win64-stage1 Changeset: r50226:41a380cec3d1 Date: 2011-12-06 21:39 +0100 http://bitbucket.org/pypy/pypy/changeset/41a380cec3d1/ Log:typo :-( diff --git a/pypy/translator/c/src/signals.h b/pypy/translator/c/src/signals.h ---

[pypy-commit] pypy win64-stage1: merge

2011-12-06 Thread ctismer
Author: Christian Tismer tis...@stackless.com Branch: win64-stage1 Changeset: r50229:e3ea42ebc83e Date: 2011-12-06 22:35 +0100 http://bitbucket.org/pypy/pypy/changeset/e3ea42ebc83e/ Log:merge diff --git a/pypy/translator/c/src/signals.h b/pypy/translator/c/src/signals.h ---

[pypy-commit] pypy win64-stage1: merge default

2011-12-06 Thread ctismer
Author: Christian Tismer tis...@stackless.com Branch: win64-stage1 Changeset: r50228:2e5389e1972f Date: 2011-12-06 22:34 +0100 http://bitbucket.org/pypy/pypy/changeset/2e5389e1972f/ Log:merge default diff --git a/pypy/module/micronumpy/app_numpy.py b/pypy/module/micronumpy/app_numpy.py ---

[pypy-commit] pypy default: rmmap is fixed. Signed/unsigned problem, with weird effects in the annotator.

2011-12-07 Thread ctismer
Author: Christian Tismer tis...@stackless.com Branch: Changeset: r50253:588a7a11455b Date: 2011-12-07 17:06 +0100 http://bitbucket.org/pypy/pypy/changeset/588a7a11455b/ Log:rmmap is fixed. Signed/unsigned problem, with weird effects in the annotator. had a hard time to understand

[pypy-commit] pypy default: Merge

2011-12-07 Thread ctismer
Author: Christian Tismer tis...@stackless.com Branch: Changeset: r50254:469c4a362d73 Date: 2011-12-07 17:07 +0100 http://bitbucket.org/pypy/pypy/changeset/469c4a362d73/ Log:Merge diff --git a/pypy/module/micronumpy/interp_numarray.py b/pypy/module/micronumpy/interp_numarray.py ---

[pypy-commit] pypy win64-stage1: merge default

2011-12-07 Thread ctismer
Author: Christian Tismer tis...@stackless.com Branch: win64-stage1 Changeset: r50280:da31cc0f6eee Date: 2011-12-07 18:28 +0100 http://bitbucket.org/pypy/pypy/changeset/da31cc0f6eee/ Log:merge default diff --git a/pypy/bin/checkmodule.py b/pypy/bin/checkmodule.py --- a/pypy/bin/checkmodule.py

[pypy-commit] pypy default: windows fix (mattip, stakkars)

2011-12-09 Thread ctismer
Author: Christian Tismer tis...@stackless.com Branch: Changeset: r50324:8abfe57358d8 Date: 2011-12-09 14:20 +0100 http://bitbucket.org/pypy/pypy/changeset/8abfe57358d8/ Log:windows fix (mattip, stakkars) diff --git a/pypy/rlib/rdynload.py b/pypy/rlib/rdynload.py --- a/pypy/rlib/rdynload.py

[pypy-commit] pypy win64-stage1: Quite a simplification and improvement:

2011-12-09 Thread ctismer
Author: Christian Tismer tis...@stackless.com Branch: win64-stage1 Changeset: r50327:ffe08320d6bc Date: 2011-12-09 16:18 +0100 http://bitbucket.org/pypy/pypy/changeset/ffe08320d6bc/ Log:Quite a simplification and improvement: removed the extra mess for signed_defn.h and put it into

[pypy-commit] pypy win64-stage1: small fix to test_libffi

2011-12-09 Thread ctismer
Author: Christian Tismer tis...@stackless.com Branch: win64-stage1 Changeset: r50330:91bdfa626831 Date: 2011-12-09 23:46 +0100 http://bitbucket.org/pypy/pypy/changeset/91bdfa626831/ Log:small fix to test_libffi diff --git a/pypy/rlib/test/test_libffi.py b/pypy/rlib/test/test_libffi.py ---

[pypy-commit] pypy win64_gborg: continuing win64

2011-11-03 Thread ctismer
Author: Christian Tismer tis...@stackless.com Branch: win64_gborg Changeset: r48703:5179e1483dfb Date: 2011-11-03 16:24 +0100 http://bitbucket.org/pypy/pypy/changeset/5179e1483dfb/ Log:continuing win64 ___ pypy-commit mailing list

[pypy-commit] pypy win64_gborg: disabled errno check on win64 and py 2.7.2 - ctypes bug

2011-11-04 Thread ctismer
Author: Christian Tismer tis...@stackless.com Branch: win64_gborg Changeset: r48751:96b9f3051fa4 Date: 2011-11-04 14:44 +0100 http://bitbucket.org/pypy/pypy/changeset/96b9f3051fa4/ Log:disabled errno check on win64 and py 2.7.2 - ctypes bug diff --git a/pypy/rpython/lltypesystem/ll2ctypes.py

[pypy-commit] pypy win64_gborg: added file to memorize things to do.

2011-11-04 Thread ctismer
Author: Christian Tismer tis...@stackless.com Branch: win64_gborg Changeset: r48758:ac60a3708bc3 Date: 2011-11-04 19:08 +0100 http://bitbucket.org/pypy/pypy/changeset/ac60a3708bc3/ Log:added file to memorize things to do. diff --git a/pypy/doc/discussion/win64_todo.txt

[pypy-commit] pypy win64_gborg: temporarily disabled import of rwin32

2011-11-04 Thread ctismer
Author: Christian Tismer tis...@stackless.com Branch: win64_gborg Changeset: r48759:4acfd6f8e884 Date: 2011-11-04 19:12 +0100 http://bitbucket.org/pypy/pypy/changeset/4acfd6f8e884/ Log:temporarily disabled import of rwin32 diff --git a/pypy/rpython/module/ll_os.py

[pypy-commit] pypy win64_gborg: coming closer, 49 tests passed, 16 failed in test_typed.py

2011-11-05 Thread ctismer
Author: Christian Tismer tis...@stackless.com Branch: win64_gborg Changeset: r48798:2f25d74f9648 Date: 2011-11-05 18:23 +0100 http://bitbucket.org/pypy/pypy/changeset/2f25d74f9648/ Log:coming closer, 49 tests passed, 16 failed in test_typed.py Failing: test_memoryerror test_unichr

[pypy-commit] pypy win64_gborg: merge default

2011-11-05 Thread ctismer
Author: Christian Tismer tis...@stackless.com Branch: win64_gborg Changeset: r48799:9752b5362bec Date: 2011-11-05 18:32 +0100 http://bitbucket.org/pypy/pypy/changeset/9752b5362bec/ Log:merge default diff --git a/pypy/jit/metainterp/optimizeopt/optimizer.py

[pypy-commit] pypy win64_gborg: adjusted the overflow checks

2011-11-06 Thread ctismer
Author: Christian Tismer tis...@stackless.com Branch: win64_gborg Changeset: r48823:f8438a89169b Date: 2011-11-06 13:24 +0100 http://bitbucket.org/pypy/pypy/changeset/f8438a89169b/ Log:adjusted the overflow checks diff --git a/pypy/rpython/rint.py b/pypy/rpython/rint.py ---

[pypy-commit] pypy win64_gborg: merge

2011-11-06 Thread ctismer
Author: Christian Tismer tis...@stackless.com Branch: win64_gborg Changeset: r48825:626b202a12c5 Date: 2011-11-06 14:18 +0100 http://bitbucket.org/pypy/pypy/changeset/626b202a12c5/ Log:merge diff --git a/lib-python/conftest.py b/lib-python/conftest.py --- a/lib-python/conftest.py +++

[pypy-commit] pypy win64_gborg: Adjusted 'long' in most c/src files, but tried carefully not to mix up things where CPython is involved.

2011-11-06 Thread ctismer
Author: Christian Tismer tis...@stackless.com Branch: win64_gborg Changeset: r48824:0944b1ca1861 Date: 2011-11-06 14:13 +0100 http://bitbucket.org/pypy/pypy/changeset/0944b1ca1861/ Log:Adjusted 'long' in most c/src files, but tried carefully not to mix up things where CPython is

[pypy-commit] pypy win64_gborg: reverted a few changes which cannot take external macros

2011-11-06 Thread ctismer
Author: Christian Tismer tis...@stackless.com Branch: win64_gborg Changeset: r48826:8910ec31f7e2 Date: 2011-11-06 14:37 +0100 http://bitbucket.org/pypy/pypy/changeset/8910ec31f7e2/ Log:reverted a few changes which cannot take external macros diff --git a/pypy/translator/c/src/stack.h

[pypy-commit] pypy win64_gborg: modulo 4 tests (flot/unicode conversion), it all works.

2011-11-06 Thread ctismer
Author: Christian Tismer tis...@stackless.com Branch: win64_gborg Changeset: r48827:c4ab5a26c418 Date: 2011-11-06 15:02 +0100 http://bitbucket.org/pypy/pypy/changeset/c4ab5a26c418/ Log:modulo 4 tests (flot/unicode conversion), it all works. Renamed stuff to 'Signed', 'Unsigned' after

[pypy-commit] pypy win64_gborg: simplified primitive.py by using the types 'Signed' and 'Unsigned' which are defined in g_prerequisites.h

2011-11-06 Thread ctismer
Author: Christian Tismer tis...@stackless.com Branch: win64_gborg Changeset: r48830:f977b0b7d913 Date: 2011-11-06 18:12 +0100 http://bitbucket.org/pypy/pypy/changeset/f977b0b7d913/ Log:simplified primitive.py by using the types 'Signed' and 'Unsigned' which are defined in

[pypy-commit] pypy win64_gborg: corrected the formatting of constants.

2011-11-06 Thread ctismer
Author: Christian Tismer tis...@stackless.com Branch: win64_gborg Changeset: r48829:0525e812c2ca Date: 2011-11-06 18:07 +0100 http://bitbucket.org/pypy/pypy/changeset/0525e812c2ca/ Log:corrected the formatting of constants. Pretty hackish by a small function that replaces L with LL,

[pypy-commit] pypy win64_gborg: a little bit of comments for me ; -)

2011-11-06 Thread ctismer
Author: Christian Tismer tis...@stackless.com Branch: win64_gborg Changeset: r48855:5a52e0062e49 Date: 2011-11-06 21:36 +0100 http://bitbucket.org/pypy/pypy/changeset/5a52e0062e49/ Log:a little bit of comments for me ;-) diff --git a/pypy/rpython/rmodel.py b/pypy/rpython/rmodel.py ---

[pypy-commit] pypy win64_gborg: got one of four things in test_typed.py to run.

2011-11-06 Thread ctismer
Author: Christian Tismer tis...@stackless.com Branch: win64_gborg Changeset: r48856:dc81624b6a84 Date: 2011-11-07 00:40 +0100 http://bitbucket.org/pypy/pypy/changeset/dc81624b6a84/ Log:got one of four things in test_typed.py to run. It is rffi related, the others probably as well. I

[pypy-commit] pypy win64_gborg: merge default

2011-11-06 Thread ctismer
Author: Christian Tismer tis...@stackless.com Branch: win64_gborg Changeset: r48857:84921a708527 Date: 2011-11-07 00:42 +0100 http://bitbucket.org/pypy/pypy/changeset/84921a708527/ Log:merge default diff --git a/pypy/module/cpyext/api.py b/pypy/module/cpyext/api.py ---

[pypy-commit] pypy win64_gborg: Merge with default

2011-11-08 Thread ctismer
Author: Christian Tismer tis...@stackless.com Branch: win64_gborg Changeset: r48941:8c667375eed2 Date: 2011-11-08 00:43 +0100 http://bitbucket.org/pypy/pypy/changeset/8c667375eed2/ Log:Merge with default diff --git a/lib_pypy/pyrepl/commands.py b/lib_pypy/pyrepl/commands.py ---

[pypy-commit] pypy win64_gborg: Merge with default

2011-11-08 Thread ctismer
Author: Christian Tismer tis...@stackless.com Branch: win64_gborg Changeset: r48939:64b52e0ecfcc Date: 2011-11-07 17:26 +0100 http://bitbucket.org/pypy/pypy/changeset/64b52e0ecfcc/ Log:Merge with default diff --git a/pypy/module/cpyext/api.py b/pypy/module/cpyext/api.py ---

[pypy-commit] pypy win64_gborg: removed the last bug from test_typed.py ehich is not related to rwin32.py buggyness

2011-11-08 Thread ctismer
Author: Christian Tismer tis...@stackless.com Branch: win64_gborg Changeset: r48940:0ea921260824 Date: 2011-11-08 00:41 +0100 http://bitbucket.org/pypy/pypy/changeset/0ea921260824/ Log:removed the last bug from test_typed.py ehich is not related to rwin32.py buggyness diff --git

[pypy-commit] pypy default: added sys.maxint to the compilation hash, to avoid obscure errors on windows

2011-11-08 Thread ctismer
Author: Christian Tismer tis...@stackless.com Branch: Changeset: r48942:905df0d6d47e Date: 2011-11-08 16:37 +0100 http://bitbucket.org/pypy/pypy/changeset/905df0d6d47e/ Log:added sys.maxint to the compilation hash, to avoid obscure errors on windows diff --git

[pypy-commit] pypy default: Merge

2011-11-08 Thread ctismer
Author: Christian Tismer tis...@stackless.com Branch: Changeset: r48943:7c7c46d6a78d Date: 2011-11-08 16:41 +0100 http://bitbucket.org/pypy/pypy/changeset/7c7c46d6a78d/ Log:Merge diff --git a/lib_pypy/_ctypes/pointer.py b/lib_pypy/_ctypes/pointer.py --- a/lib_pypy/_ctypes/pointer.py +++

[pypy-commit] pypy win64_gborg: merge

2011-11-08 Thread ctismer
Author: Christian Tismer tis...@stackless.com Branch: win64_gborg Changeset: r48958:685959b8208e Date: 2011-11-08 17:22 +0100 http://bitbucket.org/pypy/pypy/changeset/685959b8208e/ Log:merge diff --git a/lib_pypy/_ctypes/pointer.py b/lib_pypy/_ctypes/pointer.py ---

[pypy-commit] pypy win64_gborg: merge

2011-11-08 Thread ctismer
Author: Christian Tismer tis...@stackless.com Branch: win64_gborg Changeset: r48957:8b324f7ce7a9 Date: 2011-11-08 17:21 +0100 http://bitbucket.org/pypy/pypy/changeset/8b324f7ce7a9/ Log:merge ___ pypy-commit mailing list pypy-commit@python.org

[pypy-commit] pypy win64_gborg: all errors are gone from test_typed.py.

2011-11-08 Thread ctismer
Author: Christian Tismer tis...@stackless.com Branch: win64_gborg Changeset: r48959:ec8e923109d9 Date: 2011-11-08 18:10 +0100 http://bitbucket.org/pypy/pypy/changeset/ec8e923109d9/ Log:all errors are gone from test_typed.py. This was a major hassle during the last two days. I was

[pypy-commit] pypy win64_gborg: re-enabled rwin32

2011-11-08 Thread ctismer
Author: Christian Tismer tis...@stackless.com Branch: win64_gborg Changeset: r48961:e205679c19d1 Date: 2011-11-08 18:19 +0100 http://bitbucket.org/pypy/pypy/changeset/e205679c19d1/ Log:re-enabled rwin32 diff --git a/pypy/rpython/module/ll_os.py b/pypy/rpython/module/ll_os.py ---

[pypy-commit] pypy win64_gborg: re-enabled rwin32

2011-11-08 Thread ctismer
Author: Christian Tismer tis...@stackless.com Branch: win64_gborg Changeset: r48962:c00873500c87 Date: 2011-11-08 18:23 +0100 http://bitbucket.org/pypy/pypy/changeset/c00873500c87/ Log:re-enabled rwin32 diff --git a/pypy/doc/discussion/win64_todo.txt b/pypy/doc/discussion/win64_todo.txt ---

[pypy-commit] pypy win64_gborg: ll_os.times() works now

2011-11-08 Thread ctismer
Author: Christian Tismer tis...@stackless.com Branch: win64_gborg Changeset: r48964:1aa825cbc8de Date: 2011-11-08 18:58 +0100 http://bitbucket.org/pypy/pypy/changeset/1aa825cbc8de/ Log:ll_os.times() works now diff --git a/pypy/rpython/module/ll_os.py b/pypy/rpython/module/ll_os.py ---

[pypy-commit] pypy win64_gborg: merge

2011-11-08 Thread ctismer
Author: Christian Tismer tis...@stackless.com Branch: win64_gborg Changeset: r48965:51c332546797 Date: 2011-11-08 18:58 +0100 http://bitbucket.org/pypy/pypy/changeset/51c332546797/ Log:merge diff --git a/pypy/translator/c/genc.py b/pypy/translator/c/genc.py --- a/pypy/translator/c/genc.py

[pypy-commit] pypy win64_gborg: ll_os.utimes works, too

2011-11-08 Thread ctismer
Author: Christian Tismer tis...@stackless.com Branch: win64_gborg Changeset: r48972:95c8b04b7cf8 Date: 2011-11-08 20:34 +0100 http://bitbucket.org/pypy/pypy/changeset/95c8b04b7cf8/ Log:ll_os.utimes works, too diff --git a/pypy/rlib/rarithmetic.py b/pypy/rlib/rarithmetic.py ---

[pypy-commit] pypy win64_gborg: merge

2011-11-08 Thread ctismer
Author: Christian Tismer tis...@stackless.com Branch: win64_gborg Changeset: r48973:689e57b43a04 Date: 2011-11-08 20:35 +0100 http://bitbucket.org/pypy/pypy/changeset/689e57b43a04/ Log:merge diff --git a/pypy/jit/metainterp/optimizeopt/test/test_optimizebasic.py

[pypy-commit] pypy win64_gborg: test_chdir is fixed now for win32

2011-11-08 Thread ctismer
Author: Christian Tismer tis...@stackless.com Branch: win64_gborg Changeset: r48974:82f5470affc1 Date: 2011-11-08 20:52 +0100 http://bitbucket.org/pypy/pypy/changeset/82f5470affc1/ Log:test_chdir is fixed now for win32 diff --git a/pypy/rpython/module/test/test_ll_os.py

[pypy-commit] pypy win64_gborg: all of test_ll_os works now (more than before is started win64 ; -)

2011-11-08 Thread ctismer
Author: Christian Tismer tis...@stackless.com Branch: win64_gborg Changeset: r48975:d4d34a4e70e5 Date: 2011-11-08 23:45 +0100 http://bitbucket.org/pypy/pypy/changeset/d4d34a4e70e5/ Log:all of test_ll_os works now (more than before is started win64 ;-) diff --git

[pypy-commit] pypy win64_gborg: test_ll_os_stat works now as well

2011-11-08 Thread ctismer
Author: Christian Tismer tis...@stackless.com Branch: win64_gborg Changeset: r48976:10717241c974 Date: 2011-11-09 01:32 +0100 http://bitbucket.org/pypy/pypy/changeset/10717241c974/ Log:test_ll_os_stat works now as well diff --git a/pypy/rpython/module/ll_os_stat.py

[pypy-commit] pypy win64_gborg: test_ll_os_stat works now, too. Hint: never assume 'c:\temp' exists. Use the environ!

2011-11-08 Thread ctismer
Author: Christian Tismer tis...@stackless.com Branch: win64_gborg Changeset: r48977:ede54430f3a2 Date: 2011-11-09 01:48 +0100 http://bitbucket.org/pypy/pypy/changeset/ede54430f3a2/ Log:test_ll_os_stat works now, too. Hint: never assume 'c:\temp' exists. Use the environ! diff --git

[pypy-commit] pypy win64_gborg: test_ll_time: test_time_sleep works

2011-11-08 Thread ctismer
Author: Christian Tismer tis...@stackless.com Branch: win64_gborg Changeset: r48978:4e6f08cf4321 Date: 2011-11-09 02:34 +0100 http://bitbucket.org/pypy/pypy/changeset/4e6f08cf4321/ Log:test_ll_time: test_time_sleep works diff --git a/pypy/rlib/rarithmetic.py b/pypy/rlib/rarithmetic.py ---

[pypy-commit] pypy win64_gborg: test_posix: test_open works

2011-11-08 Thread ctismer
Author: Christian Tismer tis...@stackless.com Branch: win64_gborg Changeset: r48981:d8a8d1ed4a04 Date: 2011-11-09 03:21 +0100 http://bitbucket.org/pypy/pypy/changeset/d8a8d1ed4a04/ Log:test_posix: test_open works diff --git a/pypy/rpython/module/ll_os.py b/pypy/rpython/module/ll_os.py ---

[pypy-commit] pypy win64_gborg: test_posix: test_isatty works

2011-11-08 Thread ctismer
Author: Christian Tismer tis...@stackless.com Branch: win64_gborg Changeset: r48982:dc98b8e33da9 Date: 2011-11-09 03:32 +0100 http://bitbucket.org/pypy/pypy/changeset/dc98b8e33da9/ Log:test_posix: test_isatty works diff --git a/pypy/rpython/module/ll_os.py b/pypy/rpython/module/ll_os.py ---

[pypy-commit] pypy win64_gborg: fixed ovfcheck, which needs to skip symbolics. This caused 50 or more gs tests to fail

2011-11-09 Thread ctismer
Author: Christian Tismer tis...@stackless.com Branch: win64_gborg Changeset: r48989:8a0ade5786bf Date: 2011-11-09 12:37 +0100 http://bitbucket.org/pypy/pypy/changeset/8a0ade5786bf/ Log:fixed ovfcheck, which needs to skip symbolics. This caused 50 or more gs tests to fail diff --git

[pypy-commit] pypy win64_gborg: fixed memorylayout of the GC for win64, format characters

2011-11-09 Thread ctismer
Author: Christian Tismer tis...@stackless.com Branch: win64_gborg Changeset: r49010:305bded94dfb Date: 2011-11-09 13:49 +0100 http://bitbucket.org/pypy/pypy/changeset/305bded94dfb/ Log:fixed memorylayout of the GC for win64, format characters diff --git a/pypy/jit/backend/llsupport/descr.py

[pypy-commit] pypy win64_gborg: merge

2011-11-09 Thread ctismer
Author: Christian Tismer tis...@stackless.com Branch: win64_gborg Changeset: r49011:5353e7a1dade Date: 2011-11-09 14:37 +0100 http://bitbucket.org/pypy/pypy/changeset/5353e7a1dade/ Log:merge diff --git a/pypy/jit/metainterp/optimizeopt/intutils.py

[pypy-commit] pypy win64_gborg: gc inspector works

2011-11-09 Thread ctismer
Author: Christian Tismer tis...@stackless.com Branch: win64_gborg Changeset: r49025:71ab3a388b25 Date: 2011-11-09 17:21 +0100 http://bitbucket.org/pypy/pypy/changeset/71ab3a388b25/ Log:gc inspector works diff --git a/pypy/rpython/lltypesystem/rffi.py b/pypy/rpython/lltypesystem/rffi.py ---

[pypy-commit] pypy win64_gborg: fixed test_compute_hash

2011-11-09 Thread ctismer
Author: Christian Tismer tis...@stackless.com Branch: win64_gborg Changeset: r49056:de489f7cb78d Date: 2011-11-09 20:50 +0100 http://bitbucket.org/pypy/pypy/changeset/de489f7cb78d/ Log:fixed test_compute_hash diff --git a/pypy/rpython/lltypesystem/opimpl.py

[pypy-commit] pypy win64_gborg: typo correction

2011-11-10 Thread ctismer
Author: Christian Tismer tis...@stackless.com Branch: win64_gborg Changeset: r49128:aeccba4a7567 Date: 2011-11-10 01:15 +0100 http://bitbucket.org/pypy/pypy/changeset/aeccba4a7567/ Log:typo correction diff --git a/pypy/rlib/rarithmetic.py b/pypy/rlib/rarithmetic.py ---

[pypy-commit] pypy win64_gborg: Merge with default

2011-11-10 Thread ctismer
Author: Christian Tismer tis...@stackless.com Branch: win64_gborg Changeset: r49129:27520540161f Date: 2011-11-10 01:37 +0100 http://bitbucket.org/pypy/pypy/changeset/27520540161f/ Log:Merge with default diff --git a/lib-python/2.7/test/test_os.py b/lib-python/2.7/test/test_os.py ---

[pypy-commit] pypy win64_gborg: merge

2011-11-10 Thread ctismer
Author: Christian Tismer tis...@stackless.com Branch: win64_gborg Changeset: r49131:60550d8ee39f Date: 2011-11-10 13:10 +0100 http://bitbucket.org/pypy/pypy/changeset/60550d8ee39f/ Log:merge diff --git a/pypy/jit/backend/llsupport/descr.py b/pypy/jit/backend/llsupport/descr.py ---

[pypy-commit] pypy win64_gborg: Merge with default

2011-11-10 Thread ctismer
Author: Christian Tismer tis...@stackless.com Branch: win64_gborg Changeset: r49275:663b703f5738 Date: 2011-11-10 13:53 +0100 http://bitbucket.org/pypy/pypy/changeset/663b703f5738/ Log:Merge with default diff --git a/pypy/objspace/std/bytearrayobject.py

[pypy-commit] pypy win64 test: closing badly named old branch. I guess that the changes are still visible from win64_gborg

2011-11-10 Thread ctismer
Author: Christian Tismer tis...@stackless.com Branch: win64 test Changeset: r49276:9d40404468cf Date: 2011-11-10 14:11 +0100 http://bitbucket.org/pypy/pypy/changeset/9d40404468cf/ Log:closing badly named old branch. I guess that the changes are still visible from win64_gborg

[pypy-commit] pypy win64-stage1: new name for the branch

2011-11-10 Thread ctismer
Author: Christian Tismer tis...@stackless.com Branch: win64-stage1 Changeset: r49282:0309b15c05f8 Date: 2011-11-10 17:47 +0100 http://bitbucket.org/pypy/pypy/changeset/0309b15c05f8/ Log:new name for the branch ___ pypy-commit mailing list

[pypy-commit] pypy win64_gborg: renamed to win64-stage1

2011-11-10 Thread ctismer
Author: Christian Tismer tis...@stackless.com Branch: win64_gborg Changeset: r49283:ca0f81ea74b5 Date: 2011-11-10 17:50 +0100 http://bitbucket.org/pypy/pypy/changeset/ca0f81ea74b5/ Log:renamed to win64-stage1 ___ pypy-commit mailing list

[pypy-commit] pypy win64-stage1: removed a check in r_bigint that creates more problems now than it solves

2011-11-11 Thread ctismer
Author: Christian Tismer tis...@stackless.com Branch: win64-stage1 Changeset: r49337:c8e869f3da71 Date: 2011-11-11 19:34 +0100 http://bitbucket.org/pypy/pypy/changeset/c8e869f3da71/ Log:removed a check in r_bigint that creates more problems now than it solves diff --git

[pypy-commit] pypy win64-stage1: buildbot problem partially solved: sys.maxint is now also hacked when called by the buildbot (which uses pytest, not the test_all

2011-11-12 Thread ctismer
Author: Christian Tismer tis...@stackless.com Branch: win64-stage1 Changeset: r49357:30f9db926aa8 Date: 2011-11-12 13:20 +0100 http://bitbucket.org/pypy/pypy/changeset/30f9db926aa8/ Log:buildbot problem partially solved: sys.maxint is now also hacked when called by the buildbot (which

[pypy-commit] pypy win64-stage1: oupps

2011-11-12 Thread ctismer
Author: Christian Tismer tis...@stackless.com Branch: win64-stage1 Changeset: r49359:c4db8f51a9bd Date: 2011-11-12 13:39 +0100 http://bitbucket.org/pypy/pypy/changeset/c4db8f51a9bd/ Log:oupps diff --git a/pytest.py b/pytest.py --- a/pytest.py +++ b/pytest.py @@ -10,6 +10,7 @@ if

[pypy-commit] pypy win64-stage1: fixed clibffi.py, but win32.c must be replaced, and I don't know yes by what.

2011-11-14 Thread ctismer
Author: Christian Tismer tis...@stackless.com Branch: win64-stage1 Changeset: r49420:bb40c355d38d Date: 2011-11-14 18:49 +0100 http://bitbucket.org/pypy/pypy/changeset/bb40c355d38d/ Log:fixed clibffi.py, but win32.c must be replaced, and I don't know yes by what. diff --git

[pypy-commit] pypy win64-stage1: Merge with default

2011-11-14 Thread ctismer
Author: Christian Tismer tis...@stackless.com Branch: win64-stage1 Changeset: r49421:4b214639c276 Date: 2011-11-14 18:54 +0100 http://bitbucket.org/pypy/pypy/changeset/4b214639c276/ Log:Merge with default diff --git a/lib-python/modified-2.7/test/test_import.py

[pypy-commit] pypy win64-stage1: added win64.asm

2011-11-14 Thread ctismer
Author: Christian Tismer tis...@stackless.com Branch: win64-stage1 Changeset: r49423:e1834e63c531 Date: 2011-11-14 23:21 +0100 http://bitbucket.org/pypy/pypy/changeset/e1834e63c531/ Log:added win64.asm diff --git a/pypy/rlib/clibffi.py b/pypy/rlib/clibffi.py --- a/pypy/rlib/clibffi.py +++

[pypy-commit] pypy default: made the assembler sources compile so far

2011-11-18 Thread ctismer
Author: Christian Tismer tis...@stackless.com Branch: Changeset: r49539:7d9e78a91dce Date: 2011-11-18 23:12 +0100 http://bitbucket.org/pypy/pypy/changeset/7d9e78a91dce/ Log:made the assembler sources compile so far diff --git a/pypy/rlib/_rffi_stacklet.py b/pypy/rlib/_rffi_stacklet.py ---

[pypy-commit] pypy default: maybe wrong merge or wrong update. Anyway, fixed

2011-11-18 Thread ctismer
Author: Christian Tismer tis...@stackless.com Branch: Changeset: r49541:7a0e4c3ee81a Date: 2011-11-19 01:51 +0100 http://bitbucket.org/pypy/pypy/changeset/7a0e4c3ee81a/ Log:maybe wrong merge or wrong update. Anyway, fixed diff --git a/pypy/jit/codewriter/codewriter.py

[pypy-commit] pypy default: escape 'lambda' for windows

2011-11-18 Thread ctismer
Author: Christian Tismer tis...@stackless.com Branch: Changeset: r49542:11f0c5fd62bd Date: 2011-11-19 02:01 +0100 http://bitbucket.org/pypy/pypy/changeset/11f0c5fd62bd/ Log:escape 'lambda' for windows diff --git a/pypy/jit/codewriter/codewriter.py b/pypy/jit/codewriter/codewriter.py ---

[pypy-commit] pypy default: got continuelets ready for windows.

2011-11-19 Thread ctismer
Author: Christian Tismer tis...@stackless.com Branch: Changeset: r49556:b64cba156148 Date: 2011-11-19 22:33 +0100 http://bitbucket.org/pypy/pypy/changeset/b64cba156148/ Log:got continuelets ready for windows. There were two things where I stumbled quite a while. 1)

[pypy-commit] pypy win64-stage1: continuelet support on win64, - something doesn't work, checked in anyway

2011-11-19 Thread ctismer
Author: Christian Tismer tis...@stackless.com Branch: win64-stage1 Changeset: r49558:06ac95b1d2d9 Date: 2011-11-19 23:29 +0100 http://bitbucket.org/pypy/pypy/changeset/06ac95b1d2d9/ Log:continuelet support on win64, - something doesn't work, checked in anyway diff --git

[pypy-commit] pypy win64-stage1: merge

2011-11-21 Thread ctismer
Author: Christian Tismer tis...@stackless.com Branch: win64-stage1 Changeset: r49610:0e90cd957a7d Date: 2011-11-21 12:42 +0100 http://bitbucket.org/pypy/pypy/changeset/0e90cd957a7d/ Log:merge diff --git a/pypy/jit/metainterp/optimizeopt/test/test_optimizeopt.py

[pypy-commit] pypy win64_gborg: close old branch

2011-11-21 Thread ctismer
Author: Christian Tismer tis...@stackless.com Branch: win64_gborg Changeset: r49611:9d59a8501c00 Date: 2011-11-21 12:56 +0100 http://bitbucket.org/pypy/pypy/changeset/9d59a8501c00/ Log:close old branch ___ pypy-commit mailing list

[pypy-commit] pypy win64 test: close old branch

2011-11-21 Thread ctismer
Author: Christian Tismer tis...@stackless.com Branch: win64 test Changeset: r49612:03816b1a901c Date: 2011-11-21 12:58 +0100 http://bitbucket.org/pypy/pypy/changeset/03816b1a901c/ Log:close old branch ___ pypy-commit mailing list

[pypy-commit] pypy win64-stage1: _continuelet on win64 _works_ !

2011-11-21 Thread ctismer
Author: Christian Tismer tis...@stackless.com Branch: win64-stage1 Changeset: r49619:fbf211aee071 Date: 2011-11-21 14:18 +0100 http://bitbucket.org/pypy/pypy/changeset/fbf211aee071/ Log:_continuelet on win64 _works_ ! There was an old direct reference to windows in rwin32.py, changed

[pypy-commit] pypy win64-stage1: bad bad

2011-11-21 Thread ctismer
Author: Christian Tismer tis...@stackless.com Branch: win64-stage1 Changeset: r49639:ba80ac53c5fb Date: 2011-11-21 18:32 +0100 http://bitbucket.org/pypy/pypy/changeset/ba80ac53c5fb/ Log:bad bad diff --git a/lib_pypy/pyexpat.py b/lib_pypy/pyexpat.py --- a/lib_pypy/pyexpat.py +++

[pypy-commit] pypy win64-stage1: merge heads

2011-11-21 Thread ctismer
Author: Christian Tismer tis...@stackless.com Branch: win64-stage1 Changeset: r49638:5030492cfa10 Date: 2011-11-21 18:20 +0100 http://bitbucket.org/pypy/pypy/changeset/5030492cfa10/ Log:merge heads diff --git a/pypy/rpython/lltypesystem/rffi.py b/pypy/rpython/lltypesystem/rffi.py ---

[pypy-commit] pypy default: relevant_environ updated for windows

2011-11-21 Thread ctismer
Author: Christian Tismer tis...@stackless.com Branch: Changeset: r49642:d4d7276882d4 Date: 2011-11-21 19:46 +0100 http://bitbucket.org/pypy/pypy/changeset/d4d7276882d4/ Log:relevant_environ updated for windows diff --git a/pypy/translator/platform/windows.py

[pypy-commit] pypy win64-stage1: relevant_environ updated for windows

2011-11-21 Thread ctismer
Author: Christian Tismer tis...@stackless.com Branch: win64-stage1 Changeset: r49641:8cd49e98e5a5 Date: 2011-11-21 19:43 +0100 http://bitbucket.org/pypy/pypy/changeset/8cd49e98e5a5/ Log:relevant_environ updated for windows diff --git a/pypy/translator/platform/windows.py

[pypy-commit] pypy win64-stage1: merged with default

2011-11-21 Thread ctismer
Author: Christian Tismer tis...@stackless.com Branch: win64-stage1 Changeset: r49643:d3cf57e55482 Date: 2011-11-21 19:50 +0100 http://bitbucket.org/pypy/pypy/changeset/d3cf57e55482/ Log:merged with default ___ pypy-commit mailing list

[pypy-commit] pypy win64-stage1: manual merge

2011-11-21 Thread ctismer
Author: Christian Tismer tis...@stackless.com Branch: win64-stage1 Changeset: r49649:3e561e90ee5a Date: 2011-11-21 23:44 +0100 http://bitbucket.org/pypy/pypy/changeset/3e561e90ee5a/ Log:manual merge diff --git a/lib_pypy/pyrepl/unix_console.py b/lib_pypy/pyrepl/unix_console.py ---

[pypy-commit] pypy win64-stage1: Merge with default

2011-11-21 Thread ctismer
Author: Christian Tismer tis...@stackless.com Branch: win64-stage1 Changeset: r49650:b3b8a737d506 Date: 2011-11-21 23:52 +0100 http://bitbucket.org/pypy/pypy/changeset/b3b8a737d506/ Log:Merge with default diff --git a/pypy/jit/metainterp/optimizeopt/test/test_optimizeopt.py

[pypy-commit] pypy win64-stage1: forgot this patch for sys.maxint, which has bad consequences.

2011-11-21 Thread ctismer
Author: Christian Tismer tis...@stackless.com Branch: win64-stage1 Changeset: r49652:77ee30370cd7 Date: 2011-11-22 03:44 +0100 http://bitbucket.org/pypy/pypy/changeset/77ee30370cd7/ Log:forgot this patch for sys.maxint, which has bad consequences. Note that this patch must stay until

[pypy-commit] pypy win64-stage1: Merge with default

2011-11-22 Thread ctismer
Author: Christian Tismer tis...@stackless.com Branch: win64-stage1 Changeset: r49658:d40a0bdc27aa Date: 2011-11-22 14:46 +0100 http://bitbucket.org/pypy/pypy/changeset/d40a0bdc27aa/ Log:Merge with default diff --git a/pypy/jit/metainterp/optimizeopt/test/test_optimizeopt.py

[pypy-commit] pypy win64-stage1: test_zpy works on win64

2011-11-22 Thread ctismer
Author: Christian Tismer tis...@stackless.com Branch: win64-stage1 Changeset: r49668:8a6f3e90b28c Date: 2011-11-22 19:04 +0100 http://bitbucket.org/pypy/pypy/changeset/8a6f3e90b28c/ Log:test_zpy works on win64 diff --git a/pypy/__init__.py b/pypy/__init__.py --- a/pypy/__init__.py +++

[pypy-commit] pypy win64-stage1: small merge glitch with big effect

2011-11-22 Thread ctismer
Author: Christian Tismer tis...@stackless.com Branch: win64-stage1 Changeset: r49676:87a8294d2a9c Date: 2011-11-22 20:36 +0100 http://bitbucket.org/pypy/pypy/changeset/87a8294d2a9c/ Log:small merge glitch with big effect diff --git a/pypy/jit/metainterp/history.py

[pypy-commit] pypy win64-stage1: Added a line to an outdated doc about boehm on windows

2011-11-22 Thread ctismer
Author: Christian Tismer tis...@stackless.com Branch: win64-stage1 Changeset: r49679:294125dc2109 Date: 2011-11-23 02:42 +0100 http://bitbucket.org/pypy/pypy/changeset/294125dc2109/ Log:Added a line to an outdated doc about boehm on windows diff --git

[pypy-commit] pypy win64-stage1: boehm-gc support for win64

2011-11-22 Thread ctismer
Author: Christian Tismer tis...@stackless.com Branch: win64-stage1 Changeset: r49678:88c4b370ab8e Date: 2011-11-23 02:33 +0100 http://bitbucket.org/pypy/pypy/changeset/88c4b370ab8e/ Log:boehm-gc support for win64 diff --git a/pypy/rpython/tool/rffi_platform.py

[pypy-commit] pypy win64-stage1: Added a bit to commondefs.h about the work in progress.

2011-11-22 Thread ctismer
Author: Christian Tismer tis...@stackless.com Branch: win64-stage1 Changeset: r49680:b181f2e7e428 Date: 2011-11-23 03:16 +0100 http://bitbucket.org/pypy/pypy/changeset/b181f2e7e428/ Log:Added a bit to commondefs.h about the work in progress. A document about the migration should be

[pypy-commit] pypy win64-stage1: Merge with default

2011-11-23 Thread ctismer
Author: Christian Tismer tis...@stackless.com Branch: win64-stage1 Changeset: r49690:c70ae8696466 Date: 2011-11-23 16:06 +0100 http://bitbucket.org/pypy/pypy/changeset/c70ae8696466/ Log:Merge with default diff --git a/lib_pypy/_sqlite3.py b/lib_pypy/_sqlite3.py --- a/lib_pypy/_sqlite3.py +++

[pypy-commit] pypy win64-stage1: added snakepit to predefined libdirs

2011-11-23 Thread ctismer
Author: Christian Tismer tis...@stackless.com Branch: win64-stage1 Changeset: r49692:5e84431740d1 Date: 2011-11-23 16:52 +0100 http://bitbucket.org/pypy/pypy/changeset/5e84431740d1/ Log:added snakepit to predefined libdirs diff --git a/pypy/rpython/tool/rffi_platform.py

[pypy-commit] pypy win64-stage1: enabled support won win64 standalone builds

2011-11-23 Thread ctismer
Author: Christian Tismer tis...@stackless.com Branch: win64-stage1 Changeset: r49711:e399893be188 Date: 2011-11-23 17:46 +0100 http://bitbucket.org/pypy/pypy/changeset/e399893be188/ Log:enabled support won win64 standalone builds diff --git a/pypy/translator/c/src/commondefs.h

[pypy-commit] pypy win64-stage1: a few more int/long unifications.

2011-11-23 Thread ctismer
Author: Christian Tismer tis...@stackless.com Branch: win64-stage1 Changeset: r49713:53b5e001b4db Date: 2011-11-23 23:17 +0100 http://bitbucket.org/pypy/pypy/changeset/53b5e001b4db/ Log:a few more int/long unifications. XXX I think this should be replaced by a range checking function.

[pypy-commit] pypy win64-stage1: added explicit _WIN32/_WIN64 defns for nmake

2011-11-23 Thread ctismer
Author: Christian Tismer tis...@stackless.com Branch: win64-stage1 Changeset: r49714:7749a906e83a Date: 2011-11-24 00:25 +0100 http://bitbucket.org/pypy/pypy/changeset/7749a906e83a/ Log:added explicit _WIN32/_WIN64 defns for nmake diff --git a/pypy/translator/platform/windows.py

[pypy-commit] pypy win64-stage1: Starting stage2 a bit by defining maxint in rarithmetic

2011-11-24 Thread ctismer
Author: Christian Tismer tis...@stackless.com Branch: win64-stage1 Changeset: r49749:df362a54e674 Date: 2011-11-24 19:50 +0100 http://bitbucket.org/pypy/pypy/changeset/df362a54e674/ Log:Starting stage2 a bit by defining maxint in rarithmetic diff --git

[pypy-commit] pypy win64-stage1: ignoring L formatting, unification of int and long

2011-11-24 Thread ctismer
Author: Christian Tismer tis...@stackless.com Branch: win64-stage1 Changeset: r49753:f6afeeb47557 Date: 2011-11-24 05:39 +0100 http://bitbucket.org/pypy/pypy/changeset/f6afeeb47557/ Log:ignoring L formatting, unification of int and long diff --git

[pypy-commit] pypy win64-stage1: merge

2011-11-24 Thread ctismer
Author: Christian Tismer tis...@stackless.com Branch: win64-stage1 Changeset: r49755:ecd85170665a Date: 2011-11-24 20:16 +0100 http://bitbucket.org/pypy/pypy/changeset/ecd85170665a/ Log:merge diff --git a/pypy/jit/metainterp/test/test_string.py b/pypy/jit/metainterp/test/test_string.py ---

  1   2   3   >