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