summaryrefslogtreecommitdiffstats
path: root/Doc/library/code.rst
Commit message (Collapse)AuthorAgeFilesLines
* bpo-38872: Document exec symbol for codeop.compile_command (GH-20047) (GH-20098)Miss Islington (bot)2020-05-151-2/+2
| | | | | | | | | | | | * Document exec symbol for codeop.compile_command * Remove extra statements Co-authored-by: nanjekyejoannah <joannah.nanjekye@ibm.com> (cherry picked from commit 7ba1f75f3f02b4b50ac6d7e17d15e467afa36aac) Co-authored-by: Joannah Nanjekye <33177550+nanjekyejoannah@users.noreply.github.com> Co-authored-by: Joannah Nanjekye <33177550+nanjekyejoannah@users.noreply.github.com>
* Fix documentation in code.py (GH-17988)Miss Islington (bot)2020-01-141-1/+1
| | | | | (cherry picked from commit b4cdb3f60e71888d7f3d4e0d40cb31e968ea160c) Co-authored-by: Kyle Pollina <kylepollina@protonmail.com>
* Issue #19795: Mark up None as literal text.Serhiy Storchaka2016-10-191-1/+1
|\
* | Issue #27573 make the exit message configurable.Steven D'Aprano2016-08-231-5/+13
| |
* | Issue27573 code.interact prints a message when exiting.Steven D'Aprano2016-08-141-0/+3
|/
* Issue #22558: Add remaining doc links to source code for Python-coded modules.Terry Jan Reedy2016-06-111-0/+2
| | | | | Reformat header above separator line (added if missing) to a common format. Patch by Yoni Lavi.
* #17442: Add chained traceback support to InteractiveInterpreter.R David Murray2014-09-291-0/+3
| | | | Patch by Claudiu Popa.
* #13437: link to the source code for a few more modulesAndrew Kuchling2014-03-191-1/+1
|
* Issue #18758: Fixed and improved cross-references.Serhiy Storchaka2013-10-131-7/+7
|\
| * Issue #18758: Fixed and improved cross-references.Serhiy Storchaka2013-10-131-7/+7
| |
* | Closes #17730: in code.interact(), when banner="", do not print anything.Georg Brandl2013-10-131-1/+4
|/ | | | Also adds tests for banner printing.
* Remove surplus empty lines and convert more files to new optional arg style.Georg Brandl2009-05-171-2/+0
|
* Update signature style of optional arguments, part two.Georg Brandl2009-04-051-8/+8
|
* Move the 3k reST doc tree in place.Georg Brandl2007-08-151-0/+167