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
gridfs
on
master
User selector
All users
All time
Commit history
Commits on Jul 15, 2019
PYTHON-1738 GridFS length should be an int64
behackett
committed
6ec594e
View commit details
Copy full SHA for 6ec594e
View code at this point
Browse repository at this point
Commits on Apr 16, 2019
PYTHON-1783 Decode user-facing documents but not internal driver-server
Show description for 7491162
prashantmital
committed
7491162
View commit details
Copy full SHA for 7491162
View code at this point
Browse repository at this point
Commits on Mar 28, 2019
PYTHON-1695 GridOut/GridIn more closely implement io.IOBase (#387)
Show description for 481600b
terencehonles
authored and
ShaneHarvey
committed
481600b
View commit details
Copy full SHA for 481600b
View code at this point
Browse repository at this point
Commits on Mar 13, 2019
PYTHON-1721 Improve GridFS file download performance (#413)
Show description for 956fd92
ShaneHarvey
committed
956fd92
View commit details
Copy full SHA for 956fd92
View code at this point
Browse repository at this point
Commits on Mar 31, 2018
PYTHON-1458 - Make MD5 digest optional in GridFS
behackett
committed
1c7085d
View commit details
Copy full SHA for 1c7085d
View code at this point
Browse repository at this point
Commits on Feb 13, 2018
PYTHON-1462 - Import ABCs from collections.abc
behackett
committed
ba7c95a
View commit details
Copy full SHA for ba7c95a
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 Sep 29, 2017
PYTHON-1332 - Send lsid with all commands
ajdavis
committed
c1ec855
View commit details
Copy full SHA for c1ec855
View code at this point
Browse repository at this point
Commits on Sep 12, 2017
PYTHON-1332 - Session param for GridFS methods
Show description for e86742d
ajdavis
committed
e86742d
View commit details
Copy full SHA for e86742d
View code at this point
Browse repository at this point
Commits on Jul 22, 2017
Fix bug: SON object and list can not be compared (#330)
tvytlx
authored and
ShaneHarvey
committed
4653289
View commit details
Copy full SHA for 4653289
View code at this point
Browse repository at this point
Commits on Oct 31, 2016
GridFS docs fixes.
ajdavis
committed
42c5df8
View commit details
Copy full SHA for 42c5df8
View code at this point
Browse repository at this point
Commits on Oct 30, 2016
GridFSBucket docs whitespace fixes.
ajdavis
committed
cdb40fb
View commit details
Copy full SHA for cdb40fb
View code at this point
Browse repository at this point
Commits on Jun 18, 2016
PYTHON-1097 - Support GridFS custom file_id methods
behackett
committed
12bd4ac
View commit details
Copy full SHA for 12bd4ac
View code at this point
Browse repository at this point
Commits on Dec 15, 2015
PYTHON-1031 - GridFsBucket.download_to_stream now uses GridOutIterator
aherlihy
committed
a3cf3cf
View commit details
Copy full SHA for a3cf3cf
View code at this point
Browse repository at this point
Commits on Dec 7, 2015
PYTHON-1019 - GridIn must use ReadPreference.PRIMARY
behackett
committed
08a668f
View commit details
Copy full SHA for 08a668f
View code at this point
Browse repository at this point
Commits on Aug 11, 2015
open_upload_stream returns only GridIn
aherlihy
committed
04b1b8a
View commit details
Copy full SHA for 04b1b8a
View code at this point
Browse repository at this point
Commits on Aug 6, 2015
PYTHON-960 - GridFS spec compliance
aherlihy
committed
b9baa8a
View commit details
Copy full SHA for b9baa8a
View code at this point
Browse repository at this point
Commits on Jul 21, 2015
PYTHON-860 - Ignore unauthorized errors for index creation in GridFs
aherlihy
committed
6b64405
View commit details
Copy full SHA for 6b64405
View code at this point
Browse repository at this point
Commits on Jun 16, 2015
PYTHON-951 - Raise CorruptGridFile for truncated chunks.
behackett
committed
5fcc5c7
View commit details
Copy full SHA for 5fcc5c7
View code at this point
Browse repository at this point
Commits on Apr 17, 2015
PYTHON-900 - Fix GridFS.delete().
behackett
committed
42fc925
View commit details
Copy full SHA for 42fc925
View code at this point
Browse repository at this point
Commits on Mar 25, 2015
Fix up copyright dates.
behackett
committed
aec685b
View commit details
Copy full SHA for aec685b
View code at this point
Browse repository at this point
Commits on Mar 14, 2015
PYTHON-861 - create/ensure index changes
Show description for f93c73a
behackett
committed
f93c73a
View commit details
Copy full SHA for f93c73a
View code at this point
Browse repository at this point
Commits on Feb 25, 2015
PYTHON-846 - Database.connection -> Database.client
behackett
committed
3f3b6be
View commit details
Copy full SHA for 3f3b6be
View code at this point
Browse repository at this point
PYTHON-839 - Better validation error messages.
behackett
committed
7164ba2
View commit details
Copy full SHA for 7164ba2
View code at this point
Browse repository at this point
Commits on Feb 13, 2015
PYTHON-821 - Use new CRUD API in GridFS.
behackett
committed
12d74ff
View commit details
Copy full SHA for 12d74ff
View code at this point
Browse repository at this point
Commits on Jan 20, 2015
PYTHON-820 - API changes for find/find_one to comply with CRUD spec.
Show description for c07e543
behackett
committed
c07e543
View commit details
Copy full SHA for c07e543
View code at this point
Browse repository at this point
Commits on Dec 23, 2014
PYTHON-785 - Really check Collection's write_concern in GridFS.
behackett
committed
73edd2c
View commit details
Copy full SHA for 73edd2c
View code at this point
Browse repository at this point
Commits on Dec 21, 2014
PYTHON-785 - Check Collection's write_concern in GridFS
behackett
committed
0c277f6
View commit details
Copy full SHA for 0c277f6
View code at this point
Browse repository at this point
Commits on Dec 20, 2014
PYTHON-785 No need for getlasterror before filemd5.
Show description for b1183ad
ajdavis
committed
b1183ad
View commit details
Copy full SHA for b1183ad
View code at this point
Browse repository at this point
Commits on Dec 17, 2014
PYTHON-805 - Add with_options and remove per helper read_preference
Show description for f6a260c
behackett
committed
f6a260c
View commit details
Copy full SHA for f6a260c
View code at this point
Browse repository at this point
Commits on Dec 5, 2014
PYTHON-526 Remove 'compile_re' option.
Show description for 2ba7307
ajdavis
committed
2ba7307
View commit details
Copy full SHA for 2ba7307
View code at this point
Browse repository at this point
Commits on Nov 22, 2014
PYTHON-785 Don't use requests in GridFS.
ajdavis
committed
fab611f
View commit details
Copy full SHA for fab611f
View code at this point
Browse repository at this point
Commits on Oct 31, 2014
Remove GridFS.open and close, and GridFile.
ajdavis
committed
9143e18
View commit details
Copy full SHA for 9143e18
View code at this point
Browse repository at this point
Remove ancient version annotations.
Show description for 08dccbb
ajdavis
committed
08dccbb
View commit details
Copy full SHA for 08dccbb
View code at this point
Browse repository at this point
Commits on Oct 28, 2014
Style.
ajdavis
committed
7bda458
View commit details
Copy full SHA for 7bda458
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.