mongo-python-driver/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
..
__init__.py Option to not compile BSON regexes. PYTHON-500 2013-10-20 17:18:32 -04:00
_cbsonmodule.c Option to not compile BSON regexes. PYTHON-500 2013-10-20 17:18:32 -04:00
_cbsonmodule.h It's 2012... 2012-04-19 12:40:38 -07:00
binary.py Silence C extension RuntimeWarning PYTHON-569 2013-09-16 17:24:37 -04:00
buffer.c Automatically split batch inserts PYTHON-414 2013-08-13 10:53:02 -07:00
buffer.h Automatically split batch inserts PYTHON-414 2013-08-13 10:53:02 -07:00
code.py Silence C extension RuntimeWarning PYTHON-569 2013-09-16 17:24:37 -04:00
dbref.py Silence C extension RuntimeWarning PYTHON-569 2013-09-16 17:24:37 -04:00
encoding_helpers.c It's 2012... 2012-04-19 12:40:38 -07:00
encoding_helpers.h It's 2012... 2012-04-19 12:40:38 -07:00
errors.py It's 2012... 2012-04-19 12:40:38 -07:00
json_util.py Option to not compile BSON regexes. PYTHON-500 2013-10-20 17:18:32 -04:00
max_key.py Silence C extension RuntimeWarning PYTHON-569 2013-09-16 17:24:37 -04:00
min_key.py Fix some _cbson decoder issues on armel PYTHON-313 2013-10-15 11:37:13 -07:00
objectid.py Silence C extension RuntimeWarning PYTHON-569 2013-09-16 17:24:37 -04:00
py3compat.py Remove errant space. 2012-08-03 15:14:01 -07:00
regex.py Option to not compile BSON regexes. PYTHON-500 2013-10-20 17:18:32 -04:00
son.py Option to not compile BSON regexes. PYTHON-500 2013-10-20 17:18:32 -04:00
time64_config.h Split C extension in two (pymongo, bson) PYTHON-60 2010-09-14 13:55:41 -04:00
time64_limits.h Split C extension in two (pymongo, bson) PYTHON-60 2010-09-14 13:55:41 -04:00
time64.c Fix compiler warnings on Windows. 2012-04-20 12:51:09 -07:00
time64.h Remove asctime64_r (and related) PYTHON-327 2012-02-10 12:28:04 -08:00
timestamp.py Silence C extension RuntimeWarning PYTHON-569 2013-09-16 17:24:37 -04:00
tz_util.py It's 2012... 2012-04-19 12:40:38 -07:00