Commit Graph

846 Commits

Author SHA1 Message Date
Mike Dirolf
afab7f6dc3 BUMP 1.3 see changelog 2009-12-16 11:29:10 -05:00
Mike Dirolf
e7a6ed98a7 adding Connection.disconnect() PYTHON-79 2009-12-16 10:48:13 -05:00
Mike Dirolf
67f4500553 minor: was caching a little too aggressively 2009-12-15 17:11:21 -05:00
Mike Dirolf
99f08e541e DEPRECATING method style access for several methods:
Connection.host() and port(), Database.connection() and name(),
and Collection.database(), name() and full_name(). Use attribute/property
style access for all of these instead now.
2009-12-15 17:04:24 -05:00
Mike Dirolf
d7bfcff824 completely deprecate Cursor.__len__ because of Django madness 2009-12-15 16:19:15 -05:00
Mike Dirolf
3660ecaa40 DEPRECATE group as eval. change default to group as command 2009-12-14 17:40:07 -05:00
Mike Dirolf
1765c427e1 minor: TODO 2009-12-10 17:00:10 -05:00
Mike Dirolf
7551766745 version -> + 2009-12-10 16:07:47 -05:00
Mike Dirolf
18bb4bacc2 BUMP 1.2.1 (minor) see changelog 2009-12-10 15:52:28 -05:00
Mike Dirolf
fb53f85fe8 allow unicode for ObjectId init. raise InvalidId (instead of TypeError) for non-hex on init. 2009-12-10 15:45:14 -05:00
Mike Dirolf
05bb1f2d3f minor: fix doctest 2009-12-09 18:51:29 -05:00
Mike Dirolf
01bdd63824 move (and fix) custom_type example to new doc format 2009-12-09 18:50:19 -05:00
Mike Dirolf
ef487a0348 minor: removing quick_tour and simple_demo, which have both been supplanted by the tutorial 2009-12-09 17:39:05 -05:00
Mike Dirolf
2938636b1f move gridfs demo to new doc system and flesh out 2009-12-09 17:20:40 -05:00
Mike Dirolf
9fd0ac4155 use doctest to test a bunch of docstrings - most importantly the tutorial and M/R example 2009-12-09 16:40:25 -05:00
Mike Dirolf
6176981d30 add setup.py doc --test to run doctests 2009-12-09 16:40:15 -05:00
Mike Dirolf
0e096d153d minor: doc 2009-12-09 14:56:00 -05:00
Mike Dirolf
db819e1e0d minor: examples index names only 2009-12-09 14:52:05 -05:00
Mike Dirolf
f16f0345d1 minor: move about section down 2009-12-09 14:50:49 -05:00
Mike Dirolf
9c66af4d3f minor: don't show full contents tree - those links are all there anyway 2009-12-09 14:49:36 -05:00
Mike Dirolf
13b61192d1 minor: add full changelog and add version changed / added information for all changes since 1.0 2009-12-09 14:39:58 -05:00
Mike Dirolf
17d1d0091e minor: doc: add Ming and c5t to tools page 2009-12-09 13:24:51 -05:00
Mike Dirolf
d591d9e410 minor: change version to 1.2+ 2009-12-09 12:03:41 -05:00
Mike Dirolf
18bbe73da2 BUMP 1.2 see changelog in docs 2009-12-09 11:53:01 -05:00
Mike Dirolf
e4d36aea11 add support for datetime and regex in json_util PYTHON-76 2009-12-09 11:08:16 -05:00
Mike Dirolf
1202e1bc62 minor: doc 2009-12-09 10:43:44 -05:00
Mike Dirolf
075b0ba5ef minor: include all .h files in pymongo dir in manifest 2009-12-08 11:18:15 -05:00
Gregg Lind
a734f9baa7 better compatibility with bdist_rpm 2009-12-09 00:16:05 +08:00
Gregg Lind
0d19574d32 added Gregg Lind to contributors list 2009-12-08 05:58:10 +08:00
Gregg Lind
c0bf4bfa77 setup.py will work with elementtree or xml.etree.ElementTree
SON.py can use either elementree or xml.etree.ElementTree, but setup.py was only checking for xml.etree.
2009-12-08 05:58:10 +08:00
Mike Dirolf
28b9df9410 allow oplog. as a collection name 2009-12-04 15:37:38 -05:00
Mike Dirolf
e0ae571b8f minor: move some general utilities out to helpers.py 2009-12-04 10:57:55 -05:00
Mike Dirolf
a1c00f2b43 minor: these constants make more sense in grid_file.py 2009-12-04 10:41:22 -05:00
Mike Dirolf
143e649aca DEPRECATING ObjectId.url_encode and ObjectId.url_decode - use str() and ObjectId(), respectively. Also completely removing the ObjectId legacy stuff as I don't think anybody is using this. Improve ObjectId docs 2009-12-04 10:14:39 -05:00
Mike Dirolf
e70c6951a2 minor: doc fixes and tweaks for ObjectId 2009-12-03 17:47:25 -05:00
Mike Dirolf
b35cec3db5 add generation_time property to ObjectId instances 2009-12-03 17:12:38 -05:00
Mike Dirolf
a05b15925e minor: doc: clean up docs for main pymongo module 2009-12-03 16:49:02 -05:00
Mike Dirolf
d7005d4cce minor: commenting out test that is too dependent on timing 2009-12-03 10:41:07 -05:00
Mike Dirolf
f360566114 minor: make sure insert is finished before moving on to the next test 2009-12-01 17:24:31 -05:00
Mike Dirolf
c2acc083ce minor: no safe strcat for mingw32 2009-12-01 16:49:19 -05:00
Mike Dirolf
05f570d3b6 minor: oops 2009-12-01 16:47:41 -05:00
Mike Dirolf
45e1eea391 minor: fix for mingw32 / Python 2.5 on windows 2009-12-01 16:46:01 -05:00
Mike Dirolf
944451f9c0 minor: windows machine needs larger timeout 2009-12-01 13:43:31 -05:00
Mike Dirolf
9871699cb0 minor: oops. fix ifdef 2009-12-01 13:42:40 -05:00
Mike Dirolf
7a8d2d2930 minor: doc 2009-12-01 13:30:54 -05:00
Mike Dirolf
03b7b818ed minor: decrease timeout so test is less likely to be subject to timing issues 2009-12-01 13:29:43 -05:00
Mike Dirolf
e1927afdf2 allow any utf-8 string rather than just ascii. using unicode is still preferred because we don't have to check it at all 2009-12-01 13:27:44 -05:00
Mike Dirolf
9f18a4e8df minor: oops wrong nesting for ifdefs 2009-12-01 11:49:28 -05:00
Mike Dirolf
862c0a6c7c minor: implicit cast warning 2009-12-01 11:49:03 -05:00
Mike Dirolf
4e2dde1746 minor: refactor C time helpers out to a new file 2009-12-01 11:37:12 -05:00