<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/simplejson.git/simplejson, branch python3-doc-updates</title>
<subtitle>github.com: simplejson/simplejson.git
</subtitle>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/simplejson.git/'/>
<entry>
<title>Prep for v3.16.1 and add JSON lines example</title>
<updated>2018-09-06T21:49:59+00:00</updated>
<author>
<name>Bob Ippolito</name>
<email>bob@redivi.com</email>
</author>
<published>2018-09-06T18:48:37+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/simplejson.git/commit/?id=26524a0d907dda3fee69055026922876b309f8f3'/>
<id>26524a0d907dda3fee69055026922876b309f8f3</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Update CHANGES for v3.16.0</title>
<updated>2018-06-28T21:08:44+00:00</updated>
<author>
<name>Bob Ippolito</name>
<email>bob@redivi.com</email>
</author>
<published>2018-06-28T21:08:44+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/simplejson.git/commit/?id=543b4232813d3be2231124d27f7ae9b95be1beb6'/>
<id>543b4232813d3be2231124d27f7ae9b95be1beb6</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>fix indentation</title>
<updated>2018-06-27T06:11:50+00:00</updated>
<author>
<name>Benjamin Peterson</name>
<email>benjamin@python.org</email>
</author>
<published>2018-06-27T06:11:50+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/simplejson.git/commit/?id=48d4f134f971c4cb7a67804a5aa8402e81298057'/>
<id>48d4f134f971c4cb7a67804a5aa8402e81298057</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>add test</title>
<updated>2018-06-26T23:46:53+00:00</updated>
<author>
<name>Benjamin Peterson</name>
<email>benjamin@python.org</email>
</author>
<published>2018-06-26T23:30:31+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/simplejson.git/commit/?id=1f4d59c479a0d9bb26a977d2b3fd3c5631c71aa8'/>
<id>1f4d59c479a0d9bb26a977d2b3fd3c5631c71aa8</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>On Python 2, decode empty strings as str not unicode.</title>
<updated>2018-06-26T22:49:55+00:00</updated>
<author>
<name>Benjamin Peterson</name>
<email>benjamin@python.org</email>
</author>
<published>2018-06-26T22:49:55+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/simplejson.git/commit/?id=fad6c2b09cb4e9c352ed4c4cc55a2259a97a02be'/>
<id>fad6c2b09cb4e9c352ed4c4cc55a2259a97a02be</id>
<content type='text'>
In general on Python 2, simplejson decodes ASCII strings as str, only promoting
to unicode when needed:

&gt;&gt;&gt; simplejson.loads('["Spaetzle", "Spätzle"]')
['Spaetzle', u'Sp\xe4tzle']

Since 83a493db6a8b859ec7b10fa85365dd3fdf144c68, though, simplejson has always
decoded empty JSON strings as unicode:

&gt;&gt;&gt; simplejson.loads('""')
u''

This PR restores the old behavior of decoding empty strings as str.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
In general on Python 2, simplejson decodes ASCII strings as str, only promoting
to unicode when needed:

&gt;&gt;&gt; simplejson.loads('["Spaetzle", "Spätzle"]')
['Spaetzle', u'Sp\xe4tzle']

Since 83a493db6a8b859ec7b10fa85365dd3fdf144c68, though, simplejson has always
decoded empty JSON strings as unicode:

&gt;&gt;&gt; simplejson.loads('""')
u''

This PR restores the old behavior of decoding empty strings as str.
</pre>
</div>
</content>
</entry>
<entry>
<title>v3.15.0</title>
<updated>2018-05-12T17:55:14+00:00</updated>
<author>
<name>Bob Ippolito</name>
<email>bob@redivi.com</email>
</author>
<published>2018-05-12T17:55:14+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/simplejson.git/commit/?id=67d48f67e601bd644f8de975c3287015e4258be2'/>
<id>67d48f67e601bd644f8de975c3287015e4258be2</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'master' into speedups-cleanup</title>
<updated>2018-04-25T18:02:22+00:00</updated>
<author>
<name>Bob Ippolito</name>
<email>bob@redivi.com</email>
</author>
<published>2018-04-25T18:02:22+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/simplejson.git/commit/?id=1bd31cb46b088ed0b3c12f3c6bc4d725c755a1e5'/>
<id>1bd31cb46b088ed0b3c12f3c6bc4d725c755a1e5</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'master' into str-decode</title>
<updated>2018-04-25T16:42:03+00:00</updated>
<author>
<name>Bob Ippolito</name>
<email>bob@redivi.com</email>
</author>
<published>2018-04-25T16:42:03+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/simplejson.git/commit/?id=f35e2e2d6aca34c4b9ce2e3d61568fc6d09a6b9d'/>
<id>f35e2e2d6aca34c4b9ce2e3d61568fc6d09a6b9d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'master' into speedups-cleanup</title>
<updated>2018-04-25T16:42:00+00:00</updated>
<author>
<name>Bob Ippolito</name>
<email>bob@redivi.com</email>
</author>
<published>2018-04-25T16:42:00+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/simplejson.git/commit/?id=a0b9681c7fb2cf16ac49dcd80c4b3d7d79c665c4'/>
<id>a0b9681c7fb2cf16ac49dcd80c4b3d7d79c665c4</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Clean up the C code.</title>
<updated>2018-04-25T16:37:59+00:00</updated>
<author>
<name>Serhiy Storchaka</name>
<email>storchaka@gmail.com</email>
</author>
<published>2018-04-25T15:48:00+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/simplejson.git/commit/?id=ef1bcb820515464f3701c74a7b3dda2fa3b1d1e8'/>
<id>ef1bcb820515464f3701c74a7b3dda2fa3b1d1e8</id>
<content type='text'>
* Define less version-specific macros.
* Remove redundant version checks and code inside version-specific code.
* Always check `PyUnicode_READY()` for external unicode objects.
* Use `PyUnicode_Join()`.
* Use `PyUnicode_FromOrdinal()`.
* All Python string constants are now allocated only once.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Define less version-specific macros.
* Remove redundant version checks and code inside version-specific code.
* Always check `PyUnicode_READY()` for external unicode objects.
* Use `PyUnicode_Join()`.
* Use `PyUnicode_FromOrdinal()`.
* All Python string constants are now allocated only once.
</pre>
</div>
</content>
</entry>
</feed>
