mongo-python-driver/pymongo
2009-12-16 11:29:10 -05:00
..
__init__.py BUMP 1.3 see changelog 2009-12-16 11:29:10 -05:00
_cbsonmodule.c minor: no safe strcat for mingw32 2009-12-01 16:49:19 -05:00
binary.py API doc generation with Sphinx 2009-11-12 16:46:49 -05:00
bson.py allow any utf-8 string rather than just ascii. using unicode is still preferred because we don't have to check it at all 2009-12-01 13:27:44 -05:00
code.py API doc generation with Sphinx 2009-11-12 16:46:49 -05:00
collection.py BUMP 1.3 see changelog 2009-12-16 11:29:10 -05:00
connection.py BUMP 1.3 see changelog 2009-12-16 11:29:10 -05:00
cursor_manager.py PEP 8 - no functional changes 2009-06-05 16:19:49 -04:00
cursor.py DEPRECATING method style access for several methods: 2009-12-15 17:04:24 -05:00
database.py BUMP 1.3 see changelog 2009-12-16 11:29:10 -05:00
dbref.py minor: add full changelog and add version changed / added information for all changes since 1.0 2009-12-09 14:39:58 -05:00
encoding_helpers.c allow any utf-8 string rather than just ascii. using unicode is still preferred because we don't have to check it at all 2009-12-01 13:27:44 -05:00
encoding_helpers.h allow any utf-8 string rather than just ascii. using unicode is still preferred because we don't have to check it at all 2009-12-01 13:27:44 -05:00
errors.py minor: doc 2009-12-01 13:30:54 -05:00
helpers.py minor: was caching a little too aggressively 2009-12-15 17:11:21 -05:00
json_util.py BUMP 1.2 see changelog in docs 2009-12-09 11:53:01 -05:00
master_slave_connection.py some cleaning / documentation of connection stuff, and work towards fixing threaded safe mode 2009-10-21 10:54:47 -04:00
message.py BUMP 1.1.2 faster insert speed (message creation happens in C now), use random number for request_id, fix some race conditions with AutoReconnect exceptions 2009-11-23 15:58:19 -05:00
objectid.py allow unicode for ObjectId init. raise InvalidId (instead of TypeError) for non-hex on init. 2009-12-10 15:45:14 -05:00
son_manipulator.py DEPRECATING method style access for several methods: 2009-12-15 17:04:24 -05:00
son.py don't run regex mongo-qa tests because python regex equality testing is broken 2009-11-24 10:45:44 -05:00
thread_util.py PEP 8 - no functional changes 2009-06-05 16:19:49 -04:00
time_helpers.c minor: oops. fix ifdef 2009-12-01 13:42:40 -05:00
time_helpers.h minor: fix for mingw32 / Python 2.5 on windows 2009-12-01 16:46:01 -05:00