<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/cpython-git.git/Lib/code.py, branch misc-acks-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-30166: Import command-line parsing modules only when needed. (#1293)</title>
<updated>2017-05-04T05:17:47+00:00</updated>
<author>
<name>Serhiy Storchaka</name>
<email>storchaka@gmail.com</email>
</author>
<published>2017-05-04T05:17:47+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=7e4db2f253c555568d56177c2fd083bcf8f88d34'/>
<id>7e4db2f253c555568d56177c2fd083bcf8f88d34</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Issue #27573 make the exit message configurable.</title>
<updated>2016-08-23T15:42:15+00:00</updated>
<author>
<name>Steven D'Aprano</name>
<email>steve@pearwood.info</email>
</author>
<published>2016-08-23T15:42:15+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=6877ed3560aef64391657f634cbe00d16023201a'/>
<id>6877ed3560aef64391657f634cbe00d16023201a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Issue27573 code.interact prints a message when exiting.</title>
<updated>2016-08-14T18:14:33+00:00</updated>
<author>
<name>Steven D'Aprano</name>
<email>steve@pearwood.info</email>
</author>
<published>2016-08-14T18:14:33+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=dd51d16b485f013c8f6489fede4faf1686c59e5e'/>
<id>dd51d16b485f013c8f6489fede4faf1686c59e5e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Remaining fallout from 17911</title>
<updated>2015-03-05T02:45:01+00:00</updated>
<author>
<name>Robert Collins</name>
<email>rbtcollins@hp.com</email>
</author>
<published>2015-03-05T02:45:01+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=2f0441f03f71c658148bff60be46585f56670d1f'/>
<id>2f0441f03f71c658148bff60be46585f56670d1f</id>
<content type='text'>
The code module was using a private function from traceback in order to skip a
frame - used the direct interface to do that instead,

The decimal module suffered minor fallout from formatting changes ('None' as a
value is now not printed by traceback, the same as None was not before).

The cgitb module was passing a bogus exception type (type.__name__) into
format_exception, which uncovered that format_exception and print_exception had
been ignoring the etype for some time, so the compatibility thunk to the new
code now does the same thing.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The code module was using a private function from traceback in order to skip a
frame - used the direct interface to do that instead,

The decimal module suffered minor fallout from formatting changes ('None' as a
value is now not printed by traceback, the same as None was not before).

The cgitb module was passing a bogus exception type (type.__name__) into
format_exception, which uncovered that format_exception and print_exception had
been ignoring the etype for some time, so the compatibility thunk to the new
code now does the same thing.
</pre>
</div>
</content>
</entry>
<entry>
<title>#17442: Add chained traceback support to InteractiveInterpreter.</title>
<updated>2014-09-29T15:25:00+00:00</updated>
<author>
<name>R David Murray</name>
<email>rdmurray@bitdance.com</email>
</author>
<published>2014-09-29T15:25:00+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=c31e6227f94c2bb0290336c739873173672a8991'/>
<id>c31e6227f94c2bb0290336c739873173672a8991</id>
<content type='text'>
Patch by Claudiu Popa.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Patch by Claudiu Popa.
</pre>
</div>
</content>
</entry>
<entry>
<title>Issue #21966: Respect -q command-line option when code module is ran.</title>
<updated>2014-07-12T20:36:33+00:00</updated>
<author>
<name>Alexander Belopolsky</name>
<email>alexander.belopolsky@gmail.com</email>
</author>
<published>2014-07-12T20:36:33+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=007a90317d154536f68278a69743418d8301ca3f'/>
<id>007a90317d154536f68278a69743418d8301ca3f</id>
<content type='text'>
Contributed by Anton Barkovsky.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Contributed by Anton Barkovsky.
</pre>
</div>
</content>
</entry>
<entry>
<title>Closes #17730: in code.interact(), when banner="", do not print anything.</title>
<updated>2013-10-13T19:49:06+00:00</updated>
<author>
<name>Georg Brandl</name>
<email>georg@python.org</email>
</author>
<published>2013-10-13T19:49:06+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=fbc3c3c2bed34350e0dde4771805c51b80f2e410'/>
<id>fbc3c3c2bed34350e0dde4771805c51b80f2e410</id>
<content type='text'>
Also adds tests for banner printing.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Also adds tests for banner printing.
</pre>
</div>
</content>
</entry>
<entry>
<title>Issue #18200: Back out usage of ModuleNotFoundError (8d28d44f3a9a)</title>
<updated>2013-07-04T21:43:24+00:00</updated>
<author>
<name>Brett Cannon</name>
<email>brett@python.org</email>
</author>
<published>2013-07-04T21:43:24+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=cd171c8e92c10d327151400fd8f16b11a4964615'/>
<id>cd171c8e92c10d327151400fd8f16b11a4964615</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Issue #18200: Update the stdlib (except tests) to use</title>
<updated>2013-06-14T00:57:26+00:00</updated>
<author>
<name>Brett Cannon</name>
<email>brett@python.org</email>
</author>
<published>2013-06-14T00:57:26+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=0a140668faf18bf7f8d2ea15e57da5e2a0625292'/>
<id>0a140668faf18bf7f8d2ea15e57da5e2a0625292</id>
<content type='text'>
ModuleNotFoundError.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
ModuleNotFoundError.
</pre>
</div>
</content>
</entry>
<entry>
<title>Issue #12643: Respect sys.excepthook in code.InteractiveConsole</title>
<updated>2012-08-20T13:02:28+00:00</updated>
<author>
<name>Nick Coghlan</name>
<email>ncoghlan@gmail.com</email>
</author>
<published>2012-08-20T13:02:28+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=8bd24fe9ff1c4d5dd3929465fc208b1375c32981'/>
<id>8bd24fe9ff1c4d5dd3929465fc208b1375c32981</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
