<feed xmlns='http://www.w3.org/2005/Atom'>
<title>django.git/tests/regressiontests/servers/tests.py, branch main</title>
<subtitle>django
</subtitle>
<id>http://cgit.adnoto.dev/django.git/atom?h=main</id>
<link rel='self' href='http://cgit.adnoto.dev/django.git/atom?h=main'/>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/'/>
<updated>2013-02-26T13:36:57Z</updated>
<entry>
<title>Merged regressiontests and modeltests into the test root.</title>
<updated>2013-02-26T13:36:57Z</updated>
<author>
<name>Florian Apolloner</name>
<email>florian@apolloner.eu</email>
</author>
<published>2013-02-26T08:53:47Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=89f40e36246100df6a11316c31a76712ebc6c501'/>
<id>urn:sha1:89f40e36246100df6a11316c31a76712ebc6c501</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fixed #19903 -- Fixed unbalanced setUp/tearDown calls in LiveServerAddress test</title>
<updated>2013-02-25T07:58:11Z</updated>
<author>
<name>Claude Paroz</name>
<email>claude@2xlibre.net</email>
</author>
<published>2013-02-25T07:56:30Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=6d52bcbb7cb962e4874a8e7a3d1d8ee77233cd19'/>
<id>urn:sha1:6d52bcbb7cb962e4874a8e7a3d1d8ee77233cd19</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fixed #19357 -- Allow non-ASCII chars in filesystem paths</title>
<updated>2012-12-08T10:13:52Z</updated>
<author>
<name>Claude Paroz</name>
<email>claude@2xlibre.net</email>
</author>
<published>2012-12-08T10:13:52Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=c91667338a4e774e2819ccf4da852dc7b759bc19'/>
<id>urn:sha1:c91667338a4e774e2819ccf4da852dc7b759bc19</id>
<content type='text'>
Thanks kujiu for the report and Aymeric Augustin for the review.
</content>
</entry>
<entry>
<title>Removed custom WSGIRequestHandler.get_environ</title>
<updated>2012-10-20T11:55:13Z</updated>
<author>
<name>Claude Paroz</name>
<email>claude@2xlibre.net</email>
</author>
<published>2012-10-20T10:34:50Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=681550ca6d5ff3e591a769643e37fd0b50f29c91'/>
<id>urn:sha1:681550ca6d5ff3e591a769643e37fd0b50f29c91</id>
<content type='text'>
We probably historically customized it for good reasons, but
currently, the differences with upstream Python are not
significant any longer.
Also fixes #19075 for which a test has been added.
</content>
</entry>
<entry>
<title>[py3] Fix some more encoding issues in tests</title>
<updated>2012-08-15T15:41:38Z</updated>
<author>
<name>Claude Paroz</name>
<email>claude@2xlibre.net</email>
</author>
<published>2012-08-15T15:41:09Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=a9facb455f6f0d5a2d3d594832cecccbee323d6b'/>
<id>urn:sha1:a9facb455f6f0d5a2d3d594832cecccbee323d6b</id>
<content type='text'>
</content>
</entry>
<entry>
<title>[py3] Updated urllib/urllib2/urlparse imports.</title>
<updated>2012-07-22T07:29:55Z</updated>
<author>
<name>Aymeric Augustin</name>
<email>aymeric.augustin@m4x.org</email>
</author>
<published>2012-07-20T13:36:52Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=0d914d08a0d7b5a1521f498a8047971fe6cd61e7'/>
<id>urn:sha1:0d914d08a0d7b5a1521f498a8047971fe6cd61e7</id>
<content type='text'>
Lots of functions were moved. Use explicit imports in all cases
to keey it easy to identify where the functions come from.
</content>
</entry>
<entry>
<title>Fixed #18326 -- Stripped ending chars in LiveServerViews tests.</title>
<updated>2012-05-17T09:10:48Z</updated>
<author>
<name>Claude Paroz</name>
<email>claude@2xlibre.net</email>
</author>
<published>2012-05-17T09:05:38Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=006c2b8fc166e53d4ffccda9c42ef9fc109e1c8d'/>
<id>urn:sha1:006c2b8fc166e53d4ffccda9c42ef9fc109e1c8d</id>
<content type='text'>
Ending chars might be different depending on git crlf setting.
Thanks Michael Manfre for the report and the patch.
</content>
</entry>
<entry>
<title>Replaced deprecated TestCase methods. Refs #17049.</title>
<updated>2012-05-03T14:39:16Z</updated>
<author>
<name>Claude Paroz</name>
<email>claude@2xlibre.net</email>
</author>
<published>2012-05-03T14:39:16Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=b52672d77822e88752cb178c8a359adde83ff0ba'/>
<id>urn:sha1:b52672d77822e88752cb178c8a359adde83ff0ba</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fixed #18013 -- Use the new 'as' syntax for exceptions.</title>
<updated>2012-04-29T18:57:15Z</updated>
<author>
<name>Claude Paroz</name>
<email>claude@2xlibre.net</email>
</author>
<published>2012-04-28T16:09:37Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=3904b74a3f2f92fefe1d39281ed683c52f2fef03'/>
<id>urn:sha1:3904b74a3f2f92fefe1d39281ed683c52f2fef03</id>
<content type='text'>
Thanks Clueless for the initial patch.
Note that unittest has been purposely left out (external package only used by Python 2.6).
</content>
</entry>
<entry>
<title>Fixed #18035 -- Removed deprecated AdminMediaHandler, as per official deprecation timeline. Thanks Jannis Leidel and Ramiro Morales for the review.</title>
<updated>2012-04-08T21:13:32Z</updated>
<author>
<name>Claude Paroz</name>
<email>claude@2xlibre.net</email>
</author>
<published>2012-04-08T21:13:32Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=5c53e30607014163872e89c221b206992a9acfef'/>
<id>urn:sha1:5c53e30607014163872e89c221b206992a9acfef</id>
<content type='text'>
git-svn-id: http://code.djangoproject.com/svn/django/trunk@17879 bcc190cf-cafb-0310-a4f2-bffc1f526a37
</content>
</entry>
</feed>
