Commit Graph

72 Commits

Author SHA1 Message Date
Shane Harvey
75685c006c
PYTHON-3235 Drop support for Python 3.6 (#939) 2022-05-05 16:13:41 -07:00
Steven Silvester
474420b2e5
PYTHON-3085 Audit consistent and correct types for _DocumentOut (#893) 2022-03-16 05:56:07 -05:00
Roberto Martinez
b502c44c06
Use quotes for pip install with extras (#824) 2021-12-14 11:24:05 -08:00
Shane Harvey
9f6c6a3061 PYTHON-2990 Use https:// instead of unauthenticated git:// for git clone 2021-11-01 18:23:08 -07:00
Bernie Hackett
913860334e PYTHON-2386 Drop support for Python 3.5 2021-02-03 16:33:36 -08:00
Bernie Hackett
1f1670cc35 PYTHON-1974 Drop support for Python 3.4 2021-01-22 15:54:26 -08:00
Bernie Hackett
dea4b90193 PYTHON-2133 Drop install support for Python 2 2021-01-14 09:53:24 -08:00
Prashant Mital
63574b9360
BUMP 3.11.0rc0 2020-07-15 11:03:59 -07:00
Shane Harvey
8fdda6857f BUMP 3.11.0b1 2020-06-09 09:42:03 -07:00
Shane Harvey
903643b3d0 PYTHON-2138 Use pymongo-auth-aws for MONGODB-AWS support 2020-06-05 15:50:26 -07:00
Shane Harvey
c96220df0f Update docs for 3.11.0b0 2020-04-06 17:42:51 -07:00
Shane Harvey
e26dc96e31 PYTHON-2034 Support MONGODB-AWS authentication mechanism
Use botocore to perform the manual Signature Version 4 Signing Process.
Test MONGODB-AWS in Evergreen.
Properly unquote URI option values in authMechanismProperties and
readPreferenceTags.
2020-03-03 09:43:48 -08:00
Bernie Hackett
d46bd1671c PYTHON-2093 Documentation for OCSP 2020-02-21 13:04:11 -08:00
Shane Harvey
1535a72b7f BUMP 3.9.0b1 2019-06-16 12:16:15 -04:00
Bernie Hackett
8facf001c0 PYTHON-1723 Support zstd wire compression 2019-05-09 14:59:34 -04:00
Shane Harvey
97af797898 BUMP 3.9.0b0 2019-03-07 15:34:50 -08:00
Bernie Hackett
cbc81ee793 PYTHON-1536 - PyMongo no longer supports PyPy3 < 3.5 2018-07-03 12:44:40 -07:00
Bernie Hackett
749c1a2f0b PYTHON-1467 - PyMongo no longer supports Python 2.6 2018-07-02 15:15:43 -07:00
Bernie Hackett
335cb97a34 PYTHON-1278, PYTHON-1553 - Support OP_COMPRESSED 2018-05-22 11:44:21 -07:00
Shane Harvey
537b033327 BUMP 3.7.0b0 2018-04-18 10:03:26 -07:00
Mateusz Piotrowski
d672c40524 Stylize GitHub correctly (#351)
Fix a link to PyMongo GitHub source
2018-04-06 13:30:32 -07:00
Bernie Hackett
3cd6f32e7c PYTHON-1509 - Update auth docs for SCRAM-SHA-256 2018-03-30 19:17:35 -07:00
Bernie Hackett
2c932dfe77 PYTHON-1477 PYTHON-1478 PYTHON-1480 - Doc improvements 2018-02-22 17:14:28 -08:00
Shane Harvey
36a31ff94a BUMP 3.6rc0. 2017-11-20 14:36:38 -08:00
Bernie Hackett
732b0f15df PYTHON-1378 - Implement DNS seedlist discovery 2017-10-19 13:53:02 -07:00
Shane Harvey
f0b18ccfc5 PYTHON-1364 Drop support for CPython 3.3. 2017-09-05 17:45:30 -07:00
Anthony Sottile
ff81fbb938 Ensure files end in a newline 2017-08-31 22:26:39 -07:00
Bernie Hackett
17e3683384 BUMP 3.4rc0 2016-09-19 18:02:03 -07:00
Bernie Hackett
29196b6566 PYTHON-1129 - Support IP addresses in match_hostname 2016-08-25 16:28:19 -07:00
Bernie Hackett
53a7bea492 PYTHON-1022 - Drop support for Python 3.2
This change removes the u() helper from bson.py3compat
and all of its uses in the driver and tests. PyPy3 continues
to be supported since, even though it is based on python 3.2.5,
it has always supported the u string prefix.

The README and install docs are now explicit about PyPy(3) support.
2016-06-15 10:05:43 -07:00
Bernie Hackett
3025d68af0 PYTHON-1093 - Use extras_require to install optional dependencies 2016-05-26 16:47:23 -07:00
Bernie Hackett
af6d5e39dc Modernize installation docs 2015-12-03 17:26:08 -08:00
Bernie Hackett
275e8c3a9e Documentation and changelog updates for 3.2 2015-11-18 20:26:49 -08:00
Felix Yan
13f86c598a PYTHON-1009 Switch from "Monotime" to "monotonic" 2015-11-18 19:32:36 -08:00
Bernie Hackett
928b06882b BUMP 3.1 2015-11-02 14:58:34 -08:00
Bernie Hackett
06f200e1d5 BUMP 3.1rc0 2015-10-19 17:11:09 -07:00
Bernie Hackett
ad53c1a594 Update install docs. 2015-04-07 14:56:40 -07:00
Bernie Hackett
5c497b9b7f Add TLS/SSL example docs. 2015-04-07 12:04:15 -07:00
Bernie Hackett
16d22915ea PYTHON-874 - Support wincertstore as ca_certs fallback on Windows. 2015-04-03 13:39:11 -07:00
Bernie Hackett
fbeca92430 PYTHON-874 - Support certifi as ca_certs fallback on old pythons. 2015-04-03 09:46:18 -07:00
Bernie Hackett
0444783a20 Update install docs. 2015-04-01 17:37:35 -07:00
Bernie Hackett
7d4f916b64 Update install docs. 2015-03-25 10:58:29 -07:00
Bernie Hackett
379e4ccc05 Update install docs for b1. 2015-03-16 15:45:06 -07:00
Bernie Hackett
229e57e986 Mention beta releases in install docs. 2015-03-09 14:55:23 -07:00
Bernie Hackett
c3ea16b0ea Update MongoDB version references from 2.8 to 3.0. 2015-01-24 09:42:24 -08:00
A. Jesse Jiryu Davis
22f7e29c24 Optional packages: backports.pbkdf2, pykerberos, monotime. 2014-11-21 21:09:07 -05:00
Bernie Hackett
f4c4061bbd Changelog and related fixes. 2014-11-21 14:24:26 -08:00
A. Jesse Jiryu Davis
b633496415 PYTHON-757 Warn against installing third-party "bson" package.
Do **not** install the "bson" package. PyMongo comes with its own bson package;
doing "pip install bson" installs a third-party package that is incompatible
with PyMongo.

(cherry picked from commit eb25125)
2014-10-09 16:56:56 -04:00
Bernie Hackett
2b79325d3b PYTHON-686 - Remove a bunch of references to 2.4 and 2.5 2014-04-24 12:40:29 -07:00
Bernie Hackett
f1637f1ebf Work around Xcode 5.1 build issues PYTHON-654
This patch attempts to work around the unrecognized
cflag errors raised by clang 3.4 - shipped with Xcode 5.1.
2014-03-13 16:06:12 -07:00