[pywin32-checkins] pywin32 CHANGES.txt, 1.14, 1.14.2.1 setup.py, 1.64.2.3, 1.64.2.4
OLD project page for the Python extensions for Windows
Brought to you by:
mhammond
From: Sidnei da S. <dre...@us...> - 2008-02-11 23:30:20
|
Update of /cvsroot/pywin32/pywin32 In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv21744 Modified Files: Tag: sidnei-bits CHANGES.txt setup.py Log Message: - Include demos. Document the addition of win32com.bits Index: setup.py =================================================================== RCS file: /cvsroot/pywin32/pywin32/setup.py,v retrieving revision 1.64.2.3 retrieving revision 1.64.2.4 diff -C2 -d -r1.64.2.3 -r1.64.2.4 *** setup.py 6 Feb 2008 09:10:25 -0000 1.64.2.3 --- setup.py 11 Feb 2008 23:30:23 -0000 1.64.2.4 *************** *** 1772,1775 **** --- 1772,1776 ---- 'com/win32comext/ifilter/demo/*.py', 'com/win32comext/authorization/demos/*.py', + 'com/win32comext/bits/test/*.py', 'isapi/*.txt', 'isapi/samples/*.py', Index: CHANGES.txt =================================================================== RCS file: /cvsroot/pywin32/pywin32/CHANGES.txt,v retrieving revision 1.14 retrieving revision 1.14.2.1 diff -C2 -d -r1.14 -r1.14.2.1 *** CHANGES.txt 15 Jan 2008 00:19:10 -0000 1.14 --- CHANGES.txt 11 Feb 2008 23:30:23 -0000 1.14.2.1 *************** *** 21,24 **** --- 21,30 ---- * com related changes: + - win32com.bits: Sidnei da Silva from Enfold Systems added support for + BITS (Background Intelligent Transfer Service). Not fully complete + (missing Ranges-related APIs and a couple others) but the basic + functionality is in place. See the demos in + win32comext/bits/test/*.py + - makepy accepts a program id to process its typelib and generates long integer literals for constants > sys.maxint. The way typelibs are generated *************** *** 54,58 **** * PyIExtractImage by Steven James. * PyIEmptyVolumecache, IEmptyVolumeCache2, IEmptyVolumeCacheCallBack by ! Sidnei da Silva from Enfold. * IsUserAnAdmin * More coverage of the shell interfaces and demos. --- 60,64 ---- * PyIExtractImage by Steven James. * PyIEmptyVolumecache, IEmptyVolumeCache2, IEmptyVolumeCacheCallBack by ! Sidnei da Silva from Enfold Systems. * IsUserAnAdmin * More coverage of the shell interfaces and demos. |