<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/cpython-git.git/Python/_warnings.c, branch v3.5.0b2</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>merge 3.4 (#24096)</title>
<updated>2015-05-03T15:29:58+00:00</updated>
<author>
<name>Benjamin Peterson</name>
<email>benjamin@python.org</email>
</author>
<published>2015-05-03T15:29:58+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=63a6a6fd41da648c9e79a2e347c151e1957d74e9'/>
<id>63a6a6fd41da648c9e79a2e347c151e1957d74e9</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>merge 3.3 (#24096)</title>
<updated>2015-05-03T15:28:46+00:00</updated>
<author>
<name>Benjamin Peterson</name>
<email>benjamin@python.org</email>
</author>
<published>2015-05-03T15:28:46+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=8c59816b70a30d8ec2ff4e60a8b4a747f8ff75db'/>
<id>8c59816b70a30d8ec2ff4e60a8b4a747f8ff75db</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>be more robust against the filters list changing under us (closes #24096)</title>
<updated>2015-05-03T15:23:37+00:00</updated>
<author>
<name>Benjamin Peterson</name>
<email>benjamin@python.org</email>
</author>
<published>2015-05-03T15:23:37+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=deff2b76ec3824ff238ad0812c29aca95534ecb4'/>
<id>deff2b76ec3824ff238ad0812c29aca95534ecb4</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Issue #23731: Implement PEP 488.</title>
<updated>2015-04-13T18:21:02+00:00</updated>
<author>
<name>Brett Cannon</name>
<email>brett@python.org</email>
</author>
<published>2015-04-13T18:21:02+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=f299abdafa0f2b6eb7abae274861b19b361c96bc'/>
<id>f299abdafa0f2b6eb7abae274861b19b361c96bc</id>
<content type='text'>
The concept of .pyo files no longer exists. Now .pyc files have an
optional `opt-` tag which specifies if any extra optimizations beyond
the peepholer were applied.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The concept of .pyo files no longer exists. Now .pyc files have an
optional `opt-` tag which specifies if any extra optimizations beyond
the peepholer were applied.
</pre>
</div>
</content>
</entry>
<entry>
<title>Issue #4180: The warnings registries are now reset when the filters are modified.</title>
<updated>2014-09-18T00:42:05+00:00</updated>
<author>
<name>Antoine Pitrou</name>
<email>solipsis@pitrou.net</email>
</author>
<published>2014-09-18T00:42:05+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=87538e7bc46885d2ad2cce423603b45d182d6d40'/>
<id>87538e7bc46885d2ad2cce423603b45d182d6d40</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Issue #4180: The warnings registries are now reset when the filters are modified.</title>
<updated>2014-09-18T00:40:46+00:00</updated>
<author>
<name>Antoine Pitrou</name>
<email>solipsis@pitrou.net</email>
</author>
<published>2014-09-18T00:40:46+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=cb0a006fd11c06178a656cfdc6390b197b22fc67'/>
<id>cb0a006fd11c06178a656cfdc6390b197b22fc67</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Issue #16382: Improve exception message of warnings.warn() for bad category.</title>
<updated>2014-07-11T16:50:25+00:00</updated>
<author>
<name>Berker Peksag</name>
<email>berker.peksag@gmail.com</email>
</author>
<published>2014-07-11T16:50:25+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=d8089e0d04a98ab7997eff7abc9abf2a4f6854b8'/>
<id>d8089e0d04a98ab7997eff7abc9abf2a4f6854b8</id>
<content type='text'>
Initial patch by Phil Elson.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Initial patch by Phil Elson.
</pre>
</div>
</content>
</entry>
<entry>
<title>Issue #19512, #19515: remove shared identifiers, move identifiers where they</title>
<updated>2013-11-07T22:07:29+00:00</updated>
<author>
<name>Victor Stinner</name>
<email>victor.stinner@gmail.com</email>
</author>
<published>2013-11-07T22:07:29+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=bd303c165bc914fc943026ece55f4ebd225614c9'/>
<id>bd303c165bc914fc943026ece55f4ebd225614c9</id>
<content type='text'>
are used.

Move also _Py_IDENTIFIER() defintions to the top in modified files to remove
identifiers duplicated in the same file.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
are used.

Move also _Py_IDENTIFIER() defintions to the top in modified files to remove
identifiers duplicated in the same file.
</pre>
</div>
</content>
</entry>
<entry>
<title>Issue #19512: add some common identifiers to only create common strings once,</title>
<updated>2013-11-06T21:41:44+00:00</updated>
<author>
<name>Victor Stinner</name>
<email>victor.stinner@gmail.com</email>
</author>
<published>2013-11-06T21:41:44+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=090543736fa86c676252de7a44e6a7c6f347164e'/>
<id>090543736fa86c676252de7a44e6a7c6f347164e</id>
<content type='text'>
instead of creating temporary Unicode string objects

Add also more identifiers in pythonrun.c to avoid temporary Unicode string
objets for the interactive interpreter.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
instead of creating temporary Unicode string objects

Add also more identifiers in pythonrun.c to avoid temporary Unicode string
objets for the interactive interpreter.
</pre>
</div>
</content>
</entry>
<entry>
<title>Close #19442: warn_explicit() does nothing when called late during Python shutdown</title>
<updated>2013-10-31T23:55:30+00:00</updated>
<author>
<name>Victor Stinner</name>
<email>victor.stinner@gmail.com</email>
</author>
<published>2013-10-31T23:55:30+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=dcdd05b0b4c23da0eb39d3b29d40f8865b6b73ee'/>
<id>dcdd05b0b4c23da0eb39d3b29d40f8865b6b73ee</id>
<content type='text'>
After more tests, I now think that it is the safest option.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
After more tests, I now think that it is the safest option.
</pre>
</div>
</content>
</entry>
</feed>
