pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/net/py-irclib
Module Name: pkgsrc
Committed By: imil
Date: Fri May 9 21:37:03 UTC 2014
Modified Files:
pkgsrc/net/py-irclib: Makefile distinfo
Log Message:
Updated to version 8.9
8.9
Documentation is now published at https://pythonhosted.org/irc.
8.8
Issue #35: Removed the mutex during process_once.
Issue #37: Deprecated buffer.LineBuffer for Python 3.
8.7
Issue #34: Introduced buffer.LenientDecodingLineBuffer for handling input
in a more lenient way, preferring UTF-8 but falling back to latin-1 if the
content cannot be decoded as UTF-8.
8.6
Introduced 'Manifold' as an alias for irc.client.IRC. This better name will
replace the IRC name in a future version.
Introduced the 'manifold' property of SimpleIRCClient as an alias for
ircobj.
Added 'manifold_class' property to the client.SimpleIRCClient to allow
consumers to provide a customized Manifold.
To generate a diff of this commit:
cvs rdiff -u -r1.8 -r1.9 pkgsrc/net/py-irclib/Makefile
cvs rdiff -u -r1.3 -r1.4 pkgsrc/net/py-irclib/distinfo
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Home |
Main Index |
Thread Index |
Old Index