summaryrefslogtreecommitdiffstats
path: root/Doc/tutorial/appendix.rst
Commit message (Collapse)AuthorAgeFilesLines
* gh-109975: Indicate the minimum version for PyREPL in the tutorial (#136046)Konstantin Morenko2025-08-141-1/+1
|
* gh-125615: Fix grammar nit in tutorial's interactive interpreter appendix ↵Cornelius Roemer2024-10-161-1/+1
| | | | | (GH-125617) Replace "without ... nor" with "with neither ... nor"
* GH-109975: Copyedit 3.13 What's New: New Features (#122990)Adam Turner2024-08-151-2/+2
| | | | Co-authored-by: Hugo van Kemenade <1324225+hugovk@users.noreply.github.com> Co-authored-by: Brandt Bucher <brandtbucher@gmail.com>
* Remove Python 3.5 hardcoded version in the tutorial appendix (GH-117612)Kerim Kabirov2024-05-071-2/+2
|
* gh-111201: A new Python REPL (GH-111567)Pablo Galindo Salgado2024-05-051-0/+22
| | | | | | | Co-authored-by: Łukasz Langa <lukasz@langa.pl> Co-authored-by: Marta Gómez Macías <mgmacias@google.com> Co-authored-by: Lysandros Nikolaou <lisandrosnik@gmail.com> Co-authored-by: Hugo van Kemenade <1324225+hugovk@users.noreply.github.com> Co-authored-by: Jelle Zijlstra <jelle.zijlstra@gmail.com>
* Tutorial: Clarify 'nonzero exit status' in the appendix (#112039)Andrew Zipperer2024-01-121-1/+1
|
* gh-101100: Fix sphinx warnings in `tutorial/appendix.rst` (#108750)Nikita Sobolev2023-09-011-4/+4
| | | Co-authored-by: Hugo van Kemenade <hugovk@users.noreply.github.com>
* Improve highlighting of some code blocks. (GH-6401)Serhiy Storchaka2018-04-081-1/+1
|
* Issue #23921: Standardized documentation whitespace formatting.Serhiy Storchaka2016-05-101-1/+1
| | | | Original patch by James Edwards.
* Marked keystrokes with the :kbd: role.Serhiy Storchaka2015-09-121-1/+1
|\ | | | | | | Fixed the case of the "Ctrl-" prefixes.
| * Marked keystrokes with the :kbd: role.Serhiy Storchaka2015-09-121-1/+1
| | | | | | | | Fixed the case of the "Ctrl-" prefixes.
* | merge from 3.4Senthil Kumaran2014-09-181-2/+2
|/ | | | | | | | Issue #16827: Make Interpreter introduction section of the tutorial more focussed and move advanced section and customization information to a separate file called appendix. Patch credits: Jamayla Wiley, Ya-Ting Huang and James Brewer.
* Issue #16827: Make Interpreter introduction section of the tutorial moreSenthil Kumaran2014-09-181-0/+124
focussed and move advanced section and customization information to a separate file called appendix. Patch credits: Jamayla Wiley, Ya-Ting Huang and James Brewer.