summaryrefslogtreecommitdiffstats
path: root/Doc/library/code.rst
Commit message (Collapse)AuthorAgeFilesLines
* [3.13] gh-53189: Document peculiarities of InteractiveConsole in relation to ↵Miss Islington (bot)2025-05-201-0/+6
| | | | | | | | | | pickle (GH-123069) (GH-134329) gh-53189: Document peculiarities of InteractiveConsole in relation to pickle (GH-123069) (cherry picked from commit a31bbc951a9d74cd7b9092555c101e51a2b9482b) Co-authored-by: Serhiy Storchaka <storchaka@gmail.com> Co-authored-by: Terry Jan Reedy <tjreedy@udel.edu>
* [3.13] gh-74929: PEP 667 general docs update (gh-119291)Miss Islington (bot)2024-05-211-3/+3
| | | | | | | | | | | * expand on What's New entry for PEP 667 (including porting notes) * define 'optimized scope' as a glossary term * cover comprehensions and generator expressions in locals() docs * review all mentions of "locals" in documentation (updating if needed) * review all mentions of "f_locals" in documentation (updating if needed) (cherry picked from commit e870c852c0ea96fa4e4569e9c39c7ceb80ce858d) Co-authored-by: Alyssa Coghlan <ncoghlan@gmail.com>
* [3.13] Format None, True, False and NotImplemented as literals (GH-118758) ↵Miss Islington (bot)2024-05-081-1/+1
| | | | | | | (GH-118792) (cherry picked from commit 05c2fe1acda9ea5a57061642c36e8b73bb4fbba4) Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>
* [3.13] docs: module page titles should not start with a link to themselves ↵Miss Islington (bot)2024-05-081-2/+2
| | | | | | | | (GH-117099) (#118790) docs: module page titles should not start with a link to themselves (GH-117099) (cherry picked from commit bcb435ee8ff41b5ec5d879ee0b6651f146a66151) Co-authored-by: Ned Batchelder <ned@nedbatchelder.com>
* Fix reference in code.rst (#117615)Anita Hammer2024-04-071-1/+1
| | | Co-authored-by: Alex Waygood <Alex.Waygood@Gmail.com>
* GH-102895 Add an option local_exit in code.interact to block exit() from ↵Tian Gao2023-10-181-4/+11
| | | | terminating the whole process (GH-102896)
* gh-101100: Sphinx warnings: pick the low hanging fruits (GH-107386)Serhiy Storchaka2023-07-291-2/+2
|
* bpo-38872: Document exec symbol for codeop.compile_command (GH-20047)Joannah Nanjekye2020-05-151-2/+2
| | | | | | | * Document exec symbol for codeop.compile_command * Remove extra statements Co-authored-by: nanjekyejoannah <joannah.nanjekye@ibm.com>
* Fix documentation in code.py (GH-17988)Kyle Pollina2020-01-141-1/+1
|
* 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