[ctypes-commit] ctypes ChangeLog,1.86.2.32,1.86.2.33
Brought to you by:
theller
From: Thomas H. <th...@us...> - 2006-01-02 18:58:51
|
Update of /cvsroot/ctypes/ctypes In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv32696 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.32 retrieving revision 1.86.2.33 diff -C2 -d -r1.86.2.32 -r1.86.2.33 *** ChangeLog 14 Dec 2005 22:14:46 -0000 1.86.2.32 --- ChangeLog 2 Jan 2006 18:58:39 -0000 1.86.2.33 *************** *** 1,2 **** --- 1,11 ---- + 2006-01-02 Thomas Heller <th...@py...> + + * Removed the complete ctypes.com package, which lived + (in CVS) in the ctypes\win32\com directory. + + 2005-12-30 Thomas Heller <th...@py...> + + * Changes for Windows CE, contributed by Luke Dunstan. + 2005-12-14 Thomas Heller <th...@py...> |