<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/natsort.git/setup.cfg, branch develop</title>
<subtitle>github.com: SethMMorton/natsort.git
</subtitle>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/natsort.git/'/>
<entry>
<title>Added tests for natsort_keygen.</title>
<updated>2016-05-04T03:16:18+00:00</updated>
<author>
<name>Seth M Morton</name>
<email>seth.m.morton@gmail.com</email>
</author>
<published>2016-05-04T03:16:18+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/natsort.git/commit/?id=9c1fdfe799380545e4091238c601da0299fc4383'/>
<id>9c1fdfe799380545e4091238c601da0299fc4383</id>
<content type='text'>
These tests are not entirely thorough, but they demonstrate the
function well enough.  The rest of the testing is good.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
These tests are not entirely thorough, but they demonstrate the
function well enough.  The rest of the testing is good.
</pre>
</div>
</content>
</entry>
<entry>
<title>Consolidated test PEP8 exceptions.</title>
<updated>2016-05-03T08:16:04+00:00</updated>
<author>
<name>Seth M Morton</name>
<email>seth.m.morton@gmail.com</email>
</author>
<published>2016-05-03T08:16:04+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/natsort.git/commit/?id=711f1020a929a8e91a1f1f3ff2f58d4e0e6dc532'/>
<id>711f1020a929a8e91a1f1f3ff2f58d4e0e6dc532</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Split tests into many more files.</title>
<updated>2016-05-03T08:03:42+00:00</updated>
<author>
<name>Seth M Morton</name>
<email>seth.m.morton@gmail.com</email>
</author>
<published>2016-05-03T08:03:42+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/natsort.git/commit/?id=693683d7def174abbcde8d72c6e202d4143ade02'/>
<id>693683d7def174abbcde8d72c6e202d4143ade02</id>
<content type='text'>
The testing files were getting too long, so they have been split
into more targeted files. This will make further development less
daunting.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The testing files were getting too long, so they have been split
into more targeted files. This will make further development less
daunting.
</pre>
</div>
</content>
</entry>
<entry>
<title>Solved some testing errors.</title>
<updated>2016-05-01T20:34:14+00:00</updated>
<author>
<name>Seth M Morton</name>
<email>seth.m.morton@gmail.com</email>
</author>
<published>2016-05-01T20:34:14+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/natsort.git/commit/?id=707866c768a464d28a9a2242e63618e1289ec60b'/>
<id>707866c768a464d28a9a2242e63618e1289ec60b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Moved all non-testing compat functions to compat folder.</title>
<updated>2015-06-25T06:02:54+00:00</updated>
<author>
<name>Seth M Morton</name>
<email>seth.m.morton@gmail.com</email>
</author>
<published>2015-06-25T06:02:54+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/natsort.git/commit/?id=5c8de308107fe33b76bd8f4840ce8a773c8fd0f0'/>
<id>5c8de308107fe33b76bd8f4840ce8a773c8fd0f0</id>
<content type='text'>
This makes the boilerplate at the top of the main natsort files simply
import based, and all the try: excepts and if: else statements are
in the files contained in the compat folder.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This makes the boilerplate at the top of the main natsort files simply
import based, and all the try: excepts and if: else statements are
in the files contained in the compat folder.
</pre>
</div>
</content>
</entry>
<entry>
<title>Consolidated compat functions in testing.</title>
<updated>2015-06-25T05:35:01+00:00</updated>
<author>
<name>Seth M Morton</name>
<email>seth.m.morton@gmail.com</email>
</author>
<published>2015-06-25T05:35:01+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/natsort.git/commit/?id=d8aca1dd56638b2bfff0b70232c6801cf8b4b471'/>
<id>d8aca1dd56638b2bfff0b70232c6801cf8b4b471</id>
<content type='text'>
All the try: excepts: and if: else: statements in the testing code
that is related to handling different python versions or different
installed modules has been relegated to a compat folder that provide an
easy and uniform interface.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
All the try: excepts: and if: else: statements in the testing code
that is related to handling different python versions or different
installed modules has been relegated to a compat folder that provide an
easy and uniform interface.
</pre>
</div>
</content>
</entry>
<entry>
<title>pep8 ignores</title>
<updated>2015-06-22T05:20:31+00:00</updated>
<author>
<name>Derrick Petzold</name>
<email>github@bzero.io</email>
</author>
<published>2015-06-21T23:39:11+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/natsort.git/commit/?id=706ce31c8d9607c7f7dd865a6944e09459ad1a45'/>
<id>706ce31c8d9607c7f7dd865a6944e09459ad1a45</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Python 2.6 compatibility for the tests</title>
<updated>2015-06-22T04:52:46+00:00</updated>
<author>
<name>Derrick Petzold</name>
<email>github@bzero.io</email>
</author>
<published>2015-06-20T23:29:36+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/natsort.git/commit/?id=cbe4a80515a9d82fe10076cace6ff6e86d515241'/>
<id>cbe4a80515a9d82fe10076cace6ff6e86d515241</id>
<content type='text'>
- Moved compatibility support to compat module.
- Skip hypothesis tests if using Python 2.6.
- Skip locale tests for de_DE on platforms that do not support it.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- Moved compatibility support to compat module.
- Skip hypothesis tests if using Python 2.6.
- Skip locale tests for de_DE on platforms that do not support it.
</pre>
</div>
</content>
</entry>
<entry>
<title>Added flake8 section.</title>
<updated>2015-06-21T23:20:48+00:00</updated>
<author>
<name>Derrick Petzold</name>
<email>github@bzero.io</email>
</author>
<published>2015-06-01T00:49:24+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/natsort.git/commit/?id=5e21f45e0ef8813e60bd9d26b133a808fada456f'/>
<id>5e21f45e0ef8813e60bd9d26b133a808fada456f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fixed many PEP8 and Python3 violations.</title>
<updated>2015-03-27T02:35:11+00:00</updated>
<author>
<name>Seth M Morton</name>
<email>seth.m.morton@gmail.com</email>
</author>
<published>2015-03-27T02:35:11+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/natsort.git/commit/?id=589c24a82230ab22cdfe475118fcddc56f9b1f3f'/>
<id>589c24a82230ab22cdfe475118fcddc56f9b1f3f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
