Update of /cvsroot/ctypes/ctypes
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv7140
Modified Files:
Tag: branch_1_0
ChangeLog
Log Message:
*** empty log message ***
Index: ChangeLog
===================================================================
RCS file: /cvsroot/ctypes/ctypes/ChangeLog,v
retrieving revision 1.86.2.44
retrieving revision 1.86.2.45
diff -C2 -d -r1.86.2.44 -r1.86.2.45
*** ChangeLog 28 Feb 2006 21:08:16 -0000 1.86.2.44
--- ChangeLog 1 Mar 2006 19:35:27 -0000 1.86.2.45
***************
*** 1,2 ****
--- 1,10 ----
+ 2006-03-01 Thomas Heller <th...@py...>
+
+ * (Repository): Moved the ctypes.wintypes module into the ctypes/
+ directory, got rid of the platform specific modules magic in setup.py
+ and the .CTYPES_DEVEL file.
+
+ * source\callbacks.c: Checked the return value of PyErr_Warn().
+
2006-02-28 Thomas Heller <th...@py...>
|