summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Bump version and add info to changelogv0.1.3Roman Haritonov2012-05-043-24/+32
* Small code cleanups and clarification about backends in documentationRoman Haritonov2012-05-043-17/+25
* skip async test if gevent is not installedRoman Haritonov2012-05-041-1/+1
* clear some TODOsRoman Haritonov2012-05-044-21/+36
* can_commit now is a simple attribute not propertyRoman Haritonov2012-05-041-14/+10
* Remove reusable_dict parameter because of new connection logicRoman Haritonov2012-05-043-20/+9
* if not self._pending_connection -> if self._pending_connection is NoneRoman Haritonov2012-05-041-1/+1
* Add lock to support insert operations from multiple threadsRoman Haritonov2012-05-041-18/+25
* Add more DbDict types to testRoman Haritonov2012-05-041-22/+34
* Add failing test for dbdict insertion in multiple threadsRoman Haritonov2012-05-041-2/+26
* Possible solution for #3. Reopen connections for almost each operationRoman Haritonov2012-05-041-23/+54
* More threads in testRoman Haritonov2012-05-041-11/+11
* Test for issue #3. SQLite backend is not thread safeRoman Haritonov2012-05-031-0/+40
* Fix #2. Take into account POST-parametersRoman Haritonov2012-05-031-3/+10
* More checks in test. Another test for issue with Request.url instead Request....Roman Haritonov2012-05-031-8/+15
* add failing test for #2Roman Haritonov2012-05-031-0/+13
* clarify changelogv0.1.2Roman Haritonov2012-05-021-1/+1
* bump version, update changelogRoman Haritonov2012-05-023-2/+8
* clarify docs about backend optionsRoman Haritonov2012-05-024-3/+9
* small typo in docsRoman Haritonov2012-05-021-3/+3
* add fast_save option to DbCache backendRoman Haritonov2012-05-022-2/+6
* FAST_SAVE constant in test_cache.pyRoman Haritonov2012-05-021-1/+2
* tests for fast_save option of DbDictRoman Haritonov2012-05-021-4/+18
* add fast_save option to DbDict (PRAGMA synchronous = 0;)Roman Haritonov2012-05-021-2/+6
* quote table name in queriesRoman Haritonov2012-05-021-135/+136
* extract constant db_name in testRoman Haritonov2012-05-021-13/+16
* Merge remote-tracking branch 'origin/master'Roman Haritonov2012-05-023-7/+7
|\
| * Merge pull request #1 from dmr/masterRoman Haritonov2012-05-023-7/+7
| |\
| | * fix minor spelling mistakeDaniel Rech2012-05-023-7/+7
| |/
* | Merge branch 'reduce_writes'Roman Haritonov2012-04-211-6/+12
|\ \
| * | Reduce number of writes to cache to speedup sqliteRoman Haritonov2012-04-191-6/+12
| |/
* | fix MANIFEST.inRoman Haritonov2012-04-121-1/+1
|/
* Change links from BitBucket to GitHubRoman Haritonov2012-04-124-5/+5
* Renamed hgignore and READMERoman Haritonov2012-04-123-10/+9
* Added tag 0.1.1 for changeset 4225587aaeccRoman2012-04-110-0/+0
* Bump version0.1.1Roman2012-04-112-2/+2
* Docs: small fixesRoman2012-04-113-12/+23
* Added changelogRoman2012-04-112-0/+22
* connection option for MongoCacheRoman2012-04-112-4/+6
* refactor: move reduce_response and restore_response to BaseCacheRoman2012-04-111-29/+30
* refactor: rename MemoryCache to BaseCacheRoman2012-04-114-13/+12
* Add docformat and version in __init__.pyRoman2012-04-111-3/+7
* Fix: restore responses in response.historyRoman2012-04-112-3/+15
* typo in setup.py urlRoman2012-04-101-1/+1
* Added tag 0.1.0 for changeset 1c61e9729e75Roman2012-04-100-0/+0
* readthedocs.org: mock pymongo0.1.0Roman2012-04-101-0/+20
* Fixed example. Excluded some files from distributionRoman2012-04-104-14/+23
* reuse mongo connectionRoman2012-04-101-1/+1
* Add missed mongo.pyRoman2012-04-101-0/+23
* Fix docsRoman2012-04-104-8/+15