<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/cpython-git.git/Lib/dbm, branch refactor-lambda-parameters</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-36232: Improve error message on dbm.open() when the db doesn't exist (GH-12060)</title>
<updated>2019-04-29T23:23:28+00:00</updated>
<author>
<name>Marco Rougeth</name>
<email>marco@rougeth.com</email>
</author>
<published>2019-04-29T23:23:28+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=81c5a905951aaf46f292eb459c32649c0b74ef61'/>
<id>81c5a905951aaf46f292eb459c32649c0b74ef61</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 code which checked presence of os.{stat,lstat,chmod} (#11643)</title>
<updated>2019-02-25T22:32:27+00:00</updated>
<author>
<name>Anthony Sottile</name>
<email>asottile@umich.edu</email>
</author>
<published>2019-02-25T22:32:27+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=8377cd4fcd0d51d86834c9b0518d29aac3b49e18'/>
<id>8377cd4fcd0d51d86834c9b0518d29aac3b49e18</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>bpo-33106: change dbm key deletion error for readonly file from KeyError to dbm.error (#6295)</title>
<updated>2018-12-12T12:46:55+00:00</updated>
<author>
<name>Xiang Zhang</name>
<email>angwerzx@126.com</email>
</author>
<published>2018-12-12T12:46:55+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=4fb0b8bc25c52aae8dcb4353e69c1c88999a9a53'/>
<id>4fb0b8bc25c52aae8dcb4353e69c1c88999a9a53</id>
<content type='text'>

</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>

</pre>
</div>
</content>
</entry>
<entry>
<title>bpo-32749: Make dbm.dumb databases more cosistent with other dbm databases. (#5497)</title>
<updated>2018-02-05T20:47:31+00:00</updated>
<author>
<name>Serhiy Storchaka</name>
<email>storchaka@gmail.com</email>
</author>
<published>2018-02-05T20:47:31+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=6c85efa5a66d7b254aa22a39d47f36c040d7a04e'/>
<id>6c85efa5a66d7b254aa22a39d47f36c040d7a04e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>bpo-30144: Import collections ABC from collections.abc rather than collections. (#1263)</title>
<updated>2017-04-24T06:05:00+00:00</updated>
<author>
<name>Serhiy Storchaka</name>
<email>storchaka@gmail.com</email>
</author>
<published>2017-04-24T06:05:00+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=2e576f5aec1f8f23f07001e2eb3db9276851a4fc'/>
<id>2e576f5aec1f8f23f07001e2eb3db9276851a4fc</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Issue #28847: A deprecation warning is now emitted if the index file is missed</title>
<updated>2016-12-07T09:11:12+00:00</updated>
<author>
<name>Serhiy Storchaka</name>
<email>storchaka@gmail.com</email>
</author>
<published>2016-12-07T09:11:12+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=4fc7942118f017c214534d29b18f2f844e68c8cf'/>
<id>4fc7942118f017c214534d29b18f2f844e68c8cf</id>
<content type='text'>
and recreated in the 'r' and 'w' modes (will be an error in future Python
releases).
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
and recreated in the 'r' and 'w' modes (will be an error in future Python
releases).
</pre>
</div>
</content>
</entry>
<entry>
<title>Issue #28847: dbm.dumb now supports reading read-only files and no longer</title>
<updated>2016-12-07T09:00:06+00:00</updated>
<author>
<name>Serhiy Storchaka</name>
<email>storchaka@gmail.com</email>
</author>
<published>2016-12-07T09:00:06+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=520348e5c0284668738e0ba98b86e7d1a5fd8600'/>
<id>520348e5c0284668738e0ba98b86e7d1a5fd8600</id>
<content type='text'>
writes the index file when it is not changed.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
writes the index file when it is not changed.
</pre>
</div>
</content>
</entry>
<entry>
<title>Issue #28847: dbm.dumb now supports reading read-only files and no longer</title>
<updated>2016-12-07T08:56:39+00:00</updated>
<author>
<name>Serhiy Storchaka</name>
<email>storchaka@gmail.com</email>
</author>
<published>2016-12-07T08:56:39+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=028ace1ccbabd40f6491b0337054a341be47a39d'/>
<id>028ace1ccbabd40f6491b0337054a341be47a39d</id>
<content type='text'>
writes the index file when it is not changed.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
writes the index file when it is not changed.
</pre>
</div>
</content>
</entry>
<entry>
<title>Issue #21708: Deprecated dbm.dumb behavior that differs from common dbm</title>
<updated>2016-07-06T09:21:58+00:00</updated>
<author>
<name>Serhiy Storchaka</name>
<email>storchaka@gmail.com</email>
</author>
<published>2016-07-06T09:21:58+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=0122ae9ac83afcad234aac80f77f90afabe342ea'/>
<id>0122ae9ac83afcad234aac80f77f90afabe342ea</id>
<content type='text'>
behavior: creating a database in 'r' and 'w' modes and modifying a database
in 'r' mode.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
behavior: creating a database in 'r' and 'w' modes and modifying a database
in 'r' mode.
</pre>
</div>
</content>
</entry>
<entry>
<title>Issue #23865: close() methods in multiple modules now are idempotent and more</title>
<updated>2015-04-10T10:29:28+00:00</updated>
<author>
<name>Serhiy Storchaka</name>
<email>storchaka@gmail.com</email>
</author>
<published>2015-04-10T10:29:28+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=2116b12da59f77358cc539b90f58a3cdea43c2fd'/>
<id>2116b12da59f77358cc539b90f58a3cdea43c2fd</id>
<content type='text'>
robust at shutdown. If needs to release multiple resources, they are released
even if errors are occured.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
robust at shutdown. If needs to release multiple resources, they are released
even if errors are occured.
</pre>
</div>
</content>
</entry>
</feed>
