summaryrefslogtreecommitdiffstats
path: root/Doc/tutorial
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* 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
| | | | Prepare for cross-linking with the new .. glossary:: directive.
* 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
|
* Move the 2.6 reST doc tree in place.Georg Brandl2007-08-1516-0/+5835