[issue1700463] VC6 build patch for trunk

2008-04-01 Thread Hirokazu Yamamoto
Changes by Hirokazu Yamamoto [EMAIL PROTECTED]: Removed file: http://bugs.python.org/file9044/vc6-trunk-ver4.patch _ Tracker [EMAIL PROTECTED] http://bugs.python.org/issue1700463 _

[issue1700463] VC6 build patch for trunk

2008-03-19 Thread Hirokazu Yamamoto
Hirokazu Yamamoto [EMAIL PROTECTED] added the comment: issue2065 contains the patch for this branch too, so I'll close this issue. -- resolution: - duplicate status: open - closed _ Tracker [EMAIL PROTECTED] http://bugs.python.org/issue1700463

[issue1700463] VC6 build patch for trunk

2008-02-09 Thread Hirokazu Yamamoto
Hirokazu Yamamoto added the comment: Please don't apply this patch now. VC6 build fails from rev.60696 _ Tracker [EMAIL PROTECTED] http://bugs.python.org/issue1700463 _ ___

[issue1700463] VC6 build patch for trunk

2008-01-20 Thread Hirokazu Yamamoto
Hirokazu Yamamoto added the comment: Rev59716 required some fix. I'm not sure the patch for Lib/socket.py is apropriate. Added file: http://bugs.python.org/file9244/vc6-trunk-ver5.zip _ Tracker [EMAIL PROTECTED] http://bugs.python.org/issue1700463

[issue1700463] VC6 build patch for trunk

2008-01-04 Thread Hirokazu Yamamoto
Hirokazu Yamamoto added the comment: I zipped PC/VC6/* as files. Added file: http://bugs.python.org/file9062/vc6-trunk-ver4c.zip _ Tracker [EMAIL PROTECTED] http://bugs.python.org/issue1700463 _

[issue1700463] VC6 build patch for trunk

2008-01-04 Thread Hirokazu Yamamoto
Hirokazu Yamamoto added the comment: I zipped PC/VC6/* as files. Added file: http://bugs.python.org/file9061/vc6-trunk-ver4c.zip _ Tracker [EMAIL PROTECTED] http://bugs.python.org/issue1700463 _

[issue1700463] VC6 build patch for trunk

2008-01-04 Thread Hirokazu Yamamoto
Hirokazu Yamamoto added the comment: Oops, sorry for double post. My network provider now stucks somehow... _ Tracker [EMAIL PROTECTED] http://bugs.python.org/issue1700463 _ ___

[issue1700463] VC6 build patch for trunk

2008-01-03 Thread Joseph Armbruster
Changes by Joseph Armbruster: -- components: +Windows _ Tracker [EMAIL PROTECTED] http://bugs.python.org/issue1700463 _ ___ Python-bugs-list mailing list Unsubscribe:

[issue1700463] VC6 build patch for trunk

2008-01-02 Thread Hirokazu Yamamoto
Hirokazu Yamamoto added the comment: I updated the patch. - Added missing _msi support - Workaround for PC/msvcrtmodule.c (getwch not exists on VC6) Added file: http://bugs.python.org/file9042/vc6-trunk-ver3.patch _ Tracker [EMAIL PROTECTED]

[issue1700463] VC6 build patch for trunk

2008-01-02 Thread Hirokazu Yamamoto
Hirokazu Yamamoto added the comment: Sorry, I updated the patch again. - Add Python/pystrcmp.c to pythoncore.dsp. - Rev59671 contains intptr_t unavailable on VC6, avoid compile error by using PyLong_FromVoidPtr(). Added file: http://bugs.python.org/file9044/vc6-trunk-ver4.patch

[issue1700463] VC6 build patch for trunk

2008-01-02 Thread Hirokazu Yamamoto
Hirokazu Yamamoto added the comment: Ummm, I realized my change is probably inproper... Index: Objects/intobject.c === --- Objects/intobject.c (revision 59671) +++ Objects/intobject.c (working copy) @@ -1053,7 +1053,7 @@ static

[issue1700463] VC6 build patch for trunk

2008-01-02 Thread Hirokazu Yamamoto
Hirokazu Yamamoto added the comment: Umm, I found Py_intptr_t... OK, VC6 can compile HEAD. Please forget previous patch. I confirmed test_long.py, test_math.py, test_builtin.py successfully runs. Added file: http://bugs.python.org/file9046/vc6-trunk-ver4c.patch