summaryrefslogtreecommitdiff
path: root/store.py
Commit message (Expand)AuthorAgeFilesLines
* add database port as an option in configRichard Jones2013-02-041-2/+5
* move arg to retain existing orderingRichard Jones2013-01-141-6/+6
* fixesRichard Jones2013-01-141-2/+2
* update for new id column added to journals (to aid making journal rows unique...Richard Jones2013-01-141-7/+7
* remove workaround and update verlib to the bugfixed implementationRichard Jones2012-10-021-11/+4
* whupsRichard Jones2012-10-021-1/+2
* work around bug in verlibRichard Jones2012-10-021-4/+10
* oops, stringifyRichard Jones2012-09-271-0/+1
* retain the mapping from normalised to orginal version string for the update; ...Richard Jones2012-09-271-32/+35
* backing this out as things do not look correctRichard Jones2012-09-271-19/+20
* whoopsRichard Jones2012-09-271-1/+1
* noteRichard Jones2012-09-271-2/+2
* fudge to catch that 8% of PyPI projects that are *close* to the new specRichard Jones2012-09-271-4/+11
* where possible use the better PEP 386 ordering of versions over the older Loo...Richard Jones2012-09-271-8/+28
* alter to order the releases by version, not submission date, to return the mo...Richard Jones2012-09-271-4/+7
* Add DB host parameter.Martin v. L?wis2012-08-231-0/+2
* fix sqlite handling of encoded stringsRichard Jones2012-08-231-0/+2
* mergeRichard Jones2012-08-231-0/+1
|\
| * Support Wheel files. Requested by Michele Lacchia.Martin v. L?wis2012-08-171-0/+1
* | handle request of access token in case where request token is not authorisedRichard Jones2012-08-231-0/+5
|/
* replace tabsRichard Jones2012-07-241-5/+5
* Rename "user" to "user_name" column to prevent conflict with PostgreSQL keyword.Martin v. L?wis2012-03-251-5/+5
* "fix" sqlite3 handling of timestamp in this one edge caseRichard Jones2012-03-151-5/+12
* fixRichard Jones2012-03-151-1/+2
* fixRichard Jones2012-03-151-2/+2
* fixRichard Jones2012-03-151-1/+1
* more api impedance mismatchRichard Jones2012-03-151-1/+2
* key comes in bareRichard Jones2012-03-151-6/+6
* key comes in bareRichard Jones2012-03-151-5/+5
* fixRichard Jones2012-03-151-1/+1
* fixRichard Jones2012-03-151-1/+2
* moar oauth compatRichard Jones2012-03-151-3/+3
* fixRichard Jones2012-03-151-1/+1
* fix importRichard Jones2012-03-151-1/+1
* fix bug in oauth library and flow-on bug in nonce handlingRichard Jones2012-03-151-8/+10
* nonce token is nullableRichard Jones2012-03-151-4/+11
* fixRichard Jones2012-03-151-2/+2
* wtfpackageRichard Jones2012-03-141-1/+1
* add missing importRichard Jones2012-03-141-0/+1
* no now() in sqliteRichard Jones2012-03-141-5/+6
* no now() in sqliteRichard Jones2012-03-141-4/+8
* add initial OAuth implementationRichard Jones2012-03-141-0/+129
* add reading of long description from README filesrichard2012-03-121-48/+10
* add docs url to the XML-RPC meta-datarichard2012-02-061-13/+25
* Add browse RPC.martin.von.loewis2011-12-121-0/+9
* Use SQL store for associations.martin.von.loewis2011-11-201-0/+6
* Fix query parameters.martin.von.loewis2011-11-191-1/+1
* Redo openid login to support direct verification.martin.von.loewis2011-11-191-36/+58
* openid provider support; thanks Mark Reesrichard2011-09-051-0/+22
* handle missing cookie datarichard2011-08-231-1/+6