| .. |
|
__init__.py
|
Rename Regex.compile() to try_compile() and add a warning, add from_native(), PYTHON-500.
|
2013-12-07 15:37:12 -05:00 |
|
_cbsonmodule.c
|
Use commands for write operations PYTHON-554
|
2013-11-25 18:21:04 -08:00 |
|
_cbsonmodule.h
|
Use commands for write operations PYTHON-554
|
2013-11-25 18:21:04 -08:00 |
|
binary.py
|
Silence C extension RuntimeWarning PYTHON-569
|
2013-09-16 17:24:37 -04:00 |
|
buffer.c
|
Automatically split batch inserts PYTHON-414
|
2013-08-13 10:53:02 -07:00 |
|
buffer.h
|
Automatically split batch inserts PYTHON-414
|
2013-08-13 10:53:02 -07:00 |
|
code.py
|
Silence C extension RuntimeWarning PYTHON-569
|
2013-09-16 17:24:37 -04:00 |
|
dbref.py
|
Silence C extension RuntimeWarning PYTHON-569
|
2013-09-16 17:24:37 -04: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
|
Note that we can't preserve key order in json_util.dumps in Python 2.4, PYTHON-602.
|
2013-12-14 12:33:46 -05:00 |
|
max_key.py
|
Implement rich comparison operators for MinKey and MaxKey, PYTHON-604.
|
2013-12-04 20:38:23 -05:00 |
|
min_key.py
|
Implement rich comparison operators for MinKey and MaxKey, PYTHON-604.
|
2013-12-04 20:38:23 -05:00 |
|
objectid.py
|
Silence C extension RuntimeWarning PYTHON-569
|
2013-09-16 17:24:37 -04:00 |
|
py3compat.py
|
Remove errant space.
|
2012-08-03 15:14:01 -07:00 |
|
regex.py
|
Note Python 3’s re.UNICODE behavior, and fix test_regex_from_native for Python 3.
|
2013-12-08 22:26:15 -05:00 |
|
son.py
|
Option to not compile BSON regexes. PYTHON-500
|
2013-10-20 17:18:32 -04: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
|
Implement rich comparison for Timestamps, PYTHON-609.
|
2013-12-06 13:39:54 -05:00 |
|
tz_util.py
|
It's 2012...
|
2012-04-19 12:40:38 -07:00 |