mongo-python-driver/bson
Bernie Hackett c8f6d4aa03 ObjectId.__str__ should return str in 2.x.
This addresses the issue raised in pull request
155.
2013-02-09 13:13:45 -08:00
..
__init__.py Ensure deepcopy clones using the correct type - PYTHON-459 2013-01-08 09:53:39 +00:00
_cbsonmodule.c Fix accuracy issues in datetime decoding PYTHON-392 2012-12-14 13:21:32 -08:00
_cbsonmodule.h It's 2012... 2012-04-19 12:40:38 -07:00
binary.py Added __ne__ for DBRefs PYTHON-440 2012-11-22 11:12:36 +00:00
buffer.c It's 2012... 2012-04-19 12:40:38 -07:00
buffer.h It's 2012... 2012-04-19 12:40:38 -07:00
code.py It's 2012... 2012-04-19 12:40:38 -07:00
dbref.py Added __ne__ for DBRefs PYTHON-440 2012-11-22 11:12:36 +00:00
encoding_helpers.c It's 2012... 2012-04-19 12:40:38 -07:00
encoding_helpers.h It's 2012... 2012-04-19 12:40:38 -07:00
errors.py It's 2012... 2012-04-19 12:40:38 -07:00
json_util.py json_util fix format for binary type PYTHON-443 2012-12-05 16:23:33 +00:00
max_key.py It's 2012... 2012-04-19 12:40:38 -07:00
min_key.py It's 2012... 2012-04-19 12:40:38 -07:00
objectid.py ObjectId.__str__ should return str in 2.x. 2013-02-09 13:13:45 -08:00
py3compat.py Remove errant space. 2012-08-03 15:14:01 -07:00
son.py Ensure deepcopy clones using the correct type - PYTHON-459 2013-01-08 09:53:39 +00:00
time64_config.h Split C extension in two (pymongo, bson) PYTHON-60 2010-09-14 13:55:41 -04:00
time64_limits.h Split C extension in two (pymongo, bson) PYTHON-60 2010-09-14 13:55:41 -04:00
time64.c Fix compiler warnings on Windows. 2012-04-20 12:51:09 -07:00
time64.h Remove asctime64_r (and related) PYTHON-327 2012-02-10 12:28:04 -08:00
timestamp.py Work around OSX 10.8 Python 2.5 bug PYTHON-389 2012-08-09 16:17:54 -07:00
tz_util.py It's 2012... 2012-04-19 12:40:38 -07:00