-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Pull requests: mongodb/mongo-python-driver
Pull requests list
Automatic per-socket authentication in Connection class
#5
by jmurty
was closed Sep 21, 2010
Loading...
updated Sep 19, 2010
Add more debugging information if assertion is 'db assertion failure'.
#20
by behackett
was closed Feb 7, 2011
Loading...
updated Feb 7, 2011
Add MongoAlchemy to "Tools" session on docs
#18
by fsouza
was closed Mar 16, 2011
Loading...
updated Mar 16, 2011
TypeError: _get_string() takes exactly 3 arguments (1 given)
#16
by raorn
was closed Apr 1, 2011
Loading...
updated Apr 1, 2011
Update docs to reflect new "minimongo" interface layer based on pymongo.
#27
by slacy
was closed Apr 1, 2011
Loading...
updated Apr 1, 2011
Made DBRef.__getattr__ return AttributeError instead of KeyError
#7
by edvald
was closed Apr 5, 2011
Loading...
updated Apr 5, 2011
Fixed DBRef __hash__ to properly handle __kwargs
#17
by gearheart
was closed Apr 5, 2011
Loading...
updated Apr 5, 2011
make doc building more resilient
#30
by dcrosta
was closed Apr 22, 2011
Loading...
updated Apr 26, 2011
GridOut thinks it's GridIn when you access an attribute that doesn't exist
#31
by dcrosta
was closed Apr 26, 2011
Loading...
updated Apr 26, 2011
tiny change to allow manipulate to be called without upsert
#12
by reedobrien
was closed May 28, 2011
Loading...
updated May 28, 2011
Performance boost Gridfs write. Use also StrinIO when sending a string.
#33
by delijati
was closed May 29, 2011
Loading...
updated May 29, 2011
Wrapping a SON object into a class object without touching embeded documents
#11
by namlook
was closed May 29, 2011
Loading...
updated May 29, 2011
Adding blocking on tailable cursor read per PYTHON-229
#36
by apendleton
was closed Jun 2, 2011
Loading...
updated Jun 2, 2011
speed up python insert & accept iterators in C module insert
#39
by rmsr
was closed Jul 6, 2011
Loading...
updated Jul 6, 2011
Fix overflow bug while calculating new size of buffer
#43
by abhayv
was closed Jul 6, 2011
Loading...
updated Jul 6, 2011
Several pymongo fixes/improvements
#47
by snaury
was closed Aug 15, 2011
Loading...
updated Aug 15, 2011
PYTHON-271: fix GridFS loss of data
#48
by snaury
was closed Aug 15, 2011
Loading...
updated Aug 15, 2011
PYTHON-277: use batch size and limit to determine the size of initial query batch
#51
by dcrosta
was closed Aug 31, 2011
Loading...
updated Aug 31, 2011
PYTHON-272: simplify _closed(sock)
#49
by snaury
was closed Sep 19, 2011
Loading...
updated Sep 19, 2011
Add spec file for rpm-based distributions
#53
by linuxnow
was closed Sep 23, 2011
Loading...
updated Sep 23, 2011
ProTip!
Mix and match filters to narrow down what you’re looking for.