<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/cpython-git.git/Lib/logging, branch fix-traceback-syntax-error</title>
<subtitle>github.com: python/cpython.git
</subtitle>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/cpython-git.git/'/>
<entry>
<title>bpo-40300: Allow empty logging.Formatter.default_msec_format. (GH-19551)</title>
<updated>2020-04-17T16:02:47+00:00</updated>
<author>
<name>Mariusz Felisiak</name>
<email>felisiak.mariusz@gmail.com</email>
</author>
<published>2020-04-17T16:02:47+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/cpython-git.git/commit/?id=06a35542aad15666cace307d841a95e33f3cbee6'/>
<id>06a35542aad15666cace307d841a95e33f3cbee6</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>bpo-40091: Fix a hang at fork in the logging module (GH-19416)</title>
<updated>2020-04-13T22:25:34+00:00</updated>
<author>
<name>Victor Stinner</name>
<email>vstinner@python.org</email>
</author>
<published>2020-04-13T22:25:34+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/cpython-git.git/commit/?id=4c3da783cffb8471303fbae3e09f3d67b31c3d06'/>
<id>4c3da783cffb8471303fbae3e09f3d67b31c3d06</id>
<content type='text'>
Fix a hang at fork in the logging module: the new private
_at_fork_reinit() method is now used to reinitialize locks at fork in
the child process.

The createLock() method is no longer used at fork.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fix a hang at fork in the logging module: the new private
_at_fork_reinit() method is now used to reinitialize locks at fork in
the child process.

The createLock() method is no longer used at fork.</pre>
</div>
</content>
</entry>
<entry>
<title>bpo-39826: add getConnection() hook to logging HTTPHandler (GH-18745)</title>
<updated>2020-03-04T10:49:51+00:00</updated>
<author>
<name>l0rb</name>
<email>lorbritzer@yahoo.de</email>
</author>
<published>2020-03-04T10:49:51+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/cpython-git.git/commit/?id=22a9a546ff3bf2a63d77ca1e5494e758bc59132f'/>
<id>22a9a546ff3bf2a63d77ca1e5494e758bc59132f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>bpo-39292: Add missing syslog facility codes. (GH-17945)</title>
<updated>2020-01-10T19:37:48+00:00</updated>
<author>
<name>Vinay Sajip</name>
<email>vinay_sajip@yahoo.co.uk</email>
</author>
<published>2020-01-10T19:37:48+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/cpython-git.git/commit/?id=ce54519aa09772f4173b8c17410ed77e403f3ebf'/>
<id>ce54519aa09772f4173b8c17410ed77e403f3ebf</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>bpo-39198: Ensure logging global lock is released on exception in isEnabledFor (GH-17689)</title>
<updated>2020-01-07T16:40:23+00:00</updated>
<author>
<name>Derek Brown</name>
<email>derek@allderek.com</email>
</author>
<published>2020-01-07T16:40:23+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/cpython-git.git/commit/?id=950c6795aa0ffa85e103a13e7a04e08cb34c66ad'/>
<id>950c6795aa0ffa85e103a13e7a04e08cb34c66ad</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>bpo-39142: Avoid converting namedtuple instances to ConvertingTuple. (GH-17773)</title>
<updated>2020-01-01T19:32:11+00:00</updated>
<author>
<name>Vinay Sajip</name>
<email>vinay_sajip@yahoo.co.uk</email>
</author>
<published>2020-01-01T19:32:11+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/cpython-git.git/commit/?id=46abfc1416ff8e450999611ef8f231ff871ab133'/>
<id>46abfc1416ff8e450999611ef8f231ff871ab133</id>
<content type='text'>
This uses the heuristic of assuming a named tuple is a subclass of
tuple with a _fields attribute. This change means that contents of
a named tuple wouldn't be converted - if a user wants to have
ConvertingTuple functionality from a namedtuple, they will have to
implement it themselves.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This uses the heuristic of assuming a named tuple is a subclass of
tuple with a _fields attribute. This change means that contents of
a named tuple wouldn't be converted - if a user wants to have
ConvertingTuple functionality from a namedtuple, they will have to
implement it themselves.</pre>
</div>
</content>
</entry>
<entry>
<title>bpo-38781: Clear buffer in MemoryHandler flush (GH-17132)</title>
<updated>2019-11-13T09:03:45+00:00</updated>
<author>
<name>Daniel Andersson</name>
<email>daniel.4ndersson@gmail.com</email>
</author>
<published>2019-11-13T09:03:45+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/cpython-git.git/commit/?id=d89cea15ad37e873003fc74ec2c77660ab620b00'/>
<id>d89cea15ad37e873003fc74ec2c77660ab620b00</id>
<content type='text'>
This makes it easier to use a custom buffer when subclassing
MemoryHandler (by avoiding the explicity empty list literal
assignment in the flush method). For example, collection.deque
can now be used without any modifications to MemoryHandler.flush.

The same applies to BufferingHandler.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This makes it easier to use a custom buffer when subclassing
MemoryHandler (by avoiding the explicity empty list literal
assignment in the flush method). For example, collection.deque
can now be used without any modifications to MemoryHandler.flush.

The same applies to BufferingHandler.</pre>
</div>
</content>
</entry>
<entry>
<title>bpo-38716: stop rotating handlers from setting inherited namer and rotator to None (GH-17072)</title>
<updated>2019-11-06T21:21:40+00:00</updated>
<author>
<name>l0rb</name>
<email>lorbritzer@yahoo.de</email>
</author>
<published>2019-11-06T21:21:40+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/cpython-git.git/commit/?id=519cb8772a9745b1c7d8218cabcd2f96ceda4d62'/>
<id>519cb8772a9745b1c7d8218cabcd2f96ceda4d62</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>bpo-38586: setting logging.Handler .name property in fileConfig (GH-16918)</title>
<updated>2019-10-31T08:06:25+00:00</updated>
<author>
<name>Lucas Cimon</name>
<email>lucas.cimon@gmail.com</email>
</author>
<published>2019-10-31T08:06:25+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/cpython-git.git/commit/?id=b15100fe7def8580c78ed16f0bb4b72b2ae7af3f'/>
<id>b15100fe7def8580c78ed16f0bb4b72b2ae7af3f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Updated incorrect level-setting code to use setLevel(). (GH-16325)</title>
<updated>2019-09-22T02:51:51+00:00</updated>
<author>
<name>Vinay Sajip</name>
<email>vinay_sajip@yahoo.co.uk</email>
</author>
<published>2019-09-22T02:51:51+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/cpython-git.git/commit/?id=1d094af716e8ce5e5710e1dfbce7832ba333be55'/>
<id>1d094af716e8ce5e5710e1dfbce7832ba333be55</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
