| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | bpo-38872: Document exec symbol for codeop.compile_command (GH-20047) (GH-20098) | Miss Islington (bot) | 2020-05-15 | 1 | -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-14 | 1 | -1/+1 |
| | | | | | | (cherry picked from commit b4cdb3f60e71888d7f3d4e0d40cb31e968ea160c) Co-authored-by: Kyle Pollina <kylepollina@protonmail.com> | ||||
| * | Issue #19795: Mark up None as literal text. | Serhiy Storchaka | 2016-10-19 | 1 | -1/+1 |
| |\ | |||||
| * | | Issue #27573 make the exit message configurable. | Steven D'Aprano | 2016-08-23 | 1 | -5/+13 |
| | | | |||||
| * | | Issue27573 code.interact prints a message when exiting. | Steven D'Aprano | 2016-08-14 | 1 | -0/+3 |
| |/ | |||||
| * | Issue #22558: Add remaining doc links to source code for Python-coded modules. | Terry Jan Reedy | 2016-06-11 | 1 | -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 Murray | 2014-09-29 | 1 | -0/+3 |
| | | | | | Patch by Claudiu Popa. | ||||
| * | #13437: link to the source code for a few more modules | Andrew Kuchling | 2014-03-19 | 1 | -1/+1 |
| | | |||||
| * | Issue #18758: Fixed and improved cross-references. | Serhiy Storchaka | 2013-10-13 | 1 | -7/+7 |
| |\ | |||||
| | * | Issue #18758: Fixed and improved cross-references. | Serhiy Storchaka | 2013-10-13 | 1 | -7/+7 |
| | | | |||||
| * | | Closes #17730: in code.interact(), when banner="", do not print anything. | Georg Brandl | 2013-10-13 | 1 | -1/+4 |
| |/ | | | | Also adds tests for banner printing. | ||||
| * | Remove surplus empty lines and convert more files to new optional arg style. | Georg Brandl | 2009-05-17 | 1 | -2/+0 |
| | | |||||
| * | Update signature style of optional arguments, part two. | Georg Brandl | 2009-04-05 | 1 | -8/+8 |
| | | |||||
| * | Move the 3k reST doc tree in place. | Georg Brandl | 2007-08-15 | 1 | -0/+167 |
