Joannah Nanjekye
|
7ba1f75f3f
|
bpo-38872: Document exec symbol for codeop.compile_command (GH-20047)
* Document exec symbol for codeop.compile_command
* Remove extra statements
Co-authored-by: nanjekyejoannah <joannah.nanjekye@ibm.com>
|
2020-05-14 21:59:46 -03:00 |
Kyle Pollina
|
b4cdb3f60e
|
Fix documentation in code.py (GH-17988)
|
2020-01-15 01:17:25 +05:30 |
Serhiy Storchaka
|
989db5c880
|
Issue #19795: Mark up None as literal text.
|
2016-10-19 16:37:13 +03:00 |
Steven D'Aprano
|
6877ed3560
|
Issue #27573 make the exit message configurable.
|
2016-08-24 01:42:15 +10:00 |
Steven D'Aprano
|
dd51d16b48
|
Issue27573 code.interact prints a message when exiting.
|
2016-08-15 04:14:33 +10:00 |
Terry Jan Reedy
|
fa089b9b0b
|
Issue #22558: Add remaining doc links to source code for Python-coded modules.
Reformat header above separator line (added if missing) to a common format.
Patch by Yoni Lavi.
|
2016-06-11 15:02:54 -04:00 |
R David Murray
|
c31e6227f9
|
#17442: Add chained traceback support to InteractiveInterpreter.
Patch by Claudiu Popa.
|
2014-09-29 11:25:00 -04:00 |
Andrew Kuchling
|
2e3743cd30
|
#13437: link to the source code for a few more modules
|
2014-03-19 16:23:01 -04:00 |
Serhiy Storchaka
|
98b28fddd8
|
Issue #18758: Fixed and improved cross-references.
|
2013-10-13 23:12:09 +03:00 |
Serhiy Storchaka
|
bfdcd436f0
|
Issue #18758: Fixed and improved cross-references.
|
2013-10-13 23:09:14 +03:00 |
Georg Brandl
|
fbc3c3c2be
|
Closes #17730: in code.interact(), when banner="", do not print anything.
Also adds tests for banner printing.
|
2013-10-13 21:49:06 +02:00 |
Georg Brandl
|
71515ca191
|
Remove surplus empty lines and convert more files to new optional arg style.
|
2009-05-17 12:29:12 +00:00 |
Georg Brandl
|
0d8f07305d
|
Update signature style of optional arguments, part two.
|
2009-04-05 22:20:44 +00:00 |
Georg Brandl
|
116aa62bf5
|
Move the 3k reST doc tree in place.
|
2007-08-15 14:28:22 +00:00 |