<feed xmlns='http://www.w3.org/2005/Atom'>
<title>django.git/django/utils/simplejson, branch 4.2.29</title>
<subtitle>django
</subtitle>
<id>http://cgit.adnoto.dev/django.git/atom?h=4.2.29</id>
<link rel='self' href='http://cgit.adnoto.dev/django.git/atom?h=4.2.29'/>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/'/>
<updated>2012-04-29T17:58:00Z</updated>
<entry>
<title>Fixed #18023 -- Removed bundled simplejson.</title>
<updated>2012-04-29T17:58:00Z</updated>
<author>
<name>Aymeric Augustin</name>
<email>aymeric.augustin@m4x.org</email>
</author>
<published>2012-04-29T17:58:00Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=cec6bd5a59547dc97fe98975c570fc27a1e970be'/>
<id>urn:sha1:cec6bd5a59547dc97fe98975c570fc27a1e970be</id>
<content type='text'>
And started the deprecation path for django.utils.simplejson.

Thanks Alex Ogier, Clueless, and other contributors for their
work on the patch.
</content>
</entry>
<entry>
<title>Fixed #18022 -- Fixed import of standalone Python 'json' module.</title>
<updated>2012-04-01T21:11:46Z</updated>
<author>
<name>Ramiro Morales</name>
<email>cramm0@gmail.com</email>
</author>
<published>2012-04-01T21:11:46Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=cac5d9fd80b3bba0ca3059c8ad106799f54863ea'/>
<id>urn:sha1:cac5d9fd80b3bba0ca3059c8ad106799f54863ea</id>
<content type='text'>
Thanks Clueless for the report and initial patch.

Refs #17071, r17018.

git-svn-id: http://code.djangoproject.com/svn/django/trunk@17865 bcc190cf-cafb-0310-a4f2-bffc1f526a37
</content>
</entry>
<entry>
<title>Fixed #17071 -- Made sure we report the right version of system-level {simple,}json module.</title>
<updated>2011-10-20T17:21:10Z</updated>
<author>
<name>Ramiro Morales</name>
<email>cramm0@gmail.com</email>
</author>
<published>2011-10-20T17:21:10Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=b3b904994209bf568620def764e6a8e51de9ecb0'/>
<id>urn:sha1:b3b904994209bf568620def764e6a8e51de9ecb0</id>
<content type='text'>
git-svn-id: http://code.djangoproject.com/svn/django/trunk@17018 bcc190cf-cafb-0310-a4f2-bffc1f526a37
</content>
</entry>
<entry>
<title>Fixed #10006 -- Avoid inadvertently using third-party "json" module.</title>
<updated>2009-02-27T05:14:11Z</updated>
<author>
<name>Malcolm Tredinnick</name>
<email>malcolm.tredinnick@gmail.com</email>
</author>
<published>2009-02-27T05:14:11Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=e20f09c2d047d782b4b471b2e8cf4a910b338db6'/>
<id>urn:sha1:e20f09c2d047d782b4b471b2e8cf4a910b338db6</id>
<content type='text'>
In r9707 we added a preference to use Python's standard json module (Python 2.6
and beyond). However, there is also a third-party module called json that was
being picked up by accident if it was installed. It isn't API compatible, so
bad things happened. This change avoids that problem.

Patch from markmuetz.

git-svn-id: http://code.djangoproject.com/svn/django/trunk@9910 bcc190cf-cafb-0310-a4f2-bffc1f526a37
</content>
</entry>
<entry>
<title>Upgraded included simplejson to 2.0.7.</title>
<updated>2009-01-06T05:13:02Z</updated>
<author>
<name>Malcolm Tredinnick</name>
<email>malcolm.tredinnick@gmail.com</email>
</author>
<published>2009-01-06T05:13:02Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=a9c2f033cdbef3e53f6d48bb5aadb89ed761e579'/>
<id>urn:sha1:a9c2f033cdbef3e53f6d48bb5aadb89ed761e579</id>
<content type='text'>
Also changed importing logic to prefer a system-installed version of
simplejson (unless it's an earlier version that does not contian the C
speedups), then the json module from Python 2.6, then the version
shipped with Django.

Fixed #9266.

git-svn-id: http://code.djangoproject.com/svn/django/trunk@9707 bcc190cf-cafb-0310-a4f2-bffc1f526a37
</content>
</entry>
<entry>
<title>Fixed #7131 -- Updated included simplejson code to match the simplejson-1.9.2</title>
<updated>2008-07-27T23:38:28Z</updated>
<author>
<name>Malcolm Tredinnick</name>
<email>malcolm.tredinnick@gmail.com</email>
</author>
<published>2008-07-27T23:38:28Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=d57ce3d6a9e4533e1814cbf39194e99b91b30f4e'/>
<id>urn:sha1:d57ce3d6a9e4533e1814cbf39194e99b91b30f4e</id>
<content type='text'>
release. This should be fully backwards-compatible for people using the public
interfaces.


git-svn-id: http://code.djangoproject.com/svn/django/trunk@8124 bcc190cf-cafb-0310-a4f2-bffc1f526a37
</content>
</entry>
<entry>
<title>Fixed #3320: upgraded django.utils.simplejson to simplejson version 1.5. Thanks, Lawrence Oluyede.</title>
<updated>2007-01-30T22:34:15Z</updated>
<author>
<name>Jacob Kaplan-Moss</name>
<email>jacob@jacobian.org</email>
</author>
<published>2007-01-30T22:34:15Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=695302ce9214405e166ef559bdd8abb5fceaa020'/>
<id>urn:sha1:695302ce9214405e166ef559bdd8abb5fceaa020</id>
<content type='text'>
git-svn-id: http://code.djangoproject.com/svn/django/trunk@4454 bcc190cf-cafb-0310-a4f2-bffc1f526a37
</content>
</entry>
<entry>
<title>Fixed #2677 -- Removed the need to import sre and hence avoid a</title>
<updated>2006-09-24T11:44:04Z</updated>
<author>
<name>Malcolm Tredinnick</name>
<email>malcolm.tredinnick@gmail.com</email>
</author>
<published>2006-09-24T11:44:04Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=b05e5501a455a86e577e70617ca0f376041568c9'/>
<id>urn:sha1:b05e5501a455a86e577e70617ca0f376041568c9</id>
<content type='text'>
DeprecationWarning. Thanks, Tom Tobin.


git-svn-id: http://code.djangoproject.com/svn/django/trunk@3814 bcc190cf-cafb-0310-a4f2-bffc1f526a37
</content>
</entry>
<entry>
<title>Added Bob Ippolito's simplejson (http://undefined.org/python/#simplejson) as {{{django.auth.simplejson}}}.  This is version 1.3 of simplejson.  Thanks to Bob for his code and his permission to include it.</title>
<updated>2006-06-28T20:59:49Z</updated>
<author>
<name>Jacob Kaplan-Moss</name>
<email>jacob@jacobian.org</email>
</author>
<published>2006-06-28T20:59:49Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=f44e7acb17738cb222a0d8390eac480488241d15'/>
<id>urn:sha1:f44e7acb17738cb222a0d8390eac480488241d15</id>
<content type='text'>
git-svn-id: http://code.djangoproject.com/svn/django/trunk@3232 bcc190cf-cafb-0310-a4f2-bffc1f526a37
</content>
</entry>
</feed>
