<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/cpython-git.git/Python/_warnings.c, branch 3.4</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.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 #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 #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>
<entry>
<title>Issue #19437: Fix show_warning() of _warnings, stop at the first error to not</title>
<updated>2013-10-31T13:51:38+00:00</updated>
<author>
<name>Victor Stinner</name>
<email>victor.stinner@gmail.com</email>
</author>
<published>2013-10-31T13:51:38+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=ae233eab5cc9a932a80063003602fd0a62e4be05'/>
<id>ae233eab5cc9a932a80063003602fd0a62e4be05</id>
<content type='text'>
call a Python function with an exception set
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
call a Python function with an exception set
</pre>
</div>
</content>
</entry>
<entry>
<title>Issue #19437: Fix get_filter() from _warnings, don't call PyObject_IsSubclass()</title>
<updated>2013-10-31T13:46:00+00:00</updated>
<author>
<name>Victor Stinner</name>
<email>victor.stinner@gmail.com</email>
</author>
<published>2013-10-31T13:46:00+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=3cd04aa1b2ddf27d089d5837c0d2e3ba34b02c5c'/>
<id>3cd04aa1b2ddf27d089d5837c0d2e3ba34b02c5c</id>
<content type='text'>
with an exception set
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
with an exception set
</pre>
</div>
</content>
</entry>
<entry>
<title>Issue #19442: Fix warnings emitted during Python shutdown</title>
<updated>2013-10-29T23:04:59+00:00</updated>
<author>
<name>Victor Stinner</name>
<email>victor.stinner@gmail.com</email>
</author>
<published>2013-10-29T23:04:59+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=856f45f09c1fe69cab4cf11159f60f0f0cc5bb07'/>
<id>856f45f09c1fe69cab4cf11159f60f0f0cc5bb07</id>
<content type='text'>
Warnings may be emitted during Python shutdown, like "unclosed file XXX".
During shutdown, globals()['__main__'] may be None.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Warnings may be emitted during Python shutdown, like "unclosed file XXX".
During shutdown, globals()['__main__'] may be None.
</pre>
</div>
</content>
</entry>
<entry>
<title>Issue #19424: Fix the warnings module to accept filename containing surrogate</title>
<updated>2013-10-29T22:43:41+00:00</updated>
<author>
<name>Victor Stinner</name>
<email>victor.stinner@gmail.com</email>
</author>
<published>2013-10-29T22:43:41+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=a4c704b260cc9c020d19f8417cb4524a19d0e90c'/>
<id>a4c704b260cc9c020d19f8417cb4524a19d0e90c</id>
<content type='text'>
characters.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
characters.
</pre>
</div>
</content>
</entry>
</feed>
