Skip to content
Navigation Menu
Toggle navigation
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Spark
Build and deploy intelligent apps
GitHub Models
Manage and compare prompts
MCP Registry
New
Discover and integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
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
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
Accelerator
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 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 }}
dcotecnologia
/
docdb-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
NoahStapp
Datepicker
All time
Commit History
Commits on Sep 18, 2024
PYTHON-4773 - Async PyMongo Beta docs update (#1868)
NoahStapp
authored
d0772f2
Copy full SHA for d0772f2
PYTHON-4768 - Fix atlas connection tests and cleanup uses of raw MongoClients in tests (#1867)
NoahStapp
authored
2c432b5
Copy full SHA for 2c432b5
Commits on Sep 17, 2024
PYTHON-4738 - Make test_encryption.TestClientSimple.test_fork sync-only (#1862)
NoahStapp
authored
163e3d4
Copy full SHA for 163e3d4
PYTHON-4731 - Explicitly close all MongoClients opened during tests (#1855)
NoahStapp
authored
7395102
Copy full SHA for 7395102
Commits on Sep 12, 2024
PYTHON-4758 - Only emit warnings for unclosed clients after opening (#1856)
NoahStapp
authored
9b9cf73
Copy full SHA for 9b9cf73
Commits on Sep 11, 2024
PYTHON-4590 - Fix MRO type guards (#1852)
NoahStapp
authored
63d957c
Copy full SHA for 63d957c
PYTHON-4590 - Make type guards more compatible (#1850)
NoahStapp
authored
039db2f
Copy full SHA for 039db2f
Commits on Sep 9, 2024
PYTHON-3193 - Add ResourceWarning for unclosed MongoClients in __del__ (#1833)
NoahStapp
authored
2cca2d9
Copy full SHA for 2cca2d9
PYTHON-4739 - Use AsyncBulkTestBase in Async TestEncryptedBulkWrite (#1846)
NoahStapp
authored
e683b81
Copy full SHA for e683b81
Commits on Sep 6, 2024
PYTHON-4746 - Bump minimum pytest and pytest-asyncio versions (#1845)
NoahStapp
authored
f2cd655
Copy full SHA for f2cd655
Commits on Sep 5, 2024
PYTHON-4708 - Convert test.qcheck to async (#1832)
NoahStapp
authored
6e9bf1e
Copy full SHA for 6e9bf1e
Commits on Sep 4, 2024
PYTHON-4669 - Update Async GridFS APIs for Motor Compatibility (#1821)
NoahStapp
authored
4e74c82
Copy full SHA for 4e74c82
PYTHON-4590 - Add type guards to async API methods (#1820)
NoahStapp
authored
5a49ccc
Copy full SHA for 5a49ccc
Commits on Sep 3, 2024
PYTHON-4701 - Topology logging should use suppress_event (#1826)
NoahStapp
authored
5a70039
Copy full SHA for 5a70039
Add script to help convert sync tests to async tests (#1825)
NoahStapp
authored
3840d9d
Copy full SHA for 3840d9d
Commits on Aug 29, 2024
PYTHON-4673 - Add Async Encryption Tests (#1818)
NoahStapp
authored
e6b95f6
Copy full SHA for e6b95f6
Commits on Aug 28, 2024
PYTHON-3472 - Add log messages to SDAM spec (#1771)
Show description for c6967ab
NoahStapp
and
Jibola
authored
c6967ab
Copy full SHA for c6967ab
PYTHON-4662 - Capture Async PyMongo metadata (#1814)
NoahStapp
authored
e430d2e
Copy full SHA for e430d2e
Commits on Aug 27, 2024
PYTHON-4669 - Update More APIs for Motor Compatibility (#1815)
NoahStapp
authored
81ea92b
Copy full SHA for 81ea92b
PYTHON-4698 Rename the async ClientEncryption to AsyncClientEncryption (#1816)
NoahStapp
authored
b8213f2
Copy full SHA for b8213f2
Commits on Aug 12, 2024
PYTHON-4613 Skip async tests when testing eventlet/gevent (#1780)
NoahStapp
authored
a232b65
Copy full SHA for a232b65
Commits on Aug 8, 2024
PYTHON-4618 - Fix TypeError: Socket cannot be of type SSLSocket (#1772)
NoahStapp
authored
682f15b
Copy full SHA for 682f15b
Commits on Aug 2, 2024
PYTHON-4592 - Synchronize inline examples and docstrings (#1756)
NoahStapp
authored
f7da117
Copy full SHA for f7da117
PYTHON-4021 - Publish TopologyDescriptionChangedEvent on topology close (#1762)
NoahStapp
authored
294f10b
Copy full SHA for 294f10b
Commits on Aug 1, 2024
PYTHON-4571 - Add async examples to PyMongo's tutorial (#1744)
NoahStapp
authored
8143f05
Copy full SHA for 8143f05
Commits on Jul 31, 2024
PYTHON-4594 - Add to_list documentation (#1757)
NoahStapp
authored
17a8154
Copy full SHA for 17a8154
Commits on Jul 30, 2024
PYTHON-4549 - Optimize Cursor.to_list (#1749)
NoahStapp
authored
a3cd704
Copy full SHA for a3cd704
PYTHON-4521 Example transition of an existing test to an async one (#1702)
NoahStapp
authored
d79eee5
Copy full SHA for d79eee5
PYTHON-4589 - Add async API docs (#1755)
NoahStapp
authored
a5c0db6
Copy full SHA for a5c0db6
Commits on Jul 26, 2024
PYTHON-4537 - Use selector asyncio loop on windows tests (#1748)
NoahStapp
authored
cb89061
Copy full SHA for cb89061
Commits on Jul 23, 2024
PYTHON-4572 - Fix type errors caused by new PyOpenSSL type hints (#1743)
NoahStapp
authored
0f5349e
Copy full SHA for 0f5349e
PYTHON-4565 - Use pytest markers for test suite configuration (#1741)
NoahStapp
authored
993171c
Copy full SHA for 993171c
Commits on Jul 22, 2024
PYTHON-4539 Add SSLContext async wrap_socket support (#1740)
NoahStapp
authored
3e5387e
Copy full SHA for 3e5387e
Commits on Jul 17, 2024
PYTHON-4533 - Fix failing async tests (#1739)
NoahStapp
authored
1053931
Copy full SHA for 1053931
Commits on Jul 16, 2024
PYTHON-4533 - Convert test/test_cursor.py to async (#1731)
NoahStapp
authored
f0e025a
Copy full SHA for f0e025a
Pagination
Previous
Next
You can’t perform that action at this time.