summaryrefslogtreecommitdiffstats
path: root/Doc/tutorial
Commit message (Expand)AuthorAgeFilesLines
* Merged revisions 75365,75394,75402-75403,75418,75459,75484,75592-75596,75600,...Georg Brandl2009-10-271-6/+5
* Merged revisions 74779-74786,74793,74795,74811,74860-74861,74863,74876,74886,...Benjamin Peterson2009-10-042-13/+11
* #6998: fix missing () on a printEzio Melotti2009-09-251-2/+2
* #6935: update version.Georg Brandl2009-09-181-4/+4
* Merged revisions 74817-74820,74822-74824 via svnmerge fromGeorg Brandl2009-09-161-3/+4
* Merged revisions 74277,74321,74323,74326,74355,74465,74467,74488,74492,74513,...Benjamin Peterson2009-09-111-4/+24
* Merged revisions 74542,74544-74548,74550,74554-74555,74578,74588,74590,74603,...Georg Brandl2009-09-011-6/+6
* Recorded merge of revisions 74614 via svnmerge fromGeorg Brandl2009-09-011-3/+12
* Merged revisions 74411 via svnmerge fromGeorg Brandl2009-08-131-5/+2
* Merged revisions 74404 via svnmerge fromGeorg Brandl2009-08-131-2/+2
* Fix duplicate sentence.Georg Brandl2009-08-131-3/+1
* Merged revisions 74075,74187,74197,74201,74216,74225 via svnmerge fromAlexandre Vassalotti2009-07-291-4/+4
* Merged revisions 74074,74077,74111,74188,74192-74193,74200,74252-74253,74258-...Alexandre Vassalotti2009-07-295-102/+116
* Clean-up floating point tutorial.Raymond Hettinger2009-06-281-23/+28
* Small doc fix-ups to floatingpoint.rst. More are forthcoming.Raymond Hettinger2009-06-281-5/+5
* Fix incorrect quote type on Decimal examplesMark Dickinson2009-06-281-2/+2
* Issue #6354 continued: reword confusing tutorial note on the (no-longerMark Dickinson2009-06-281-10/+3
* Issue #6354: More fixes for code examples involving the repr of a float.Mark Dickinson2009-06-283-9/+9
* bump to 3.2a0Benjamin Peterson2009-06-271-4/+4
* The key-value pairs can be lists or tuples or any iterable.Raymond Hettinger2009-06-161-1/+1
* Expand a bit on dict views.Georg Brandl2009-06-161-11/+18
* Fix markup.Georg Brandl2009-06-081-3/+3
* Elaborate encoding recommendations, and fix ambiguous wording for list compre...Georg Brandl2009-06-082-9/+13
* Merged revisions 73190,73213,73257-73258,73260,73275,73294 via svnmerge fromGeorg Brandl2009-06-081-5/+13
* #6190: Remove duplicate paragraph.Georg Brandl2009-06-031-7/+0
* Merged revisions 72703 via svnmerge fromGeorg Brandl2009-05-171-2/+2
* #4144: fix output of console sessions.Georg Brandl2009-05-171-2/+2
* Add link to math.fsum().Raymond Hettinger2009-04-261-0/+10
* Improve the rounding and summing examples.Raymond Hettinger2009-04-261-8/+18
* Remove the round() discussion which is now out-of-date.Raymond Hettinger2009-04-261-17/+2
* Remove leftover word.Georg Brandl2009-04-241-1/+1
* Update for the new float.__repr__()Raymond Hettinger2009-04-241-39/+64
* Merged revisions 70712,70714,70764-70765,70769-70771,70773,70776-70777,70788-...Benjamin Peterson2009-04-052-27/+14
* Merged revisions 70578,70599,70641-70642,70650,70660-70661,70674,70691,70697-...Benjamin Peterson2009-03-301-0/+1
* Merged revisions 69846 via svnmerge fromMark Dickinson2009-02-215-7/+7
* Merged revisions 69129-69131,69139-69140,69143,69154-69159,69169,69288-69289,...Benjamin Peterson2009-02-061-1/+1
* Issue #1717: documentation fixes related to the cmp removal.Mark Dickinson2009-02-011-19/+19
* Merged revisions 68162,68166,68171,68176,68195-68196,68210,68232 via svnmerge...Georg Brandl2009-01-031-1/+1
* Fix a few remaining problems found by rstlint.Georg Brandl2009-01-032-3/+3
* Merged revisions 68221 via svnmerge fromGeorg Brandl2009-01-032-2/+2
* Remove trailing whitespace.Georg Brandl2009-01-0312-95/+95
* Merged revisions 67889-67892,67895,67898,67904-67907,67912,67918,67920-67921,...Benjamin Peterson2008-12-271-28/+6
* #4667: fix some 2.x leftovers in the tutorial.Georg Brandl2008-12-152-3/+5
* tip-toe around dictionary keys view in the tutorialBenjamin Peterson2008-12-141-1/+1
* Forward-port r67624 and r67627.Georg Brandl2008-12-071-1/+1
* Merged revisions 67531-67532,67538,67553-67554,67556-67557,67571,67574-67575,...Georg Brandl2008-12-071-2/+6
* #4549: Mention nonlocal statement in tutorial section about scoping.Georg Brandl2008-12-051-6/+5
* Prep for Python 3.1!Barry Warsaw2008-12-033-11/+11
* Merged revisions 67117-67119,67123-67124,67143 via svnmerge fromGeorg Brandl2008-11-071-0/+35
* Issue 3412: Mention fractions and decimal in the tutorial section on floating...Raymond Hettinger2008-10-051-0/+8