Bernie Hackett
|
507f954ed4
|
Update copyright dates
|
2017-12-01 17:23:39 -08:00 |
|
A. Jesse Jiryu Davis
|
217f90bab6
|
PYTHON-1284 Don't copy CodecOptions in RawBSONDocument
|
2017-07-01 09:07:58 -04:00 |
|
Shane Harvey
|
5905a86785
|
PYTHON-1075 Support running the entire test suite with SSL/TLS
SSL connections are configurable via the environment variables
"CLIENT_PEM", "CA_PEM", and "CERT_REQS".
|
2016-09-28 16:34:14 -07:00 |
|
Luke Lovett
|
ecab1c9432
|
PYTHON-1090, PYTHON-1098 - Use sane codec options when reading write responses.
When reading a write response from the server, we now use the 'replace'
unicode_decode_error_handler and 'dict' as the document_class.
|
2016-06-01 13:34:18 -07:00 |
|
Luke Lovett
|
cbf4b770e4
|
PYTHON-472 - Fix raw BSON tests when run with authentication.
|
2015-11-18 16:16:31 -08:00 |
|
Luke Lovett
|
e4d3392f90
|
PYTHON-472 - Add a RawBSONDocument class that decodes its comprising bytes only on-demand.
This provides an API for inserting and returning raw BSON.
|
2015-11-18 15:00:09 -08:00 |
|