mongo-python-driver/doc/api/bson
A. Jesse Jiryu Davis e4cf504559 Option to not compile BSON regexes. PYTHON-500
Add a 'compile_re' parameter to Collection.find, Collection.find_one, and
json_util.loads. If it's False, regular expressions are encoded as a new class,
Regex, instead of passed to re.compile(). This allows PyMongo to handle regular
expressions that don't compile in Python but are valid in other contexts like
MongoDB queries.
2013-10-20 17:18:32 -04:00
..
binary.rst Doc updates for PyMongo 2.3 2012-08-16 15:52:14 -07:00
code.rst docs for pymongo->bson move PYTHON-60 2010-09-14 16:34:46 -04:00
dbref.rst docs for pymongo->bson move PYTHON-60 2010-09-14 16:34:46 -04:00
errors.rst docs for pymongo->bson move PYTHON-60 2010-09-14 16:34:46 -04:00
index.rst Option to not compile BSON regexes. PYTHON-500 2013-10-20 17:18:32 -04:00
json_util.rst docs for pymongo->bson move PYTHON-60 2010-09-14 16:34:46 -04:00
max_key.rst docs for pymongo->bson move PYTHON-60 2010-09-14 16:34:46 -04:00
min_key.rst docs for pymongo->bson move PYTHON-60 2010-09-14 16:34:46 -04:00
objectid.rst Fix bson.objectid docs PYTHON-250 2011-05-27 11:35:41 -07:00
regex.rst Option to not compile BSON regexes. PYTHON-500 2013-10-20 17:18:32 -04:00
son.rst docs for pymongo->bson move PYTHON-60 2010-09-14 16:34:46 -04:00
timestamp.rst docs for pymongo->bson move PYTHON-60 2010-09-14 16:34:46 -04:00
tz_util.rst docs for pymongo->bson move PYTHON-60 2010-09-14 16:34:46 -04:00