Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Drop double newlines printed in some file iteration examples. | Andrew Svetlov | 2012-12-08 | 1 | -2/+2 |
| | | | | Patch by Steven Kryskalla. | ||||
* | Update section about dir() in the tutorial. | Ezio Melotti | 2012-11-17 | 1 | -33/+41 |
| | |||||
* | Rephrase a sentence in the set and dict comprehensions tutorial page. | Ezio Melotti | 2012-11-17 | 1 | -3/+3 |
| | |||||
* | Improve FAQ link in documentation (for issue #16435). | Chris Jerdonek | 2012-11-10 | 1 | -3/+2 |
| | |||||
* | Issue #16435: Link in tutorial now points to python3 FAQ. | Andrew Svetlov | 2012-11-08 | 1 | -7/+5 |
| | | | | Thanks to Yongzhi Pan from docs@ | ||||
* | Issue #14893: Add function annotation example to function tutorial. | Andrew Svetlov | 2012-11-01 | 1 | -0/+34 |
| | | | | Patch by Zachary Ware. | ||||
* | Remove unneeded "Release" and "Date" markers from doc index pages. | Chris Jerdonek | 2012-10-28 | 1 | -3/+0 |
| | |||||
* | Closes #16294: 8 space indent in tutorial | Jesus Cea | 2012-10-22 | 1 | -2/+2 |
| | |||||
* | Clarify universal-newline wording in tutorial (issue #16266). | Chris Jerdonek | 2012-10-18 | 1 | -3/+4 |
| | |||||
* | Issue #16265: Fix collapsing of code sample in tutorial. | Andrew Svetlov | 2012-10-17 | 1 | -1/+1 |
| | | | | Thanks to Yongzhi Pan from docs@ | ||||
* | Issue #16225: Add additional note to tutorial about changing sequence while ↵ | Chris Jerdonek | 2012-10-16 | 2 | -11/+24 |
| | | | | looping. | ||||
* | Fix links to the __next__ method. | Ezio Melotti | 2012-10-12 | 1 | -9/+9 |
| | |||||
* | 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: Make welcome message more realistic in tutorial example. | Chris Jerdonek | 2012-09-25 | 1 | -3/+5 |
| | |||||
* | Issue #16015: Fix NameError doctest example in tutorial introduction. | Chris Jerdonek | 2012-09-25 | 1 | -2/+1 |
| | |||||
* | #16019, #16020: fix syntax highlight. | Ezio Melotti | 2012-09-24 | 1 | -2/+6 |
| | |||||
* | #16017: capitalize URLs. | Ezio Melotti | 2012-09-24 | 1 | -1/+1 |
| | |||||
* | tutorial typo fix | Eli Bendersky | 2012-08-18 | 1 | -1/+1 |
| | |||||
* | fix typo | Sandro Tosi | 2012-08-14 | 1 | -1/+1 |
| | |||||
* | Issue #15630: Add an example for "continue" statement in the tutorial. Patch by | Senthil Kumaran | 2012-08-12 | 1 | -3/+16 |
| | | | | Daniel Ellis. | ||||
* | 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. | ||||
* | add missing period; thanks to Gaston Fiore from docs@ | Sandro Tosi | 2012-08-04 | 1 | -1/+1 |
| | |||||
* | #14840: Add a bit on the difference between tuples and lists. Initial patch ↵ | Ezio Melotti | 2012-06-17 | 1 | -9/+21 |
| | | | | by Zachary Ware. | ||||
* | 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 |
| | |||||
* | Issue #11948: clarify modules search path | Sandro Tosi | 2012-01-19 | 1 | -18/+16 |
| | |||||
* | Minor correction. #11418 | Terry Jan Reedy | 2012-01-11 | 1 | -2/+2 |
| | |||||
* | 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: clarify tutorial section about keyword arguments. | Ezio Melotti | 2011-12-13 | 1 | -18/+23 |
| | |||||
* | #13549: improve tutorial section about listcomps. | Ezio Melotti | 2011-12-13 | 1 | -72/+102 |
| | |||||
* | remove confusing paragraph (as part of r87523); thanks to AJ Hill from docs@ | Sandro Tosi | 2011-10-31 | 1 | -2/+1 |
| | |||||
* | Remove duplication. | Ezio Melotti | 2011-10-19 | 1 | -1/+1 |
| | |||||
* | Branch merge | Éric Araujo | 2011-08-09 | 2 | -4/+27 |
|\ | |||||
| * | 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. | ||||
* | | 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. | ||||
* | Make indentation comply with our style guide and the rest of the file | Éric Araujo | 2011-07-26 | 1 | -14/+14 |
| | |||||
* | Issue 12086: add example showing how to use name mangling. | Raymond Hettinger | 2011-06-25 | 1 | -0/+22 |
| | |||||
* | Fix closes Issue12359 - Removing a confusing sentence from the previous change. | Senthil Kumaran | 2011-06-20 | 1 | -7/+7 |
| | |||||
* | minor space nit. | Senthil Kumaran | 2011-06-20 | 1 | -1/+1 |
| | |||||
* | Fix closes Issue12359 - Minor update to module import description. | Senthil Kumaran | 2011-06-20 | 1 | -7/+8 |
| | |||||
* | Add missing reST target to one heading in the tutorial | Éric Araujo | 2011-06-11 | 1 | -0/+2 |
| | |||||
* | Split combined code/doctest code blocks in two blocks, to enable proper ↵ | Georg Brandl | 2011-05-01 | 1 | -2/+5 |
| | | | | highlighting. | ||||
* | Merge 3.1 | Éric Araujo | 2011-03-26 | 1 | -4/+1 |
|\ | |||||
| * | Remove untrue statement from tutorial | Éric Araujo | 2011-03-25 | 1 | -4/+1 |
| | | |||||
* | | Merge with 3.1. | Ezio Melotti | 2011-03-13 | 1 | -20/+19 |
|\ \ | |/ | |||||
| * | Fix markup in inputoutput.rst. | Ezio Melotti | 2011-03-13 | 1 | -16/+17 |
| | | |||||
* | | Merge doc fixes. | Georg Brandl | 2011-03-06 | 1 | -5/+3 |
|\ \ | |/ | |||||
| * | #11405: do not reference the string module again for its deprecated ↵ | Georg Brandl | 2011-03-06 | 1 | -5/+3 |
| | | | | | | | | functions, only for Template class. | ||||
| * | Merged revisions ↵ | Georg Brandl | 2011-02-25 | 1 | -8/+0 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 87101,87146,87156,87172,87175,87371,87378,87522-87524,87526-87528,87530-87536,87581 via svnmerge from svn+ssh://svn.python.org/python/branches/py3k ........ r87101 | georg.brandl | 2010-12-06 23:02:48 +0100 (Mo, 06 Dez 2010) | 1 line Remove visible XXX comments. ........ r87146 | georg.brandl | 2010-12-09 19:08:43 +0100 (Do, 09 Dez 2010) | 1 line Fix "seperate". ........ r87156 | georg.brandl | 2010-12-10 11:01:44 +0100 (Fr, 10 Dez 2010) | 1 line #10668: fix wrong call of __init__. ........ r87172 | georg.brandl | 2010-12-11 20:10:30 +0100 (Sa, 11 Dez 2010) | 1 line Avoid AttributeError(_closed) when a TemporaryDirectory is deallocated whose mkdtemp call failed. ........ r87175 | georg.brandl | 2010-12-11 23:19:34 +0100 (Sa, 11 Dez 2010) | 1 line Fix markup. ........ r87371 | georg.brandl | 2010-12-18 17:21:58 +0100 (Sa, 18 Dez 2010) | 1 line Fix typo. ........ r87378 | georg.brandl | 2010-12-18 18:51:28 +0100 (Sa, 18 Dez 2010) | 1 line #10723: add missing builtin exceptions. ........ r87522 | georg.brandl | 2010-12-28 10:16:12 +0100 (Di, 28 Dez 2010) | 1 line Replace sys.maxint mention by sys.maxsize. ........ r87523 | georg.brandl | 2010-12-28 10:18:24 +0100 (Di, 28 Dez 2010) | 1 line Remove confusing paragraph -- this is relevant only to advanced users anyway and does not belong into the tutorial. ........ r87524 | georg.brandl | 2010-12-28 10:29:19 +0100 (Di, 28 Dez 2010) | 1 line Fix advice: call PyType_Ready to fill in ob_type of custom types. ........ r87526 | georg.brandl | 2010-12-28 11:38:33 +0100 (Di, 28 Dez 2010) | 1 line #10777: fix iteration over dict keys while mutating the dict. ........ r87527 | georg.brandl | 2010-12-28 11:56:20 +0100 (Di, 28 Dez 2010) | 1 line #10768: fix ScrolledText widget construction, and make the example work from the interactive shell. ........ r87528 | georg.brandl | 2010-12-28 12:02:12 +0100 (Di, 28 Dez 2010) | 1 line Add news entry and clarify another. ........ r87530 | georg.brandl | 2010-12-28 12:06:07 +0100 (Di, 28 Dez 2010) | 1 line #10767: update README in crashers; not all may have a bug entry and/or be fixed. ........ r87531 | georg.brandl | 2010-12-28 12:08:17 +0100 (Di, 28 Dez 2010) | 1 line #10742: document readonly attribute of memoryviews. ........ r87532 | georg.brandl | 2010-12-28 12:15:49 +0100 (Di, 28 Dez 2010) | 1 line #10781: clarify that *encoding* is not a parameter for Node objects in general. ........ r87533 | georg.brandl | 2010-12-28 12:38:12 +0100 (Di, 28 Dez 2010) | 1 line Remove history; adapt a bit more to reST, since this will once be part of the dev guide. ........ r87534 | georg.brandl | 2010-12-28 12:48:53 +0100 (Di, 28 Dez 2010) | 1 line Rewrap. ........ r87535 | georg.brandl | 2010-12-28 12:49:41 +0100 (Di, 28 Dez 2010) | 1 line #10739: document that on Windows, socket.makefile() does not make a file that has a true file descriptor usable where such a thing is expected. ........ r87536 | georg.brandl | 2010-12-28 12:53:25 +0100 (Di, 28 Dez 2010) | 1 line #10609: fix non-working dbm example. ........ r87581 | georg.brandl | 2010-12-30 18:36:17 +0100 (Do, 30 Dez 2010) | 1 line Fix NameErrors. ........ |