index
:
delta/python-packages/openid.git
master
move-back
github.com: openid/python-openid.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
openid
/
store
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix isort
Vlastimil Zíma
2019-06-17
1
-0
/
+1
*
Fix new flake8 warnings
Vlastimil Zíma
2018-11-14
2
-4
/
+2
*
Drop hash utilities
Vlastimil Zíma
2018-06-25
1
-2
/
+3
*
Clean other deprecations
Vlastimil Zíma
2018-05-31
1
-2
/
+2
*
Split function for nonce salt generation
Vlastimil Zíma
2018-05-16
1
-4
/
+17
*
Fix exception handling
Vlastimil Zíma
2018-05-11
1
-1
/
+1
*
Update python builtin functions
Vlastimil Zíma
2018-05-11
2
-3
/
+7
*
Make iterators python3 compatible
Vlastimil Zíma
2018-05-11
1
-3
/
+3
*
Transform remaining API to text strings
Vlastimil Zíma
2018-05-11
5
-62
/
+93
*
Update strings in cryptography and utilities API
Vlastimil Zíma
2018-05-11
1
-2
/
+2
*
Remove disliked functions - map, filter and reduce
Vlastimil Zíma
2018-03-07
2
-4
/
+2
*
Pepify and add flake8
Vlastimil Zíma
2017-11-29
5
-23
/
+39
*
Update logging
Vlastimil Zíma
2017-11-29
1
-2
/
+4
*
Drop support for Python <2.7
Vlastimil Zíma
2017-11-29
2
-46
/
+3
*
Clean imports by isort
Vlastimil Zíma
2017-11-22
4
-13
/
+16
*
Changed over to logging module from built-in logging module and updated tests...
Attila-Mihaly Balazs
2012-06-11
1
-1
/
+2
*
[project @ [API] sqlstore: Remove stale settings table SQL]
tailor
2008-06-05
1
-43
/
+2
*
[project @ sqlstore: Add explicit field names in db_new_assoc SQL]
Kevin Turner
2008-06-04
1
-0
/
+2
*
[project @ Add NOT NULL constraints to SQL store table construction code]
tailor
2008-06-03
1
-18
/
+18
*
[project @ add __all__ to __init__.py files, fixes #138]
Kevin Turner
2008-05-29
1
-0
/
+2
*
[project @ store.sqlstore.SQLStore._execSQL: convert unicode args to str() to...
Kevin Turner
2008-05-21
1
-1
/
+11
*
[project @ use ENGINE instead of TYPE when creating MySQL store tables]
tailor
2008-05-20
1
-3
/
+3
*
[project @ Correct the following error:]
Sam Ruby
2007-12-04
1
-2
/
+2
*
[project @ Fix psycopg/psycopg2 exception handling in PostgreSQL store]
http://j3h.us/
2007-10-18
1
-0
/
+10
*
[project @ Be smarter about DB API exceptions]
http://j3h.us/
2007-10-18
1
-17
/
+16
*
[project @ Fix blob encoding for newer versions of MySQLdb]
http://j3h.us/
2007-10-18
1
-1
/
+6
*
[project @ Update sqlite store to try importing sqlite3]
tailor
2007-10-16
1
-1
/
+4
*
[project @ Fixed psycopg[2] PostgreSQL store blobEncode]
tailor
2006-09-27
1
-2
/
+6
*
[project @ store.*: remove getExpired [#3667]]
Kevin Turner http://kevin.janrain.com/
2007-05-11
4
-33
/
+0
*
[project @ store.interface.OpenIDStore.cleanupAssociations,cleanup: added]
Kevin Turner
2007-05-10
1
-1
/
+23
*
[project @ store.sqlstore.SQLStore.cleanupAssociations: added]
Kevin Turner
2007-05-10
1
-0
/
+13
*
[project @ store.filestore.FileOpenIDStore.cleanupAssociations: added]
Kevin Turner
2007-05-10
1
-2
/
+8
*
[project @ store.memstore.MemoryStore.cleanupAssociations: added]
Kevin Turner
2007-05-10
1
-0
/
+29
*
[project @ store.filestore.FileStore._allAssocs: filename must include direct...
Kevin Turner
2007-05-10
1
-1
/
+3
*
[project @ store.interface.OpenIDStore.cleanupNonces: simpifly docstring]
Kevin Turner
2007-05-10
1
-1
/
+2
*
[project @ store.interface.OpenIDStore.getAssociation: change docstring to ma...
Kevin Turner
2007-05-10
1
-2
/
+1
*
[project @ store.filestore.FileOpenIDStore._allAssocs: log error instead of s...
Kevin Turner
2007-05-10
1
-1
/
+2
*
[project @ store.sqlstore.SQLStore.cleanupNonces: added]
Kevin Turner
2007-05-09
1
-0
/
+12
*
[project @ openid.filestore.FileOpenIDStore.cleanupNonces: added]
Kevin Turner
2007-05-09
1
-5
/
+12
*
[project @ store.memstore.MemoryStore.cleanupNonces: added]
Kevin Turner
2007-05-09
1
-0
/
+12
*
[project @ store.interface.OpenIDStore.cleanupNonces: added]
Kevin Turner
2007-05-09
1
-0
/
+14
*
[project @ store.memstore: rejigger SKEW import to always use current value o...
Kevin Turner
2007-05-09
1
-5
/
+5
*
[project @ docstring nits]
Kevin Turner
2007-05-09
1
-2
/
+2
*
[project @ store.nonce.NONCE_CHARS: s/letters/ascii_letters/]
Kevin Turner
2007-05-09
1
-1
/
+1
*
[project @ store.sqlstore.SQLStore.txn_useNonce: check timestamp]
Kevin Turner
2007-05-02
1
-0
/
+4
*
[project @ store.filestore.FileOpenIDStore.useNonce: add timestamp check]
Kevin Turner
2007-05-02
1
-0
/
+3
*
[project @ store.interface.OpenIDStore.useNonce: should return False if the t...
Kevin Turner
2007-05-02
1
-1
/
+3
*
[project @ store.memstore: remove unused cryptutil import]
Kevin Turner
2007-05-02
1
-1
/
+1
*
[project @ store.memstore: add nonce timestamp checking]
Kevin Turner
2007-05-02
1
-0
/
+6
*
[project @ store.sqlstore: remove unused cryptutil import]
Kevin Turner
2007-05-02
1
-1
/
+0
[next]