<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/cpython-git.git/Doc/library/sys.rst, branch fix-namedexpr-comment</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-38920: Add audit hooks for when sys.excepthook and sys.unraisable hooks are invoked (GH-17392)</title>
<updated>2019-11-28T16:46:11+00:00</updated>
<author>
<name>Steve Dower</name>
<email>steve.dower@python.org</email>
</author>
<published>2019-11-28T16:46:11+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=bea33f5e1db6e4a554919a82894f44568576e979'/>
<id>bea33f5e1db6e4a554919a82894f44568576e979</id>
<content type='text'>
Also fixes some potential segfaults in unraisable hook handling.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Also fixes some potential segfaults in unraisable hook handling.</pre>
</div>
</content>
</entry>
<entry>
<title>bpo-38892: Improve docs for audit event (GH-17361)</title>
<updated>2019-11-26T17:07:48+00:00</updated>
<author>
<name>Terry Jan Reedy</name>
<email>tjreedy@udel.edu</email>
</author>
<published>2019-11-26T17:07:48+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=e563a155be60fc0757914f87c8138f10de00bb16'/>
<id>e563a155be60fc0757914f87c8138f10de00bb16</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>bpo-38738: Fix formatting of True and False. (GH-17083)</title>
<updated>2019-11-12T14:57:03+00:00</updated>
<author>
<name>Serhiy Storchaka</name>
<email>storchaka@gmail.com</email>
</author>
<published>2019-11-12T14:57:03+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=138ccbb02216ca086047c3139857fb44f3dab1f9'/>
<id>138ccbb02216ca086047c3139857fb44f3dab1f9</id>
<content type='text'>
* "Return true/false" is replaced with "Return ``True``/``False``"
  if the function actually returns a bool.
* Fixed formatting of some True and False literals (now in monospace).
* Replaced "True/False" with "true/false" if it can be not only bool.
* Replaced some 1/0 with True/False if it corresponds the code.
* "Returns &lt;bool&gt;" is replaced with "Return &lt;bool&gt;".
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* "Return true/false" is replaced with "Return ``True``/``False``"
  if the function actually returns a bool.
* Fixed formatting of some True and False literals (now in monospace).
* Replaced "True/False" with "true/false" if it can be not only bool.
* Replaced some 1/0 with True/False if it corresponds the code.
* "Returns &lt;bool&gt;" is replaced with "Return &lt;bool&gt;".
</pre>
</div>
</content>
</entry>
<entry>
<title>bpo-38434: Fixes some audit event documentation (GH-16932)</title>
<updated>2019-10-26T20:02:30+00:00</updated>
<author>
<name>Steve Dower</name>
<email>steve.dower@python.org</email>
</author>
<published>2019-10-26T20:02:30+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=894e30ce0bcc1c509eb01c8ffa9ba6d7701aeaaf'/>
<id>894e30ce0bcc1c509eb01c8ffa9ba6d7701aeaaf</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>bpo-37937: Mention frame.f_trace in sys.settrace docs (GH-15439)</title>
<updated>2019-09-20T15:19:02+00:00</updated>
<author>
<name>Ram Rachum</name>
<email>ram@rachum.com</email>
</author>
<published>2019-09-20T15:19:02+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=9c2682efc69568e1b42a0c1759489d6f2e3b30ea'/>
<id>9c2682efc69568e1b42a0c1759489d6f2e3b30ea</id>
<content type='text'>
Mention frame.f_trace in sys.settrace docs, as well as the fact you still
need to call `sys.settrace` to enable the tracing machinery before setting
`frame.f_trace` will have any effect.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Mention frame.f_trace in sys.settrace docs, as well as the fact you still
need to call `sys.settrace` to enable the tracing machinery before setting
`frame.f_trace` will have any effect.
</pre>
</div>
</content>
</entry>
<entry>
<title>bpo-36270: Doc: add link to traceback object reference (GH-13119)</title>
<updated>2019-09-11T17:55:02+00:00</updated>
<author>
<name>Björn Meier</name>
<email>bjoern@opentrash.org</email>
</author>
<published>2019-09-11T17:55:02+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=9936371af298d465095ae70bc9c2943b4b16eac4'/>
<id>9936371af298d465095ae70bc9c2943b4b16eac4</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>bpo-38096: Clean up the "struct sequence" / "named tuple" docs (GH-15895)</title>
<updated>2019-09-11T14:17:32+00:00</updated>
<author>
<name>Raymond Hettinger</name>
<email>rhettinger@users.noreply.github.com</email>
</author>
<published>2019-09-11T14:17:32+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=7117074410118086938044c7a4ef6846ec1662b2'/>
<id>7117074410118086938044c7a4ef6846ec1662b2</id>
<content type='text'>
* bpo-38096: Clean up the "struct sequence" / "named tuple" docs

* Fix remaining occurrences of "struct sequence"

* Repair a user visible docstring
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* bpo-38096: Clean up the "struct sequence" / "named tuple" docs

* Fix remaining occurrences of "struct sequence"

* Repair a user visible docstring
</pre>
</div>
</content>
</entry>
<entry>
<title>Correct minor gramatical mistake in sys.settrace doc (GH-15637)</title>
<updated>2019-09-05T11:10:37+00:00</updated>
<author>
<name>Andre Delfino</name>
<email>adelfino@gmail.com</email>
</author>
<published>2019-09-05T11:10:37+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=3038e87ba848023470f571242a8bb5a206c24430'/>
<id>3038e87ba848023470f571242a8bb5a206c24430</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>bpo-37284: Add note to sys.implementation doc (GH-14328)</title>
<updated>2019-07-15T14:37:09+00:00</updated>
<author>
<name>Giovanni Cappellotto</name>
<email>gcappellotto@fb.com</email>
</author>
<published>2019-07-15T14:37:09+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=52693c10e82622d883433b779a45d0bd792f17ed'/>
<id>52693c10e82622d883433b779a45d0bd792f17ed</id>
<content type='text'>
Add a brief note to indicate that any new required attributes must go through the PEP process.





https://bugs.python.org/issue37284</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Add a brief note to indicate that any new required attributes must go through the PEP process.





https://bugs.python.org/issue37284</pre>
</div>
</content>
</entry>
<entry>
<title>bpo-37363: Add audit events on startup for the run commands (GH-14524)</title>
<updated>2019-07-01T23:03:53+00:00</updated>
<author>
<name>Steve Dower</name>
<email>steve.dower@python.org</email>
</author>
<published>2019-07-01T23:03:53+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=e226e83d36dfc7220d836fb7a249ce18e70cb4a6'/>
<id>e226e83d36dfc7220d836fb7a249ce18e70cb4a6</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
