summaryrefslogtreecommitdiff
path: root/setup.py
Commit message (Collapse)AuthorAgeFilesLines
* Prep 0.7 release.0.7Tres Seaver2017-09-071-1/+1
|
* Use '.rst' for better github integration.Tres Seaver2017-09-071-2/+2
|
* Drop support for Python 3.3; add support for 3.6.Tres Seaver2017-09-071-1/+1
| | | | Closes #26.
* Get next version right.Tres Seaver2016-11-121-3/+4
| | | | | | Add explicit support for Python 3.4, 3.5 and PyPy3. Drop support for Python 2.6 and 3.2.
* -removed module version (__version__.py)Cosmin Basca2016-11-121-4/+1
|
* bumped version to 0.7.1Cosmin Basca2014-08-121-20/+23
| | | | | | | | | | in this commit: - test coverage for kwargs and args - methods that have unhashable types as arguments (in args or kwargs) are not cached via the decorator mechanisms, instead a warning is issued. (Warnings can be disabled, and perhaps later removed altoghether if decided so) - new __version__.py file where version is defined tests pass on my box, (py2.7 on mac os X)
* bumped version to 0.7Cosmin Basca2014-08-121-1/+1
|
* Note explicit support for Python 3.3.Tres Seaver2013-07-221-0/+1
|
* Ongoing development.Tres Seaver2012-07-121-1/+1
|
* Prep 0.6 release.0.6Tres Seaver2012-07-121-1/+1
|
* Drop support for Python 2.5.Tres Seaver2012-06-111-1/+0
| | | | Note support for PyPy, added earlier.
* Add 'setup.py docs' alias.Tres Seaver2012-06-111-0/+1
| | | | Installs 'Sphinx' and dependencies.
* Add 'setup.py dev' alias.Tres Seaver2012-06-111-1/+6
| | | | Runs ``develop`` plus installs 'nose' and 'coverage'.
* Prep 0.5 release.0.5Tres Seaver2012-03-241-1/+1
|
* add trove classifiers, bump to 0.5devChris McDonough2012-03-231-2/+9
|
* Changelog, note post-0.4 stuff.Tres Seaver2012-03-231-1/+1
|
* prep for 0.40.4Chris McDonough2011-09-041-1/+1
|
* prep for 0.4Chris McDonough2011-09-041-3/+1
|
* add py3 trove classifierChris McDonough2011-08-161-0/+1
|
* moved from svnChris McDonough2011-02-251-5/+6
|
* Prep for 0.3.Chris McDonough2009-06-161-1/+1
|
* Add a clear method; prep for 0.2.Chris McDonough2009-06-151-1/+1
|
* To dev.Chris McDonough2009-06-141-1/+1
|
* Break out the BFG lru cache implementation into a shareable package.Chris McDonough2009-06-141-0/+51