Commit Graph

137 Commits

Author SHA1 Message Date
Bernie Hackett
33d0c702a5 Version -> + 2014-08-14 09:46:29 -07:00
Bernie Hackett
0d4a2ef28a BUMP 2.7.2 2014-07-29 14:36:57 -07:00
behackett
6fbb4c5307 Version -> + 2014-06-06 14:47:41 -07:00
Bernie Hackett
e959aad948 BUMP 2.7.1 2014-05-23 14:45:12 -07:00
Bernie Hackett
7d55d77072 Version -> + 2014-04-29 11:40:26 -07:00
Bernie Hackett
a7575fa14f BUMP 2.7 2014-04-03 11:29:31 -07:00
Bernie Hackett
47b85186e7 Claim support for python 3.4 2014-03-19 13:15:25 -07:00
Bernie Hackett
f1637f1ebf Work around Xcode 5.1 build issues PYTHON-654
This patch attempts to work around the unrecognized
cflag errors raised by clang 3.4 - shipped with Xcode 5.1.
2014-03-13 16:06:12 -07:00
A. Jesse Jiryu Davis
1341fe565b Version -> + 2014-03-12 14:42:35 -04:00
Bernie Hackett
26960c8436 BUMP 2.7rc1 2014-03-11 18:12:18 -07:00
Bernie Hackett
2655341699 Update install docs. 2014-02-17 12:30:44 -08:00
Bernie Hackett
29db2e94d8 Don't use setuptools Feature PYTHON-639
Feature has been removed from setuptools. This change
also updates ez_setup.py to install setuptools 1.4.2,
the final version that supports python 2.4 and 2.5.
2014-02-16 06:43:37 -08:00
Bernie Hackett
566473ae43 Version -> + 2014-02-16 06:13:58 -08:00
Bernie Hackett
196e79a465 BUMP 2.7rc0 2014-02-14 13:11:49 -08:00
dongweiming
f23dfb9461 Modify setup.py some achieve 2014-02-02 07:30:01 -05:00
A. Jesse Jiryu Davis
2fa1750b07 Update copyright notices and company name. 2014-01-31 09:36:46 -05:00
behackett
e0863c91e8 Switch back to setuptools from distribute.
Distibute is no longer developed or supported and
the merged setuptools project fixes a number of
Windows packaging bugs.
2013-08-27 13:31:21 -07:00
behackett
d85de62f61 Version -> + 2013-08-20 16:53:56 -07:00
behackett
5d8f19310f BUMP 2.6 2013-08-19 12:24:58 -07:00
behackett
ba8f71cf50 Version -> + 2013-05-13 15:51:05 -07:00
behackett
a9d14571b8 BUMP 2.5.1 2013-05-13 13:56:28 -07:00
Bernie Hackett
fa87691572 Version -> + 2013-03-22 19:25:16 -07:00
behackett
57e05f24e1 BUMP 2.5 2013-03-22 12:49:15 -07:00
Ross Lawley
48046b2efd SSL certificate verification PYTHON-466 2013-02-19 15:45:57 +00:00
behackett
c7541b2fe5 Version -> + 2013-01-24 16:05:23 -08:00
behackett
5333d4b733 BUMP 2.4.2 2013-01-23 16:47:41 -08:00
behackett
0b1a58d84d Version -> + 2012-12-06 15:27:47 -08:00
behackett
2d4761a2cc BUMP 2.4.1 2012-12-06 10:19:55 -08:00
behackett
cd2800138b Version -> + 2012-11-28 11:02:31 -08:00
behackett
3e96570e66 BUMP 2.4 2012-11-27 14:02:56 -08:00
behackett
733fafec84 Note Python 3.3 support. 2012-10-02 16:21:26 -07:00
behackett
cb3623d24b Version -> + 2012-08-29 12:32:58 -07:00
behackett
c2bb04ba5a BUMP 2.3 2012-08-29 11:03:20 -07:00
behackett
880ba2741a Version -> + 2012-08-17 15:48:41 -07:00
behackett
d239f98586 BUMP 2.3rc1 2012-08-17 14:32:11 -07:00
behackett
72770fa5df Better build failure hints PYTHON-393 2012-08-16 13:51:37 -07:00
behackett
8521083b9f Version -> + 2012-07-10 11:37:20 -07:00
behackett
7e24efb517 BUMP 2.2.1 2012-07-06 12:57:28 -07:00
behackett
5f8765a0d7 Update trove classifiers for various python3 lists
PyPi specifically needs "Programming Language :: Python :: 3"
(not 3.1 or 3.2) to add pymongo to the "Python 3 Packages" list.
2012-05-01 15:35:51 -07:00
behackett
55d8e1163f Version -> + 2012-05-01 15:31:19 -07:00
behackett
ddf523d8ec BUMP 2.2 2012-04-30 13:36:35 -07:00
behackett
f9a358c10a Version -> + 2012-04-23 16:11:09 -07:00
behackett
2afb2bf304 BUMP 2.2rc1 2012-04-23 14:08:30 -07:00
Bernie Hackett
b927d645b6 Updated build/install/release docs. 2012-04-22 00:38:12 -07:00
behackett
79d66f327e Fix testing issue. 2012-03-29 13:54:18 -07:00
behackett
96b133cb0c Python 3 setup.py changes PYTHON-84
1. Switch from setuptools to distribute
2. Make setup.py PY3 compatible.
3. Use 2to3 for PY3 builds.
4. Make "test" and "nosetests" work in PY3
5. Only write setup.cfg when needed.
6. git ignore setup.cfg.

Traditional setuptools does not support PY3.
2012-03-28 19:10:54 -07:00
Dan Crosta
393acc781e require nose for running test suite 2011-10-24 18:20:12 -04:00
behackett
7e2a05db87 Add a version_tuple attribute
Credit for the idea goes to Jonas Haag.
2011-09-29 09:45:40 -07:00
behackett
527b530b82 Don't try to build C extensions for PyPy/Jython.
PyPy-1.6 doesn't support Py_EnterRecursiveCall and
Py_LeaveRecursiveCall so _cmessage won't work. Jython
and PyPy-1.5 just don't support C extensions.
2011-09-19 17:02:25 -07:00
behackett
b29418ff79 vresion -> + 2011-08-30 19:37:18 -07:00