Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | gh-101100: Fix sphinx warnings in `tutorial/appendix.rst` (#108750) | Nikita Sobolev | 2023-09-01 | 1 | -4/+4 |
| | | | Co-authored-by: Hugo van Kemenade <hugovk@users.noreply.github.com> | ||||
* | gh-101100: Fix sphinx warnings in `tutorial/classes.rst` (#108746) | Nikita Sobolev | 2023-09-01 | 1 | -1/+1 |
| | |||||
* | Improve references in the tutorial (GH-108069) | Serhiy Storchaka | 2023-08-21 | 5 | -47/+48 |
| | | | | | * Use full qualified names for references (even if they do not work now, they will work in future). * Silence references to examples. | ||||
* | GH-107987: Remove the Distributing Python Modules guide (#108016) | Adam Turner | 2023-08-17 | 1 | -1/+3 |
| | |||||
* | gh-101100: Sphinx warnings: pick the low hanging fruits (GH-107386) | Serhiy Storchaka | 2023-07-29 | 2 | -3/+3 |
| | |||||
* | gh-107017: Change Chapter Strings to Texts in the Introduction chapter. ↵ | TommyUnreal | 2023-07-24 | 1 | -20/+20 |
| | | | | | | (#107104) Co-authored-by: Hugo van Kemenade <hugovk@users.noreply.github.com> | ||||
* | gh-107017: Analolgy to Pascal and C replaced. (#107025) | TommyUnreal | 2023-07-23 | 1 | -2/+2 |
| | | | | Co-authored-by: Shantanu <12621235+hauntsaninja@users.noreply.github.com> | ||||
* | gh-71261: Add paragraph on shadowing submodules with star imports (#107004) | wulmer | 2023-07-23 | 1 | -0/+16 |
| | |||||
* | gh-107017: removed mention that C does it the same way (#107020) | Jakub Červinka | 2023-07-23 | 1 | -8/+15 |
| | |||||
* | Reformat code block to make it easier to read (#106965) | Joe Kaufeld | 2023-07-22 | 1 | -5/+14 |
| | |||||
* | gh-106780: Add __match_args__ to tutorial example (#106784) | Terry Jan Reedy | 2023-07-17 | 1 | -1/+7 |
| | | | | | Add Point definition with this attribute before example that needs it. | ||||
* | gh-106625 : Add missing code to tutorial 4.6 example (#106623) | RustyNail | 2023-07-11 | 1 | -2/+3 |
| | | | | | | | | | | | | | | | * Added missing import statement. * Update Doc/tutorial/controlflow.rst * Update Doc/tutorial/controlflow.rst * Update controlflow.rst * Make point regular class with __init__. --------- Co-authored-by: Terry Jan Reedy <tjreedy@udel.edu> | ||||
* | Doc: Add missing ref labels to exception groups/notes sections (#106465) | C.A.M. Gerlach | 2023-07-06 | 1 | -0/+2 |
| | |||||
* | gh-104479: Update outdated tutorial floating-point reference (#104681) | Mark Dickinson | 2023-05-26 | 1 | -10/+13 |
| | |||||
* | Python 3.13.0a0 | Thomas Wouters | 2023-05-22 | 1 | -5/+5 |
| | |||||
* | GH-97950: Use new-style index directive ('builtin') (#104164) | Adam Turner | 2023-05-06 | 2 | -2/+2 |
| | | | | | | | | | | | | | * Uncomment builtin removal in pairindextypes * Use new-style index directive ('builtin') - C API * Use new-style index directive ('builtin') - Extending * Use new-style index directive ('builtin') - Library * Use new-style index directive ('builtin') - Reference * Use new-style index directive ('builtin') - Tutorial | ||||
* | GH-97950: Use new-style index directive ('statement') (#104162) | Adam Turner | 2023-05-04 | 1 | -1/+1 |
| | |||||
* | GH-97950: Use new-style index directive ('object') (#104158) | Adam Turner | 2023-05-04 | 2 | -2/+2 |
| | | | | | | | | | | | * Uncomment object removal in pairindextypes * Use new-style index directive ('object') - C API * Use new-style index directive ('object') - Library * Use new-style index directive ('object') - Reference * Use new-style index directive ('object') - Tutorial | ||||
* | GH-97950: Use new-style index directive ('module') (#103996) | Adam Turner | 2023-05-04 | 2 | -3/+3 |
| | | | | | | | | | | | | | | | | | * Use new-style index directive ('module') - C API * Use new-style index directive ('module') - Library * Use new-style index directive ('module') - Reference * Use new-style index directive ('module') - Tutorial * Uncomment module removal in pairindextypes * Use new-style index directive ('module') - C API * Use new-style index directive ('module') - Library * Use new-style index directive ('module') - Reference | ||||
* | [doc] Fix error in tutorial example: type(exc) is the type rather than the ↵ | Jens-Hilmar Bradt | 2023-03-22 | 1 | -1/+1 |
| | | | | instance (#102751) | ||||
* | gh-102703: Fix typo in modules tutorial documentation (GH-102707) | Robert Prater (B. Eng) | 2023-03-15 | 1 | -1/+1 |
| | | | | | | | | | **Before** This prevents directories with a common name, such as ``string``, unintentionally hiding ... **After** This prevents directories with a common name, such as ``string``, from unintentionally hiding ... | ||||
* | gh-102354: change python3 to python in docs examples (#102696) | Paul Watson | 2023-03-14 | 1 | -1/+1 |
| | |||||
* | Misc improvements to the float tutorial (GH-102052) | Raymond Hettinger | 2023-02-19 | 1 | -33/+106 |
| | |||||
* | gh-100425: Update tutorial docs related to sum() accuracy (FH-101854) | neuralstring | 2023-02-19 | 1 | -1/+1 |
| | |||||
* | docs: replace PyPI description with link (#101506) | François Magimel | 2023-02-03 | 1 | -2/+2 |
| | |||||
* | gh-100633 Tutorial: Fix dataclasses import (#100638) | Owain Davies | 2022-12-31 | 1 | -1/+1 |
| | | | import dataclass not dataclasses from dataclasses | ||||
* | gh-55688: Add note about ending backslashes for raw strings (#94768) | Stanley | 2022-12-28 | 1 | -0/+5 |
| | | | Co-authored-by: hauntsaninja <hauntsaninja@gmail.com> | ||||
* | gh-99908: Tutorial: Modernize the 'data-record class' example (#100499) | JosephSBoyle | 2022-12-24 | 1 | -9/+15 |
| | | | Co-authored-by: Alex Waygood <Alex.Waygood@Gmail.com> | ||||
* | GH-100425: Improve accuracy of builtin sum() for float inputs (GH-100426) | Raymond Hettinger | 2022-12-23 | 1 | -1/+1 |
| | |||||
* | Fix typo in introduction.rst (#100266) | Mikhail Berkov | 2022-12-16 | 1 | -1/+1 |
| | |||||
* | gh-70393: Clarify mention of "middle" scope (#98839) | Shantanu | 2022-12-12 | 1 | -2/+2 |
| | |||||
* | [doc] fix typo (GH-99143) | Doj | 2022-11-05 | 1 | -1/+1 |
| | |||||
* | Doc: use "unnumbered" footnotes (#98954) | Manuel Kaufmann | 2022-11-01 | 1 | -2/+2 |
| | | | | | Use unnumbered footnote in this file to avoid reseting the footnotes numbering. Example: when building the tutorial into a PDF and using `latex_show_urls = "footnotes"`; this footnote become the number 8. However, without this change, the footnote shows the number 1. | ||||
* | Missing PS1 prompt in tutorial example (GH-98921) | Manuel Kaufmann | 2022-11-01 | 1 | -2/+3 |
| | |||||
* | tutorial: remove "with single quotes" (#98204) | Jelle Zijlstra | 2022-10-12 | 1 | -1/+1 |
| | | | | | | Closes #91856. On Windows double quotes are sometimes better, on Unix usually single quotes. It's not our place to explain that, so just don't. | ||||
* | doc: remove a misleading statement. (GH-98093) | Julien Palard | 2022-10-10 | 1 | -2/+2 |
| | |||||
* | gh-73196: Add namespace/scope clarification for inheritance section (#92840) | Stanley | 2022-10-07 | 1 | -1/+2 |
| | | | Add namespace/scope clarification for inheritance section | ||||
* | gh-97654: Add auto exception chaining example to tutorial (#97703) | Shahriar Heidrich | 2022-10-05 | 1 | -5/+23 |
| | | | Add auto exception chaining example to tutorial | ||||
* | Use SyntaxError invalid range in tutorial introduction example (GH-93031) | Eddie Hebert | 2022-09-30 | 1 | -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 | ||||
* | gh-96959: Update HTTP links which are redirected to HTTPS (GH-96961) | Serhiy Storchaka | 2022-09-24 | 1 | -1/+1 |
| | |||||
* | gh-81039: Add small example of f-string's "=}" to tutorial (gh-92291) | Stanley | 2022-09-21 | 1 | -1/+11 |
| | |||||
* | gh-95413: Remove references to deprecated CGI library (#95414) | partev | 2022-08-30 | 1 | -1/+1 |
| | |||||
* | small grammatical change (GH-96138) | sand8089 | 2022-08-21 | 1 | -1/+1 |
| | | | changed a to an under An example that uses most of the list methods | ||||
* | Doc: Add omitted secondary prompt in inputoutput tutorial (GH-30317) | Chenwei Xiao | 2022-07-23 | 1 | -1/+1 |
| | | | For the continuation lines, "..." should present as secondary prompt | ||||
* | Fix copy-friendliness of tutorial example (GH-93424) | Chenwei Xiao | 2022-07-22 | 1 | -0/+1 |
| | |||||
* | Tutorial sys.argv example should not have interactive prompt (GH-94880) | Marco Buttu | 2022-07-16 | 1 | -4/+8 |
| | |||||
* | Docs: remove redundant "adverb-adjective" hyphens from compound modifiers ↵ | Ned Batchelder | 2022-07-05 | 2 | -2/+2 |
| | | | | | (GH-94551) Discussion: https://discuss.python.org/t/slight-grammar-fix-throughout-adverbs-dont-need-hyphen/17021 | ||||
* | Docs: Update SyntaxError message in REPL example for list comprehension ↵ | Cheryl Sabella | 2022-06-29 | 1 | -3/+3 |
| | | | | (GH-93901) | ||||
* | gh-61585: Clarify import scope in modules tutorial (GH-93455) | Stanley | 2022-06-28 | 1 | -10/+11 |
| | | | | Co-authored-by: Adam Turner <9087854+AA-Turner@users.noreply.github.com> Co-authored-by: CAM Gerlach <CAM.Gerlach@Gerlach.CAM> | ||||
* | gh-94226: Remove the locale.format() function (#94229) | Victor Stinner | 2022-06-26 | 1 | -1/+1 |
| | | | | | | | Remove the locale.format() function, deprecated in Python 3.7: use locale.format_string() instead. Remove TestFormatPatternArg test case: it is irrelevant for locale.format_string() which accepts complex formats. |