Commit message (Expand) | 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 |
* | | 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 | Senthil Kumaran | 2012-08-12 | 1 | -3/+16 |
* | | 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 |
|\ \ | |/ | |||||
| * | Issue #15444: Use proper spelling for non-ASCII contributor names. | Antoine Pitrou | 2012-08-11 | 1 | -1/+1 |
* | | 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 |
* | | 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 T... | Senthil Kumaran | 2012-03-09 | 1 | -1/+3 |
* | | 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 IPyth... | Georg Brandl | 2011-12-25 | 1 | -7/+7 |
* | | #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 instance... | Georg Brandl | 2011-10-08 | 1 | -8/+16 |
* | | | 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 |
| |\ \ \ | | | |/ | | |/| | |||||
| | * | | Improve documentation for PEP 370 support in site module (#8617). | Éric Araujo | 2011-08-05 | 2 | -4/+27 |
* | | | | Merge with 3.2. | Georg Brandl | 2011-08-08 | 1 | -0/+3 |
|\ \ \ \ | |/ / / |/| | / | | |/ | |/| | |||||
| * | | Confirm that the prime example is actually correct. We get so many complaint... | Georg Brandl | 2011-08-08 | 1 | -0/+3 |
| |/ |