Skip to content
Navigation Menu
Toggle navigation
Sign in
Appearance settings
Platform
GitHub Copilot
Write better code with AI
GitHub Spark
New
Build and deploy intelligent apps
GitHub Models
New
Manage and compare prompts
GitHub Advanced Security
Find and fix vulnerabilities
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Discussions
Collaborate outside of code
Code Search
Find more, search less
Explore
Why GitHub
Documentation
GitHub Skills
Blog
Integrations
GitHub Marketplace
MCP Registry
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
Topics
AI
DevOps
Security
Software Development
View all
Explore
Learning Pathways
Events & Webinars
Ebooks & Whitepapers
Customer Stories
Partners
Executive Insights
Open Source
GitHub Sponsors
Fund open source developers
The ReadME Project
GitHub community articles
Repositories
Topics
Trending
Collections
Enterprise
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
Search or jump to...
Search code, repositories, users, issues, pull requests...
Search syntax tips
Provide feedback
Saved searches
Use saved searches to filter your results more quickly
Sign in
Sign up
Appearance settings
Resetting focus
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 }}
gormanb
/
mongo-python-driver
Public
forked from
mongodb/mongo-python-driver
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
0
Security
Uh oh!
There was an error while loading.
Please reload this page
.
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security
Insights
Commits
Branch selector
master
User selector
All users
Datepicker
All time
Commit History
Commits on Jul 22, 2015
PYTHON-969 - Check return value from PyObject_Call before using it in PyObject_GetAttrString.
Luke Lovett
committed
f62dbc1
Copy full SHA for f62dbc1
Commits on Jul 21, 2015
PYTHON-961 - Add warning to prevent deadlock during getaddrinfo.
aherlihy
committed
07ff7ea
Copy full SHA for 07ff7ea
PYTHON-860 - Ignore unauthorized errors for index creation in GridFs
aherlihy
committed
6b64405
Copy full SHA for 6b64405
PYTHON-962 - NotImplemented instead of NotImplementedError
aherlihy
committed
aab0bd5
Copy full SHA for aab0bd5
Commits on Jul 17, 2015
PYTHON-928 - Fix tests around MongoReplicaSetClient __repr__ to expect original seed list instead of discovered nodes.
Luke Lovett
committed
5140166
Copy full SHA for 5140166
PYTHON-928 - Fix tests around client __repr__ to expect original seed list instead of discovered nodes.
Luke Lovett
committed
4368304
Copy full SHA for 4368304
PYTHON-928 - Enhance __repr__ of MongoClient with other options passed in to the constructor.
Luke Lovett
committed
5f14e1b
Copy full SHA for 5f14e1b
Migration guide updates
behackett
committed
74eb28c
Copy full SHA for 74eb28c
Commits on Jul 15, 2015
Add new SDAM test, stepdown_change_set_name.
ajdavis
committed
bbff9ff
Copy full SHA for bbff9ff
Commits on Jul 14, 2015
PYTHON-884 - Add 3.0 migration guide.
behackett
committed
728c17f
Copy full SHA for 728c17f
Fix $comment tests for MongoDB 3.1.x.
behackett
committed
39c41b2
Copy full SHA for 39c41b2
Commits on Jul 13, 2015
PYTHON-963 - A few more doctest fixes.
behackett
committed
77de378
Copy full SHA for 77de378
Use a standard version variable name (specified by PEP8)
Show description for 2323a1c
ramnes
authored and
behackett
committed
2323a1c
Copy full SHA for 2323a1c
Commits on Jul 10, 2015
PYTHON-963 - Fix doctests for documentation when running against MongoDB 2.6.x, 3.0.x.
Luke Lovett
committed
8dad0f0
Copy full SHA for 8dad0f0
Commits on Jul 9, 2015
PYTHON-222 - Add a 'tzinfo' attribute to CodecOptions that specifies a timezone to which to decode datetime objects.
Luke Lovett
committed
880394f
Copy full SHA for 880394f
PYTHON-721 - Add unicode_decode_error_handler to CodecOptions.
aherlihy
committed
39308c4
Copy full SHA for 39308c4
PYTHON-964 - Raise ConnectionFailures properly when connecting to Unix-domain sockets.
Luke Lovett
committed
70be0d8
Copy full SHA for 70be0d8
Commits on Jul 8, 2015
Corrected return value for comparison of different types
Jonatan Samoocha
authored and
behackett
committed
8fd0da8
Copy full SHA for 8fd0da8
Added unit tests for remaining write operation comparisons
Jonatan Samoocha
authored and
behackett
committed
82bfa71
Copy full SHA for 82bfa71
Added rich comparison methods to _WriteOp superclass
Jonatan Samoocha
authored and
behackett
committed
3847d14
Copy full SHA for 3847d14
Added unit test to demonstrate issue of unavailable rich comparison methods
Jonatan Samoocha
authored and
behackett
committed
5142dae
Copy full SHA for 5142dae
PYTHON-307 Replace select with poll on platforms that support it.
aherlihy
authored and
behackett
committed
1fefda2
Copy full SHA for 1fefda2
Start work on 3.1.0.
behackett
committed
a889405
Copy full SHA for a889405
Commits on Jul 1, 2015
BUMP 3.0.3
behackett
committed
f3931c1
Copy full SHA for f3931c1
Commits on Jun 30, 2015
Update MANIFEST.in
behackett
committed
d3d8ab8
Copy full SHA for d3d8ab8
Changelog for 3.0.3.
behackett
committed
4927e7a
Copy full SHA for 4927e7a
PYTHON-954 - Update links and text for TxMongo
behackett
committed
53353f8
Copy full SHA for 53353f8
Commits on Jun 25, 2015
Fix authentication error in test_authenticate_multiple for MongoDB 2.2 sharded.
Luke Lovett
committed
6a0d854
Copy full SHA for 6a0d854
Commits on Jun 17, 2015
PYTHON-939 - AttributeError during shutdown.
Show description for c226b4f
ajdavis
committed
c226b4f
Copy full SHA for c226b4f
Commits on Jun 16, 2015
PYTHON-951 - Raise CorruptGridFile for truncated chunks.
behackett
committed
5fcc5c7
Copy full SHA for 5fcc5c7
PYTHON-859 - Start dev guide with entry on PeriodicExecutor.
ajdavis
committed
06e7649
Copy full SHA for 06e7649
PYTHON-939 - Stop background threads quicker.
Show description for a316c65
ajdavis
committed
a316c65
Copy full SHA for a316c65
Commits on Jun 15, 2015
PYTHON-946 - Allow fields to be any sequence.
jaraco
authored and
behackett
committed
1c80679
Copy full SHA for 1c80679
PYTHON-942 - Fix changelog guidance to no_cursor_timeout.
behackett
committed
e734063
Copy full SHA for e734063
PYTHON-934 - Add another simple URI test.
behackett
committed
87580b1
Copy full SHA for 87580b1
Pagination
Previous
Next
You can’t perform that action at this time.