Commit Graph

64 Commits

Author SHA1 Message Date
Mike Dirolf
cd329b20e1 version -> + 2010-08-13 11:12:18 -04:00
Mike Dirolf
c3808a65e7 BUMP 1.8.1 - see changelog for details 2010-08-13 10:47:34 -04:00
Mike Dirolf
263a5abe45 version -> + 2010-08-05 10:19:48 -04:00
Mike Dirolf
a3a8cf2d79 BUMP 1.8 - see changelog for details 2010-08-05 10:04:37 -04:00
Mike Dirolf
399df090cc version -> + 2010-06-17 15:25:57 -04:00
Mike Dirolf
2bb4d67c12 BUMP 1.7 - see changelog for details 2010-06-17 12:46:33 -04:00
Mike Dirolf
fdba7b4f6b don't attempt to build C ext on big endian PYTHON-128 2010-06-04 15:52:51 -04:00
Mike Dirolf
434927cb7c copy version over so that we stop loading cbson when doing 'python setup.py test' 2010-05-10 17:28:44 -04:00
Mike Dirolf
808414f224 switch to using y2038 project for handling time stuff 2010-05-10 16:13:04 -04:00
Mike Dirolf
54be5db873 removing all support for mongo-qa tests
allows us to remove SON.from_xml
  - not deprecating this as it was used internally only AFAIK

therefore eliminates driver dependency on elementtree
2010-01-05 14:20:12 -05:00
Mike Dirolf
6176981d30 add setup.py doc --test to run doctests 2009-12-09 16:40:15 -05: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
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
4e2dde1746 minor: refactor C time helpers out to a new file 2009-12-01 11:37:12 -05:00
Mike Dirolf
6c59c626ee minor: just import version 2009-11-16 23:08:05 -08:00
Mike Dirolf
eee5b5ba7f use Sphinx for 'setup.py doc' 2009-11-12 16:47:08 -05:00
Mike Dirolf
7a58c56308 minor: oops 2009-09-16 11:30:31 -04:00
Mike Dirolf
9f0a7b6487 BUMP 0.16 support encoding uuid.UUID instances, fix for explain with limits, removing some deprecated functionality 2009-09-16 11:29:25 -04:00
Mike Dirolf
db1eb3c56d fix some things that broke Python 2.3 support since last I tried it 2009-06-18 14:55:54 -04:00
Mike Dirolf
76e00a06ff update extension building to hopefully detect more types of failed builds 2009-06-03 12:07:31 -04:00
Mike Dirolf
fa9082209e update description 2009-05-13 00:09:51 -04:00
Mike Dirolf
322a13d81d move version from setup.py to pymongo.version 2009-05-12 15:12:48 -04:00
Mike Dirolf
43213deb51 suppport --no_ext command line option to not build c extension at all 2009-05-08 17:12:04 -04:00
Mike Dirolf
f9b871ff27 BUMP 0.9.6 mostly some fixes to the c extension to work around reloading issues that came up in SW production 2009-05-08 15:15:34 -04:00
Mike Dirolf
a5ba101751 bump version again - fix for some issues people have had w/ old versions of setuptools 2009-04-15 14:55:09 -04:00
Mike Dirolf
595381956e do use_setuptools no matter what. this is to avoid the ambiguous error message some have gotten trying to install the egg with an old setuptools 2009-04-15 14:52:48 -04:00
Mike Dirolf
2b66d6135f remove whole doc directory instead of just subdir. this way we don't upload all doc versions every time... 2009-04-15 10:52:13 -04:00
Mike Dirolf
934f6a12ae bumping version: last_status method and bugfixes 2009-04-15 10:45:28 -04:00
Mike Dirolf
96caf793a3 clean out docs for version before generating new ones 2009-04-14 16:32:36 -04:00
Mike Dirolf
12449c65f4 add target for setup.py to generate versioned docs: python setup.py doc 2009-04-14 16:28:21 -04:00
Mike Dirolf
ea83fd981e minor: change author email to the user group address 2009-04-13 15:06:11 -04:00
Mike Dirolf
8bf2ad3d39 bumping version - no timeout for regular ops 2009-04-03 09:33:44 -04:00
Mike Dirolf
ac7e4bccfa bump version - very minor additions 2009-03-26 12:01:37 -04:00
Mike Dirolf
5e8dedfc38 bump version - fix for dbref perf. regression 2009-03-18 14:00:05 -04:00
Mike Dirolf
9f3ad7f0d4 bumping version: faster decoding, master-slave support, use code_w_scope, new-style dbrefs, auto-ref 2009-03-17 13:37:52 -04:00
Mike Dirolf
838bf02481 bumping version - faster encoding, some fixes to keep up w/ mongod changes 2009-02-27 10:31:18 -05:00
Mike Dirolf
68546ffc4e change status classifier 2009-02-20 15:12:10 -05:00
Mike Dirolf
691a1a1fb6 note in README about 2.3 support. bump version (adding support for 2.3) 2009-02-20 15:07:50 -05:00
Mike Dirolf
7bbb4a5133 python 2.3 support
mostly not using unittest.assertTrue and assertFalse.
also not using decorator syntax, and some missing built-ins (sorted, etc.)
2009-02-20 14:35:21 -05:00
Mike Dirolf
75fb46a732 bumping version w/ support for Python 2.4 2009-02-20 11:08:43 -05:00
Mike Dirolf
9415161e83 update README to add support for 2.4. only require elementtree if version is < 2.5 2009-02-20 11:07:27 -05:00
Mike Dirolf
f167101a3e changes to support python 2.4 2009-02-20 10:38:17 -05:00
Mike Dirolf
0f6a6591e2 bumping version - fix for importing etree 2009-02-20 09:27:35 -05:00
Mike Dirolf
4362fafd24 bumping version. added connection pooling and a fix to fail on insert instead of query when using non utf-8 strings 2009-02-17 11:39:33 -05:00
Mike Dirolf
2323e04c25 bumping in preparation for tomorrow's release 2009-02-10 18:12:26 -05:00
Mike Dirolf
749fd7fd1c bumping - fallover to python correctly if c extension doesn't build 2009-02-09 17:43:41 -05:00
Mike Dirolf
4f66ac7f08 don't fail if the C extension fails to build 2009-02-09 16:56:59 -05:00
Mike Dirolf
0c9c4e7252 bumping 2009-02-06 16:09:31 -05:00
Mike Dirolf
c9b7f2e40f add MANIFEST file to include additional files in source distribution (this only happens automatically for svn and cvs). only use ez_setup if necessary. bump version 2009-02-06 10:00:34 -05:00
Mike Dirolf
c220a6031b bumping version 2009-02-05 17:18:40 -05:00