Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
Accelerator
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search
/
Sign in
Sign up
Appearance settings
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
{{ message }}
streamentry
/
python-openid
Public
forked from
openid/python-openid
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Wiki
Security and quality
Insights
Commits
Branch selector
master
User selector
All users
Datepicker
All time
Commit history
Commits on Aug 24, 2012
Merge branch 'cdman/use-logging-module'
Show description for 7d65da5
willnorris
committed
7d65da5
View commit details
Copy full SHA for 7d65da5
Browse repository at this point
Commits on Aug 6, 2012
Merge pull request #31 from justjkk/master
Show description for fab30b0
willnorris
committed
fab30b0
View commit details
Copy full SHA for fab30b0
Browse repository at this point
Commits on Jul 4, 2012
Merge pull request #36 from tseaver/optional_setuptools
Show description for 65c953f
willnorris
committed
65c953f
View commit details
Copy full SHA for 65c953f
Browse repository at this point
Merge pull request #11 from mmlin/master
Show description for 7b9fb75
willnorris
committed
7b9fb75
View commit details
Copy full SHA for 7b9fb75
Browse repository at this point
Merge pull request #15 from vzima/unicode
Show description for b19e822
willnorris
committed
b19e822
View commit details
Copy full SHA for b19e822
Browse repository at this point
Merge commit 'eec4a96c5a1e64938a9af8' into temoto
willnorris
committed
e660b4b
View commit details
Copy full SHA for e660b4b
Browse repository at this point
add build status image to readme
willnorris
committed
4cca5db
View commit details
Copy full SHA for 4cca5db
Browse repository at this point
Commits on Jun 26, 2012
Add .travis.yml for Travis CI (http://travis-ci.org/)
msabramo
committed
e21e01a
View commit details
Copy full SHA for e21e01a
Browse repository at this point
Commits on Jun 25, 2012
Add .tox to .gitignore
msabramo
committed
67120e0
View commit details
Copy full SHA for 67120e0
Browse repository at this point
Add tox.ini for tox (http://tox.testrun.org/)
msabramo
committed
c1ec78e
View commit details
Copy full SHA for c1ec78e
Browse repository at this point
Merge remote-tracking branch 'cdman/fixup-unittests' into _testing
msabramo
committed
a828e47
View commit details
Copy full SHA for a828e47
Browse repository at this point
Add tox.ini for tox (http://tox.testrun.org/)
msabramo
committed
dbdc6cc
View commit details
Copy full SHA for dbdc6cc
Browse repository at this point
Commits on Jun 11, 2012
Changed over to logging module from built-in logging module and updated tests accordingly
cdman
committed
95aa2a9
View commit details
Copy full SHA for 95aa2a9
Browse repository at this point
Added gitignore files
cdman
committed
63c4f6c
View commit details
Copy full SHA for 63c4f6c
Browse repository at this point
Made necessarry changes to unitests for them to pass
cdman
committed
e587bd7
View commit details
Copy full SHA for e587bd7
Browse repository at this point
Commits on Mar 28, 2012
Use setuptools, if present.
Show description for 6524812
tseaver
committed
6524812
View commit details
Copy full SHA for 6524812
Browse repository at this point
Commits on Mar 8, 2012
Merge pull request #35 from davidthewatson/patch-1
Show description for bcb88b9
willnorris
committed
bcb88b9
View commit details
Copy full SHA for bcb88b9
Browse repository at this point
Fix typo in log message.
davidthewatson
committed
13e2474
View commit details
Copy full SHA for 13e2474
Browse repository at this point
Commits on Feb 8, 2012
Merge pull request #32 from yola/master
Show description for fc90195
willnorris
committed
fc90195
View commit details
Copy full SHA for fc90195
Browse repository at this point
Commits on Feb 1, 2012
Bugfix: Automatically POST the form from OP to RP
justjkk
committed
30f85f2
View commit details
Copy full SHA for 30f85f2
Browse repository at this point
Commits on Jan 17, 2012
Patch the openid.server.Server class to allow clients to provide signatory, encoder and decoder classes on instantiation.
[email protected]
committed
4c17264
View commit details
Copy full SHA for 4c17264
Browse repository at this point
Commits on Dec 12, 2011
Fix encoding of namespace uris.
Show description for 5095fd1
ziima
committed
5095fd1
View commit details
Copy full SHA for 5095fd1
Browse repository at this point
Commits on Jul 18, 2011
Yet another problem with unicode - some HTLM pages can not be decoded because they contain undecodable characters.
Show description for abd15ee
ziima
committed
abd15ee
View commit details
Copy full SHA for abd15ee
Browse repository at this point
Commits on Jun 6, 2011
Fix problem with decoding of HTML that has mixture of unicode and entities.
Show description for 4ed2deb
ziima
committed
4ed2deb
View commit details
Copy full SHA for 4ed2deb
Browse repository at this point
Commits on Oct 14, 2010
Fixed a bug in Message.toPostArgs() related to UTF-8 encoded values.
Show description for c3d9bff
dokai
committed
c3d9bff
View commit details
Copy full SHA for c3d9bff
Browse repository at this point
Fixed a bug in Message.toFormMarkup() related to encoding UTF-8 encoded form values.
Show description for 0dd2e81
dokai
committed
0dd2e81
View commit details
Copy full SHA for 0dd2e81
Browse repository at this point
Commits on Sep 16, 2010
Set safe flag on html/form element so that the html won't be escaped, which happens by default in the latest versions of Django.
unknown
committed
2d367bb
View commit details
Copy full SHA for 2d367bb
Browse repository at this point
Corrected dictionary entries in the method normalDict, which was only inserting the first character for each value.
unknown
committed
df17d7b
View commit details
Copy full SHA for df17d7b
Browse repository at this point
Commits on Sep 15, 2010
clean whitespace
temoto
committed
eec4a96
View commit details
Copy full SHA for eec4a96
Browse repository at this point
fix fetchers.usingCurl to properly work with ExceptionWrappingFetcher
temoto
committed
3933954
View commit details
Copy full SHA for 3933954
Browse repository at this point
fix openid.__version__ attribute (was not updated from 2.2.1)
temoto
committed
06d0436
View commit details
Copy full SHA for 06d0436
Browse repository at this point
Commits on Jul 19, 2010
Fix timing attack against signature comparison
Carl Howells
authored and
lillialexis
committed
12efd78
View commit details
Copy full SHA for 12efd78
Browse repository at this point
whitespace
Carl Howells
authored and
lillialexis
committed
ce4630f
View commit details
Copy full SHA for ce4630f
Browse repository at this point
Fix permissions on tools
Carl Howells
authored and
lillialexis
committed
c95a21e
View commit details
Copy full SHA for c95a21e
Browse repository at this point
Commits on Jun 18, 2010
contrib/associate: new script to make an association request
Show description for b666238
Kevin Turner
authored and
lillialexis
committed
b666238
View commit details
Copy full SHA for b666238
Browse repository at this point
Previous
Next
You can’t perform that action at this time.