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
test
utils.py
on
master
User selector
All users
All time
Commit history
Commits on Nov 8, 2019
PYTHON-2001 Fix warnings emitted by Python 3.8 (#428)
Show description for 9cf0fbd
ShaneHarvey
authored
9cf0fbd
View commit details
Copy full SHA for 9cf0fbd
View code at this point
Browse repository at this point
Commits on Aug 13, 2019
PYTHON-1939 Add prose tests for BSON size limits and batch splitting
ShaneHarvey
committed
55c8bdd
View commit details
Copy full SHA for 55c8bdd
View code at this point
Browse repository at this point
Commits on Aug 10, 2019
PYTHON-1902 DNS resolution should honor connectTimeoutMS
prashantmital
committed
62400e5
View commit details
Copy full SHA for 62400e5
View code at this point
Browse repository at this point
Commits on Aug 6, 2019
PYTHON-1884 Implement auto encryption spec tests
Show description for e6eecb0
ShaneHarvey
committed
e6eecb0
View commit details
Copy full SHA for e6eecb0
View code at this point
Browse repository at this point
PYTHON-1677 Connections survive primary stepdown
prashantmital
committed
611c3f8
View commit details
Copy full SHA for 611c3f8
View code at this point
Browse repository at this point
Commits on Jun 13, 2019
PYTHON-1842 Implement Connection Monitoring and Pooling spec
ShaneHarvey
committed
f588412
View commit details
Copy full SHA for f588412
View code at this point
Browse repository at this point
Commits on Jun 10, 2019
PYTHON-1675 SRV polling for mongos discovery
prashantmital
committed
f85a9f9
View commit details
Copy full SHA for f85a9f9
View code at this point
Browse repository at this point
Commits on Apr 25, 2019
PYTHON-1674 Support retryable reads
Show description for a152660
ShaneHarvey
committed
a152660
View commit details
Copy full SHA for a152660
View code at this point
Browse repository at this point
PYTHON-1674 Refactor spec test runner for transactions
Show description for 87951c3
ShaneHarvey
committed
87951c3
View commit details
Copy full SHA for 87951c3
View code at this point
Browse repository at this point
Commits on Apr 2, 2019
PYTHON-1799 Don't iterate _ENCODERS dict when encoding bson
ShaneHarvey
committed
eb4a047
View commit details
Copy full SHA for eb4a047
View code at this point
Browse repository at this point
PYTHON-1794 Add runOn support to transaction tests
ShaneHarvey
committed
9cccada
View commit details
Copy full SHA for 9cccada
View code at this point
Browse repository at this point
Commits on Mar 23, 2019
PYTHON-1784 Add filter support to list_collection_names
Show description for 11967eb
ShaneHarvey
committed
11967eb
View commit details
Copy full SHA for 11967eb
View code at this point
Browse repository at this point
Commits on Mar 7, 2019
PYTHON-1671 Add ClientSession.with_transaction API (#411)
ShaneHarvey
authored
82131c4
View commit details
Copy full SHA for 82131c4
View code at this point
Browse repository at this point
Commits on Feb 27, 2019
PYTHON-1684 Support sharded transactions recovery token (#406)
Show description for e649451
ShaneHarvey
committed
e649451
View commit details
Copy full SHA for e649451
View code at this point
Browse repository at this point
SPEC 1153: Adding readConcern support to aggregation with $out (#400)
prashantmital
authored and
ShaneHarvey
committed
2b1fdb0
View commit details
Copy full SHA for 2b1fdb0
View code at this point
Browse repository at this point
PYTHON-1673 Mongos pinning for sharded transactions
Show description for 6bab444
ShaneHarvey
committed
6bab444
View commit details
Copy full SHA for 6bab444
View code at this point
Browse repository at this point
Commits on Dec 14, 2018
PYTHON-1706 Fix issues found by coverity pt. 2
Show description for a913d34
ShaneHarvey
committed
a913d34
View commit details
Copy full SHA for a913d34
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 Jul 3, 2018
PYTHON-1606 - Update Ubuntu 12 and Debian 7 testing
behackett
committed
a24d3f6
View commit details
Copy full SHA for a24d3f6
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 3, 2018
PYTHON-1563 - Avoid import deadlocks in the test suite
behackett
committed
cb85eb0
View commit details
Copy full SHA for cb85eb0
View code at this point
Browse repository at this point
Commits on May 24, 2018
PYTHON-1543 Write operations should raise WTimeoutError
ShaneHarvey
committed
3c2432d
View commit details
Copy full SHA for 3c2432d
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 May 8, 2018
PYTHON-1508 Add read_preference to TransactionOptions
Show description for 5a652be
ShaneHarvey
committed
5a652be
View commit details
Copy full SHA for 5a652be
View code at this point
Browse repository at this point
Commits on Mar 7, 2018
PYTHON-1464 - Implement SCRAM-SHA-256
behackett
committed
5b92576
View commit details
Copy full SHA for 5b92576
View code at this point
Browse repository at this point
Commits on Dec 2, 2017
Update copyright dates
behackett
committed
507f954
View commit details
Copy full SHA for 507f954
View code at this point
Browse repository at this point
Commits on Oct 30, 2017
PYTHON-1339 Retryable single-statement writes.
Show description for 8b1aa3a
ShaneHarvey
committed
8b1aa3a
View commit details
Copy full SHA for 8b1aa3a
View code at this point
Browse repository at this point
Commits on Oct 12, 2017
PYTHON-1332 - Gossip $clusterTime
ajdavis
committed
df018e8
View commit details
Copy full SHA for df018e8
View code at this point
Browse repository at this point
Commits on Sep 29, 2017
PYTHON-1299 Remove test logic for MongoDB <2.6.
ShaneHarvey
committed
3e77833
View commit details
Copy full SHA for 3e77833
View code at this point
Browse repository at this point
PYTHON-1332 - Test lsid with all commands
ajdavis
committed
3cba982
View commit details
Copy full SHA for 3cba982
View code at this point
Browse repository at this point
Commits on Sep 18, 2017
Use w=1000 to test write concern errors
ajdavis
committed
6c7d1aa
View commit details
Copy full SHA for 6c7d1aa
View code at this point
Browse repository at this point
Commits on Aug 1, 2017
Deprecate db.authenticate and db.eval
Show description for 72e6127
ajdavis
committed
72e6127
View commit details
Copy full SHA for 72e6127
View code at this point
Browse repository at this point
Commits on Jul 24, 2017
PYTHON-1270 Skip test_interrupt_signal with gevent and eventlet.
ShaneHarvey
committed
a9e84ed
View commit details
Copy full SHA for a9e84ed
View code at this point
Browse repository at this point
Commits on Mar 24, 2017
PYTHON-1196 - Fix test_max_await_time_ms
behackett
committed
43cf6be
View commit details
Copy full SHA for 43cf6be
View code at this point
Browse repository at this point
Commits on Sep 28, 2016
PYTHON-1075 Support running the entire test suite with SSL/TLS
Show description for 5905a86
ShaneHarvey
committed
5905a86
View commit details
Copy full SHA for 5905a86
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.