All Versions
74
Latest Version
Avg Release Cycle
278 days
Latest Release
718 days ago

Changelog History
Page 1

  • v6.0.10 Changes

    May 21, 2022
    • Populate <summary> correctly if it comes after <content>. (#260)
  • v6.0.9 Changes

    May 19, 2022
    • Fix a crash that can occur with GeoRSS feeds that lack a <where> tag. (#305)
  • v6.0.8 Changes

    June 22, 2021
    • ๐Ÿ“š Fix the name and link to the chardet module in the documentation. (#280)

      No code changed in this hotfix, only documentation.

  • v6.0.7 Changes

    June 21, 2021
    • Catch urllib.error.URLError to prevent crashes. (#239)
  • v6.0.6 Changes

    June 15, 2021
    • Prevent an AttributeError that occurs when a server returns HTTP 3xx but doesn't include a Location header as well. (#267)
  • v6.0.5 Changes

    June 14, 2021
    • Prevent a TypeError crash that may occur when including a username and password in the feed URL. (#276)
  • v6.0.4 Changes

    June 13, 2021
    • Prevent a UnicodeDecodeError crash that may occur when the title element's type attribute exists but is empty. (#277)
    • Prevent a UnicodeEncodeError crash that may occur if the URL contains Unicode characters in the path. (#273)
  • v6.0.3 Changes

    June 12, 2021
    • Fix an issue with the HTTP request status on Python >= 3.9.
  • v6.0.2 Changes

    October 25, 2020
    • ๐Ÿ— Stop building Python wheels with universal=1 set. (#251)

      This was causing pip to find and install the feedparser 6.x wheels on Python 2 even though Python 2 is no longer supported.

    • ๐Ÿ“š Fix a bug that put a trailing quote in the documentation version. (#232)

    • ๐Ÿ“š Update the documentation URL to point to ReadTheDocs.

  • v6.0.1 Changes

    September 15, 2020
    • ๐Ÿšš Remove all Python 2 compatibility code (#228)
    • Add python_requires to setup.py (#231)