summaryrefslogtreecommitdiff
path: root/openid/store
Commit message (Expand)AuthorAgeFilesLines
* Fix isortVlastimil Zíma2019-06-171-0/+1
* Fix new flake8 warningsVlastimil Zíma2018-11-142-4/+2
* Drop hash utilitiesVlastimil Zíma2018-06-251-2/+3
* Clean other deprecationsVlastimil Zíma2018-05-311-2/+2
* Split function for nonce salt generationVlastimil Zíma2018-05-161-4/+17
* Fix exception handlingVlastimil Zíma2018-05-111-1/+1
* Update python builtin functionsVlastimil Zíma2018-05-112-3/+7
* Make iterators python3 compatibleVlastimil Zíma2018-05-111-3/+3
* Transform remaining API to text stringsVlastimil Zíma2018-05-115-62/+93
* Update strings in cryptography and utilities APIVlastimil Zíma2018-05-111-2/+2
* Remove disliked functions - map, filter and reduceVlastimil Zíma2018-03-072-4/+2
* Pepify and add flake8Vlastimil Zíma2017-11-295-23/+39
* Update loggingVlastimil Zíma2017-11-291-2/+4
* Drop support for Python <2.7Vlastimil Zíma2017-11-292-46/+3
* Clean imports by isortVlastimil Zíma2017-11-224-13/+16
* Changed over to logging module from built-in logging module and updated tests...Attila-Mihaly Balazs2012-06-111-1/+2
* [project @ [API] sqlstore: Remove stale settings table SQL]tailor2008-06-051-43/+2
* [project @ sqlstore: Add explicit field names in db_new_assoc SQL]Kevin Turner2008-06-041-0/+2
* [project @ Add NOT NULL constraints to SQL store table construction code]tailor2008-06-031-18/+18
* [project @ add __all__ to __init__.py files, fixes #138]Kevin Turner2008-05-291-0/+2
* [project @ store.sqlstore.SQLStore._execSQL: convert unicode args to str() to...Kevin Turner2008-05-211-1/+11
* [project @ use ENGINE instead of TYPE when creating MySQL store tables]tailor2008-05-201-3/+3
* [project @ Correct the following error:]Sam Ruby2007-12-041-2/+2
* [project @ Fix psycopg/psycopg2 exception handling in PostgreSQL store]http://j3h.us/2007-10-181-0/+10
* [project @ Be smarter about DB API exceptions]http://j3h.us/2007-10-181-17/+16
* [project @ Fix blob encoding for newer versions of MySQLdb]http://j3h.us/2007-10-181-1/+6
* [project @ Update sqlite store to try importing sqlite3]tailor2007-10-161-1/+4
* [project @ Fixed psycopg[2] PostgreSQL store blobEncode]tailor2006-09-271-2/+6
* [project @ store.*: remove getExpired [#3667]]Kevin Turner http://kevin.janrain.com/2007-05-114-33/+0
* [project @ store.interface.OpenIDStore.cleanupAssociations,cleanup: added]Kevin Turner2007-05-101-1/+23
* [project @ store.sqlstore.SQLStore.cleanupAssociations: added]Kevin Turner2007-05-101-0/+13
* [project @ store.filestore.FileOpenIDStore.cleanupAssociations: added]Kevin Turner2007-05-101-2/+8
* [project @ store.memstore.MemoryStore.cleanupAssociations: added]Kevin Turner2007-05-101-0/+29
* [project @ store.filestore.FileStore._allAssocs: filename must include direct...Kevin Turner2007-05-101-1/+3
* [project @ store.interface.OpenIDStore.cleanupNonces: simpifly docstring]Kevin Turner2007-05-101-1/+2
* [project @ store.interface.OpenIDStore.getAssociation: change docstring to ma...Kevin Turner2007-05-101-2/+1
* [project @ store.filestore.FileOpenIDStore._allAssocs: log error instead of s...Kevin Turner2007-05-101-1/+2
* [project @ store.sqlstore.SQLStore.cleanupNonces: added]Kevin Turner2007-05-091-0/+12
* [project @ openid.filestore.FileOpenIDStore.cleanupNonces: added]Kevin Turner2007-05-091-5/+12
* [project @ store.memstore.MemoryStore.cleanupNonces: added]Kevin Turner2007-05-091-0/+12
* [project @ store.interface.OpenIDStore.cleanupNonces: added]Kevin Turner2007-05-091-0/+14
* [project @ store.memstore: rejigger SKEW import to always use current value o...Kevin Turner2007-05-091-5/+5
* [project @ docstring nits]Kevin Turner2007-05-091-2/+2
* [project @ store.nonce.NONCE_CHARS: s/letters/ascii_letters/]Kevin Turner2007-05-091-1/+1
* [project @ store.sqlstore.SQLStore.txn_useNonce: check timestamp]Kevin Turner2007-05-021-0/+4
* [project @ store.filestore.FileOpenIDStore.useNonce: add timestamp check]Kevin Turner2007-05-021-0/+3
* [project @ store.interface.OpenIDStore.useNonce: should return False if the t...Kevin Turner2007-05-021-1/+3
* [project @ store.memstore: remove unused cryptutil import]Kevin Turner2007-05-021-1/+1
* [project @ store.memstore: add nonce timestamp checking]Kevin Turner2007-05-021-0/+6
* [project @ store.sqlstore: remove unused cryptutil import]Kevin Turner2007-05-021-1/+0