mongo-python-driver/doc
Shane Harvey a15266083b PYTHON-1674 Support retryable reads
Add retryReads URI option that defaults to True.
Supported read operations will be retried once after transient
network, election, and shutdown errors on MongoDB 3.6+.
Supported operations are:
listCollections, listIndexes, and listDatabases
distinct
count, estimated_document_count, count_documents
aggregate (not including $out)
find (only for the initial find command, getMore commands are not
retried).
ChangeStreams: watch (initial aggregate command).
GridFS read APIs.

Test changes:
Add retryable reads spec test runner.
Disable retryable reads in network error tests.
2019-04-25 14:28:12 -07:00
..
_templates Ensure files end in a newline 2017-08-31 22:26:39 -07:00
api PYTHON-1662 Add ChangeStream.try_next API 2019-03-26 11:14:21 -07:00
developer PYTHON-983 Update docs for new executor design. 2015-10-15 00:37:39 -04:00
examples PYTHON-1664 Include type in InvalidDocument error 2019-04-19 16:51:04 -07:00
pydoctheme docs: add google tag (#331) 2017-08-01 14:59:25 -07:00
static PYTHON-983 Update docs for new executor design. 2015-10-15 00:37:39 -04:00
__init__.py Ensure files end in a newline 2017-08-31 22:26:39 -07:00
atlas.rst Improve Atlas and TLS documentation 2018-04-17 18:01:16 -07:00
changelog.rst PYTHON-1674 Support retryable reads 2019-04-25 14:28:12 -07:00
compatibility-policy.rst PYTHON-1380 - Port compatibility policy document to PyMongo 3 2017-11-08 18:04:14 -08:00
conf.py PYTHON-1750 Support callbacks for simple types (#405) 2019-03-12 16:40:23 -07:00
contributors.rst PYTHON-1695 GridOut/GridIn more closely implement io.IOBase (#387) 2019-03-28 14:25:06 -07:00
faq.rst PYTHON-1731 Implement callback for unencodable types 2019-03-18 11:43:51 -05:00
index.rst Stylize GitHub correctly (#351) 2018-04-06 13:30:32 -07:00
installation.rst BUMP 3.9.0b0 2019-03-07 15:34:50 -08:00
make.bat API doc generation with Sphinx 2009-11-12 16:46:49 -05:00
Makefile API doc generation with Sphinx 2009-11-12 16:46:49 -05:00
migrate-to-pymongo3.rst PYTHON-1217 - Deprecate the "modifiers" find option 2017-07-24 12:40:15 -04:00
mongo_extensions.py Update copyright dates 2017-12-01 17:23:39 -08:00
python3.rst PYTHON-1536 - PyMongo no longer supports PyPy3 < 3.5 2018-07-03 12:44:40 -07:00
tools.rst Stylize GitHub correctly (#351) 2018-04-06 13:30:32 -07:00
tutorial.rst Update docs to use list_collection_names method (#401) 2019-03-28 16:08:08 -07:00