mongo-python-driver/bson
Shane Harvey 8888e977f8 PYTHON-1884 Support auto encryption in network.command
Add encryption I/O callbacks.
Add mongocryptd process management.
Add simple test for auto encryption round trip.
2019-08-06 14:54:23 -07:00
..
__init__.py PYTHON-1930 Fix pure python decoder support for memoryviews 2019-08-02 12:17:45 -07:00
_cbsonmodule.c PYTHON-1785 Pure Python decoders support the buffer protocol 2019-07-30 11:51:24 -07:00
_cbsonmodule.h PYTHON-1731 Implement callback for unencodable types 2019-03-18 11:43:51 -05:00
binary.py PYTHON-1648 Binary buffer protocol support 2019-07-18 08:41:40 -07:00
bson-endian.h PYTHON-1025 - C extensions big endian support 2016-06-24 17:54:24 -07:00
bson-stdint-win32.h PYTHON-1025 - C extensions big endian support 2016-06-24 17:54:24 -07:00
buffer.c Fix up copyright dates. 2015-03-25 11:55:02 -07:00
buffer.h Fix up copyright dates. 2015-03-25 11:55:02 -07:00
code.py PYTHON-1462 - Import ABCs from collections.abc 2018-02-12 19:42:44 -08:00
codec_options.py PYTHON-1819 Documentation & examples for custom type encoding/decoding 2019-04-19 13:32:06 -07:00
dbref.py Fix up copyright dates. 2015-03-25 11:55:02 -07:00
decimal128.py PYTHON-1467 - PyMongo no longer supports Python 2.6 2018-07-02 15:15:43 -07:00
encoding_helpers.c Improve the check for legal utf8 in the bson module. 2018-06-24 19:59:16 -07:00
encoding_helpers.h Fix up copyright dates. 2015-03-25 11:55:02 -07:00
errors.py Update copyright dates 2017-12-01 17:23:39 -08:00
int64.py Fix up copyright dates. 2015-03-25 11:55:02 -07:00
json_util.py PYTHON-1875 Fix parsing of json datetime without timezone or fractional seconds 2019-06-24 16:20:34 -07:00
max_key.py Update copyright dates 2017-12-01 17:23:39 -08:00
min_key.py Update copyright dates 2017-12-01 17:23:39 -08:00
objectid.py Saner random byte generation 2019-04-29 12:12:25 -07:00
py3compat.py PYTHON-1769 Re-define TypeCodecBase as an AbstractBaseClass 2019-03-19 18:00:30 -05:00
raw_bson.py PYTHON-1884 Support auto encryption in network.command 2019-08-06 14:54:23 -07:00
regex.py Update copyright dates 2017-12-01 17:23:39 -08:00
son.py PYTHON-1462 - Import ABCs from collections.abc 2018-02-12 19:42:44 -08:00
time64_config.h Split C extension in two (pymongo, bson) PYTHON-60 2010-09-14 13:55:41 -04:00
time64_limits.h Trim trailing whitespace 2017-08-31 22:26:39 -07:00
time64.c Trim trailing whitespace 2017-08-31 22:26:39 -07:00
time64.h Trim trailing whitespace 2017-08-31 22:26:39 -07:00
timestamp.py PYTHON-977 - Fix __hash__ method on BSON types that inherit from Python builtin types. 2015-09-04 14:45:24 -07:00
tz_util.py Fix up copyright dates. 2015-03-25 11:55:02 -07:00