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
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
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 }}
Countess
/
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
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security and quality
Insights
Commits
Branch selector
master
User selector
All users
Datepicker
All time
Commit history
Commits on Aug 20, 2013
Version -> +
behackett
committed
d85de62
View commit details
Copy full SHA for d85de62
Browse repository at this point
Commits on Aug 19, 2013
BUMP 2.6
behackett
committed
5d8f193
View commit details
Copy full SHA for 5d8f193
Browse repository at this point
Commits on Aug 18, 2013
Release notes and other doc fixes for 2.6.
behackett
committed
f804c8e
View commit details
Copy full SHA for f804c8e
Browse repository at this point
Minor doc updates.
behackett
committed
88e3121
View commit details
Copy full SHA for 88e3121
Browse repository at this point
Revert "Capture all BSON decode errors and wrap with InvalidBSON. PYTHON-494"
Show description for d133396
A. Jesse Jiryu Davis
committed
d133396
View commit details
Copy full SHA for d133396
Browse repository at this point
Commits on Aug 17, 2013
Fix various tests for mongos and old mongo versions.
behackett
committed
9d9ac1c
View commit details
Copy full SHA for 9d9ac1c
Browse repository at this point
Catch an exception that actually exists...
behackett
committed
594856d
View commit details
Copy full SHA for 594856d
Browse repository at this point
Fix indent
behackett
committed
0241869
View commit details
Copy full SHA for 0241869
Browse repository at this point
Commits on Aug 16, 2013
Fix add_option/remove_option issues PYTHON-546
behackett
committed
334ea50
View commit details
Copy full SHA for 334ea50
Browse repository at this point
Avoid ResourceWarnings in Python 3.
A. Jesse Jiryu Davis
committed
5eb13b2
View commit details
Copy full SHA for 5eb13b2
Browse repository at this point
GreenletIdent cleanup.
A. Jesse Jiryu Davis
committed
edc2350
View commit details
Copy full SHA for edc2350
Browse repository at this point
Update thread_util.py
Show description for e1b7928
seewindcn
authored and
A. Jesse Jiryu Davis
committed
e1b7928
View commit details
Copy full SHA for e1b7928
Browse repository at this point
Test GreenletIdent with Gevent enhanced Greenlets.
A. Jesse Jiryu Davis
committed
280a7fc
View commit details
Copy full SHA for 280a7fc
Browse repository at this point
Style.
A. Jesse Jiryu Davis
committed
804b90a
View commit details
Copy full SHA for 804b90a
Browse repository at this point
INT2STRING to use Stack based solution
Rock Li
authored and
behackett
committed
5b7266d
View commit details
Copy full SHA for 5b7266d
Browse repository at this point
Add optional parameter for pymongo.database.collection_names to ignore system collections
Park Hyunwoo
authored and
behackett
committed
baf53be
View commit details
Copy full SHA for baf53be
Browse repository at this point
Change default for Connection and RSC, fix bugs when max_pool_size=None. PYTHON-436
A. Jesse Jiryu Davis
committed
9de93d9
View commit details
Copy full SHA for 9de93d9
Browse repository at this point
Update docs for new pool options. PYTHON-436
A. Jesse Jiryu Davis
committed
5a88c6c
View commit details
Copy full SHA for 5a88c6c
Browse repository at this point
Commits on Aug 15, 2013
Bump MongoReplicaSetClient's default max_pool_size from 10 to 100. PYTHON-436
A. Jesse Jiryu Davis
committed
77f876b
View commit details
Copy full SHA for 77f876b
Browse repository at this point
Bump MongoReplicaSetClient's default max_pool_size from 10 to 100. PYTHON-436
A. Jesse Jiryu Davis
committed
30c0a5e
View commit details
Copy full SHA for 30c0a5e
Browse repository at this point
Style.
A. Jesse Jiryu Davis
committed
77e769d
View commit details
Copy full SHA for 77e769d
Browse repository at this point
Style.
A. Jesse Jiryu Davis
committed
7e43c49
View commit details
Copy full SHA for 7e43c49
Browse repository at this point
Fix comment.
A. Jesse Jiryu Davis
committed
e18058c
View commit details
Copy full SHA for e18058c
Browse repository at this point
Longer thread / greenlet join timeout in tests.
A. Jesse Jiryu Davis
committed
5cf33af
View commit details
Copy full SHA for 5cf33af
Browse repository at this point
Fix ref undercount in BSON extension. PYTHON-494
A. Jesse Jiryu Davis
committed
a6f2848
View commit details
Copy full SHA for a6f2848
Browse repository at this point
Commits on Aug 14, 2013
Use constant format string PYTHON-414
behackett
committed
a449ea8
View commit details
Copy full SHA for a449ea8
Browse repository at this point
Ensure connection before we insert PYTHON-414
Show description for f29544b
behackett
committed
f29544b
View commit details
Copy full SHA for f29544b
Browse repository at this point
Work around a 2to3 bug more simply. PYTHON-494
A. Jesse Jiryu Davis
committed
c573646
View commit details
Copy full SHA for c573646
Browse repository at this point
Work around a 2to3 bug more simply. PYTHON-494
A. Jesse Jiryu Davis
committed
3d63d58
View commit details
Copy full SHA for 3d63d58
Browse repository at this point
Work around a 2to3 bug. PYTHON-494
A. Jesse Jiryu Davis
committed
d863ccf
View commit details
Copy full SHA for d863ccf
Browse repository at this point
Capture all BSON decode errors and wrap with InvalidBSON. PYTHON-494
A. Jesse Jiryu Davis
committed
ba66a2d
View commit details
Copy full SHA for ba66a2d
Browse repository at this point
Fix building on Windows PYTHON-414
behackett
committed
fecbbee
View commit details
Copy full SHA for fecbbee
Browse repository at this point
Commits on Aug 13, 2013
Fix test_disconnected_init PYTHON-414
Show description for ad92287
behackett
committed
ad92287
View commit details
Copy full SHA for ad92287
Browse repository at this point
Add size properties to MasterSlaveConnection PYTHON-414
Show description for 9ec1845
behackett
committed
9ec1845
View commit details
Copy full SHA for 9ec1845
Browse repository at this point
Automatically split batch inserts PYTHON-414
Show description for 3afd684
behackett
committed
3afd684
View commit details
Copy full SHA for 3afd684
Browse repository at this point
Previous
Next
You can’t perform that action at this time.