Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix-up docs for socketserver and queue renaming. | Georg Brandl | 2008-05-12 | 1 | -1/+1 |
| | |||||
* | reload() takes the module itself. | Georg Brandl | 2008-05-11 | 1 | -1/+1 |
| | |||||
* | Add a note about using reload(). | Georg Brandl | 2008-05-09 | 1 | -0/+7 |
| | |||||
* | Typo fix | Andrew M. Kuchling | 2008-04-15 | 1 | -1/+1 |
| | |||||
* | Add *,**,@ to index, as suggested by | Andrew M. Kuchling | 2008-04-15 | 1 | -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 Brandl | 2008-04-12 | 1 | -1/+1 |
| | |||||
* | Phase out has_key usage in the tutorial; correct docs for PyMapping_HasKey*. | Georg Brandl | 2008-03-28 | 1 | -4/+1 |
| | |||||
* | Mark the descitems in the tutorial as "noindex" so that :meth: cross-refs ↵ | Georg Brandl | 2008-03-21 | 1 | -0/+9 |
| | | | | don't link to them. | ||||
* | Fix lots of broken links in the docs, found by Sphinx' external link checker. | Georg Brandl | 2008-03-15 | 1 | -3/+3 |
| | |||||
* | Add isinstance/issubclass to tutorial. | Georg Brandl | 2008-03-06 | 1 | -0/+16 |
| | |||||
* | Little clarification of assignments. | Georg Brandl | 2008-03-06 | 1 | -8/+11 |
| | |||||
* | It's 2.6 now. | Georg Brandl | 2008-03-02 | 1 | -1/+1 |
| | |||||
* | #2194: fix some typos. | Georg Brandl | 2008-02-26 | 1 | -1/+1 |
| | |||||
* | Don't reference pyshell. | Georg Brandl | 2008-02-22 | 1 | -1/+1 |
| | |||||
* | Demonstrate new except/as syntax. | Raymond Hettinger | 2008-01-30 | 1 | -4/+4 |
| | |||||
* | Clarify "b" mode under Unix. | Georg Brandl | 2008-01-26 | 1 | -1/+2 |
| | |||||
* | Fix issue1789: The tutorial contained a misuse of the struct module. | Gregory P. Smith | 2008-01-24 | 1 | -3/+5 |
| | | | | (also remove an unneeded import struct from test_largefile) | ||||
* | #997912: acknowledge nested scopes in tutorial. | Georg Brandl | 2008-01-21 | 1 | -4/+5 |
| | |||||
* | Add blurb about executable scripts on Windows. #760657. | Georg Brandl | 2008-01-20 | 1 | -0/+6 |
| | |||||
* | Add tutorial section about coding style. | Georg Brandl | 2008-01-06 | 2 | -5/+52 |
| | |||||
* | Some cleanup in the docs. | Georg Brandl | 2007-12-29 | 9 | -46/+20 |
| | |||||
* | Argh, wrong version. | Georg Brandl | 2007-12-15 | 1 | -4/+0 |
| | |||||
* | Add note about future import needed for with statement. | Georg Brandl | 2007-12-15 | 1 | -0/+4 |
| | |||||
* | Add a section about nested listcomps to the tutorial. | Georg Brandl | 2007-12-14 | 1 | -0/+42 |
| | | | | Thanks to Ian Bruntlett and Robert Lehmann. | ||||
* | Add more entries to the glossary. | Georg Brandl | 2007-12-02 | 1 | -2/+2 |
| | | | | Written by Jeff Wheeler for GHOP. | ||||
* | Use a slightly more recent version than 1.5.2b2. | Neal Norwitz | 2007-11-19 | 1 | -2/+2 |
| | |||||
* | Fix misleading example. | Georg Brandl | 2007-11-09 | 1 | -1/+2 |
| | |||||
* | Make example about hiding None return values at the prompt clearer. | Georg Brandl | 2007-10-30 | 1 | -1/+2 |
| | |||||
* | Add :term:s for "new-style class". | Georg Brandl | 2007-10-21 | 1 | -2/+2 |
| | |||||
* | Add :term: for generators. | Georg Brandl | 2007-10-21 | 1 | -6/+6 |
| | |||||
* | Add :term:s for descriptors. | Georg Brandl | 2007-10-21 | 1 | -2/+2 |
| | |||||
* | Make a path more Unix-standardy. | Georg Brandl | 2007-10-20 | 1 | -1/+1 |
| | |||||
* | alternate -> alternative. | Georg Brandl | 2007-09-20 | 1 | -1/+1 |
| | |||||
* | Move the glossary from the tutorial to toplevel. | Georg Brandl | 2007-08-17 | 2 | -352/+2 |
| | | | | Prepare for cross-linking with the new .. glossary:: directive. | ||||
* | Note that smtplib example needs a mailserver. | Georg Brandl | 2007-08-17 | 1 | -0/+2 |
| | |||||
* | Fix problem reported by Andre Roberge. | Georg Brandl | 2007-08-17 | 1 | -5/+5 |
| | |||||
* | Move the 2.6 reST doc tree in place. | Georg Brandl | 2007-08-15 | 16 | -0/+5835 |