<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/cpython-git.git/Lib/csv.py, branch misc-acks-comment</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-27497: Add return value to csv.DictWriter.writeheader (GH-12306)</title>
<updated>2019-05-10T01:50:11+00:00</updated>
<author>
<name>Rémi Lapeyre</name>
<email>remi.lapeyre@henki.fr</email>
</author>
<published>2019-05-10T01:50:11+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=fce5ff1e18b522cf52379934a6560583d840e7f9'/>
<id>fce5ff1e18b522cf52379934a6560583d840e7f9</id>
<content type='text'>
csv.DictWriter.writeheader() now returns the return value of the
underlying csv.Writer.writerow() method.

Patch contributed by Ashish Nitin Patil.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
csv.DictWriter.writeheader() now returns the return value of the
underlying csv.Writer.writerow() method.

Patch contributed by Ashish Nitin Patil.</pre>
</div>
</content>
</entry>
<entry>
<title>bpo-34003: Use dict instead of OrderedDict in csv.DictReader (GH-8014)</title>
<updated>2019-01-31T08:47:53+00:00</updated>
<author>
<name>Michael Selik</name>
<email>mike@selik.org</email>
</author>
<published>2019-01-31T08:47:53+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=9f3f0931cfc58498086d287226650599a97412bb'/>
<id>9f3f0931cfc58498086d287226650599a97412bb</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>bpo-30157: Fix csv.Sniffer.sniff() regex pattern. (GH-5601)</title>
<updated>2018-02-09T18:00:49+00:00</updated>
<author>
<name>Serhiy Storchaka</name>
<email>storchaka@gmail.com</email>
</author>
<published>2018-02-09T18:00:49+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=2411292ba8155327125d8a1da8a4c9fa003d5909'/>
<id>2411292ba8155327125d8a1da8a4c9fa003d5909</id>
<content type='text'>
Co-authored-by: Jake Davis &lt;jcdavis@awedge.net&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Co-authored-by: Jake Davis &lt;jcdavis@awedge.net&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Issue #29405: Make total calculation in _guess_delimiter more accurate.</title>
<updated>2017-02-06T02:50:09+00:00</updated>
<author>
<name>Xiang Zhang</name>
<email>angwerzx@126.com</email>
</author>
<published>2017-02-06T02:50:09+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=6aee6fbce8f3d7b8c8eae5d8f88fc2282698a6dc'/>
<id>6aee6fbce8f3d7b8c8eae5d8f88fc2282698a6dc</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Issue #18219: Optimize csv.DictWriter for large number of columns.</title>
<updated>2016-10-21T10:47:57+00:00</updated>
<author>
<name>INADA Naoki</name>
<email>songofacandy@gmail.com</email>
</author>
<published>2016-10-21T10:47:57+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=0a421a28f87f2a01566e443fc59203d0b7bcb3b8'/>
<id>0a421a28f87f2a01566e443fc59203d0b7bcb3b8</id>
<content type='text'>
Patch by Mariatta Wijaya.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Patch by Mariatta Wijaya.
</pre>
</div>
</content>
</entry>
<entry>
<title>#27364: fix "incorrect" uses of escape character in the stdlib.</title>
<updated>2016-09-08T17:59:53+00:00</updated>
<author>
<name>R David Murray</name>
<email>rdmurray@bitdance.com</email>
</author>
<published>2016-09-08T17:59:53+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=44b548dda872c0d4f30afd6b44fd74b053a55ad8'/>
<id>44b548dda872c0d4f30afd6b44fd74b053a55ad8</id>
<content type='text'>
And most of the tools.

Patch by Emanual Barry, reviewed by me, Serhiy Storchaka, and
Martin Panter.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
And most of the tools.

Patch by Emanual Barry, reviewed by me, Serhiy Storchaka, and
Martin Panter.
</pre>
</div>
</content>
</entry>
<entry>
<title>Issue #27842: The csv.DictReader now returns rows of type OrderedDict.</title>
<updated>2016-08-30T19:35:50+00:00</updated>
<author>
<name>Raymond Hettinger</name>
<email>python@rcn.com</email>
</author>
<published>2016-08-30T19:35:50+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=43ca4528873b8d0bc8c9e63b3871f4fe4286259c'/>
<id>43ca4528873b8d0bc8c9e63b3871f4fe4286259c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Issue #23883: Add missing APIs to __all__; patch by Jacek Kołodziej</title>
<updated>2015-11-14T12:46:42+00:00</updated>
<author>
<name>Martin Panter</name>
<email>vadmium+py@gmail.com</email>
</author>
<published>2015-11-14T12:46:42+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=19e69c5a2067fe6322ead88733ebbca77673010b'/>
<id>19e69c5a2067fe6322ead88733ebbca77673010b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Issue #23171: csv.Writer.writerow() now supports arbitrary iterables.</title>
<updated>2015-03-30T06:09:54+00:00</updated>
<author>
<name>Serhiy Storchaka</name>
<email>storchaka@gmail.com</email>
</author>
<published>2015-03-30T06:09:54+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=7901b48a1f89b9bfa9d111ae3725400b466a9baa'/>
<id>7901b48a1f89b9bfa9d111ae3725400b466a9baa</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Issue #14260: The groupindex attribute of regular expression pattern object</title>
<updated>2015-03-29T22:01:48+00:00</updated>
<author>
<name>Serhiy Storchaka</name>
<email>storchaka@gmail.com</email>
</author>
<published>2015-03-29T22:01:48+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=07360df481adeacfc2b7a1a7f89ae9a76e86b725'/>
<id>07360df481adeacfc2b7a1a7f89ae9a76e86b725</id>
<content type='text'>
now is non-modifiable mapping.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
now is non-modifiable mapping.
</pre>
</div>
</content>
</entry>
</feed>
