<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/cpython-git.git/Lib/_weakrefset.py, branch v3.8.9</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-36949: Implement __repr__ on WeakSet (GH-13415)</title>
<updated>2019-05-20T17:01:07+00:00</updated>
<author>
<name>Batuhan Taşkaya</name>
<email>47358913+isidentical@users.noreply.github.com</email>
</author>
<published>2019-05-20T17:01:07+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=5ae1c84bcd13b766989fc3f1e1c851e7bd4c1faa'/>
<id>5ae1c84bcd13b766989fc3f1e1c851e7bd4c1faa</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>bpo-30296 Remove unnecessary tuples, lists, sets, and dicts (#1489)</title>
<updated>2017-05-18T14:35:54+00:00</updated>
<author>
<name>Jon Dufresne</name>
<email>jon.dufresne@gmail.com</email>
</author>
<published>2017-05-18T14:35:54+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=3972628de3d569c88451a2a176a1c94d8822b8a6'/>
<id>3972628de3d569c88451a2a176a1c94d8822b8a6</id>
<content type='text'>
* Replaced list(&lt;generator expression&gt;) with list comprehension
* Replaced dict(&lt;generator expression&gt;) with dict comprehension
* Replaced set(&lt;list literal&gt;) with set literal
* Replaced builtin func(&lt;list comprehension&gt;) with func(&lt;generator
  expression&gt;) when supported (e.g. any(), all(), tuple(), min(), &amp;
  max())</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Replaced list(&lt;generator expression&gt;) with list comprehension
* Replaced dict(&lt;generator expression&gt;) with dict comprehension
* Replaced set(&lt;list literal&gt;) with set literal
* Replaced builtin func(&lt;list comprehension&gt;) with func(&lt;generator
  expression&gt;) when supported (e.g. any(), all(), tuple(), min(), &amp;
  max())</pre>
</div>
</content>
</entry>
<entry>
<title>bpo-29762: More use "raise from None". (#569)</title>
<updated>2017-04-05T06:37:24+00:00</updated>
<author>
<name>Serhiy Storchaka</name>
<email>storchaka@gmail.com</email>
</author>
<published>2017-04-05T06:37:24+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=5affd23e6f42125998724787025080a24839266e'/>
<id>5affd23e6f42125998724787025080a24839266e</id>
<content type='text'>
This hides unwanted implementation details from tracebacks.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This hides unwanted implementation details from tracebacks.</pre>
</div>
</content>
</entry>
<entry>
<title>Issue #20006: Fix sporadic failures in test_weakset.</title>
<updated>2013-12-17T23:28:36+00:00</updated>
<author>
<name>Antoine Pitrou</name>
<email>solipsis@pitrou.net</email>
</author>
<published>2013-12-17T23:28:36+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=320b39158ebfd63f25eb5f10dd65792334445eda'/>
<id>320b39158ebfd63f25eb5f10dd65792334445eda</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Issue #14195: Make WeakSet.__lt__ and WeakSet.__gt__ irreflexive.</title>
<updated>2012-03-05T04:15:38+00:00</updated>
<author>
<name>Meador Inge</name>
<email>meadori@gmail.com</email>
</author>
<published>2012-03-05T04:15:38+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=653f932eff642065061f36693d59e10507523a6f'/>
<id>653f932eff642065061f36693d59e10507523a6f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix some set algebra methods of WeakSet objects.</title>
<updated>2012-03-04T19:47:05+00:00</updated>
<author>
<name>Antoine Pitrou</name>
<email>solipsis@pitrou.net</email>
</author>
<published>2012-03-04T19:47:05+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=9c47ac05d13971d1e6ee2d74afad8d1b57e5b2ac'/>
<id>9c47ac05d13971d1e6ee2d74afad8d1b57e5b2ac</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Port 2.7 fix for sporadic failure in test_weakset.</title>
<updated>2012-03-04T19:20:34+00:00</updated>
<author>
<name>Antoine Pitrou</name>
<email>solipsis@pitrou.net</email>
</author>
<published>2012-03-04T19:20:34+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=de89d4b09758a1c94dd97be554c967d52759228a'/>
<id>de89d4b09758a1c94dd97be554c967d52759228a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Issue #14159: Fix the len() of weak containers (WeakSet, WeakKeyDictionary, WeakValueDictionary) to return a better approximation when some objects are dead or dying.</title>
<updated>2012-03-01T15:26:35+00:00</updated>
<author>
<name>Antoine Pitrou</name>
<email>solipsis@pitrou.net</email>
</author>
<published>2012-03-01T15:26:35+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=bbe2f60b3c19ecaa02ca07be14474eaacfcb59a0'/>
<id>bbe2f60b3c19ecaa02ca07be14474eaacfcb59a0</id>
<content type='text'>
Moreover, the implementation is now O(1) rather than O(n).
Thanks to Yury Selivanov for reporting.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Moreover, the implementation is now O(1) rather than O(n).
Thanks to Yury Selivanov for reporting.
</pre>
</div>
</content>
</entry>
<entry>
<title>#10360: catch TypeError in WeakSet.__contains__, just like WeakKeyDictionary does.</title>
<updated>2010-12-03T07:55:44+00:00</updated>
<author>
<name>Georg Brandl</name>
<email>georg@python.org</email>
</author>
<published>2010-12-03T07:55:44+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=f8de3fea1280d55377d40c6e04b64114f9da2fa6'/>
<id>f8de3fea1280d55377d40c6e04b64114f9da2fa6</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Issue #7105: Make WeakKeyDictionary and WeakValueDictionary robust against</title>
<updated>2010-01-08T17:54:23+00:00</updated>
<author>
<name>Antoine Pitrou</name>
<email>solipsis@pitrou.net</email>
</author>
<published>2010-01-08T17:54:23+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=c1baa601e2b558deb690edfdf334fceee3b03327'/>
<id>c1baa601e2b558deb690edfdf334fceee3b03327</id>
<content type='text'>
the destruction of weakref'ed objects while iterating.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
the destruction of weakref'ed objects while iterating.
</pre>
</div>
</content>
</entry>
</feed>
