Next | Query returned 41 messages, browsing 31 to 40 | Previous

History of commit frequency

CVS Commit History:


   2005-12-28 07:59:27 by Amitai Schlair | Files touched by this commit (2)
Log message:
Update to 4.0.2. From the changelog:

* bug fixes for Python 2.1 compatibility
* cleared _debug flag
   2005-12-27 15:33:22 by Amitai Schlair | Files touched by this commit (3) | Package updated
Log message:
Update to 4.0. From the changelog:

* Support for Atom 1.0.
* Support for iTunes extensions.
* Support for dc:contributor.
* Universal Feed Parser now captures the feed's namespaces. See
  Namespace Handling for details.
* Lots of things have been renamed to match Atom 1.0 terminology.
  issued is now entries[i].published, modified is now entries[i].updated,
  and url is now href everywhere. You can still access these elements
  with the old names, so you shouldn't need to change any existing
  code, but don't be surprised if you can't find them during
  debugging.
* category and categories have been replaced by tags, see feed.tags
  and entries[i].tags. The old names still work.
* mode is gone from all detail and content dictionaries. It was
  never terribly useful, since Universal Feed Parser unescapes
  content automatically.
* entries[i].source is now a dictionary of feed metadata as per
  section 4.2.11 of RFC 4287. Universal Feed Parser no longer
  supports the RSS 2.0's source element.
* Content in unknown namespaces is no longer discarded (bug 993305)
* Lots of other bug fixes.
   2005-04-11 23:48:17 by Todd Vierling | Files touched by this commit (3539)
Log message:
Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used.
   2005-02-24 15:48:51 by Alistair G. Crooks | Files touched by this commit (259)
Log message:
Add RMD160 digests to the SHA1 ones.
   2005-01-27 04:46:30 by Amitai Schlair | Files touched by this commit (1)
Log message:
Accept Python 2.4.
   2005-01-23 21:41:50 by Marc Recht | Files touched by this commit (77)
Log message:
Build Python with thread support by default and turn the existing
python*-pth packages into meta-packages which will install the non-pth
packages. Bump PKGREVISIONs on the non-pth versions to propagate the
thread change, but leave the *-pth versions untouched to not affect
existing installations.
Sync all PYTHON_VERSIONS_AFFECTED lines in package Makefiles.
   2004-08-28 16:53:01 by Amitai Schlair | Files touched by this commit (1)
Log message:
Fix PLIST.
   2004-07-22 11:16:04 by Marc Recht | Files touched by this commit (123)
Log message:
add python as category
ok'd a while back at pkgsrcCon by agc and wiz
   2004-07-17 18:28:29 by Amitai Schlair | Files touched by this commit (2)
Log message:
Update to 3.3.

Changes in 3.2:

* use cjkcodecs and iconv_codec if available
* always convert feed to UTF-8 before passing to XML parser
* completely revamped logic for determining character encoding and
    attempting XML parsing (much faster)
* increased default timeout to 20 seconds
* test for presence of Location header on redirects
* added tests for many alternate character encodings
* support various EBCDIC encodings
* support UTF-16BE and UTF16-LE with or without a BOM
* support UTF-8 with a BOM
* support UTF-32BE and UTF-32LE with or without a BOM
* fixed crashing bug if no XML parsers are available
* added support for "Content-encoding: deflate"
* send blank "Accept-encoding: " header if neither gzip nor zlib
    modules are available

Changes in 3.3:

* optimize EBCDIC to ASCII conversion
* fix obscure problem tracking xml:base and xml:lang if element
    declares it, child doesn't, first grandchild redeclares it,
    and second grandchild doesn't
* refactored date parsing
* defined public registerDateHandler so callers can add support
    for additional date formats at runtime
* added support for OnBlog, Nate, MSSQL, Greek, and Hungarian dates (ytrewq1)
* added zopeCompatibilityHack() which turns FeedParserDict into a
    regular dictionary, required for Zope compatibility, and also
    makes command-line debugging easier because pprint module
    formats real dictionaries better than dictionary-like objects
* added NonXMLContentType exception, which is stored in bozo_exception
    when a feed is served with a non-XML media type such as
    "text/plain"
* respect Content-Language as default language if not xml:lang is present
* cloud dict is now FeedParserDict
* generator dict is now FeedParserDict
* better tracking of xml:lang, including support for xml:lang=""
    to unset the current language
* recognize RSS 1.0 feeds even when RSS 1.0 namespace is not the
    default namespace
* don't overwrite final status on redirects (scenarios: redirecting
    to a URL that returns 304, redirecting to a URL that redirects
    to another URL with a different type of redirect)
* add support for HTTP 303 redirects
   2004-06-30 22:17:35 by Amitai Schlair | Files touched by this commit (2)
Log message:
Update to 3.1. From the changelog:

* added and passed tests for converting HTML entities to Unicode
    equivalents in illformed feeds (aaronsw)
* added and passed tests for converting character entities to
    Unicode equivalents in illformed feeds (aaronsw)
* test for valid parsers when setting XML_AVAILABLE
* make version and encoding available when server returns a 304
* add handlers parameter to pass arbitrary urllib2 handlers (like
    digest auth or proxy support)
* add code to parse username/password out of url and send as basic
    authentication
* expose downloading-related exceptions in bozo_exception (aaronsw)
* added __contains__ method to FeedParserDict (aaronsw)
* added publisher_detail (aaronsw)

Next | Query returned 41 messages, browsing 31 to 40 | Previous