Account Options

  1. Sign in
The old Google Groups will be going away soon.
Switch to the new Google Groups.
Google Groups Home
« Groups Home
Announcing feedparser 5.0
There are currently too many topics in this group that display first. To make this topic appear first, remove this option from another topic.
There was an error processing your request. Please try again.
flag
  3 messages - Collapse all  -  Translate all to Translated (View all originals)
The group you are posting to is a Usenet group. Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
 
From:
To:
Cc:
Followup To:
Add Cc | Add Followup-to | Edit Subject
Subject:
Validation:
For verification purposes please type the characters you see in the picture below or the numbers you hear by clicking the accessibility icon. Listen and type the numbers you hear
 
Kurt McKee  
View profile  
 More options Jan 25 2011, 1:02 pm
From: Kurt McKee <contac...@kurtmckee.org>
Date: Tue, 25 Jan 2011 12:02:30 -0600
Local: Tues, Jan 25 2011 1:02 pm
Subject: Announcing feedparser 5.0
I'm pleased to announce that feedparser 5.0 is available for download at

    https://code.google.com/p/feedparser/downloads/list

New features
------------

It's been five years since feedparser 4.1 was released, and there's been
a lot of work put into it.

 * HTML5, XHTML, SVG, MathML, and CSS can now be sanitized.
        Sam Ruby's added a lot of code over the years that whitelists
        elements and attributes that are known to be safe. By default
        feedparser will run content through this guantlet so that
        developers can concentrate more on creating great applications
        and less on safeguarding from malicious content and poor XML
        escaping.

 * Illformed XML is now interpreted better.
        Illformed XML forces feedparser to make guesses what the feed
        author intended, but now it makes more educated guesses.

 * Microformats are now supported.
        Two days after version 4.1 was released, Mark Pilgrim added
        microformat support so that authors can designate tags and
        enclosures in-content. Even if an aggregator strips the Atom or
        RSS elements containing the original tags and enclosures, they
        can still be recreated by feedparser! XFN and hCards are also
        supported.

 * Python 3 is now supported.
        Feedparser 4.1 supported Python 2.1 and up; feedparser 5.0
        supports Python 2.4 through 3.1, and new releases in the Python
        3 line will continue to be added as they're made available. Note
        that using feedparser in a Python 3 environment currently
        requires you to install a ported version of sgmllib, which was
        removed from the Python standard library in the new 3.x
        releases.

 * HTTP response headers can be passed to `parse()`, now.
        If you're doing heavy-duty feed parsing, you should probably use
        a heavy-duty HTTP client library. Happily, all of those HTTP
        headers that feedparser uses for content decoding,
        decompression, and relative URL resolution can be passed in
        after the URL has been requested by your HTTP client library. Be
        sure to thank Joshua Bronson for this feature.

 * HTTP request headers can be also be passed to `parse()`.
        If you're relying on feedparser to do your HTTP requests, you
        can pass in a dictionary of HTTP headers to send with the
        request. This is useful for negotiating with caching servers and
        for sending cookies, and you should thank Martin Pool for this
        feature!

In addition, almost every reported bug was fixed for this release. Yes,
that includes the big one you really wanted fixed. You're welcome.

Get it
------

Feedparser 5.0 is available for immediate download in three formats. The
packages now include the unit tests, so after extracting the files you
can run feedparsertest.py and make sure everything's running correctly.

    https://code.google.com/p/feedparser/downloads/list

The microformat support currently requires BeautifulSoup [1], but note
that only the 3.0.x series and version 3.2.0 have been tested. The
BeautifulSoup author considers the 3.1 releases to be a failed
experiment, and feedparser consequently hasn't even been tested with it.

Feedparser 5.0 is not currently available on feedparser.org or PyPI, but
Mark has been notified about the problem, and hopefully it will be
resolved soon.

Share it
--------

We need your help telling people about feedparser 5.0! If you're a
feedparser user, please consider posting the news to your blog, your
favorite news website, or your social network of choice. The one thing
to keep in mind is that feedparser.org has not yet been updated, so
please only link to the Google Code project:

    https://code.google.com/p/feedparser/

If you're a package maintainer for a Linux distribution and there's
something we can do to expedite getting a new package uploaded, please
let us know.

Contribute
----------

If you get bitten by a bug in feedparser, we'd like to know about it.
Just visit the issue tracker [2], do a quick search to make sure it
hasn't already been reported, and if it hasn't then file a new report.
The best bug reports have the simplest sample feed that triggers the bug
included as an attachment. Well, that or a link to a publicly-accessible
feed.

Again, this release is chock full of exciting features and bug fixes,
but the project relies on people like you to report bugs, write patches,
and suggest big new features, so join the mailing list [3] and help us
get started on a 5.1 release!

[1]: http://www.crummy.com/software/BeautifulSoup/
[2]: https://code.google.com/p/feedparser/issues/list
[3]: https://groups.google.com/group/feedparser-dev/


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Joshua Bronson  
View profile  
 More options Jan 25 2011, 9:41 pm
From: Joshua Bronson <jabron...@gmail.com>
Date: Tue, 25 Jan 2011 18:41:22 -0800 (PST)
Local: Tues, Jan 25 2011 9:41 pm
Subject: Re: Announcing feedparser 5.0

Congratulations and thank you for all the great work!


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Lindsey Smith  
View profile  
 More options Jan 25 2011, 11:51 pm
From: Lindsey Smith <lindsey.sm...@gmail.com>
Date: Tue, 25 Jan 2011 20:51:39 -0800 (PST)
Local: Tues, Jan 25 2011 11:51 pm
Subject: Re: Announcing feedparser 5.0
On Jan 25, 10:02 am, Kurt McKee <contac...@kurtmckee.org> wrote:

> I'm pleased to announce that feedparser 5.0 is available for download at

Wonderful! Thank you Kurt, Adewale and everyone else who helped get
the project to this point.

 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
End of messages
« Back to Discussions « Newer topic     Older topic »