-
-
Notifications
You must be signed in to change notification settings - Fork 76
/
ChangeLog
101 lines (59 loc) · 2.05 KB
/
ChangeLog
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
1.3.1 (2024-05-26)
------------------
Import quote from urllib.
Note that this library is for a very old and outdated version of OpenID.
Almost no-one uses this Open ID protocol, the OpenID Connect protocol is
the current standard.
1.3.0 (2021-09-08)
------------------
Python 3-only compatible version with 2to3 removed to satisfy setuptools removal of 2to3 configuration option of setup.py
1.2.5 (2015-09-14)
------------------
New
~~~
- Added support for immediate mode requests. [Patrick Uiterwijk]
- Fixed grammar error in docs. [Yuval Langer]
- Fixed import path to url_quote. [Bluevalor]
- Base64 encoding and decoding internal data. [Patrick Steele]
1.2.4 (2014-10-24)
------------------
New
~~~
- Support using the url_root as trust_root. [Patrick Uiterwijk]
1.2.3 (2014-10-08)
------------------
New
~~~
- Added shebang to example to make it easier to run. [Patrick Uiterwijk]
Fix
~~~
- Fix compatibility issue with python<2.7 introduced in 1.2.2. [Patrick Uiterwijk]
1.2.2 (2014-10-07)
------------------
New
~~~
- Make it easier to start the example by removing init_db. [Patrick Uiterwijk]
- Make OpenID errors more descriptive. [Patrick Uiterwijk]
Fix
~~~
- First try to utf8 encode, but skip for python3. [evgen]
- Make the checks for string type work. [Patrick Uiterwijk, Sergey]
1.2.1 (2014-01-26)
------------------
Fix
~~~
- Using print() for python 3 compatibility. [Jon Chen]
- Make ask_for_optional optional in debug if ask_for is specified. [Samuel Miller]
1.2 (2014-01-22)
----------------
New
~~~
- Added support for python 3. [Dennis Glindhart, Patrick Uiterwijk]
- Added support for python-openid extensions. [Pierre-Yves Chibon, Jeff Miller, Patrick Uiterwijk]
- Added support for optional sreg keys. [Shay Erlichmen, Patrick Uiterwijk]
- Added the option to declare which URL roots are safe to redirect to [Patrick Uiterwijk]
Fix
~~~
- Small typo fix in documentation. [David Vincelli]
- Fix the import name in the documentation. [William Ting, Amanjeev Sethi]
- Fix pickle.loads crashing on non-ASCII chars. [Shay Erlichmen]