Shane Harvey
|
0092b0af79
|
PYTHON-2504 Run pyupgrade 3.4.0 and ruff 0.0.265 (#1196)
pyupgrade --py37-plus bson/*.py pymongo/*.py gridfs/*.py test/*.py tools/*.py test/*/*.py
ruff --fix-only --select ALL --fixable ALL --target-version py37 --line-length=100 --unfixable COM812,D400,D415,ERA001,RUF100,SIM108,D211,D212,SIM105,SIM,PT,ANN204,EM bson/*.py pymongo/*.py gridfs/*.py test/*.py test/*/*.py
|
2023-05-11 15:27:17 -07:00 |
|
Shane Harvey
|
79aa5e6757
|
PYTHON-3516 Improve test EventListener api (#1114)
|
2022-11-14 08:50:08 -08:00 |
|
Julius Park
|
92e6150d84
|
PYTHON-3493 Bulk Write InsertOne Should Be Parameter Of Collection Type (#1106)
|
2022-11-10 14:19:55 -08:00 |
|
Steven Silvester
|
5578999a90
|
PYTHON-1834 Use a code formatter (#852)
|
2022-02-09 06:44:28 -06:00 |
|
Steven Silvester
|
f4cef37328
|
PYTHON-3064 Add typings to test package (#844)
|
2022-02-07 19:33:41 -06:00 |
|
Julius Park
|
a80169d1fa
|
PYTHON-2463 Do not allow a MongoClient to be reused after it is closed (#737)
|
2021-09-24 15:37:24 -07:00 |
|
Bernie Hackett
|
ad4315134c
|
PYTHON-2803 Get rid of most uses of 'master'
This change also resolves PYTHON-2848 for MongoDB 4.0.
|
2021-09-13 12:50:49 -07:00 |
|
Prashant Mital
|
62400e548d
|
PYTHON-1902 DNS resolution should honor connectTimeoutMS
|
2019-08-09 17:04:02 -07:00 |
|
Prashant Mital
|
f85a9f9450
|
PYTHON-1675 SRV polling for mongos discovery
|
2019-06-10 12:51:49 -07:00 |
|
Prashant Mital
|
bc26c0db69
|
PYTHON-1577 Allow applications to register a custom server selector (#371)
PYTHON-1577 Allow applications to register a custom server selector
|
2018-08-30 17:33:03 -05:00 |
|
Bernie Hackett
|
507f954ed4
|
Update copyright dates
|
2017-12-01 17:23:39 -08:00 |
|
A. Jesse Jiryu Davis
|
14f626cb26
|
Factor Max Staleness and Server Selection tests
|
2016-11-21 12:48:15 -05:00 |
|
Luke Lovett
|
6a7fd7339b
|
Resync server selection and max staleness tests from the specifications repository.
Convert milliseconds to seconds properly in test runner for server selection.
|
2016-08-11 16:27:17 -07:00 |
|
aherlihy
|
d98a745700
|
PYTHON-1067 - Implement SDAM Monitoring
|
2016-06-14 15:20:19 +02:00 |
|
Bernie Hackett
|
aec685b374
|
Fix up copyright dates.
|
2015-03-25 11:55:02 -07:00 |
|
aherlihy
|
fa1466179f
|
PYTHON-813 Added support for serverSelectionTimeoutMS
|
2015-03-09 12:38:24 -07:00 |
|
Bernie Hackett
|
cb1c046b98
|
PYTHON-815 - Fix server selection spec test runner.
|
2015-03-08 14:41:52 -07:00 |
|
aherlihy
|
ec213e0067
|
PYTHON-815: Added YAML tests for server selection.
|
2015-03-06 15:21:24 -05:00 |
|