<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/python-memcached.git, branch release-1.56</title>
<subtitle>github.com: linsomniac/python-memcached.git
</subtitle>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/python-memcached.git/'/>
<entry>
<title>For 1.56 release.</title>
<updated>2015-07-26T20:48:29+00:00</updated>
<author>
<name>Sean Reifschneider</name>
<email>jafo@tummy.com</email>
</author>
<published>2015-07-26T20:48:29+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/python-memcached.git/commit/?id=d9c602ffb15c2619788d159a2fe0aeb1de282f85'/>
<id>d9c602ffb15c2619788d159a2fe0aeb1de282f85</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Updating version in memcache.py</title>
<updated>2015-07-26T20:47:56+00:00</updated>
<author>
<name>Sean Reifschneider</name>
<email>jafo@tummy.com</email>
</author>
<published>2015-07-26T20:47:56+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/python-memcached.git/commit/?id=d9d676344edcd8729b7084d7d16b29053b31f5f5'/>
<id>d9d676344edcd8729b7084d7d16b29053b31f5f5</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Updating changelog.</title>
<updated>2015-07-26T20:44:31+00:00</updated>
<author>
<name>Sean Reifschneider</name>
<email>jafo@tummy.com</email>
</author>
<published>2015-07-26T20:44:31+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/python-memcached.git/commit/?id=8a48945009ca3766731e87026ad269b259590438'/>
<id>8a48945009ca3766731e87026ad269b259590438</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #67 from haypo/py3</title>
<updated>2015-07-26T20:41:16+00:00</updated>
<author>
<name>Sean Reifschneider</name>
<email>jafo00@gmail.com</email>
</author>
<published>2015-07-26T20:41:16+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/python-memcached.git/commit/?id=7e353b8fa40506dae5c9c54aebffeef5e3811b81'/>
<id>7e353b8fa40506dae5c9c54aebffeef5e3811b81</id>
<content type='text'>
Port memcache to Python 3</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Port memcache to Python 3</pre>
</div>
</content>
</entry>
<entry>
<title>Port memcache to Python 3</title>
<updated>2015-04-23T14:14:09+00:00</updated>
<author>
<name>Victor Stinner</name>
<email>vstinner@redhat.com</email>
</author>
<published>2015-04-23T13:29:57+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/python-memcached.git/commit/?id=04f1c78c13bd54050b1d2d3baa9e86d9e79b3629'/>
<id>04f1c78c13bd54050b1d2d3baa9e86d9e79b3629</id>
<content type='text'>
* travis: make python 3 tests voting (cannot fail anymore)
* setup.py: add Python 3 classifiers
* Encode unicode key to UTF-8: add _encode_key() method
* Add _encode_cmd() helper method to format a memcache command as a byte
  string (bytes%args will only be supported in Python 3.5)
* Rewrite _map_and_prefix_keys() code converting keys
* _val_to_store_info() now accepts Unicode: Unicode is encoded to UTF-8
* _set('cas') doesn't call _val_to_store_info() anymore when it's not
  needed: begin by checking if the key is in the cas_ids dictionary
* Process server reply as bytes
* _recv_value() now clears the _FLAG_COMPRESSED flag after decompressing
  to simplify the code
* On Python 3, _recv_value() now decodes byte strings from UTF-8
* Simplify check_key(), _encode_key() now encodes Unicode to UTF-8
* Replace u'...' with six.u('...') in tests for Python 3.2
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* travis: make python 3 tests voting (cannot fail anymore)
* setup.py: add Python 3 classifiers
* Encode unicode key to UTF-8: add _encode_key() method
* Add _encode_cmd() helper method to format a memcache command as a byte
  string (bytes%args will only be supported in Python 3.5)
* Rewrite _map_and_prefix_keys() code converting keys
* _val_to_store_info() now accepts Unicode: Unicode is encoded to UTF-8
* _set('cas') doesn't call _val_to_store_info() anymore when it's not
  needed: begin by checking if the key is in the cas_ids dictionary
* Process server reply as bytes
* _recv_value() now clears the _FLAG_COMPRESSED flag after decompressing
  to simplify the code
* On Python 3, _recv_value() now decodes byte strings from UTF-8
* Simplify check_key(), _encode_key() now encodes Unicode to UTF-8
* Replace u'...' with six.u('...') in tests for Python 3.2
</pre>
</div>
</content>
</entry>
<entry>
<title>Adding Changelog entry.</title>
<updated>2015-03-19T16:45:43+00:00</updated>
<author>
<name>Sean Reifschneider</name>
<email>sean@realgo.com</email>
</author>
<published>2015-03-19T16:45:43+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/python-memcached.git/commit/?id=48e882719c7b95213bc0eae92f0ebc7c7fabd480'/>
<id>48e882719c7b95213bc0eae92f0ebc7c7fabd480</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #60 from jerith/split-out-tests</title>
<updated>2015-03-19T16:39:35+00:00</updated>
<author>
<name>Sean Reifschneider</name>
<email>jafo00@gmail.com</email>
</author>
<published>2015-03-19T16:39:35+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/python-memcached.git/commit/?id=bf294096c63d26a21eb9e2e2679ade226883d458'/>
<id>bf294096c63d26a21eb9e2e2679ade226883d458</id>
<content type='text'>
Better test structure</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Better test structure</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #59 from tylerdave/master</title>
<updated>2015-03-18T22:27:19+00:00</updated>
<author>
<name>Sean Reifschneider</name>
<email>jafo00@gmail.com</email>
</author>
<published>2015-03-18T22:27:19+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/python-memcached.git/commit/?id=70f24bb011fa8e0794e40dee116845c7d3a57846'/>
<id>70f24bb011fa8e0794e40dee116845c7d3a57846</id>
<content type='text'>
Updating comment to account for -I option</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Updating comment to account for -I option</pre>
</div>
</content>
</entry>
<entry>
<title>Allow 3.x builds to fail for now.</title>
<updated>2014-10-14T12:14:42+00:00</updated>
<author>
<name>Jeremy Thurgood</name>
<email>firxen@gmail.com</email>
</author>
<published>2014-10-14T12:14:42+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/python-memcached.git/commit/?id=3029f9395a4520e1b63afd0ae95c821e74d44467'/>
<id>3029f9395a4520e1b63afd0ae95c821e74d44467</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add memcached to Travis builds.</title>
<updated>2014-10-14T12:09:56+00:00</updated>
<author>
<name>Jeremy Thurgood</name>
<email>firxen@gmail.com</email>
</author>
<published>2014-10-14T12:09:56+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/python-memcached.git/commit/?id=8e955a61cb31c9abdd7d61772967bed197163da0'/>
<id>8e955a61cb31c9abdd7d61772967bed197163da0</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
