summaryrefslogtreecommitdiffstats
path: root/Doc/tutorial
Commit message (Expand)AuthorAgeFilesLines
* Improve documentation for PEP 370 support in site module (#8617).Éric Araujo2011-08-192-4/+27
* Confirm that the prime example is actually correct. We get so many complaint...Georg Brandl2011-08-081-0/+3
* Backout duplicate changeset ed34ca4e639cÉric Araujo2011-07-291-2/+0
* Add missing reST target to one heading in the tutorialÉric Araujo2011-06-111-0/+2
* Make indentation comply with our style guide and the rest of the fileÉric Araujo2011-07-261-14/+14
* Add missing reST target to one heading in the tutorialÉric Araujo2011-07-291-0/+2
* Issue 12086: add example showing how to use name mangling.Raymond Hettinger2011-06-251-0/+22
* merge 3.2 - Fix closes Issue12359 - Removing a confusing sentence from the pr...Senthil Kumaran2011-06-201-7/+7
* Fix issue12359. Minor doc update on import module description.Senthil Kumaran2011-06-201-7/+8
* #12092: backport rephrasing of a paragraph in the tutorial.Ezio Melotti2011-05-171-4/+3
* Split combined code/doctest code blocks in two blocks, to enable proper highl...Georg Brandl2011-05-011-2/+5
* Remove untrue statement from tutorialÉric Araujo2011-03-261-4/+1
* Fix typo spotted by Sandro TosiÉric Araujo2011-03-221-1/+1
* Fix markup in inputoutput.rst.Ezio Melotti2011-03-131-16/+17
* #11405: do not reference the string module again for its deprecated functions...Georg Brandl2011-03-061-3/+4
* Merged revisions 87050,87101,87146,87156,87172,87175,87371,87378,87522-87524,...Georg Brandl2011-02-251-8/+0
* Issue #11304: Input/output tutorial - PI is rounded not truncated.Raymond Hettinger2011-02-241-1/+1
* Merged revisions 86542,87136,87216,87221,87228,87256,87337-87338,87372,87516,...R. David Murray2011-02-111-2/+3
* Merged revisions 86794,86798,86801 via svnmerge fromGeorg Brandl2010-11-261-3/+3
* Merged revisions 85617-85622,85624,85626-85627,85629,85631,85635-85636,85638-...Georg Brandl2010-11-261-17/+18
* Merged revisions 85530,85534,85538,85540-85542 via svnmerge fromGeorg Brandl2010-11-261-1/+2
* Merged revisions 86310 via svnmerge fromSenthil Kumaran2010-11-081-0/+7
* Clarify.Georg Brandl2010-11-051-1/+2
* #8267: Use sorted() to get a sorted list of dict keys.Georg Brandl2010-10-152-5/+5
* More tweaks to floating-point section of the tutorial.Mark Dickinson2010-08-041-32/+34
* Merged revisions 83536,83546-83548,83550,83554-83555,83558,83563,83565,83571,...Georg Brandl2010-08-021-1/+1
* Merged revisions 82965 via svnmerge fromGeorg Brandl2010-08-011-2/+5
* Update the floating-point section of the tutorial for the short float repr.Mark Dickinson2010-07-301-51/+56
* Confusing punctuation.Georg Brandl2010-06-271-1/+1
* Fix punctuation.Georg Brandl2010-06-121-1/+1
* #8346: update version.Georg Brandl2010-04-101-3/+3
* Revert r79179 and merge r75584 to explain how to implement a queue using coll...Ezio Melotti2010-03-311-14/+13
* Mention inefficiency of lists as queues, add link to collections.deque discus...Georg Brandl2010-03-211-0/+5
* 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
* #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 ea...Georg Brandl2009-09-161-3/+4
* 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
* #6777: dont discourage usage of Exception.args or promote usage of Exception....Georg Brandl2009-09-041-17/+14
* #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