mongo-python-driver/bson
2020-07-29 14:46:48 -07:00
..
__init__.py PYTHON-2152 Expand native UUID handling support; Implement UUID specification 2020-06-01 17:45:08 -07:00
_cbsonmodule.c PYTHON-2152 Expand native UUID handling support; Implement UUID specification 2020-06-01 17:45:08 -07:00
_cbsonmodule.h PYTHON-2001 Fix warnings emitted by Python 3.8 (#428) 2019-11-08 11:48:15 -08:00
binary.py PYTHON-2252 Add examples and documentation for new UUID behavior (#467) 2020-07-29 14:46:48 -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 PYTHON-2331 Fix set_memory_error complier warning (#469) 2020-07-27 11:27:08 -07:00
buffer.h PYTHON-2188 Always raise an error when bson encoding exceeds 2GiB 2020-04-08 12:56:38 -07:00
code.py PYTHON-1462 - Import ABCs from collections.abc 2018-02-12 19:42:44 -08:00
codec_options.py PYTHON-2252 Add examples and documentation for new UUID behavior (#467) 2020-07-29 14:46:48 -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-2263 Respect UuidRepresentation.UNSPECIFIED when parsing $uuid fields in extended JSON (#464) 2020-07-13 11:03:02 -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-1918 Stop using BSON.encode and BSON.decode functions 2019-09-09 18:06:46 -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 PYTHON-2001 Fix warnings emitted by Python 3.8 (#428) 2019-11-08 11:48:15 -08: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