Jeffrey A. Clark
|
166821f22c
|
PYTHON-5205 Replace http with https in doc links (#2204)
|
2025-03-14 21:37:11 -04:00 |
|
Noah Stapp
|
682f15b21e
|
PYTHON-4618 - Fix TypeError: Socket cannot be of type SSLSocket (#1772)
|
2024-08-08 08:21:59 -07:00 |
|
Steven Silvester
|
6f4e617e6d
|
PYTHON-3905 Use from __future__ import annotations in all files (#1370)
* PYTHON-3905 Use from __future__ import annotations in all files
* cleanup
* cleanup
* cleanup
|
2023-09-11 10:49:24 -05:00 |
|
Shane Harvey
|
890cd26e1a
|
PYTHON-3288 Implement client side operation timeout (#954)
Add timeoutMS URI option and MongoClient keyword argument.
Add provisional/beta pymongo.timeout() api to set a deadline for a block of operations.
|
2022-06-06 15:36:52 -04:00 |
|
Shane Harvey
|
75685c006c
|
PYTHON-3235 Drop support for Python 3.6 (#939)
|
2022-05-05 16:13:41 -07:00 |
|
Steven Silvester
|
a0fe7c03af
|
PYTHON-3120 Set up flake8 linting (#868)
|
2022-02-17 06:44:08 -06:00 |
|
Steven Silvester
|
dd6c140d43
|
PYTHON-3060 Add typings to pymongo package (#831)
|
2022-02-02 21:12:36 -06:00 |
|
Bernie Hackett
|
913860334e
|
PYTHON-2386 Drop support for Python 3.5
|
2021-02-03 16:33:36 -08:00 |
|
Bernie Hackett
|
521f7b9af4
|
PYTHON-2133 Fix up docs
And finish deleting python 2 specific code.
|
2021-01-21 15:49:23 -08:00 |
|
Bernie Hackett
|
5df94d08f0
|
PYTHON-2040 PyOpenSSL support
|
2020-02-06 18:03:21 -08:00 |
|
Bernie Hackett
|
749c1a2f0b
|
PYTHON-1467 - PyMongo no longer supports Python 2.6
|
2018-07-02 15:15:43 -07:00 |
|
Bernie Hackett
|
507f954ed4
|
Update copyright dates
|
2017-12-01 17:23:39 -08:00 |
|
Anthony Sottile
|
ff81fbb938
|
Ensure files end in a newline
|
2017-08-31 22:26:39 -07:00 |
|
Bernie Hackett
|
aec685b374
|
Fix up copyright dates.
|
2015-03-25 11:55:02 -07:00 |
|
Bernie Hackett
|
709601f022
|
Clean up SSL support.
|
2014-07-09 07:22:54 -07:00 |
|
Bernie Hackett
|
80a789e167
|
PYTHON-718 - Use SSLContext when available.
This commit also introduces a fake SSLContext class
for use in python versions that don't provide one.
|
2014-06-25 16:09:55 -07:00 |
|