summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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
* note about pymongo problems with geventRoman2012-04-101-0/+4
* dbdict fix error in __len__Roman2012-04-103-1/+16
* Added Python3 to classifiersRoman2012-04-102-16/+21
* Added mongodb backendRoman2012-04-104-12/+36
* mongodict: reusable connection, add docstringsRoman2012-04-102-14/+31
* Add mongodict and testsRoman2012-04-102-0/+143
* Missed TODORoman2012-04-101-1/+1
* Py3 compatibility in testsRoman2012-04-101-3/+6
* dbdict is now compatible with Py3Roman2012-04-104-18/+124
* Add test command for setup.pyRoman Haritonov2012-04-103-5/+18
* Fix error message in DbDictRoman Haritonov2012-04-101-1/+1
* Change iteritems() to items() for py3. New README. Fix typos.Roman2012-04-102-13/+27
* expire_after is now can be None for ignoreRoman2012-04-093-12/+14
* Add backend_options to configure. Add persistence documentation. Fix docsRoman2012-04-093-11/+30
* More docsRoman2012-04-093-10/+66
* requests_cache.enabled and requests_cache.disabled context managersRoman2012-04-093-1/+59
* Documentation small fixesRoman2012-04-092-15/+20
* sqlite cache now stored in one database into different tablesRoman2012-04-091-8/+4
* Fix error in del_cached_url, Multiple instances of DbDict now can write to sa...Roman2012-04-095-35/+160
* has_url function, allowable_methods option, proper cache expiringRoman2012-04-094-13/+50
* Typos in docs. Begin user_guide.rstRoman2012-04-095-3/+36
* cPickle support for dbdictRoman2012-04-081-2/+6
* Some TODOs, docstringsRoman2012-04-085-7/+15
* Added missed MANIFEST.inRoman2012-04-081-0/+11
* Added README and setup.py. Added check for existence of dispatch_hookRoman2012-04-083-4/+57
* More docstrings. Added LICENSERoman2012-04-086-15/+80
* MemoryCache now reduces and Response. More docstringsRoman2012-04-087-19/+73
* Initial sphinx docsRoman2012-04-088-0/+611
* Moved tests outside package. More docstringsRoman2012-04-084-4/+39
* Patch Request.send instead Session.request. Added support for async code and ...Roman2012-04-083-33/+71
* initial commitRoman2012-04-0810-0/+334