summaryrefslogtreecommitdiff
path: root/Doc/tutorial/interpreter.rst
Commit message (Collapse)AuthorAgeFilesLines
* Python 3.11.0a0Pablo Galindo2021-05-031-6/+6
|
* Python 3.10.0a0 (GH-20198)Pablo Galindo2020-05-191-5/+5
|
* Update interpreter.rst (GH-17059)Jules Lasne (jlasne)2019-11-051-1/+1
| | | Fixed what seemed to be a weird phrasing.
* Doc: Add link of GNU Readline library to interpreter tutorial (GH-16152)Adorilson Bezerra2019-09-161-7/+8
|
* Improve Windows commands in tutorial (GH-14379)Steve Dower2019-06-261-6/+4
|
* Bump to 3.9.0a0Łukasz Langa2019-06-041-4/+4
|
* bpo-36008: Doc update for 3.8 migration (GH-12887)Utkarsh Gupta2019-05-131-2/+2
|
* Replace "DOS box" with link to Windows FAQ. (GH-12390)Ned Deily2019-03-241-1/+1
|
* bpo-13525: Fix incorrect encoding name in the tutorial example. (GH-6738)Serhiy Storchaka2018-05-091-2/+2
|
* Start of 3.8.0a0Ned Deily2018-01-311-4/+4
|
* Issue #29381: merge with 3.6Mariatta Wijaya2017-02-011-11/+10
|\
| * Issue #29381: Clarify ordering of UNIX shebang line as source encoding lineMariatta Wijaya2017-02-011-11/+10
| |
| * Backed out changeset 3d712292f2faMariatta Wijaya2017-02-011-14/+15
| |
| * Issue #29381: Clarify ordering of UNIX shebang line as source encoding lineMariatta Wijaya2017-02-011-15/+14
| |
* | Bump to 3.7.0a0Ned Deily2016-09-121-4/+4
|/
* Issue #26462: Merge code block fixes from 3.5Martin Panter2016-07-291-1/+3
|\
| * Issue #26462: Doc: reduce literal_block warnings, fix syntax highlighting.Martin Panter2016-07-261-1/+3
| | | | | | | | Patch by Julien Palard.
* | Issue #27178: Fix markup in tutorialBerker Peksag2016-06-011-1/+1
| | | | | | | | Patch by Nathan Harold.
* | 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.
| | * Marked keystrokes with the :kbd: role.Serhiy Storchaka2015-09-121-1/+1
| | | | | | | | | | | | Fixed the case of the "Ctrl-" prefixes.
| * | Reverting my previous commit.Yury Selivanov2015-05-301-7/+7
|/ / | | | | | | Something went horribly wrong when I was doing `hg rebase`.
* | More version bumping to 3.6.Ned Deily2015-05-271-7/+7
| | | | | | | | | | | | | | | | With the creation of the 3.5 branch earlier in the process, it is necessary to do some of the version bumps now rather than at final release time (for example, the equivalent of the 3.4->3.5 bumps in f2bf12fa22c1). (Some of those changes have already been made, for example in 30f5e7ec6afe.)
* | Issue #12602: Add missing cross-references to runpy and using/cmdline docs.Berker Peksag2014-12-101-0/+2
|\ \ | |/ | | | | Patch by Éric Araujo.
| * Issue #12602: Add missing cross-references to runpy and using/cmdline docs.Berker Peksag2014-12-101-0/+2
| | | | | | | | Patch by Éric Araujo.
* | merge from 3.4Senthil Kumaran2014-09-181-110/+3
|\ \ | |/ | | | | | | | | | | | | 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-110/+3
| | | | | | | | | | | | | | focussed and move advanced section and customization information to a separate file called appendix. Patch credits: Jamayla Wiley, Ya-Ting Huang and James Brewer.
* | Merge #20874 fix.R David Murray2014-04-151-9/+8
|\ \ | |/
| * #20874: reflow paragraph.R David Murray2014-04-151-7/+7
| |
| * #20874: update tutorial wording: sophisticated line editing is now standard.R David Murray2014-04-151-4/+3
| | | | | | | | Patch by Rafael Mejia.
* | mergeRaymond Hettinger2014-03-281-1/+1
|\ \ | |/
| * Issue 21014: Use booleans instead of 0 and 1 in examples.Raymond Hettinger2014-03-281-1/+1
| |
* | merge with 3.4Georg Brandl2014-03-231-1/+1
|\ \ | |/
| * tutorial: no "linux2" sys.platform on 3.x (thanks Arfrever)Georg Brandl2014-03-231-1/+1
| |
* | merge with 3.4Georg Brandl2014-03-221-2/+2
|\ \ | |/
| * Closes #20975: make date in the interpreter banner a little more consistentGeorg Brandl2014-03-221-2/+2
| |
* | Version bump to 3.5, step 2.Larry Hastings2014-03-161-7/+7
|/
* Bump version to 3.4.0 alpha 0.Georg Brandl2012-09-291-7/+7
|
* Issue #16015: Merge and update from 3.2.Chris Jerdonek2012-09-251-3/+5
|\
| * Issue #16015: Make welcome message more realistic in tutorial example.Chris Jerdonek2012-09-251-3/+5
| |
* | merge with 3.2Sandro Tosi2011-10-311-2/+1
|\ \ | |/
| * remove confusing paragraph (as part of r87523); thanks to AJ Hill from docs@Sandro Tosi2011-10-311-2/+1
| |
* | Merge doc changes from 3.2 (#8617, #10745).Éric Araujo2011-08-061-1/+23
|\ \ | |/ | | | | | | | | | | | | | | | | In the install and library docs, I changed the text to refer to packaging instead of distutils. I also checked that the documented paths correctly reflect what’s really defined in sysconfig; the main difference with paths defined in distutils.install is that include directories don’t end with the distribution name anymore (i.e. distutils uses include/python3.3/spam, sysconfig include/python3.3), I have no idea why.
| * Improve documentation for PEP 370 support in site module (#8617).Éric Araujo2011-08-061-1/+23
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | site.USER_BASE and site.USER_SITE are now fully documented. PEP 370 is outdated with respects to the Mac framework situation, but the code in sysconfig and the example in the 3.2 What’s New document helped me find the right values to document for Mac OS X. The command-line interface of the site module, partly documented in the 3.2 What’s New, is fully described in the module docs. The purpose of the usercustomize module is explained in the site docs, with a gentle introduction in the tutorial (right after the section that talks about PYTHONSTARTUP; a comment mentions it should be moved from the tutorial to another file, but that will be another bug). Various markup and wording improvements were made along the way in the site module docs. Duplicate and incomplete declarations of environment variables have also been removed (the original bug report was actually about these entries :). The site module docs are still a bit messy; I’ll see about improving them for #11553. All these sections are copiously interlinked and findable from the doc indexes.
* | Merge minor doc change from 3.2Éric Araujo2011-06-111-0/+2
|\ \ | |/
| * Add missing reST target to one heading in the tutorialÉric Araujo2011-06-111-0/+2
| |
* | Bump trunk to 3.3 alpha 0.Georg Brandl2011-02-201-7/+7
|/
* Remove confusing paragraph -- this is relevant only to advanced users anyway ↵Georg Brandl2010-12-281-8/+0
| | | | and does not belong into the tutorial.
* #10559: provide instructions for accessing sys.argv when first mentioned.R. David Murray2010-12-171-2/+3
|
* Update the python version in the interpreter tutorial.Ezio Melotti2010-04-201-1/+1
|