summaryrefslogtreecommitdiffstats
path: root/Doc/tutorial
Commit message (Expand)AuthorAgeFilesLines
* Add detail to comment on range of random.random() (gh-111868)zipperer2023-11-091-1/+1
* gh-111406: Fix broken link to bpython's site (#111407)Zack Cerza2023-10-271-1/+1
* 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
* Update floatingpoint.rst (#110509)zipperer2023-10-081-1/+1
* gh-101100: Fix Sphinx warnings in `tutorial/controlflow.rst` (#109424)Maciej Olko2023-09-291-2/+2
* gh-101100: Fix sphinx warnings in `tutorial/appendix.rst` (#108750)Nikita Sobolev2023-09-011-4/+4
* gh-101100: Fix sphinx warnings in `tutorial/classes.rst` (#108746)Nikita Sobolev2023-09-011-1/+1
* Improve references in the tutorial (GH-108069)Serhiy Storchaka2023-08-215-47/+48
* GH-107987: Remove the Distributing Python Modules guide (#108016)Adam Turner2023-08-171-1/+3
* gh-101100: Sphinx warnings: pick the low hanging fruits (GH-107386)Serhiy Storchaka2023-07-292-3/+3
* gh-107017: Change Chapter Strings to Texts in the Introduction chapter. (#107...TommyUnreal2023-07-241-20/+20
* gh-107017: Analolgy to Pascal and C replaced. (#107025)TommyUnreal2023-07-231-2/+2
* gh-71261: Add paragraph on shadowing submodules with star imports (#107004)wulmer2023-07-231-0/+16
* gh-107017: removed mention that C does it the same way (#107020)Jakub Červinka2023-07-231-8/+15
* Reformat code block to make it easier to read (#106965)Joe Kaufeld2023-07-221-5/+14
* gh-106780: Add __match_args__ to tutorial example (#106784)Terry Jan Reedy2023-07-171-1/+7
* gh-106625 : Add missing code to tutorial 4.6 example (#106623)RustyNail2023-07-111-2/+3
* Doc: Add missing ref labels to exception groups/notes sections (#106465)C.A.M. Gerlach2023-07-061-0/+2
* gh-104479: Update outdated tutorial floating-point reference (#104681)Mark Dickinson2023-05-261-10/+13
* Python 3.13.0a0Thomas Wouters2023-05-221-5/+5
* GH-97950: Use new-style index directive ('builtin') (#104164)Adam Turner2023-05-062-2/+2
* GH-97950: Use new-style index directive ('statement') (#104162)Adam Turner2023-05-041-1/+1
* GH-97950: Use new-style index directive ('object') (#104158)Adam Turner2023-05-042-2/+2
* GH-97950: Use new-style index directive ('module') (#103996)Adam Turner2023-05-042-3/+3
* [doc] Fix error in tutorial example: type(exc) is the type rather than the in...Jens-Hilmar Bradt2023-03-221-1/+1
* gh-102703: Fix typo in modules tutorial documentation (GH-102707)Robert Prater (B. Eng)2023-03-151-1/+1
* gh-102354: change python3 to python in docs examples (#102696)Paul Watson2023-03-141-1/+1
* Misc improvements to the float tutorial (GH-102052)Raymond Hettinger2023-02-191-33/+106
* gh-100425: Update tutorial docs related to sum() accuracy (FH-101854)neuralstring2023-02-191-1/+1
* docs: replace PyPI description with link (#101506)François Magimel2023-02-031-2/+2
* gh-100633 Tutorial: Fix dataclasses import (#100638)Owain Davies2022-12-311-1/+1
* gh-55688: Add note about ending backslashes for raw strings (#94768)Stanley2022-12-281-0/+5
* gh-99908: Tutorial: Modernize the 'data-record class' example (#100499)JosephSBoyle2022-12-241-9/+15
* GH-100425: Improve accuracy of builtin sum() for float inputs (GH-100426)Raymond Hettinger2022-12-231-1/+1
* Fix typo in introduction.rst (#100266)Mikhail Berkov2022-12-161-1/+1
* gh-70393: Clarify mention of "middle" scope (#98839)Shantanu2022-12-121-2/+2
* [doc] fix typo (GH-99143)Doj2022-11-051-1/+1
* Doc: use "unnumbered" footnotes (#98954)Manuel Kaufmann2022-11-011-2/+2
* Missing PS1 prompt in tutorial example (GH-98921)Manuel Kaufmann2022-11-011-2/+3
* tutorial: remove "with single quotes" (#98204)Jelle Zijlstra2022-10-121-1/+1
* doc: remove a misleading statement. (GH-98093)Julien Palard2022-10-101-2/+2
* gh-73196: Add namespace/scope clarification for inheritance section (#92840)Stanley2022-10-071-1/+2
* gh-97654: Add auto exception chaining example to tutorial (#97703)Shahriar Heidrich2022-10-051-5/+23
* Use SyntaxError invalid range in tutorial introduction example (GH-93031)Eddie Hebert2022-09-301-2/+2
* gh-96959: Update HTTP links which are redirected to HTTPS (GH-96961)Serhiy Storchaka2022-09-241-1/+1
* gh-81039: Add small example of f-string's "=}" to tutorial (gh-92291)Stanley2022-09-211-1/+11
* gh-95413: Remove references to deprecated CGI library (#95414)partev2022-08-301-1/+1
* small grammatical change (GH-96138)sand80892022-08-211-1/+1
* Doc: Add omitted secondary prompt in inputoutput tutorial (GH-30317)Chenwei Xiao2022-07-231-1/+1