mongo-python-driver/bson
Bernie Hackett 3e059f76d7 PYTHON-346 - Optimize decoding of most types.
This change provides perf improvements for decoding
most types in pure python. Like the previous changes
for encoding, the biggest improvements are seen decoding
BSON arrays to python lists - over 150% using pypy.
2014-08-22 11:40:49 -07:00
..
__init__.py PYTHON-346 - Optimize decoding of most types. 2014-08-22 11:40:49 -07:00
_cbsonmodule.c PYTHON-505 - Fix C extension build with VC++. 2014-08-20 13:15:26 -07:00
_cbsonmodule.h Update copyright notices and company name. 2014-01-31 09:36:46 -05:00
binary.py Remove useless uuid module checks. 2014-04-24 10:09:21 -07:00
bsonint64.py PYTHON-707 Add a BSONInt64 type. 2014-07-18 14:59:21 +00:00
buffer.c Update copyright notices and company name. 2014-01-31 09:36:46 -05:00
buffer.h Update copyright notices and company name. 2014-01-31 09:36:46 -05:00
code.py PYTHON-505 Allow C extensions to encode any mapping type, not just dicts. 2014-08-13 16:16:25 +00:00
dbref.py PYTHON-673 python 2/3 single-source for the bson module 2014-04-17 21:29:15 +00:00
encoding_helpers.c Update copyright notices and company name. 2014-01-31 09:36:46 -05:00
encoding_helpers.h Update copyright notices and company name. 2014-01-31 09:36:46 -05:00
errors.py Update copyright notices and company name. 2014-01-31 09:36:46 -05:00
json_util.py PYTHON-708 Support $undefined and $numberLong extended JSON types. 2014-07-18 16:46:35 +00:00
max_key.py Update copyright notices and company name. 2014-01-31 09:36:46 -05:00
min_key.py Update copyright notices and company name. 2014-01-31 09:36:46 -05:00
objectid.py PYTHON-712 ObjectId.is_valid(None) should be False. 2014-06-18 17:02:07 -04:00
py3compat.py PYTHON-525 - Cluster monitoring python 3 support. 2014-07-02 11:51:34 -07:00
regex.py PYTHON-673 - Use bytes and remove binary_type 2014-04-23 13:25:00 -07:00
son.py PYTHON-505 Allow C extensions to encode any mapping type, not just dicts. 2014-08-13 16:16:25 +00: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 Remove unused constant. 2014-03-14 09:13:46 -07:00
time64.h Remove asctime64_r (and related) PYTHON-327 2012-02-10 12:28:04 -08:00
timestamp.py PYTHON-673 python 2/3 single-source for the bson module 2014-04-17 21:29:15 +00:00
tz_util.py Update copyright notices and company name. 2014-01-31 09:36:46 -05:00