You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix the JavaScript function for linkifying a block of text so that it
doesn't drop all the text following the last link in the text.
Fix compatibility with modern versions of Twisted.
Fix compatibility with modern versions of cssutils.
Add a new port type, StringEndpointPort, which is now used by axiomatic port. This now allows using any endpoint type supported by the
string endpoint parser in Twisted (which is extensible through plugins).
PyPy is now supported and should be fully functional (although there has
not been much real-world testing of this yet).
Switch to setuptools; pip installation should be much easier now.