summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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