summaryrefslogtreecommitdiffstats
path: root/Doc/tutorial/appendix.rst
Commit message (Collapse)AuthorAgeFilesLines
* [3.13] gh-125615: Fix grammar nit in tutorial's interactive interpreter ↵Miss Islington (bot)2024-10-161-1/+1
| | | | | | | | | appendix (GH-125619) Replace "without ... nor" with "with neither ... nor" (cherry picked from commit aab3210271136ad8e8fecd927b806602c463e1f2) Authored-by: Cornelius Roemer <cornelius.roemer@gmail.com>
* [3.13] GH-109975: Copyedit 3.13 What's New: New Features (GH-122990) (#123032)Miss Islington (bot)2024-08-151-2/+2
| | | | | | | | GH-109975: Copyedit 3.13 What's New: New Features (GH-122990) (cherry picked from commit b106cf8d978b32b04a4394973b850ef2a62cbcc4) Co-authored-by: Adam Turner <9087854+AA-Turner@users.noreply.github.com> 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.