Commit Graph

227 Commits

Author SHA1 Message Date
Bernie Hackett
3695ddb0d8 Minor install doc updates. 2012-04-30 07:50:35 -07:00
Bernie Hackett
0e026ede7e More doc cleanups. 2012-04-29 20:51:48 -07:00
Bernie Hackett
7317776574 Minor doc cleanup for Python 3. 2012-04-29 20:38:53 -07:00
A. Jesse Jiryu Davis
534073b08a Updating Gevent docs PYTHON-296 2012-04-29 21:34:05 -04:00
behackett
2965128732 OSX C extension build issue clarifications. 2012-04-24 14:02:04 -07:00
behackett
cb0ffba632 Clarify python2/3 pickle issues. 2012-04-24 13:38:55 -07:00
behackett
6b056ee84d Document installing a release candidate. 2012-04-23 11:01:09 -07:00
Bernie Hackett
b927d645b6 Updated build/install/release docs. 2012-04-22 00:38:12 -07:00
behackett
b31f411320 More changelog updates. 2012-04-20 14:51:18 -07:00
behackett
e02ee18672 Minor gevent doc fixes. 2012-04-20 13:41:51 -07:00
behackett
c249dc275d Add Mike O'Brien and Chris Tompkinson to contributors. 2012-04-20 11:24:42 -07:00
behackett
5e2bb752f8 Initial changelog update for 2.2. 2012-04-20 11:00:48 -07:00
behackett
c66b68beb0 Python 3 FAQ. 2012-04-20 10:41:29 -07:00
behackett
59ec2fdc08 Fix doc issues related to dochub.mongodb.org 2012-04-19 12:01:18 -07:00
behackett
2b5289021f Deprecate cursor manager support PYTHON-323 2012-04-17 22:05:05 -04:00
A. Jesse Jiryu Davis
9de85dc081 Recommendations for using Tornado with PyMongo 2012-03-29 19:12:47 -04:00
behackett
ecae1373aa Add Alex Grönholm and Christoph Simon to contributors.
For their contributions to Python 3 support.
2012-03-29 14:43:51 -07:00
A. Jesse Jiryu Davis
0386f2d17b Typo in start/end_request example doc 2012-03-20 13:15:27 -03:00
A. Jesse Jiryu Davis
82ae65d0b4 Further doc improvements for start/end_request PYTHON-287 2012-03-20 10:00:12 -04:00
A. Jesse Jiryu Davis
2b29ce0355 Include example using start_request as context manager PYTHON-287 2012-03-20 10:00:12 -04:00
A. Jesse Jiryu Davis
94584f4306 Documentation fixes 2012-03-20 10:00:12 -04:00
A. Jesse Jiryu Davis
0c16f4029a Updates to requests documentation 2012-03-20 10:00:12 -04:00
A. Jesse Jiryu Davis
06f87b164b Beginning to improve start/end_request documentation PYTHON-287 2012-03-20 10:00:12 -04:00
A. Jesse Jiryu Davis
f58f51c851 Update async documentation PYTHON-296 2012-03-19 21:09:33 -04:00
behackett
17814af0ff Minor doc fixes. 2012-02-21 20:00:51 -08:00
Christopher Coté
982c33accb Update Humongolus write-up 2012-02-21 19:55:03 -08:00
Christopher Coté
2181d71c9e V2 Humongolus writeup 2012-02-21 19:55:03 -08:00
Christopher Coté
bd8baa9710 v1 of Humongolus tools section 2012-02-21 19:55:03 -08:00
Ross Lawley
097f13b58e PYTHON-317 Fixed typo in docs 2012-02-10 09:49:15 +00:00
behackett
1bbe1bd121 Minor doc fix. 2012-02-08 16:12:56 -08:00
Ross Lawley
8623d2f260 Updating docs - restoring removed methods. 2012-02-08 16:02:54 -08:00
Ross Lawley
3309c5f785 Deprecated connection.from_uri and connection.paired
Removed methods from docs
2012-02-08 15:58:09 -08:00
behackett
ec471af388 Add Wouter Bolsterlee to contributors. 2012-02-08 15:35:53 -08:00
behackett
0c560a5cc4 Fix a few doc test failures. 2012-02-08 15:30:44 -08:00
Wouter Bolsterlee
930e22c6fd Improve legibility of map/reduce code examples
Use triple-quoted multiline strings in the examples, so that the
examples are more readable. It also makes copy/pasting (e.g. to a
mongo shell) a lot easier.
2012-02-08 15:17:11 -08:00
Wouter Bolsterlee
49ebd97826 Don't overwrite built-in names in map/reduce examples
Avoid assigning the MongoDB map/reduce function definitions to Python
variables that have the same name as the built-in Python functions map()
and reduce(), since that will effectively remove the possibility of
using those built-ins in surrounding code.
2012-02-08 15:17:11 -08:00
Ross Lawley
4a3c594080 Removed depreciated bson aliases
Updated the docs also.  Changed some sphinx syntax that was throwing
warnings.

Refs PYTHON-304
2012-01-17 15:41:30 +00:00
behackett
c0def3fe15 2.1.1 release notes. 2012-01-04 14:25:45 -08:00
Ross Lawley
0f1c37f9d7 Reverted copy, it was provided by community 2012-01-03 11:10:23 -08:00
Ross Lawley
5ec9d1019b Documentation updates 2012-01-03 11:10:23 -08:00
Bernie Hackett
e50844b273 Documentation fixes for read_preference. 2011-12-23 16:17:05 -08:00
behackett
12fa9a7fed Add Ross Lawley to contributors. 2011-12-20 10:58:56 -08:00
Bernie Hackett
63234cb2a2 Add a bunch of people to the contributors list.
This is long overdue. I tried to add people in
roughly chronological order of pull requests.
If you should be on this list and you're not send
a pull request adding yourself.
2011-12-18 15:38:44 -08:00
Bernie Hackett
f3d8b86a26 Minor doc updates. 2011-12-17 18:29:59 -08:00
behackett
bab8f9eb2c Minor doc fixes. 2011-12-06 17:51:28 -08:00
behackett
6b0f7db050 Updated replica set examples doc. 2011-12-06 17:06:05 -08:00
behackett
a3a6bf3905 Initial crack at changelog for 2.1. 2011-12-06 11:15:30 -08:00
behackett
b0f2a50339 Add Jesse to contributors. 2011-11-22 11:34:10 -05:00
behackett
d06713c77f Deprecate slave_okay in favor of read_preference.
Read preference now defaults to PRIMARY. This same
change is coming to all the 10gen drivers.
2011-11-01 18:55:20 -07:00
behackett
c145ed051d Improvements to ReplicaSetConnection PYTHON-196
- Support connecting to a replica set with no primary.
- Set read_preference at any driver level including per-query.
- Read preference SECONDARY only uses the primary as a last resort.
- SECONDARY_ONLY will never use the primary.
- During failover reader connections are not interrupted.
- refesh() method to refresh the host list and pools.
2011-10-28 17:01:00 -07:00