[pypy-commit] pypy win64_gborg: continuing win64

2011-11-03 Thread ctismer
Author: Christian Tismer 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@python.org http://mail.pyt

[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 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 b/pypy/rpython/llty

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

2011-11-04 Thread ctismer
Author: Christian Tismer 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 b/pypy/doc/discussion/win64_todo.txt new f

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

2011-11-04 Thread ctismer
Author: Christian Tismer 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 b/pypy/rpython/module/ll_os.py --- a/pypy/rpytho

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

2011-11-05 Thread ctismer
Author: Christian Tismer 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 test_UNICHR tes

[pypy-commit] pypy win64_gborg: merge default

2011-11-05 Thread ctismer
Author: Christian Tismer 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 b/pypy/jit/metainterp/optimizeopt/optimizer.py --- a/py

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

2011-11-06 Thread ctismer
Author: Christian Tismer 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 --- a/pypy/rpython/rint.py +++ b/pypy/rpyt

[pypy-commit] pypy win64_gborg: merge

2011-11-06 Thread ctismer
Author: Christian Tismer 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 +++ b/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 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 involved. diff --git a/py

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

2011-11-06 Thread ctismer
Author: Christian Tismer 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 b/pypy/translator/c/src/stac

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

2011-11-06 Thread ctismer
Author: Christian Tismer 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 a suggestion from Arm

[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 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 g_prerequisites.h diff --git a/p

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

2011-11-06 Thread ctismer
Author: Christian Tismer 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, but very local and obv

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

2011-11-06 Thread ctismer
Author: Christian Tismer 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 --- a/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 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 want to add more struc

[pypy-commit] pypy win64_gborg: merge default

2011-11-06 Thread ctismer
Author: Christian Tismer 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 --- a/pypy/module/cpyext/api.py +++ b/pypy/modu

[pypy-commit] pypy win64_gborg: Merge with default

2011-11-08 Thread ctismer
Author: Christian Tismer 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 --- a/lib_pypy/pyrepl/commands.py +++

[pypy-commit] pypy win64_gborg: Merge with default

2011-11-08 Thread ctismer
Author: Christian Tismer 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 --- a/pypy/module/cpyext/api.py +++ b/pypy

[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 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 a/pypy/rlib/rdtoa.py b/py

[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 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 a/pypy/translator/platform/__init__.py b/p

[pypy-commit] pypy default: Merge

2011-11-08 Thread ctismer
Author: Christian Tismer 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 +++ b/lib_pypy/_ctypes/point

[pypy-commit] pypy win64_gborg: merge

2011-11-08 Thread ctismer
Author: Christian Tismer 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 --- a/lib_pypy/_ctypes/pointer.py +++ b/lib_pypy/_c

[pypy-commit] pypy win64_gborg: merge

2011-11-08 Thread ctismer
Author: Christian Tismer 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 http://mail.python.org/mai

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

2011-11-08 Thread ctismer
Author: Christian Tismer 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 hunting an error which wa

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

2011-11-08 Thread ctismer
Author: Christian Tismer 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 --- a/pypy/rpython/module/ll_os.py ++

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

2011-11-08 Thread ctismer
Author: Christian Tismer 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 --- a/pypy/doc/discussio

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

2011-11-08 Thread ctismer
Author: Christian Tismer 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 --- a/pypy/rpython/module/ll_os

[pypy-commit] pypy win64_gborg: merge

2011-11-08 Thread ctismer
Author: Christian Tismer 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 +++ b/pypy/translator/c

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

2011-11-08 Thread ctismer
Author: Christian Tismer 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 --- a/pypy/rlib/rarithmetic.py +++ b/py

[pypy-commit] pypy win64_gborg: merge

2011-11-08 Thread ctismer
Author: Christian Tismer 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 b/pypy/jit/metainterp/optimizeopt/test/test_optim

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

2011-11-08 Thread ctismer
Author: Christian Tismer 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 b/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 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 a/pypy/rpython/lltypesystem/llmemory.py b/pypy/rp

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

2011-11-08 Thread ctismer
Author: Christian Tismer 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 b/pypy/rpython/module/ll_os_stat.py --- a/pypy

[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 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 a/pypy/rpython/module/t

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

2011-11-08 Thread ctismer
Author: Christian Tismer 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 --- a/pypy/rlib/rarithmetic

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

2011-11-08 Thread ctismer
Author: Christian Tismer 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 --- a/pypy/rpython/module/l

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

2011-11-08 Thread ctismer
Author: Christian Tismer 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 --- a/pypy/rpython/module

[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 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 a/pypy/rlib/rarithmeti

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

2011-11-09 Thread ctismer
Author: Christian Tismer 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 b/pypy/jit/backend/l

[pypy-commit] pypy win64_gborg: merge

2011-11-09 Thread ctismer
Author: Christian Tismer 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 b/pypy/jit/metainterp/optimizeopt/intutils.py --- a/pypy/jit/met

[pypy-commit] pypy win64_gborg: gc inspector works

2011-11-09 Thread ctismer
Author: Christian Tismer 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 --- a/pypy/rpython/lltype

[pypy-commit] pypy win64_gborg: fixed test_compute_hash

2011-11-09 Thread ctismer
Author: Christian Tismer 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 b/pypy/rpython/lltypesystem/opimpl.py --- a/pypy/rpyth

[pypy-commit] pypy win64_gborg: fixed rbigint

2011-11-09 Thread ctismer
Author: Christian Tismer Branch: win64_gborg Changeset: r49059:8ac04a128037 Date: 2011-11-09 21:23 +0100 http://bitbucket.org/pypy/pypy/changeset/8ac04a128037/ Log:fixed rbigint diff --git a/pypy/rlib/rbigint.py b/pypy/rlib/rbigint.py --- a/pypy/rlib/rbigint.py +++ b/pypy/rlib/rbigint.py @@

[pypy-commit] pypy win64_gborg: fixed test_rerased to show only the single error which it apparently had before ; -)

2011-11-09 Thread ctismer
Author: Christian Tismer Branch: win64_gborg Changeset: r49060:0bf72ed106e7 Date: 2011-11-09 21:43 +0100 http://bitbucket.org/pypy/pypy/changeset/0bf72ed106e7/ Log:fixed test_rerased to show only the single error which it apparently had before ;-) diff --git a/pypy/rlib/rerased.py b/

[pypy-commit] pypy win64_gborg: typo correction

2011-11-10 Thread ctismer
Author: Christian Tismer 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 --- a/pypy/rlib/rarithmetic.py +++ b/pypy/rlib/

[pypy-commit] pypy win64_gborg: Merge with default

2011-11-10 Thread ctismer
Author: Christian Tismer 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 --- a/lib-python/2.7/test/test_o

[pypy-commit] pypy win64_gborg: fixed a lot of GC and JIT/assembler word sizes (argh, testing now ; -)

2011-11-10 Thread ctismer
Author: Christian Tismer Branch: win64_gborg Changeset: r49130:46768438b789 Date: 2011-11-10 13:06 +0100 http://bitbucket.org/pypy/pypy/changeset/46768438b789/ Log:fixed a lot of GC and JIT/assembler word sizes (argh, testing now ;-) diff --git a/pypy/jit/backend/llsupport/test/test_

[pypy-commit] pypy win64_gborg: merge

2011-11-10 Thread ctismer
Author: Christian Tismer 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 --- a/pypy/jit/backend/llsupport/d

[pypy-commit] pypy win64_gborg: Merge with default

2011-11-10 Thread ctismer
Author: Christian Tismer 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 b/pypy/objspace/std/bytearrayobject.py --- a/pypy/objspace

[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 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 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@python.org http://

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

2011-11-10 Thread ctismer
Author: Christian Tismer 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@python.org http://m

[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 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 a/pypy/rlib/rbigint.py b/pypy/rlib

[pypy-commit] pypy win64 test: 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 Branch: win64 test Changeset: r49356:ae3f08719461 Date: 2011-11-12 13:08 +0100 http://bitbucket.org/pypy/pypy/changeset/ae3f08719461/ Log:buildbot problem partially solved: sys.maxint is now also hacked when called by the buildbot (which uses pytest, not the t

[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 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 uses pytest, not the

[pypy-commit] pypy win64-stage1: merge

2011-11-12 Thread ctismer
Author: Christian Tismer Branch: win64-stage1 Changeset: r49358:cddd6dcfc376 Date: 2011-11-12 13:22 +0100 http://bitbucket.org/pypy/pypy/changeset/cddd6dcfc376/ Log:merge diff --git a/lib-python/modified-2.7/test/test_import.py b/lib-python/modified-2.7/test/test_import.py --- a/lib-python/

[pypy-commit] pypy win64-stage1: oupps

2011-11-12 Thread ctismer
Author: Christian Tismer 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 hasattr(sys, "maxsize"): sy

[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 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 a/pypy/rlib/clibffi.py b/pypy/

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

2011-11-14 Thread ctismer
Author: Christian Tismer 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 b/lib-python/modified-2.7/test/test_import.py ---

[pypy-commit] pypy win64-stage1: added the win64.asm source from cpython

2011-11-14 Thread ctismer
Author: Christian Tismer Branch: win64-stage1 Changeset: r49422:0b37384fbaad Date: 2011-11-14 23:14 +0100 http://bitbucket.org/pypy/pypy/changeset/0b37384fbaad/ Log:added the win64.asm source from cpython diff --git a/pypy/translator/c/src/libffi_msvc/win64.asm b/pypy/translator/c/src/libff

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

2011-11-14 Thread ctismer
Author: Christian Tismer 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 +++ b/pypy/rlib/clibffi.py

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

2011-11-18 Thread ctismer
Author: Christian Tismer 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 --- a/pypy/rlib/_rffi_stac

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

2011-11-18 Thread ctismer
Author: Christian Tismer 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 b/pypy/jit/codewriter/codewriter.py --- a/

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

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

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

2011-11-19 Thread ctismer
Author: Christian Tismer 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) _compile_c_file was sloppy wi

[pypy-commit] pypy win64-stage1: mertsch

2011-11-19 Thread ctismer
Author: Christian Tismer Branch: win64-stage1 Changeset: r49557:a096ecd9fea3 Date: 2011-11-19 22:55 +0100 http://bitbucket.org/pypy/pypy/changeset/a096ecd9fea3/ Log:mertsch diff --git a/pypy/jit/backend/x86/test/test_ztranslation.py b/pypy/jit/backend/x86/test/test_ztranslation.py --- a/pyp

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

2011-11-19 Thread ctismer
Author: Christian Tismer 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 a/pypy/rlib/_rffi_stacklet.py b/py

[pypy-commit] pypy win64-stage1: merge

2011-11-21 Thread ctismer
Author: Christian Tismer 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 b/pypy/jit/metainterp/optimizeopt/test/test_optimi

[pypy-commit] pypy win64_gborg: close old branch

2011-11-21 Thread ctismer
Author: Christian Tismer 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@python.org http://mail.pyt

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

2011-11-21 Thread ctismer
Author: Christian Tismer 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@python.org http://mail.pyth

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

2011-11-21 Thread ctismer
Author: Christian Tismer 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 it to host_factory d

[pypy-commit] pypy win64-stage1: more unification of int and long

2011-11-21 Thread ctismer
Author: Christian Tismer Branch: win64-stage1 Changeset: r49635:b5a4bc7caf97 Date: 2011-11-21 16:12 +0100 http://bitbucket.org/pypy/pypy/changeset/b5a4bc7caf97/ Log:more unification of int and long diff --git a/lib_pypy/pyexpat.py b/lib_pypy/pyexpat.py --- a/lib_pypy/pyexpat.py +++ b/lib_pyp

[pypy-commit] pypy win64-stage1: cleanup of merge conflicts

2011-11-21 Thread ctismer
Author: Christian Tismer Branch: win64-stage1 Changeset: r49637:0c8590e158a9 Date: 2011-11-21 17:48 +0100 http://bitbucket.org/pypy/pypy/changeset/0c8590e158a9/ Log:cleanup of merge conflicts diff --git a/pypy/rlib/_rffi_stacklet.py b/pypy/rlib/_rffi_stacklet.py --- a/pypy/rlib/_rffi_stackle

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

2011-11-21 Thread ctismer
Author: Christian Tismer 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 +++ b/lib_pypy/pyexpat.py @@ -371,7 +3

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

2011-11-21 Thread ctismer
Author: Christian Tismer 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 --- a/pypy/rpython/lltypesystem

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

2011-11-21 Thread ctismer
Author: Christian Tismer 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 b/pypy/translator/platform/windows.py --- a/pypy/tra

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

2011-11-21 Thread ctismer
Author: Christian Tismer 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 b/pypy/translator/platform/windows.py --

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

2011-11-21 Thread ctismer
Author: Christian Tismer 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@python.org http://mail

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

2011-11-21 Thread ctismer
Author: Christian Tismer 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 --- a/lib_pypy/pyrepl/unix_console.

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

2011-11-21 Thread ctismer
Author: Christian Tismer 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 b/pypy/jit/metainterp/optimizeopt/tes

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

2011-11-21 Thread ctismer
Author: Christian Tismer 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 the end of stage 1.

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

2011-11-22 Thread ctismer
Author: Christian Tismer 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 b/pypy/jit/metainterp/optimizeopt/tes

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

2011-11-22 Thread ctismer
Author: Christian Tismer 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 +++ b/pypy/__init__.py @@ -1,1

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

2011-11-22 Thread ctismer
Author: Christian Tismer 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 b/pypy/jit/metainterp/history.py --- a/pypy/jit/

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

2011-11-22 Thread ctismer
Author: Christian Tismer 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 a/pypy/translator/goal/win32/gc_patch_windows.py b/pypy/tran

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

2011-11-22 Thread ctismer
Author: Christian Tismer Branch: win64-stage1 Changeset: r49677:8ef58d5de9b1 Date: 2011-11-22 22:00 +0100 http://bitbucket.org/pypy/pypy/changeset/8ef58d5de9b1/ Log:Merge with default diff --git a/pypy/doc/project-ideas.rst b/pypy/doc/project-ideas.rst --- a/pypy/doc/project-ideas.rst +++ b/

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

2011-11-22 Thread ctismer
Author: Christian Tismer 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 b/pypy/rpython/tool/rffi_platform.py --- a/pypy/rpy

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

2011-11-22 Thread ctismer
Author: Christian Tismer 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 added, too. diff --git

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

2011-11-23 Thread ctismer
Author: Christian Tismer 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 +++ b/lib_pypy/_sqlite3.

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

2011-11-23 Thread ctismer
Author: Christian Tismer 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 b/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 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 b/pypy/translator/c/src/commondefs

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

2011-11-23 Thread ctismer
Author: Christian Tismer Branch: win64-stage1 Changeset: r49712:11e3b3558e79 Date: 2011-11-23 23:05 +0100 http://bitbucket.org/pypy/pypy/changeset/11e3b3558e79/ Log:a few more int/long unifications. XXX I think this should be replaced by a range checking function. diff --git a/pypy/a

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

2011-11-23 Thread ctismer
Author: Christian Tismer 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. diff --git a/pypy/a

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

2011-11-23 Thread ctismer
Author: Christian Tismer 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 b/pypy/translator/platform/windo

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

2011-11-24 Thread ctismer
Author: Christian Tismer 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 a/pypy/jit/metainterp/optimizeopt/intutils.py b/pypy/jit/me

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

2011-11-24 Thread ctismer
Author: Christian Tismer 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 a/pypy/interpreter/astcompiler/test/test_compiler.py b/pypy/inte

[pypy-commit] pypy win64-stage1: merge

2011-11-24 Thread ctismer
Author: Christian Tismer 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 --- a/pypy/jit/metainterp

[pypy-commit] pypy win64-stage1: Merge

2011-11-24 Thread ctismer
Author: Christian Tismer Branch: win64-stage1 Changeset: r49756:2819522de5e0 Date: 2011-11-24 20:27 +0100 http://bitbucket.org/pypy/pypy/changeset/2819522de5e0/ Log:Merge diff --git a/pypy/__init__.py b/pypy/__init__.py --- a/pypy/__init__.py +++ b/pypy/__init__.py @@ -1,1 +1,9 @@ # Empty +

[pypy-commit] pypy win64-stage1: removed a merge glitch

2011-11-24 Thread ctismer
Author: Christian Tismer Branch: win64-stage1 Changeset: r49761:bd1ef1e7450f Date: 2011-11-24 22:50 +0100 http://bitbucket.org/pypy/pypy/changeset/bd1ef1e7450f/ Log:removed a merge glitch diff --git a/pypy/jit/metainterp/history.py b/pypy/jit/metainterp/history.py --- a/pypy/jit/metainterp/h

[pypy-commit] pypy win64-stage1: boehm on win64 without __asm, of course :-)

2011-11-24 Thread ctismer
Author: Christian Tismer Branch: win64-stage1 Changeset: r49759:1021c954f50d Date: 2011-11-24 22:39 +0100 http://bitbucket.org/pypy/pypy/changeset/1021c954f50d/ Log:boehm on win64 without __asm, of course :-) diff --git a/pypy/translator/c/src/mem.h b/pypy/translator/c/src/mem.h --- a/pypy/t

  1   2   3   >