Re: [Python-Dev] FormatError() in callproc.c under win32

2009-01-27 Thread Luke Dunstan
ngly enough, the code used to say > > > >PyErr_SetString(PyExc_WindowsError, lpMsgBuf); > > > > Then it was changed to its current form, with a log message of > > > >Changes for windows CE, contributed by Luke Dunstan. Thanks a lot! > > > > See >

Re: [Python-Dev] [Python-checkins] r46064 - in python/trunk: Include/Python.h Include/pyport.h Misc/ACKS Misc/NEWS Modules/_localemodule.c Modules/main.c Modules/posixmodule.c Modules/sha512module.c P

2006-05-23 Thread Luke Dunstan
reasoning and is supported by the comments in Include/pyport.h about sys/stat.h. > Of course, it would be fairly straight-forward to convert this > to standard autoconf machinery (if one remembers to update > PC/pyconfig.h accordingly). I'm sure Luke Dunstan would be willing > to revis

[Python-Dev] MSVC 6.0 patch

2006-05-16 Thread Luke Dunstan
Hi, This patch submitted in March allows Python trunk to be built using MSVC 6: http://sourceforge.net/tracker/index.php?func=detail&aid=1457736&group_id=5470&atid=305470 It is not my patch but I am quite interested because the code changes are also required to build with MS eMbedded Visual C++

Re: [Python-Dev] Python for Windows CE

2006-05-05 Thread Luke Dunstan
- Original Message - From: ""Martin v. Löwis"" <[EMAIL PROTECTED]> To: "Luke Dunstan" <[EMAIL PROTECTED]> Cc: Sent: Thursday, May 04, 2006 5:03 AM Subject: Re: [Python-Dev] Python for Windows CE > Luke Dunstan wrote: >> 1. Is there

[Python-Dev] Python for Windows CE

2006-05-03 Thread Luke Dunstan
In later emails I will of course go into more detail about the patches required. Any general tips on how to submit good patches are welcome. Thanks, Luke Dunstan ___ Python-Dev mailing list Python-Dev@python.org http://mail.python.org/mailman/listinfo/py