mongo-python-driver/bson
Bernie Hackett f4ec4be807 Avoid encoding errors with pickle.loads PYTHON-355.
This works around issues caused by applications that
use sys.setdefaultencoding to set an interpreter-wide
encoding other than ascii or utf8. This is only an
issue in python 2.x. In python 3.0 and 3.1
setdefaultencoding is a noop. It was completely
removed in python 3.2.
2012-05-30 09:56:03 -07:00
..
__init__.py It's 2012... 2012-04-19 12:40:38 -07:00
_cbsonmodule.c It's 2012... 2012-04-19 12:40:38 -07:00
_cbsonmodule.h It's 2012... 2012-04-19 12:40:38 -07:00
binary.py It's 2012... 2012-04-19 12:40:38 -07: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 It's 2012... 2012-04-19 12:40:38 -07: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 It's 2012... 2012-04-19 12:40:38 -07: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 Avoid encoding errors with pickle.loads PYTHON-355. 2012-05-30 09:56:03 -07:00
py3compat.py More bson module doc updates for python 3. 2012-03-21 17:22:36 -07:00
son.py It's 2012... 2012-04-19 12:40:38 -07: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 It's 2012... 2012-04-19 12:40:38 -07:00
tz_util.py It's 2012... 2012-04-19 12:40:38 -07:00