Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
Accelerator
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Type
/
to search
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
Uh oh!
There was an error while loading.
Please reload this page
.
pythonthings
/
mongo-python-driver
Public
forked from
mongodb/mongo-python-driver
Notifications
You must be signed in to change notification settings
Fork
0
Star
1
Code
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security and quality
Insights
Commits
Breadcrumbs
History for
mongo-python-driver
doc
on
42dev
User selector
All users
All time
Commit history
Commits on Feb 27, 2019
PYTHON-1684 Support sharded transactions recovery token (#406)
Show description for a886922
ShaneHarvey
committed
a886922
View commit details
Copy full SHA for a886922
View code at this point
Browse repository at this point
Commits on Jan 17, 2019
PYTHON-1670: Implement Unified URI Options (#386)
prashantmital
authored
4cdd345
View commit details
Copy full SHA for 4cdd345
View code at this point
Browse repository at this point
Commits on Sep 13, 2018
PYTHON-1642 - Replace count() with count_documents({}) in docs (#376)
messa
authored and
ShaneHarvey
committed
7f1939e
View commit details
Copy full SHA for 7f1939e
View code at this point
Browse repository at this point
Commits on Aug 30, 2018
PYTHON-1577 Allow applications to register a custom server selector (#371)
Show description for bc26c0d
prashantmital
authored
bc26c0d
View commit details
Copy full SHA for bc26c0d
View code at this point
Browse repository at this point
Commits on Aug 29, 2018
PYTHON-1619 Implement ObjectID Specification (#373)
Show description for 58851e1
prashantmital
authored
58851e1
View commit details
Copy full SHA for 58851e1
View code at this point
Browse repository at this point
Commits on Aug 24, 2018
Add class docstring to MongoClient (#372)
fbidu
authored and
ShaneHarvey
committed
6afcf14
View commit details
Copy full SHA for 6afcf14
View code at this point
Browse repository at this point
Commits on Aug 10, 2018
Add GEOSPHERE to geospatial docs (#364)
Show description for 98ce687
shreybatra
authored and
ShaneHarvey
committed
98ce687
View commit details
Copy full SHA for 98ce687
View code at this point
Browse repository at this point
Commits on Jul 18, 2018
Add 3.7.1 changelog entry
behackett
committed
eabc8d9
View commit details
Copy full SHA for eabc8d9
View code at this point
Browse repository at this point
Commits on Jul 3, 2018
PYTHON-1536 - PyMongo no longer supports PyPy3 < 3.5
behackett
committed
cbc81ee
View commit details
Copy full SHA for cbc81ee
View code at this point
Browse repository at this point
Commits on Jul 2, 2018
PYTHON-1467 - PyMongo no longer supports Python 2.6
behackett
committed
749c1a2
View commit details
Copy full SHA for 749c1a2
View code at this point
Browse repository at this point
Commits on Jun 26, 2018
BUMP 3.7.0
ShaneHarvey
committed
35391b7
View commit details
Copy full SHA for 35391b7
View code at this point
Browse repository at this point
Commits on Jun 25, 2018
PYTHON-1483 Prohibit unack'ed writes with explicit sessions
ShaneHarvey
committed
98e77ba
View commit details
Copy full SHA for 98e77ba
View code at this point
Browse repository at this point
Commits on Jun 23, 2018
PYTHON-1329 OP_MSG with unacknowledged writes
Show description for 05c7c65
ShaneHarvey
committed
05c7c65
View commit details
Copy full SHA for 05c7c65
View code at this point
Browse repository at this point
Commits on Jun 21, 2018
PYTHON-1565 Add helpers and options for Change Streams Follow-on Work (#355)
Show description for 96291c8
prashantmital
authored
96291c8
View commit details
Copy full SHA for 96291c8
View code at this point
Browse repository at this point
PYTHON-1591 - Deprecate Collection.parallel_scan
behackett
committed
388339e
View commit details
Copy full SHA for 388339e
View code at this point
Browse repository at this point
Commits on Jun 18, 2018
PYTHON-1586 - Deprecate database_names and collection_names
behackett
committed
709b284
View commit details
Copy full SHA for 709b284
View code at this point
Browse repository at this point
Commits on Jun 13, 2018
Update changelog
behackett
committed
657b078
View commit details
Copy full SHA for 657b078
View code at this point
Browse repository at this point
Commits on Jun 8, 2018
PYTHON-1580 - Implement new count API
behackett
committed
91c3793
View commit details
Copy full SHA for 91c3793
View code at this point
Browse repository at this point
Commits on Jun 7, 2018
PYTHON-1545 Consider more errors retryable
ShaneHarvey
committed
96aeb46
View commit details
Copy full SHA for 96aeb46
View code at this point
Browse repository at this point
Commits on Jun 3, 2018
PYTHON-1564 Add DriverInfo to handshake metadata
Show description for c63c068
ajdavis
committed
c63c068
View commit details
Copy full SHA for c63c068
View code at this point
Browse repository at this point
Commits on May 22, 2018
PYTHON-1278, PYTHON-1553 - Support OP_COMPRESSED
behackett
committed
335cb97
View commit details
Copy full SHA for 335cb97
View code at this point
Browse repository at this point
Commits on Apr 25, 2018
PYTHON-1425 - Implement the auth spec and tests
behackett
committed
984977b
View commit details
Copy full SHA for 984977b
View code at this point
Browse repository at this point
Commits on Apr 18, 2018
BUMP 3.7.0b0
ShaneHarvey
committed
537b033
View commit details
Copy full SHA for 537b033
View code at this point
Browse repository at this point
Improve Atlas and TLS documentation
behackett
committed
d8abb4b
View commit details
Copy full SHA for d8abb4b
View code at this point
Browse repository at this point
Commits on Apr 17, 2018
PYTHON-1508 Expand transaction documentation
ShaneHarvey
committed
d1ee646
View commit details
Copy full SHA for d1ee646
View code at this point
Browse repository at this point
Update changelog for 3.7 work so far
behackett
committed
84d0338
View commit details
Copy full SHA for 84d0338
View code at this point
Browse repository at this point
Commits on Apr 6, 2018
Stylize GitHub correctly (#351)
Show description for d672c40
0mp
authored and
ShaneHarvey
committed
d672c40
View commit details
Copy full SHA for d672c40
View code at this point
Browse repository at this point
PYTHON-1463 - Implement read / write concern spec
behackett
committed
7347810
View commit details
Copy full SHA for 7347810
View code at this point
Browse repository at this point
Commits on Mar 31, 2018
PYTHON-1509 - Update auth docs for SCRAM-SHA-256
behackett
committed
3cd6f32
View commit details
Copy full SHA for 3cd6f32
View code at this point
Browse repository at this point
PYTHON-1454 - Document the status of MONGODB-CR in MongoDB
behackett
committed
6c09ce0
View commit details
Copy full SHA for 6c09ce0
View code at this point
Browse repository at this point
Commits on Mar 8, 2018
PYTHON-1495 Document PythonAnywhere incompatibility
ShaneHarvey
committed
a30eb87
View commit details
Copy full SHA for a30eb87
View code at this point
Browse repository at this point
Commits on Mar 1, 2018
BUMP 3.6.1
ShaneHarvey
committed
a9e2192
View commit details
Copy full SHA for a9e2192
View code at this point
Browse repository at this point
Commits on Feb 27, 2018
PYTHON-1485 - Strongly encourage the use modern TLS protocols
behackett
committed
e7e4833
View commit details
Copy full SHA for e7e4833
View code at this point
Browse repository at this point
Commits on Feb 23, 2018
PYTHON-1477 PYTHON-1478 PYTHON-1480 - Doc improvements
behackett
committed
2c932df
View commit details
Copy full SHA for 2c932df
View code at this point
Browse repository at this point
Commits on Feb 22, 2018
PYTHON-1482 Fix monotonic time import for Python 2
Show description for b86c1e6
ShaneHarvey
committed
b86c1e6
View commit details
Copy full SHA for b86c1e6
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.