summaryrefslogtreecommitdiff
path: root/setup.py
Commit message (Expand)AuthorAgeFilesLines
* Introduce package metadata configuration by using setup.cfgHervé Beraud2019-02-211-43/+2
* Parse version directly from pymemcache/__init__.pyJon Parise2019-01-281-4/+13
* Update release notes for version 2.0.0Joe Gordon2018-09-121-1/+0
* Add official Python 3.7 supportJon Parise2018-08-311-0/+1
* Test against py35 and py36Joe Gordon2017-11-271-0/+2
* Exclude well-known non-code paths from flake8Jon Parise2017-05-051-1/+1
* Kill python 2.6kill-26Nicholas Charriere2017-02-221-1/+0
* Cleaning up classifiers1.3.0Charles Gordon2015-07-241-2/+1
* Use restructured text instead of markdown for READMEJohn Anderson2015-07-161-1/+1
* Merge branch 'master' of github.com:pinterest/pymemcache into add_hashing_clientJohn Anderson2015-07-161-1/+9
|\
| * Introduce ChangeLogJohn Anderson2015-07-161-1/+8
* | Remove dependency on clandestined and use pure python murmur3John Anderson2015-07-021-2/+5
* | Initial implementation of the hash clientJohn Anderson2015-06-201-1/+1
|/
* Merge branch 'flake8' of https://github.com/sontek/pymemcache into switch_to_...John Anderson2015-06-201-11/+11
|\
| * Flake8/pep8 the codeJohn Anderson2015-06-191-14/+13
* | Move to use pytest instead of noseJohn Anderson2015-06-191-3/+0
|/
* Adding test_suite to setup.py so that python setup.py test uses noseCharles Gordon2015-06-171-0/+1
* Fixing a typo in setup.py and adding .pypirc to .gitignoreCharles Gordon2015-04-151-1/+1
* Move nose to tests_requiresINADA Naoki2014-11-251-1/+1
* Adding the LICENSE.txt file to the distributionCharles Gordon2014-09-091-1/+1
* Move six from setup_requires to install_requiresSam Kimbrel2014-05-071-1/+2
* Port to Python 3.3Julien Danjou2014-03-101-1/+2
* Merge pull request #2 from dcrosta/include-READMEDave Dash2013-04-251-1/+3
|\
| * import __version__ from pymemcache/__init__.pyDan Crosta2013-04-251-1/+3
| * add MANIFEST.in to force README.md to be packaged in `setup.py sdist`Dan Crosta2013-04-251-1/+1
* | add trove classifiers to package metadataDan Crosta2013-04-251-0/+7
|/
* Increasing version to 1.0, adding various package stuffCharles Gordon2013-02-191-1/+3
* Fixing another edge case in the \r\n handlingCharles Gordon2013-02-081-1/+1
* Bumping the version againCharles Gordon2013-02-061-1/+1
* Increasing the version number to 0.7Charles Gordon2013-02-061-1/+1
* Increasing version for pypiCharles Gordon2013-01-291-1/+1
* Bumping to version 0.5 for pypiCharles Gordon2013-01-281-1/+1
* Fixing a lot of small bugs, adding set_many and delete_many, adding python-me...Charles Gordon2013-01-281-1/+1
* Adding license information and external linksCharles Gordon2012-10-311-0/+4
* Initial commit of all pymemcache filesCharles Gordon2012-10-191-0/+11