summaryrefslogtreecommitdiffstats
path: root/Doc/tutorial
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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
* 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 don...Georg Brandl2008-03-211-0/+9
* 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
* #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
* Add more entries to the glossary.Georg Brandl2007-12-021-2/+2
* 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
* Add :term:s for "new-style class".Georg Brandl2007-10-211-2/+2
* Add :term: for generators.Georg Brandl2007-10-211-6/+6
* Add :term:s for descriptors.Georg Brandl2007-10-211-2/+2
* Make a path more Unix-standardy.Georg Brandl2007-10-201-1/+1
* alternate -> alternative.Georg Brandl2007-09-201-1/+1
* Move the glossary from the tutorial to toplevel.Georg Brandl2007-08-172-352/+2
* Note that smtplib example needs a mailserver.Georg Brandl2007-08-171-0/+2
* Fix problem reported by Andre Roberge.Georg Brandl2007-08-171-5/+5