summaryrefslogtreecommitdiffstats
path: root/Doc/tutorial/introduction.rst
Commit message (Collapse)AuthorAgeFilesLines
* [3.13] Doc: Allow translating a code block in the tutorial (GH-131353) (#133649)Miss Islington (bot)2025-05-081-0/+2
| | | | | | | | Doc: Allow translating a code block in the tutorial (GH-131353) (cherry picked from commit 3224b99872d8ed030181e5d009ea64e8672a68ee) Co-authored-by: Stan Ulbrych <89152624+StanFromIreland@users.noreply.github.com> Co-authored-by: Chris Markiewicz <effigies@gmail.com> Co-authored-by: Adam Turner <9087854+AA-Turner@users.noreply.github.com>
* [3.13] gh-122876: Fix "End of lines" typo (GH-125310) (#130315)Miss Islington (bot)2025-02-191-1/+1
| | | | | Co-authored-by: za <za@python.or.id> Co-authored-by: Hugo van Kemenade <1324225+hugovk@users.noreply.github.com>
* [3.13] Docs: make a tutorial example more precise (GH-125066) (#125078)Miss Islington (bot)2024-10-081-11/+9
| | | | (cherry picked from commit 6e3c70c61bf961e55e9912a31ca11f61c8e2cd0c) Co-authored-by: Ned Batchelder <ned@nedbatchelder.com>
* [3.13] gh-122944: Fix incorrect prompt strings in the Python Tutorial ↵Miss Islington (bot)2024-08-121-2/+2
| | | | | | | | | | | (GH-122949) (#122954) gh-122944: Fix incorrect prompt strings in the Python Tutorial (GH-122949) In the REPL, top level comments are followed by a primary, not secondary prompt. Fix the places in the in the tutorial that use the latter. (cherry picked from commit be90648fb2de58b148dcc7553a08ca646911baf2) Co-authored-by: Damien <81557462+Damien-Chen@users.noreply.github.com>
* [3.13] gh-121905: Consistently use "floating-point" instead of "floating ↵Serhiy Storchaka2024-07-191-2/+2
| | | | | point" (GH-121907) (GH-122012) (cherry picked from commit 1a0c7b9ba48a2dffb70bb0c7327abae1d3e87356)
* GH-116271 Docs: provide clarification for object assignments in the Tutorial ↵Kerim Kabirov2024-03-041-7/+24
| | | | | | | section (#116283) Co-authored-by: Ned Batchelder <ned@nedbatchelder.com> Co-authored-by: Hugo van Kemenade <1324225+hugovk@users.noreply.github.com>
* gh-101100: Fix Sphinx warning in `tutorial/introduction.rst` (#111173)Maciej Olko2023-10-221-1/+1
|
* gh-110534 fix a URL redirect to wikipedia article on Fibonacci numbers (#110535)partev2023-10-091-1/+1
|
* gh-107017: Change Chapter Strings to Texts in the Introduction chapter. ↵TommyUnreal2023-07-241-20/+20
| | | | | | (#107104) Co-authored-by: Hugo van Kemenade <hugovk@users.noreply.github.com>
* gh-107017: Analolgy to Pascal and C replaced. (#107025)TommyUnreal2023-07-231-2/+2
| | | | Co-authored-by: Shantanu <12621235+hauntsaninja@users.noreply.github.com>
* gh-55688: Add note about ending backslashes for raw strings (#94768)Stanley2022-12-281-0/+5
| | | Co-authored-by: hauntsaninja <hauntsaninja@gmail.com>
* Fix typo in introduction.rst (#100266)Mikhail Berkov2022-12-161-1/+1
|
* doc: remove a misleading statement. (GH-98093)Julien Palard2022-10-101-2/+2
|
* Use SyntaxError invalid range in tutorial introduction example (GH-93031)Eddie Hebert2022-09-301-2/+2
| | | | | | Use output from a 3.10+ REPL, showing invalid range, for the SyntaxError examples in the tutorial introduction page. Automerge-Triggered-By: GH:iritkatriel
* bpo-34451: Document prompt and output toggle feature in html tutorial (GH-27105)Thomas2021-10-211-0/+7
|
* introduce omitted index default before using it (GH-27775)Jefferson Oliveira2021-08-171-8/+8
|
* bpo-43729: Clarify comment in tutorial example (GH-25191)Erlend Egeberg Aasland2021-05-141-1/+1
|
* bpo-14112: Allow beginners to explore shallowness in greater depth ;-) ↵Raymond Hettinger2019-08-241-1/+2
| | | | (GH-15465)
* bpo-36189: Fixing typo in tutorial introduction (GH-13090)Jonatan2019-05-041-1/+1
|
* bpo-35054: Add yet more index entries for symbols. (GH-10121)Serhiy Storchaka2018-10-281-1/+1
|
* bpo-35054: Add more index entries for symbols. (GH-10064)Serhiy Storchaka2018-10-261-0/+2
|
* bpo-33460: remove ellipsis that look like continuation prompts (GH-7851)Lew Kurtz2018-09-111-4/+10
| | | | | Remove ellipsis that look like continuation prompts, has a side benefit of putting rest of error message in proper text color.
* bpo-33892: Doc: Use gender neutral words (GH-7770)Andrés Delfino2018-06-181-10/+10
|
* Improve the String tutorial docs (GH-4541)Will White2017-11-241-7/+7
| | | | | The paragraph that contains example of string literal concatenation was placed after the section about concatenation using the '+' sign. Moved the paragraph to the appropriate section.
* bpo-31757: Make Fibonacci examples consistent (#3991)Raymond Hettinger2017-10-141-8/+10
|
* bpo-30361: Use better example for mixed-type operands (#1701)gfyoung2017-05-291-4/+2
|
* Fix small typos in introduction and datastructures of tutorial (GH-272)Jim Fasarakis-Hilliard2017-02-251-1/+1
| | | | | * Fix small typos in introduction and datastructures * Use iterable instead of L in the doc for list.extend
* Issue #23921: Standardized documentation whitespace formatting.Serhiy Storchaka2016-05-101-4/+4
|\ | | | | | | Original patch by James Edwards.
| * Issue #23921: Standardized documentation whitespace formatting.Serhiy Storchaka2016-05-101-4/+4
| | | | | | | | Original patch by James Edwards.
* | Issue #25179: Documentation for formatted string literals aka f-stringsMartin Panter2016-02-131-0/+3
|/ | | | | Some of the inspiration and wording is taken from the text of PEP 498 by Eric V. Smith, and the existing str.format() documentation.
* Issue #25179: Preparatory cleanup of existing docs on string formattingMartin Panter2016-02-081-3/+2
| | | | | | | | | * Various sections were pointing to the section on the string.Formatter class, when the section on the common format string syntax is probably more appropriate * Fix references to various format() functions and methods * Nested replacement fields may contain conversions and format specifiers, and this is tested; see Issue #19729 for instance
* Issue #25523: Correct "a" article to "an" articleMartin Panter2015-11-021-1/+1
| | | | | | This changes the main documentation, doc strings, source code comments, and a couple error messages in the test suite. In some cases the word was removed or edited some other way to fix the grammar.
* Remove UTF-8 BOMs.Serhiy Storchaka2015-05-251-1/+1
|
* Issue #23286: Fix typo in the tutorial.Berker Peksag2015-01-271-1/+1
| | | | Patch by Mayank Tripathi.
* Issue #23070: Fix a comment in the tutorial.Berker Peksag2014-12-171-1/+1
| | | | | | "Python" has 6 characters, not 7. Reported by Ross Burnett.
* Merge in all documentation changes since branching 3.4.0rc1.Larry Hastings2014-03-161-4/+4
|
* Fix typo. Found by David Pesta on docs@.Zachary Ware2014-01-141-1/+1
|
* Fix typo. Found by David Pesta on docs@.Zachary Ware2014-01-141-1/+1
|
* #18403: fix an off-by-one typo noticed by Xue Fuqiao.Ezio Melotti2013-07-081-1/+1
|
* Issue #18079: Fix a typo in the tutorial.Serhiy Storchaka2013-05-281-2/+2
|
* #14097: improve the "introduction" page of the tutorial.Ezio Melotti2013-05-201-344/+257
|
* end is a keyword argumentBenjamin Peterson2013-01-201-2/+2
|
* expressions -> argumentsBenjamin Peterson2013-01-201-6/+6
|
* Fix and add more links.Ezio Melotti2012-10-121-1/+1
|
* Issue #16015: Fix NameError doctest example in tutorial introduction.Chris Jerdonek2012-09-251-2/+1
|
* Issue #15444: Use proper spelling for non-ASCII contributor names.Antoine Pitrou2012-08-111-1/+1
| | | | Patch by Serhiy Storchaka.
* I do not think we will ever have auto-indent at the prompt, that is for ↵Georg Brandl2011-12-251-7/+7
| | | | IPython and the like.
* (no commit message)Terry Reedy2010-11-121-5/+6
|
* Extra space caught by the post-commit-hook, aka Taggnostr :)Senthil Kumaran2010-11-081-1/+1
|
* Fix Issue 10303: a small clarification in the tutorial.Senthil Kumaran2010-11-081-2/+2
|