summaryrefslogtreecommitdiffstats
path: root/Doc/tutorial
Commit message (Collapse)AuthorAgeFilesLines
* Add reference to enumerate() to indices example.Georg Brandl2008-12-041-2/+5
|
* Fix grammar error; reword two paragraphsAndrew M. Kuchling2008-11-061-9/+11
|
* #4247: add "pass" examples to tutorial.Georg Brandl2008-11-061-0/+33
|
* Fix typo.Georg Brandl2008-09-161-1/+1
|
* Remove things specific to the old Macintosh, and spell "Mac OS X" consistently.Georg Brandl2008-09-133-13/+13
|
* remove duplicate targetBenjamin Peterson2008-09-131-1/+0
|
* Incorporate some suggestions by Tait Stevens.Georg Brandl2008-09-134-27/+42
|
* Use title caseAndrew M. Kuchling2008-09-131-1/+1
|
* Remove mention of backquotes in the tutorial.Georg Brandl2008-08-081-6/+1
|
* revert last revision; code was rightBenjamin Peterson2008-08-021-3/+3
|
* fix indentation that caused logic bugBenjamin Peterson2008-08-021-3/+3
|
* Shorten some overlong lines.Georg Brandl2008-07-261-3/+6
|
* nonlocal is not in 2.6.Georg Brandl2008-07-211-4/+2
|
* #3388: add a paragraph about using "with" for file objects.Georg Brandl2008-07-161-0/+10
|
* fix various doc typos #3320Benjamin Peterson2008-07-121-1/+1
|
* Better quote with single quotes.Georg Brandl2008-05-301-2/+2
|
* fix spellingBenjamin Peterson2008-05-281-2/+2
|
* update tutorial function with more appropiate one from Eric SmithBenjamin Peterson2008-05-281-2/+2
|
* update the tutorial to use str.formatBenjamin Peterson2008-05-267-32/+81
|
* Queue renaming reversal part 3: move module into place andGeorg Brandl2008-05-251-8/+8
| | | | change imports and other references. Closes #2925.
* Revert the renaming of repr to reprlib.Brett Cannon2008-05-231-3/+3
|
* Changed references to the reprlib module to use its new name.Alexandre Vassalotti2008-05-161-3/+3
|
* Fix-up docs for socketserver and queue renaming.Georg Brandl2008-05-121-1/+1
|
* reload() takes the module itself.Georg Brandl2008-05-111-1/+1
|
* Add a note about using reload().Georg Brandl2008-05-091-0/+7
|
* Typo fixAndrew M. Kuchling2008-04-151-1/+1
|
* Add *,**,@ to index, as suggested byAndrew M. Kuchling2008-04-151-0/+6
| | | | | | | | http://farmdev.com/thoughts/24/what-does-the-def-star-variable-or-def-asterisk-parameter-syntax-do-in-python-/ The right entry type to use isn't clear; operator seems wrong, because *,**,@ aren't being used in expressions here. I put them as 'statement'; 'syntax' might be better.
* Don't offend snake lovers.Georg Brandl2008-04-121-1/+1
|
* Phase out has_key usage in the tutorial; correct docs for PyMapping_HasKey*.Georg Brandl2008-03-281-4/+1
|
* Mark the descitems in the tutorial as "noindex" so that :meth: cross-refs ↵Georg Brandl2008-03-211-0/+9
| | | | don't link to them.
* Fix lots of broken links in the docs, found by Sphinx' external link checker.Georg Brandl2008-03-151-3/+3
|
* Add isinstance/issubclass to tutorial.Georg Brandl2008-03-061-0/+16
|
* Little clarification of assignments.Georg Brandl2008-03-061-8/+11
|
* It's 2.6 now.Georg Brandl2008-03-021-1/+1
|
* #2194: fix some typos.Georg Brandl2008-02-261-1/+1
|
* Don't reference pyshell.Georg Brandl2008-02-221-1/+1
|
* Demonstrate new except/as syntax.Raymond Hettinger2008-01-301-4/+4
|
* Clarify "b" mode under Unix.Georg Brandl2008-01-261-1/+2
|
* Fix issue1789: The tutorial contained a misuse of the struct module.Gregory P. Smith2008-01-241-3/+5
| | | | (also remove an unneeded import struct from test_largefile)
* #997912: acknowledge nested scopes in tutorial.Georg Brandl2008-01-211-4/+5
|
* Add blurb about executable scripts on Windows. #760657.Georg Brandl2008-01-201-0/+6
|
* Add tutorial section about coding style.Georg Brandl2008-01-062-5/+52
|
* Some cleanup in the docs.Georg Brandl2007-12-299-46/+20
|
* Argh, wrong version.Georg Brandl2007-12-151-4/+0
|
* Add note about future import needed for with statement.Georg Brandl2007-12-151-0/+4
|
* Add a section about nested listcomps to the tutorial.Georg Brandl2007-12-141-0/+42
| | | | Thanks to Ian Bruntlett and Robert Lehmann.
* Add more entries to the glossary.Georg Brandl2007-12-021-2/+2
| | | | Written by Jeff Wheeler for GHOP.
* Use a slightly more recent version than 1.5.2b2.Neal Norwitz2007-11-191-2/+2
|
* Fix misleading example.Georg Brandl2007-11-091-1/+2
|
* Make example about hiding None return values at the prompt clearer.Georg Brandl2007-10-301-1/+2
|