mongo-python-driver/bson
Shane Harvey 8855a510a8 PYTHON-1875 Fix parsing of json datetime without timezone or fractional seconds
{"$date": "2019-01-01T01:02:03"} is now parsed the same as
{"$date": "2019-01-01T01:02:03Z"},
{"$date": "2019-01-01T01:02:03.000"}, and
{"$date": "2019-01-01T01:02:03.000Z"}
2019-06-24 16:20:34 -07:00
..
__init__.py PYTHON-1664 Include type in InvalidDocument error 2019-04-19 16:51:04 -07:00
_cbsonmodule.c PYTHON-1843 Use public attribute to encode ObjectId in C 2019-06-04 15:40:08 -07:00
_cbsonmodule.h PYTHON-1731 Implement callback for unencodable types 2019-03-18 11:43:51 -05:00
binary.py PYTHON-1808 - Document uuidRepresentation 2019-04-16 16:26:09 -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-1818 TypeCodec support for ChangeStreams 2019-04-18 18:02:12 -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