Changelog for
python3-xlib-0.20-13.23.noarch.rpm :
* Tue Oct 31 2017 hillwoodAATTopensuse.org- Update to 0.20
* fix unclosed file in Xauth implementation
* fix support for Window.set_wm_transient_for
* fix support for Drawable.put_image / Drawable.get_image
* use ASCII for decoding strings in Python 3 (same as Python 2)
* fix Python 3 warnings about array.tostring() (deprecated) changes from 0.19
* don\'t throw an exception if $XAUTHFILE / ~/.Xauthority is missing
* fix authentication work-around for SSH forwarding under Python 3
* improve $DISPLAY handling: support optional protocol prefix,
* and correctly handle unix:0.0 as :0.0 changes from 0.18
* fix Python 3 buffer abstraction
* fix interrupted select handling for Python 3.3/3.4
* fix Unix socket support when only an abstract address is available changes from 0.17
* new window getter/setter for text properties: get_full_text_property and change_text_property; with automatic conversion to/from Unicode when the property type encoding is supported (STRING and UTF8_STRING)
* support for GetOverlayWindow request
* fix Xauth handling when using Python 2 and DISPLAY contains a remote IP
* fix String16 request field handling when using Python 3
* fix RECORD extension and example when using Python 3
* fix handling of properties: use byte strings for all X11 8-bits
* strings, as not all of them are text properties (the window
* getters/setters for wm_name, wm_icon_name, wm_class, and
* wm_client_machine still return/expect Unicode strings) changes from 0.16
* Partial support for the SECURITY. XInput, and XFIXES extensions has been added.
* fix RECORD extension
* fix OS X socket path
* fix handling of generic events
* fix handling of KeymapNotify events
* several fixes for the RandR extension
* change license to LGPL2.1
* Thu May 07 2015 hillwoodAATTlinuxfans.org- Initial package.