<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/cpython-git.git/Lib/json, branch master</title>
<subtitle>github.com: python/cpython.git
</subtitle>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/'/>
<entry>
<title>bpo-39828: Fix json.tool to catch BrokenPipeError (GH-18779)</title>
<updated>2020-03-10T07:41:44+00:00</updated>
<author>
<name>Dong-hee Na</name>
<email>donghee.na92@gmail.com</email>
</author>
<published>2020-03-10T07:41:44+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=700cb587303461d5a96456c56902cfdd8ad50e2d'/>
<id>700cb587303461d5a96456c56902cfdd8ad50e2d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>bpo-39377: json: Remove the encoding option. (GH-18075)</title>
<updated>2020-01-20T04:54:00+00:00</updated>
<author>
<name>Inada Naoki</name>
<email>songofacandy@gmail.com</email>
</author>
<published>2020-01-20T04:54:00+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=5492bfcefec67b016e8239c0e9135bc2f03e3058'/>
<id>5492bfcefec67b016e8239c0e9135bc2f03e3058</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>bpo-29636: json.tool: Add document for indentation options. (GH-17482)</title>
<updated>2019-12-07T14:14:40+00:00</updated>
<author>
<name>Daniel Himmelstein</name>
<email>daniel.himmelstein@gmail.com</email>
</author>
<published>2019-12-07T14:14:40+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=15fb7fa88187f5841088721a43609bffe64a8dc7'/>
<id>15fb7fa88187f5841088721a43609bffe64a8dc7</id>
<content type='text'>
And updated test to use subprocess.run</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
And updated test to use subprocess.run</pre>
</div>
</content>
</entry>
<entry>
<title>bpo-27413: json.tool: Add --no-ensure-ascii option. (GH-17472)</title>
<updated>2019-12-06T06:44:01+00:00</updated>
<author>
<name>wim glenn</name>
<email>hey@wimglenn.com</email>
</author>
<published>2019-12-06T06:44:01+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=efefe25443c56988841ab96cdac01352123ba268'/>
<id>efefe25443c56988841ab96cdac01352123ba268</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>bpo-33684: json.tool: Use utf-8 for infile and outfile. (GH-17460)</title>
<updated>2019-12-04T09:39:31+00:00</updated>
<author>
<name>Inada Naoki</name>
<email>songofacandy@gmail.com</email>
</author>
<published>2019-12-04T09:39:31+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=808769f3a4cbdc47cf1a5708dd61b1787bb192d4'/>
<id>808769f3a4cbdc47cf1a5708dd61b1787bb192d4</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>bpo-29636: Add --(no-)indent arguments to json.tool (GH-345)</title>
<updated>2019-12-04T06:15:19+00:00</updated>
<author>
<name>Daniel Himmelstein</name>
<email>daniel.himmelstein@gmail.com</email>
</author>
<published>2019-12-04T06:15:19+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=03257949bc02a4afdf2ea1eb07a73f8128129579'/>
<id>03257949bc02a4afdf2ea1eb07a73f8128129579</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>json.tool: use stdin and stdout in default cmdlne arguments (GH-11992)</title>
<updated>2019-05-14T16:52:42+00:00</updated>
<author>
<name>Hervé Beraud</name>
<email>herveberaud.pro@gmail.com</email>
</author>
<published>2019-05-14T16:52:42+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=4d45a3b1107977baba9dce868e80d1d95bce4085'/>
<id>4d45a3b1107977baba9dce868e80d1d95bce4085</id>
<content type='text'>
Argparse can handle default value as stdin and stdout for parameters
as file type (infile, outfile).</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Argparse can handle default value as stdin and stdout for parameters
as file type (infile, outfile).</pre>
</div>
</content>
</entry>
<entry>
<title>bpo-36793: Remove unneeded __str__ definitions. (GH-13081)</title>
<updated>2019-05-06T19:29:40+00:00</updated>
<author>
<name>Serhiy Storchaka</name>
<email>storchaka@gmail.com</email>
</author>
<published>2019-05-06T19:29:40+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=96aeaec64738b730c719562125070a52ed570210'/>
<id>96aeaec64738b730c719562125070a52ed570210</id>
<content type='text'>
Classes that define __str__ the same as __repr__ can
just inherit it from object.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Classes that define __str__ the same as __repr__ can
just inherit it from object.</pre>
</div>
</content>
</entry>
<entry>
<title>bpo-33461: emit DeprecationWarning when json.loads(encoding=...) is used (GH-6762)</title>
<updated>2019-04-09T07:17:25+00:00</updated>
<author>
<name>Matthias Bussonnier</name>
<email>bussonniermatthias@gmail.com</email>
</author>
<published>2019-04-09T07:17:25+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=a8abe097c1165db25b429ca02a65c4f8acbc062b'/>
<id>a8abe097c1165db25b429ca02a65c4f8acbc062b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>bpo-31553: add --json-lines option to json.tool (#10051)</title>
<updated>2018-11-07T10:09:32+00:00</updated>
<author>
<name>HongWeipeng</name>
<email>961365124@qq.com</email>
</author>
<published>2018-11-07T10:09:32+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=f19447994983902aa88362d8fffe645f1ea2f2aa'/>
<id>f19447994983902aa88362d8fffe645f1ea2f2aa</id>
<content type='text'>
* add jsonlines option to json.tool

* code review

* fix:avoid read infile after it close

* improve doc in whatsnew 3.8
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* add jsonlines option to json.tool

* code review

* fix:avoid read infile after it close

* improve doc in whatsnew 3.8
</pre>
</div>
</content>
</entry>
</feed>
