Bindings/python/Growl.py
2009-03-25 Patch by Charles Lepple to fix two of the assertions in our Python bindings.
2007-09-20 python binding: fixes a bug per pbx on the growl irc channel, incorrectly setting the priority to false if its not a sticky notification. s/priority/sticky/
2007-09-14 Fixed up the Python module to again support subclassing GrowlNotifier and providing the necessary attributes as class-level attributes of the subclass. Fixes #725.
2007-09-14 HACKING conformance: Use tabs instead of spaces to indent.
2007-07-12 Deleted `try` block around `import _growl`.
2007-01-23 Fixed #699 (mixed tabs and spaces in Growl.py)
2005-10-02 Toughened up {{{__init__}}}: {{{applicationName}}} and {{{notifications}}} are now required (with assertions), and all three sequences are copied/cast to list by calling {{{list}}} on them.
2005-09-06 Converted the Python bindings to use CoreFoundation
2005-09-06 Added sticky support to python binding
2005-03-28 Revert, I'm retarded.
2005-03-28 Use list() to ensure that these arguments are treated as lists.
2005-01-28 Python+sourceforge do not mix.
2005-01-05 Commit patch by Mark Rowe
2005-01-04 Latest python update from Jeremy Rossi.
2004-11-10 Commit change by Jeremy Rossi (with minor fix by me) to add priority controls to the python bindings and gnotify
2004-09-24 Removed obsolete 0.1 second delay in Growl.py test notification
2004-09-24 Remove useless optional style argument to notify()
2004-09-21 Add Sticky and AppIcon support to Growl.py
2004-08-20 Protocol changes
2004-08-11 Move Growl.py module to Bindings/python and create separate setup.py script