[pywin32-checkins] pywin32 CHANGES.txt,1.8,1.9
OLD project page for the Python extensions for Windows
Brought to you by:
mhammond
From: Roger U. <ru...@us...> - 2007-06-28 18:03:57
|
Update of /cvsroot/pywin32/pywin32 In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv23983 Modified Files: CHANGES.txt Log Message: Notes on some more recent changes Index: CHANGES.txt =================================================================== RCS file: /cvsroot/pywin32/pywin32/CHANGES.txt,v retrieving revision 1.8 retrieving revision 1.9 diff -C2 -d -r1.8 -r1.9 *** CHANGES.txt 23 Apr 2007 00:21:04 -0000 1.8 --- CHANGES.txt 28 Jun 2007 18:00:13 -0000 1.9 *************** *** 10,13 **** --- 10,22 ---- * makepy accepts a program id to process its typelib + * pythoncom: + CoMarshalInterface/CoUnmarshalInterface/CoReleaseMarshalData + ReadClassStm/WriteClassStm + CreateStreamOnHGlobal + + * win32com.shell: + PyIExtractImage + PyIEmptyVolumecache + * win32transaction: New module containing Kernel Transaction Manager (KTM) functions as used with transacted NTFS and transacted registry functions *************** *** 64,67 **** --- 73,81 ---- Added DuplicateTokenEx + * mmapfile: + Fix crash caused by reopening named mapping with excess size + Accept offset and view size parameters, enabling use of files larger + than physical memory + Document use in help file, and a demo script Build 210 - Sept. 23 2006 |