[python-win32] Creating a list of stress tests for unit tests involving files

2010-06-09 Thread python
I'm working on a set of unit tests designed to stress test some file handling capabilities of our application. Listed below are some file names designed to cause failures when used with open/codecs.open and with the os/shutil module file functions. Can anyone think of additional scenarios (path

Re: [python-win32] Creating a list of stress tests for unit tests involving files

2010-06-09 Thread Tim Roberts
On 6/9/2010 2:30 PM, pyt...@bdurham.com wrote: I'm working on a set of unit tests designed to stress test some file handling capabilities of our application. ... UNITTEST_UNICODE_PATH = ur'\xunicode_test_\xb0_\xb1_' That string consists of nothing but ordinary ASCII characters (in part,

[python-win32] help

2010-06-09 Thread José Benito Camiña Prado
Hi, I´m trying to do a path logger (Navigation logger) in Python, the thing that I need is that the program can get the paths that de user is accesing in real time, for example: C:\Documents and Settings\ C:\Documents and Settings\Administrator\ C:\Documents and Settings\Administrator\Desktop\

[python-win32] Python Hooks Navigation Logger Windows

2010-06-09 Thread sacaquija
Hi, I´m trying to do a path logger (Navigation logger) in Python, the thing that I need is that the program can get the paths that de user is accesing in real time, for example: C:\Documents and Settings\ C:\Documents and Settings\Administrator\ C:\Documents and Settings\Administrator\Desktop\

[python-win32] About monitor windows 2003 for Python

2010-06-09 Thread chq.wei
I am trying to use Python to monitor CPU usage ,traffic and tcp established,on windows 2003。How to do it?THX!!! ___ python-win32 mailing list python-win32@python.org http://mail.python.org/mailman/listinfo/python-win32