Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Bump version to 3.4.0 alpha 0. | Georg Brandl | 2012-09-29 | 3 | -9/+9 |
| | |||||
* | Close issue #16073: merge fix from 3.2. | Chris Jerdonek | 2012-09-28 | 1 | -1/+1 |
|\ | |||||
| * | Close issue #16073: fix map() example in list comprehension documentation. | Chris Jerdonek | 2012-09-28 | 1 | -1/+1 |
| | | | | | | | | Thanks for the e-mail report to docs@. | ||||
* | | Issue #16015: Merge and update from 3.2. | Chris Jerdonek | 2012-09-25 | 1 | -3/+5 |
|\ \ | |/ | |||||
| * | Issue #16015: Make welcome message more realistic in tutorial example. | Chris Jerdonek | 2012-09-25 | 1 | -3/+5 |
| | | |||||
* | | Issue #16015: Merge fix from 3.2. | Chris Jerdonek | 2012-09-25 | 1 | -2/+1 |
|\ \ | |/ | |||||
| * | Issue #16015: Fix NameError doctest example in tutorial introduction. | Chris Jerdonek | 2012-09-25 | 1 | -2/+1 |
| | | |||||
* | | #16019, #16020: merge with 3.2. | Ezio Melotti | 2012-09-24 | 1 | -2/+6 |
|\ \ | |/ | |||||
| * | #16019, #16020: fix syntax highlight. | Ezio Melotti | 2012-09-24 | 1 | -2/+6 |
| | | |||||
* | | #16017: merge with 3.2. | Ezio Melotti | 2012-09-24 | 1 | -1/+1 |
|\ \ | |/ | |||||
| * | #16017: capitalize URLs. | Ezio Melotti | 2012-09-24 | 1 | -1/+1 |
| | | |||||
* | | Merge 3.2: tutorial typo fix | Eli Bendersky | 2012-08-18 | 1 | -1/+1 |
|\ \ | |/ | |||||
| * | tutorial typo fix | Eli Bendersky | 2012-08-18 | 1 | -1/+1 |
| | | |||||
* | | merge with 3.2 | Sandro Tosi | 2012-08-14 | 1 | -1/+1 |
|\ \ | |/ | |||||
| * | fix typo | Sandro Tosi | 2012-08-14 | 1 | -1/+1 |
| | | |||||
* | | merge from 3.2 | Senthil Kumaran | 2012-08-12 | 1 | -3/+16 |
|\ \ | |/ | | | | | | | Issue #15630: Add an example for "continue" statement in the tutorial. Patch by Daniel Ellis. | ||||
| * | Issue #15630: Add an example for "continue" statement in the tutorial. Patch by | Senthil Kumaran | 2012-08-12 | 1 | -3/+16 |
| | | | | | | | | Daniel Ellis. | ||||
* | | merge with 3.2 | Sandro Tosi | 2012-08-12 | 1 | -1/+1 |
|\ \ | |/ | |||||
| * | zip() returns an iterator, make a list() of it; thanks to Martin from docs@ | Sandro Tosi | 2012-08-12 | 1 | -1/+1 |
| | | |||||
* | | Issue #15444: Use proper spelling for non-ASCII contributor names. | Antoine Pitrou | 2012-08-11 | 1 | -1/+1 |
|\ \ | |/ | | | | | Patch by Serhiy Storchaka. | ||||
| * | Issue #15444: Use proper spelling for non-ASCII contributor names. | Antoine Pitrou | 2012-08-11 | 1 | -1/+1 |
| | | | | | | | | Patch by Serhiy Storchaka. | ||||
* | | merge with 3.2 | Sandro Tosi | 2012-08-04 | 1 | -1/+1 |
|\ \ | |/ | |||||
| * | add missing period; thanks to Gaston Fiore from docs@ | Sandro Tosi | 2012-08-04 | 1 | -1/+1 |
| | | |||||
* | | #14840: merge with 3.2. | Ezio Melotti | 2012-06-17 | 1 | -9/+21 |
|\ \ | |/ | |||||
| * | #14840: Add a bit on the difference between tuples and lists. Initial patch ↵ | Ezio Melotti | 2012-06-17 | 1 | -9/+21 |
| | | | | | | | | by Zachary Ware. | ||||
* | | Merge from 3.2 | Nick Coghlan | 2012-06-07 | 1 | -0/+7 |
|\ \ | |/ | |||||
| * | Nudge readers towards a more accurate mental model for loop else clauses | Nick Coghlan | 2012-06-07 | 1 | -0/+7 |
| | | |||||
| * | Fix closes Issue: 14217 - 3.2 branch | Senthil Kumaran | 2012-03-09 | 1 | -1/+4 |
| | | |||||
* | | Fix closes Issue: 14217 - Appropriate sphinx directive for output. Patch by ↵ | Senthil Kumaran | 2012-03-09 | 1 | -1/+3 |
| | | | | | | | | Tshepang Lekhonkhobe | ||||
* | | Issue #11948: merge with 3.2 | Sandro Tosi | 2012-01-19 | 1 | -18/+16 |
|\ \ | |/ | |||||
| * | Issue #11948: clarify modules search path | Sandro Tosi | 2012-01-19 | 1 | -18/+16 |
| | | |||||
* | | Merge with 3.2 | Terry Jan Reedy | 2012-01-11 | 1 | -2/+2 |
|\ \ | |/ | |||||
| * | Minor correction. #11418 | Terry Jan Reedy | 2012-01-11 | 1 | -2/+2 |
| | | |||||
* | | merge with 3.2 | Georg Brandl | 2011-12-25 | 1 | -7/+7 |
|\ \ | |/ | |||||
| * | I do not think we will ever have auto-indent at the prompt, that is for ↵ | Georg Brandl | 2011-12-25 | 1 | -7/+7 |
| | | | | | | | | IPython and the like. | ||||
* | | #6570: merge with 3.2. | Ezio Melotti | 2011-12-13 | 1 | -18/+23 |
|\ \ | |/ | |||||
| * | #6570: clarify tutorial section about keyword arguments. | Ezio Melotti | 2011-12-13 | 1 | -18/+23 |
| | | |||||
* | | #13549: merge with 3.2. | Ezio Melotti | 2011-12-13 | 1 | -72/+102 |
|\ \ | |/ | |||||
| * | #13549: improve tutorial section about listcomps. | Ezio Melotti | 2011-12-13 | 1 | -72/+102 |
| | | |||||
* | | merge with 3.2 | Sandro Tosi | 2011-10-31 | 1 | -2/+1 |
|\ \ | |/ | |||||
| * | remove confusing paragraph (as part of r87523); thanks to AJ Hill from docs@ | Sandro Tosi | 2011-10-31 | 1 | -2/+1 |
| | | |||||
* | | Merge with 3.2. | Ezio Melotti | 2011-10-19 | 1 | -1/+1 |
|\ \ | |/ | |||||
| * | Remove duplication. | Ezio Melotti | 2011-10-19 | 1 | -1/+1 |
| | | |||||
| * | Branch merge | Éric Araujo | 2011-08-09 | 2 | -4/+27 |
| |\ | |||||
* | | | Closes #12192: Document that mutating list methods do not return the ↵ | Georg Brandl | 2011-10-08 | 1 | -8/+16 |
| | | | | | | | | | | | | instance (original patch by Mike Hoy). | ||||
* | | | Branch merge | Éric Araujo | 2011-08-09 | 2 | -4/+27 |
|\ \ \ | |||||
| * \ \ | Merge doc changes from 3.2 (#8617, #10745). | Éric Araujo | 2011-08-06 | 2 | -4/+27 |
| |\ \ \ | | | |/ | | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 Araujo | 2011-08-05 | 2 | -4/+27 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 with 3.2. | Georg Brandl | 2011-08-08 | 1 | -0/+3 |
|\ \ \ \ | |/ / / |/| | / | | |/ | |/| | |||||
| * | | Confirm that the prime example is actually correct. We get so many ↵ | Georg Brandl | 2011-08-08 | 1 | -0/+3 |
| |/ | | | | | | | complaints about a "buggy example" on docs@python, let us hope this cuts them in half at least. |