mongo-python-driver/bson
2022-02-10 18:59:26 -06:00
..
__init__.py PYTHON-1834 Use a code formatter (#852) 2022-02-09 06:44:28 -06:00
_cbsonmodule.c PYTHON-2245 Change default uuidRepresentation to UNSPECIFIED (ie disable UUID encoding by default) (#724) 2021-09-14 16:48:52 -07:00
_cbsonmodule.h PYTHON-2133 Remove py2 support from extensions 2021-01-26 14:26:03 -08:00
_helpers.py PYTHON-1834 Use a code formatter (#852) 2022-02-09 06:44:28 -06:00
binary.py PYTHON-1834 Use a code formatter (#852) 2022-02-09 06:44:28 -06: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-1834 Use a code formatter (#852) 2022-02-09 06:44:28 -06:00
codec_options.py PYTHON-1834 Use a code formatter (#852) 2022-02-09 06:44:28 -06:00
dbref.py PYTHON-1834 Use a code formatter (#852) 2022-02-09 06:44:28 -06:00
decimal128.py PYTHON-1834 Use a code formatter (#852) 2022-02-09 06:44:28 -06: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 PYTHON-1834 Use a code formatter (#852) 2022-02-09 06:44:28 -06:00
int64.py PYTHON-1834 Use a code formatter (#852) 2022-02-09 06:44:28 -06:00
json_util.py PYTHON-1834 Use a code formatter (#852) 2022-02-09 06:44:28 -06:00
max_key.py PYTHON-1834 Use a code formatter (#852) 2022-02-09 06:44:28 -06:00
min_key.py PYTHON-1834 Use a code formatter (#852) 2022-02-09 06:44:28 -06:00
objectid.py PYTHON-1834 Use a code formatter (#852) 2022-02-09 06:44:28 -06:00
raw_bson.py PYTHON-1834 Use a code formatter (#852) 2022-02-09 06:44:28 -06:00
regex.py PYTHON-3062 Make Regex generic (#860) 2022-02-10 18:59:26 -06:00
son.py PYTHON-1834 Use a code formatter (#852) 2022-02-09 06:44:28 -06: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-1834 Use a code formatter (#852) 2022-02-09 06:44:28 -06:00
tz_util.py PYTHON-3052 Add Typings to PyMongo Itself (#829) 2022-01-13 16:09:48 -06:00