Fri Jun 22 21:25:08 PDT 2007  Kevin Turner <kevin@janrain.com>
  * examples/server.py ServerHandler.isAuthorized: add missing 'id/' to url comparsion
  thanks to Frederic Pauget for finding this.

    M ./examples/server.py -1 +1
    M ./openid/test/test_examples.py -1 +42

Fri Jun 22 21:17:26 PDT 2007  Kevin Turner <kevin@janrain.com>
  * examples/server.py: make assumption that urls match explicit with an assert.
  test.test_examples: use 'localhost' in the endpoint base URL, not '127.0.0.1'

    M ./examples/server.py +3
    M ./openid/test/test_examples.py -1 +1

Fri Jun 22 20:02:49 PDT 2007  Kevin Turner <kevin@janrain.com>
  * openid.sreg: update documentation and __all__ to match current API
  
  thanks to Boris Erdmann for catching this.

    M ./openid/sreg.py -2 +1

Fri Jun 22 20:01:07 PDT 2007  Kevin Turner <kevin@janrain.com>
  * examples/server.py: add /id to 'logged in as' link

    M ./examples/server.py -1 +1

Fri Jun 22 19:26:43 PDT 2007  Kevin Turner <kevin@janrain.com>
  * NEWS: can't say "OpenID 2.0" yet, it's still a draft spec.

    M ./NEWS -1 +3

Fri Jun 22 19:18:06 PDT 2007  Kevin Turner <kevin@janrain.com>
  * rsplit doesn't exist in python2.3

    M ./admin/runtests -4 +13
    M ./openid/test/test_examples.py -1 +10

Fri Jun 22 18:51:03 PDT 2007  Kevin Turner <kevin@janrain.com>
  * admin/runtests: invoke djopenid example tests
  
  examples are not in a package in sys.path; beware the import hacking.

    M ./admin/runtests -1 +53

Fri Jun 22 18:44:41 PDT 2007  Kevin Turner <kevin@janrain.com>
  * examples djopenid.server.tests: added test for processTrustResult

    A ./examples/djopenid/server/tests.py

Fri Jun 22 18:41:39 PDT 2007  Kevin Turner <kevin@janrain.com>
  * examples djopenid.server.views.processTrustResult: fix sreg call

    M ./examples/djopenid/server/views.py -2 +3

Fri Jun 22 16:25:42 PDT 2007  Kevin Turner <kevin@janrain.com>
  * admin/runtests: add test_examples

    M ./admin/runtests -1 +11

Fri Jun 22 16:22:47 PDT 2007  Kevin Turner <kevin@janrain.com>
  * examples/server.py: add missing request reference to addSRegResponse

    M ./examples/server.py -3 +3

Fri Jun 22 16:21:15 PDT 2007  Kevin Turner <kevin@janrain.com>
  * tests.test_examples: cleanup/whitespace

    M ./openid/test/test_examples.py -13 +44

Wed Jun 20 16:42:13 PDT 2007  Kevin Turner <kevin@janrain.com>
  * test.test_examples: use response headers instead of installing a custom RedirectHandler
  
  (I found where they were hiding.)

    M ./openid/test/test_examples.py -17 +4

Wed Jun 20 16:22:08 PDT 2007  Kevin Turner <kevin@janrain.com>
  * openid.test.test_examples: added to test examples/server.py.  Depends on Twill.
  
  Super-hacky at the moment, needs work to reduce the number of private
  twill and mechanize attributes it abuses.

    A ./openid/test/test_examples.py

Tue Jun 19 15:07:56 PDT 2007  Josh Hoyt <josh@janrain.com>
  * Whitespace

    M ./openid/test/test_server.py -4 +3

Thu Jun 14 13:39:44 PDT 2007  Josh Hoyt <josh@janrain.com>
  * Added support for httplib2 fetcher
  httplib2 supports caching. Also, a little bit of refactoring of the
  fetcher test

    M ./openid/fetchers.py +76
    M ./openid/test/test_fetchers.py -14 +24

Thu Jun 14 13:38:54 PDT 2007  Josh Hoyt <josh@janrain.com>
  * whitespace

    M ./openid/fetchers.py -1 +1

Thu Jun 14 13:36:04 PDT 2007  Josh Hoyt <josh@janrain.com>
  * Whitespace

    M ./openid/fetchers.py -1 +2

Thu Jun 14 13:34:48 PDT 2007  Josh Hoyt <josh@janrain.com>
  * Remove unit test helper module
  It was only used in two test modules, and it wasn't really helping anymore.

    R ./openid/test/helper.py
    M ./openid/test/test_fetchers.py -4
    M ./openid/test/test_urinorm.py -4

Thu Jun  7 16:48:48 PDT 2007  Josh Hoyt <josh@janrain.com>
  * Added function to openid.yadis.etxrd that parses the Expires date out of an XRD

    M ./openid/yadis/etxrd.py +27

Wed May 30 16:53:10 PDT 2007  Josh Hoyt <josh@janrain.com>
  * Added __all__ to openid.consumer.discover

    M ./openid/consumer/discover.py +11

Fri May 11 15:25:37 PDT 2007  Kevin Turner <kevin@janrain.com>
  tagged release-2.0.0

