|
Server : Apache/2.2.17 (Unix) mod_ssl/2.2.17 OpenSSL/0.9.8e-fips-rhel5 DAV/2 PHP/5.2.17 System : Linux localhost 2.6.18-419.el5 #1 SMP Fri Feb 24 22:47:42 UTC 2017 x86_64 User : nobody ( 99) PHP Version : 5.2.17 Disable Function : NONE Directory : /proc/21572/root/usr/share/doc/pyspi-0.6.1/ |
Upload File : |
pyspi 0.6.1 =========== Bugfixes: * Pyspi will now raise an X11Exception on import if it cannot open the X display. pyspi 0.6.0 =========== Features: * A working DeviceListener, capable of reporting keystrokes via callbacks. * EventGenerator has a new method, generateKeyCombo(), which takes a list of KeyStrings (see /usr/include/X11/keysymdef.h and remove the 'XK_' prefix) and synthesizes a keyboard event, e.g. eventGenerator.generateKeyCombo(['Control', 'Shift', 'a']) will generate a '<Control><Shift>a' event. Bugfixes: * A great reduction in memory leaks. pyspi 0.5.5 =========== Features: * Better error and exception handling. Where before, calls would mysteriously fail and "IDL:omg.org/CORBA/COMM_FAILURE:1.0" would be printed, now a SpiException is raised. * AccessibleValue bindings * AccessibleSelection bindings Bugfixes: * EventListener's deregistering now works properly: it is possible to register and deregister the same EventListener multiple times. pyspi 0.5.4 =========== Features: * An improved build system for RPMs * Initial support for DeviceListener - note: the current implementation seems to be nonworking; callbacks are never called. pyspi 0.5.3 =========== Features: * AccessibleComponent bindings * AccessibleHypertext, AccessibleHyperlink bindings