behackett
1c0596b86e
BUMP 2.5.2
2013-06-01 10:07:33 -07:00
behackett
94520a7197
Changelog for 2.5.2.
2013-06-01 08:48:46 -07:00
Bernie Hackett
7395ce72bf
Fix import when _cbson unavailable PYTHON-532
...
This ensures that we don't import _cmessage in
an incomplete state or segfault if _cbson isn't
available. If _cbson.so has been removed we fall
back to pure python.
2013-05-31 14:12:45 -07:00
A. Jesse Jiryu Davis
a060c15ef8
Fix null pointer when decoding invalid DBRef PYTHON-532
2013-05-31 10:17:46 -04:00
behackett
a9d14571b8
BUMP 2.5.1
2013-05-13 13:56:28 -07:00
behackett
9d8e23c535
Changelog for 2.5.1
2013-05-13 13:18:01 -07:00
Bernie Hackett
897a4fc1d9
Merge pull request #182 from puentesarrin/typo_docstring
...
Another minor typo on bson/json_util docstring
2013-05-13 06:04:45 -07:00
Jorge Puente Sarrín
e1d71e8770
Minor typo on bson/json_util docstring
2013-05-12 23:35:19 -05:00
Bernie Hackett
0308ce6f62
Merge pull request #181 from puentesarrin/typo_docstring
...
Minor typo on docstring
2013-05-12 21:33:42 -07:00
Jorge Puente Sarrín
1c14e21bba
Minor typo on docstring
2013-05-12 23:18:53 -05:00
A. Jesse Jiryu Davis
7667c10ded
MongoClient respects _connect=False even with auth PYTHON-516
2013-05-10 14:32:17 -04:00
A. Jesse Jiryu Davis
81b6e1fa3a
Add _connect option to MongoReplicaSetClient PYTHON-516
2013-05-10 14:31:50 -04:00
A. Jesse Jiryu Davis
142db6e6fc
Avoid timeout in test_auth_during_failover
2013-05-09 15:50:55 -04:00
A. Jesse Jiryu Davis
9a0006ebe9
Only kill mongos instances once in ha_tools
2013-05-09 15:50:27 -04:00
A. Jesse Jiryu Davis
be57168ead
More debug output in ha_tools
2013-05-09 15:50:04 -04:00
A. Jesse Jiryu Davis
49f506e16b
Merge pull request #180 from romuald/master
...
Fix typo in docstring
2013-05-09 06:43:54 -07:00
Romuald Brunet
5ee2e46dc0
Fix typo in docstring
2013-05-09 11:46:13 +02:00
Ross Lawley
02b318f9f2
Merge branch 'pull-179'
2013-05-08 13:34:04 +00:00
Ross Lawley
3f5cb6ff28
Fix cursor cloning issue with deepcopy and regex #179
2013-05-08 13:31:38 +00:00
A. Jesse Jiryu Davis
17655f936a
More reliable test_max_pool_size_with_redundant_request.
2013-05-06 12:37:58 -04:00
behackett
83a2413f7e
PIP_INSECURE doesn't work with Jython.
2013-05-03 16:11:18 -07:00
behackett
f6fff22ca2
Index test reliability on Windows.
2013-05-02 17:14:49 -07:00
behackett
612bfff67b
Don't store seed list hostnames PYTHON-467
2013-05-02 14:00:09 -07:00
behackett
69565d2dce
Make test more reliable on slow machines PYTHON-467
2013-05-02 13:56:47 -07:00
A. Jesse Jiryu Davis
198dd246a9
Fix test_repr for MongoReplicaSetClient in Jython
2013-05-01 18:15:15 -04:00
A. Jesse Jiryu Davis
78bcc97846
Handle unicode connection URIs in Python 2.4
...
Unicode MongoDB connection URIs, if they have options like "/?fsync=true", raised a TypeError in old Pythons.
2013-05-01 15:27:45 -04:00
A. Jesse Jiryu Davis
50d00ef8ce
Remove test_fork's docstring
2013-05-01 14:14:21 -04:00
A. Jesse Jiryu Davis
922165dcc8
More reliable test_primary_stepdown
2013-05-01 14:14:21 -04:00
A. Jesse Jiryu Davis
460c8beb7a
test_ha cleanup
2013-05-01 14:14:21 -04:00
A. Jesse Jiryu Davis
4630bace22
More debug output from ha_tools
2013-05-01 14:14:21 -04:00
A. Jesse Jiryu Davis
402fa11f14
Correct a docstring
2013-05-01 14:14:21 -04:00
A. Jesse Jiryu Davis
6c2e009f45
Fix MongoReplicaSetClient race conditions PYTHON-467
...
* RSState, Member, and MovingAverage are now immutable
* In refresh(), try up members before down ones
* A test_ha fixup (clear process-list after killing them in each test, so we don't re-kill previous tests' processes)
2013-05-01 14:14:20 -04:00
A. Jesse Jiryu Davis
55f1df7577
Spelling
2013-05-01 14:14:20 -04:00
behackett
9969677aa5
Stronger warning about MRSC.close() PYTHON-511
2013-04-29 11:20:00 -07:00
A. Jesse Jiryu Davis
bc046e53ca
Unused import
2013-04-27 14:04:12 -04:00
A. Jesse Jiryu Davis
88d09e0a0b
Don't run test_max_pool_size_with_leaked_request_massive with greenlets
...
Can restore once Gevent 1.0 lands, but 0.13.8 still deadlocks on this test on Mac; not PyMongo's bug.
2013-04-27 14:04:04 -04:00
behackett
40af3efed1
Raise DuplicateKeyError for commands PYTHON-507
...
Only when appropriate. The findAndModify command
can return duplicate key error when doing an upsert.
2013-04-26 10:44:17 -07:00
A. Jesse Jiryu Davis
1ea8c74f1e
Spelling
2013-04-26 09:00:26 -04:00
A. Jesse Jiryu Davis
ba198fa63c
Spelling
2013-04-26 08:59:25 -04:00
behackett
cd1589eaba
Mark RE_OPT_TABLE private.
2013-04-25 12:39:50 -07:00
behackett
879318ee6c
Fix test_safe_update for mongo 2.5 nightly.
2013-04-24 19:10:03 -07:00
A. Jesse Jiryu Davis
3cd50cceed
Ensure ThreadIdent's lock is always released; improve comment PYTHON-509
2013-04-24 22:09:06 -04:00
A. Jesse Jiryu Davis
a82d6bea2d
PYTHON-509 we need to synchronize the threadlocal for Python <= 2.7.0, not 2.7.1
2013-04-24 22:09:06 -04:00
behackett
176e39e74a
Fix misc. $options issues in json_util PYTHON-510
2013-04-24 18:27:38 -07:00
A. Jesse Jiryu Davis
02bdbdf0de
Hide slow unittests from Nose by default PYTHON-509
2013-04-24 20:55:43 -04:00
A. Jesse Jiryu Davis
1cbe78e84f
Wrap paragraphs in release instructions
2013-04-24 20:53:06 -04:00
A. Jesse Jiryu Davis
b74a323704
Update release instructions
2013-04-24 20:48:28 -04:00
A. Jesse Jiryu Davis
c0d2834054
Add test_ha and the slow tests to release instructions PYTHON-509
2013-04-24 20:45:46 -04:00
A. Jesse Jiryu Davis
79bb5abf50
Remove unused ThreadIdent.get() call PYTHON-509
2013-04-24 20:45:46 -04:00
A. Jesse Jiryu Davis
9a2fe4981e
Fix PYTHON-509, rare connection leaks in Python <= 2.7.0
2013-04-24 20:45:38 -04:00