| .. |
|
__init__.py
|
minor: move some general utilities out to helpers.py
|
2009-12-04 10:57:55 -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
|
allow oplog. as a collection name
|
2009-12-04 15:37:38 -05:00 |
|
connection.py
|
minor: move some general utilities out to helpers.py
|
2009-12-04 10:57:55 -05:00 |
|
cursor_manager.py
|
PEP 8 - no functional changes
|
2009-06-05 16:19:49 -04:00 |
|
cursor.py
|
minor: move some general utilities out to helpers.py
|
2009-12-04 10:57:55 -05:00 |
|
database.py
|
minor: move some general utilities out to helpers.py
|
2009-12-04 10:57:55 -05:00 |
|
dbref.py
|
Add database support to DBRefs (as )
|
2009-11-10 14:54:39 -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: move some general utilities out to helpers.py
|
2009-12-04 10:57:55 -05:00 |
|
json_util.py
|
use Sphinx for 'setup.py doc'
|
2009-11-12 16:47:08 -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
|
DEPRECATING ObjectId.url_encode and ObjectId.url_decode - use str() and ObjectId(), respectively. Also completely removing the ObjectId legacy stuff as I don't think anybody is using this. Improve ObjectId docs
|
2009-12-04 10:14:39 -05:00 |
|
son_manipulator.py
|
Add database support to DBRefs (as )
|
2009-11-10 14:54:39 -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 |