mongo-python-driver/doc
Bernie Hackett e3c809bd02 Gracefully kill cursor on capped rollover PYTHON-637
This change does a few things:

- Raises a new exception for CursorNotFound, inheriting from
OperationFailure so we don't break existing code.
- Catches the exception in cursor.Cursor and command_cursor.CommandCursor,
setting __killed to True.
- If the cursor is not tailable, re-raises the exception. This makes it
easier to deal with capped collection rollover when iterating a
tailable cursor.
2014-02-12 08:33:13 -08:00
..
api Add parallel_collection_scan helper PYTHON-633 2014-02-11 13:04:53 -08:00
examples Bulk API docs and examples PYTHON-630 2014-02-01 19:21:42 -08:00
__init__.py mongohub doc stuff 2010-01-29 17:35:21 -05:00
changelog.rst Don't use servers without the right replica set name, PYTHON-591. 2013-11-05 22:04:51 -05:00
conf.py Update copyright notices and company name. 2014-01-31 09:36:46 -05:00
contributors.rst Add Yuchen Ying to contributors 2013-10-17 16:44:52 -04:00
faq.rst Gracefully kill cursor on capped rollover PYTHON-637 2014-02-12 08:33:13 -08:00
index.rst Python 3 FAQ. 2012-04-20 10:41:29 -07:00
installation.rst Update copyright notices and company name. 2014-01-31 09:36:46 -05: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
mongo_extensions.py Update copyright notices and company name. 2014-01-31 09:36:46 -05:00
python3.rst More Connection -> MongoClient in docs PYTHON-423 2012-11-16 18:07:37 -08:00
tools.rst Fix a few documentation issues. 2014-01-14 10:06:16 -08:00
tutorial.rst Show both host, port and URI examples. 2013-05-23 15:44:27 -07:00