| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Ready for release.release-1.54 | Sean Reifschneider | 2014-09-21 | 2 | -4/+12 |
| | | |||||
| * | MemcachedKeyCharacterError better describes error | Sean Reifschneider | 2014-09-21 | 2 | -1/+4 |
| | | |||||
| * | Merge pull request #47 from msabramo/pep8 | Sean Reifschneider | 2014-06-09 | 3 | -52/+62 |
| |\ | | | | | pep8 cleanup | ||||
| | * | pep8: H201 no 'except:' at least use 'except Exception:' | Marc Abramowitz | 2014-06-09 | 1 | -1/+1 |
| | | | |||||
| | * | pep8: E227 missing whitespace around bitwise or shift operator | Marc Abramowitz | 2014-06-09 | 1 | -1/+1 |
| | | | |||||
| | * | pep8: F402 import 'pickle' from line 52 shadowed by loop variable | Marc Abramowitz | 2014-06-09 | 1 | -1/+0 |
| | | | |||||
| | * | pep8: H405 multi line docstring summary not separated with an empty line | Marc Abramowitz | 2014-06-09 | 1 | -4/+13 |
| | | | |||||
| | * | pep8: E711 comparison to None should be 'if cond is None:' | Marc Abramowitz | 2014-06-09 | 1 | -4/+4 |
| | | | |||||
| | * | pep8: E265 block comment should start with '# ' | Marc Abramowitz | 2014-06-09 | 2 | -14/+14 |
| | | | |||||
| | * | Clean up long lines for pep8 | Marc Abramowitz | 2014-06-09 | 2 | -23/+24 |
| | | | |||||
| | * | Sort imports for pep8 | Marc Abramowitz | 2014-06-09 | 2 | -5/+6 |
| |/ | |||||
| * | Merge branch 'cabrera-py33_fixes' | Sean Reifschneider | 2014-06-07 | 7 | -324/+425 |
| |\ | |||||
| | * | Resolving conflicts from cabrera-py33_fixes. | Sean Reifschneider | 2014-06-07 | 7 | -324/+425 |
| |/ | |||||
| * | Merge pull request #43 from alex/finish-py3k | Sean Reifschneider | 2014-05-11 | 6 | -3/+17 |
| |\ | | | | | Complete the Python3 work! | ||||
| | * | Build wheels as well | Alex Gaynor | 2014-05-10 | 1 | -1/+1 |
| | | | |||||
| | * | Complete the Python3 work! | Alex Gaynor | 2014-05-10 | 5 | -2/+16 |
| |/ | |||||
| * | Merge pull request #42 from alex/iterkeys | Sean Reifschneider | 2014-05-10 | 1 | -5/+5 |
| |\ | | | | | Removed usage of iterkeys for python3 | ||||
| | * | Removed usage of iterkeys for python3 | Alex Gaynor | 2014-05-10 | 1 | -5/+5 |
| | | | |||||
| * | | Included Python3 changes from Dustin Oprea | Sean Reifschneider | 2014-05-10 | 1 | -5/+19 |
| |/ | | | | From #38. | ||||
| * | Merge pull request #41 from alex/stringio-py3k | Sean Reifschneider | 2014-05-10 | 1 | -7/+4 |
| |\ | | | | | Use io.BytesIO() in favor of StringIO to be python3 friendly | ||||
| | * | Use io.BytesIO() in favor of StringIO to be python3 friendly | Alex Gaynor | 2014-05-10 | 1 | -7/+4 |
| | | | |||||
| * | | Fixing connection-dead subscript issue. | Sean Reifschneider | 2014-05-10 | 1 | -1/+1 |
| | | | | | | | | | From Dustin Oprea, part of #38. | ||||
| * | | Doc fix from Dustin Oprea (part of #38). | Sean Reifschneider | 2014-05-10 | 1 | -1/+1 |
| |/ | |||||
| * | Merge pull request #40 from alex/print-stmt-py3k | Sean Reifschneider | 2014-05-10 | 2 | -63/+85 |
| |\ | | | | | Converted print statements to use the Python3 compatible form | ||||
| | * | Merge branch 'master' into print-stmt-py3k | Alex Gaynor | 2014-05-10 | 4 | -7/+40 |
| | |\ | |/ |/| | |||||
| * | | Merge branch 'cabrera-tox_support' | Sean Reifschneider | 2014-05-10 | 4 | -7/+40 |
| |\ \ | |||||
| | * \ | Merge branch 'tox_support' of https://github.com/cabrera/python-memcached ↵ | Sean Reifschneider | 2014-05-10 | 4 | -7/+40 |
| | |\ \ |/ / / | | | | | | | | | | | | | | | | | | | into cabrera-tox_support Conflicts: README.md tests/test_setmulti.py | ||||
| | * | | feat(tox): add support for testing with tox | Alejandro Cabrera | 2014-01-15 | 5 | -9/+40 |
| | | | | | | | | | | | | | | | | | | | | | | | | | This adds notes in the README and a tox.ini file for use with the tox test manager. This helps greatly towards migrating python-memcached towards python 3.3+ compatibility. | ||||
| | | * | Converted print statements to use the Python3 compatible form | Alex Gaynor | 2014-05-10 | 2 | -63/+85 |
| | |/ |/| | |||||
| * | | Merge pull request #39 from alex/patch-1 | Sean Reifschneider | 2014-05-10 | 1 | -20/+20 |
| |\ \ | | | | | | | Made the "except" syntax py3 friendly. | ||||
| | * | | Made the "except" syntax py3 friendly. | Alex Gaynor | 2014-05-10 | 1 | -20/+20 |
| |/ / | | | | | Note that this makes the minimum supported version be 2.6 | ||||
| * | | Re-flowing README. | Sean Reifschneider | 2014-03-25 | 1 | -6/+6 |
| | | | |||||
| * | | Wrapping the unit-test main in if __name__. | Sean Reifschneider | 2014-03-25 | 1 | -0/+3 |
| | | | | | | | | | a Please enter the commit message for your changes. Lines starting | ||||
| * | | Merge pull request #33 from msabramo/travis | Sean Reifschneider | 2014-03-25 | 3 | -2/+11 |
| |\ \ | | | | | | | Add support for Travis CI | ||||
| | * | | README.md: Add Travis CI build badge | Marc Abramowitz | 2014-03-25 | 1 | -0/+3 |
| | | | | |||||
| | * | | Add .travis.yml for Travis CI | Marc Abramowitz | 2014-03-25 | 1 | -0/+8 |
| | | | | |||||
| | * | | tests/test_setmulti.py: Remove `unittest.main()` | Marc Abramowitz | 2014-03-25 | 1 | -2/+0 |
| |/ / | |||||
| * | | Adding Changelog for touch() | Sean Reifschneider | 2014-02-08 | 2 | -1/+3 |
| | | | |||||
| * | | Merge pull request #28 from erankor/master | Sean Reifschneider | 2014-02-08 | 1 | -6/+22 |
| |\ \ | | | | | | | add support for touch command | ||||
| | * | | add support for touch command | eran.kornblau | 2014-01-28 | 1 | -6/+22 |
| | |/ | |||||
| * | | Changelog entry for zewt patch. | Sean Reifschneider | 2014-02-08 | 1 | -0/+2 |
| | | | |||||
| * | | Merge pull request #29 from zewt/allow-empty-server-list | Sean Reifschneider | 2014-02-08 | 1 | -0/+3 |
| |\ \ | |/ |/| | Allow specifying an empty server list. | ||||
| | * | Allow specifying an empty server list. | Glenn Maynard | 2014-02-06 | 1 | -0/+3 |
| |/ | | | | | | | | | | | | | | | | | | If the server list is empty, behave the same as if all servers are down. This allows clients to not care whether memcache is actually in use: mc = memcache.Client(get_my_memcache_servers()) mc.get('cache') If you're not using memcache at all, get_my_memcache_servers() just returns [], and the client code doesn't need to know the difference. Previously, it would fail: >>> mc = memcache.Client([]) >>> mc.get('x') File "memcache.py", line 353, in _get_server server = self.buckets[serverhash % len(self.buckets)] ZeroDivisionError: integer division or modulo by zero | ||||
| * | Changing unknown flags on GET to raise ValueError. | Sean Reifschneider | 2013-08-25 | 2 | -0/+4 |
| | | |||||
| * | Adding new .gitignore entries. | Sean Reifschneider | 2013-08-19 | 1 | -0/+2 |
| | | |||||
| * | Reverting an accidental key-space change. | Sean Reifschneider | 2013-08-19 | 1 | -1/+1 |
| | | |||||
| * | Alowing SERVER_MAX* to be set after import. | Sean Reifschneider | 2013-08-12 | 2 | -3/+9 |
| | | |||||
| * | For 1.53 release.release-1.53 | Sean Reifschneider | 2013-06-07 | 2 | -1/+5 |
| | | |||||
| * | Marking connection dead in readline(). | Sean Reifschneider | 2013-06-03 | 2 | -9/+15 |
| | | | | | Also fixing a docstring test. | ||||
| * | Fixing AttributeError raised during set_multi. | Sean Reifschneider | 2013-06-02 | 2 | -5/+11 |
| | | |||||
