mongo-python-driver/bson
Jeffrey A. Clark c40e860603 docs: update _rbson README to fix benchmark references
- Remove references to non-existent benchmark files
- Add comprehensive instructions for running perf_test.py
2026-05-06 21:58:34 -04:00
..
_rbson docs: update _rbson README to fix benchmark references 2026-05-06 21:58:34 -04:00
__init__.py PYTHON-5683: Spike: Investigate using Rust for Extension Modules 2026-05-06 21:58:34 -04:00
_cbsonmodule.c PYTHON-5737 - BSON encoding/decoding performance improvements (#2715) 2026-03-02 10:06:47 -08:00
_cbsonmodule.h PYTHON-5737 - BSON encoding/decoding performance improvements (#2715) 2026-03-02 10:06:47 -08:00
_helpers.py PYTHON-3932 Support mypy --strict testing in bson package (#1362) 2023-08-29 13:49:11 -05:00
binary.py PYTHON-5355 Addition of API to move to and from NumPy ndarrays and BSON BinaryVectors (#2590) 2025-12-05 11:39:22 -05:00
bson-endian.h PYTHON-2523 Remove unneeded bson-stdint-win32.h (#1253) 2023-06-21 16:25:58 -07:00
buffer.c PYTHON-2110 Refactored some C to avoid symbol conflicts (#968) 2022-06-13 11:42:41 -07:00
buffer.h PYTHON-2110 Refactored some C to avoid symbol conflicts (#968) 2022-06-13 11:42:41 -07:00
code.py PYTHON-5115 Type validation errors should include the invalid type name (#2085) 2025-01-31 12:01:58 -08:00
codec_options.py PYTHON-2442: Refactor: use _asdict() in _options_dict() (#2670) 2025-12-30 10:41:37 -06:00
datetime_ms.py PYTHON-4431 - Remove ReadTheDocs Documentation in Favor of Official Docs (#2459) 2025-08-07 12:06:38 -04:00
dbref.py PYTHON-5115 Type validation errors should include the invalid type name (#2085) 2025-01-31 12:01:58 -08:00
decimal128.py PYTHON-5508 - Add built-in DecimalEncoder and DecimalDecoder (#2499) 2025-08-21 06:51:00 -07:00
errors.py PYTHON-5449 - Do not attach invalid document in exception message (#2539) 2025-09-23 14:31:35 -04:00
int64.py PYTHON-3605 Move type annotations to parameter list in rendered docs (#1441) 2023-11-27 09:24:00 -06:00
json_util.py PYTHON-2442: Refactor: use _asdict() in _options_dict() (#2670) 2025-12-30 10:41:37 -06:00
max_key.py PYTHON-3932 Support mypy --strict testing in bson package (#1362) 2023-08-29 13:49:11 -05:00
min_key.py PYTHON-3932 Support mypy --strict testing in bson package (#1362) 2023-08-29 13:49:11 -05:00
objectid.py PYTHON-5679 Optimize ObjectId (#2656) 2025-12-18 06:16:29 -06:00
py.typed PYTHON-3092 Add Type Discovery Files (#863) 2022-02-11 12:41:29 -06:00
raw_bson.py PYTHON-5537 Update typing dependencies (#2524) 2025-09-10 13:28:02 -05:00
regex.py PYTHON-3605 Move type annotations to parameter list in rendered docs (#1441) 2023-11-27 09:24:00 -06:00
son.py PYTHON-5757 Deprecate Python 2 methods in SON (#2732) 2026-03-18 17:46:23 -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 Trim trailing whitespace 2017-08-31 22:26:39 -07:00
time64.c PYTHON-3703 Fix typos and add codespell pre-commit hook (#1203) 2023-05-03 14:47:24 -07:00
time64.h PYTHON-2110 Refactored some C to avoid symbol conflicts (#968) 2022-06-13 11:42:41 -07:00
timestamp.py PYTHON-5115 Type validation errors should include the invalid type name (#2085) 2025-01-31 12:01:58 -08:00
typings.py PYTHON-5537 Update typing dependencies (#2524) 2025-09-10 13:28:02 -05:00
tz_util.py PYTHON-4690 Add repr for FixedOffset eg FixedOffset(datetime.timedelta(seconds=3600), '+60')) (#1806) 2024-08-23 09:50:05 -07:00