summaryrefslogtreecommitdiffstats
path: root/Doc/tutorial
Commit message (Collapse)AuthorAgeFilesLines
* Mention inefficiency of lists as queues, add link to collections.deque ↵Georg Brandl2010-03-211-0/+5
| | | | discussion.
* Introduce copy by slicing, used in later chapters.Georg Brandl2010-03-211-0/+6
|
* Initial commit of the argparse library, based on argparse 1.1.Steven Bethard2010-03-021-1/+1
| | | | | Docs still need some updating to make getopt and optparse match the wording promised in the PEP. There are also probably a number of :class:ArgumentParser etc. links that could be added to the argparse documentation.
* #7388: "python".capitalize() in the DocEzio Melotti2009-12-192-2/+2
|
* Fix some documentation examples involving the repr of a float.Mark Dickinson2009-11-243-8/+11
|
* Issue #7369: Fibonacci series should start at 0 in tutorial example.Mark Dickinson2009-11-231-9/+9
|
* fix highlight in the datetime exampleEzio Melotti2009-11-121-2/+2
|
* Add proper references.Georg Brandl2009-10-221-6/+5
|
* #6936: for interactive use, quit() is just fine.Georg Brandl2009-09-181-1/+1
|
* #6879 - fix misstatement about exceptionsEzio Melotti2009-09-161-5/+3
|
* #6880: add reference to classes section in exceptions section, which comes ↵Georg Brandl2009-09-161-3/+4
| | | | earlier.
* Tutorial tweaks. Issue 6849.Michael Foord2009-09-131-12/+10
|
* Change to tutorial wording for reading text / binary files on Windows. Issue ↵Michael Foord2009-09-131-2/+2
| | | | #6301.
* #6777: dont discourage usage of Exception.args or promote usage of ↵Georg Brandl2009-09-041-17/+14
| | | | Exception.message.
* #6828: fix wrongly highlighted blocks.Georg Brandl2009-09-031-5/+9
|
* #6808: clarification.Georg Brandl2009-09-011-3/+3
|
* #6813: better documentation for numberless string formats.Georg Brandl2009-09-011-2/+11
|
* #6725: spell "namespace" consistently.Georg Brandl2009-08-241-3/+3
|
* Remove potentially confusing sentence in __mangling description.Georg Brandl2009-08-131-5/+2
|
* Use locale.format_string() for more than one specifier.Georg Brandl2009-08-131-2/+2
|
* Rewrite the section about classes a bit; mostly tidbits, and a larger update ↵Georg Brandl2009-07-291-71/+72
| | | | to the section about "private" variables to reflect the Pythonic consensus better.
* Fix a few markup glitches.Georg Brandl2009-07-291-9/+10
|
* Fix some markup and small factual glitches found by M. Markert.Georg Brandl2009-07-292-14/+18
|
* Add a link to readline, and mention IPython and bpython.Georg Brandl2009-07-291-4/+14
|
* #6564: fix section about the two raise syntaxes.Georg Brandl2009-07-241-4/+5
|
* #6505: fix typos.Georg Brandl2009-07-181-4/+4
|
* More Decimal quote fixing; backport of r73642Mark Dickinson2009-06-281-3/+3
|
* #6204: use a real reference instead of "see later".Georg Brandl2009-06-061-1/+1
|
* #6211: elaborate a bit on ways to call the function.Georg Brandl2009-06-061-5/+14
|
* Use preferred form of raising exceptions.Georg Brandl2009-05-301-1/+1
|
* Use raise X(y).Georg Brandl2009-05-221-3/+3
|
* part of #4144: fix exception message in console session.Georg Brandl2009-05-171-2/+2
|
* Issue #2396: backport the memoryview object.Antoine Pitrou2009-04-021-2/+2
|
* Dont shout to users.Georg Brandl2009-03-311-1/+1
|
* #5018: remove confusing paragraph.Georg Brandl2009-03-311-7/+5
|
* #1530012: move TQS section before raw strings.Georg Brandl2009-03-311-15/+14
|
* Add section numbering to some of the larger subdocuments.Georg Brandl2009-03-281-0/+1
|
* Issue #5341: Fix a variety of spelling errors.Mark Dickinson2009-02-215-7/+7
|
* revert r69777 since all the experts agree that extra import lines distract ↵Benjamin Peterson2009-02-202-4/+2
| | | | from the code
* Since we recommend one module per import line, reflect this also in theJeroen Ruigrok van der Werven2009-02-192-2/+4
| | | | documentation.
* markup fixDavid Goodger2009-01-311-1/+1
|
* Remove tabs from the documentation.Georg Brandl2009-01-032-2/+2
|
* Remove trailing whitespace.Georg Brandl2009-01-0311-45/+45
|
* #4811: fix markup glitches (mostly remains of the conversion),Georg Brandl2009-01-021-1/+1
| | | | found by Gabriel Genellina.
* pretend exceptions don't exist a while longerBenjamin Peterson2008-12-241-28/+6
|
* 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
|