| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove untrue statement from tutorial | Éric Araujo | 2011-03-26 | 1 | -4/+1 |
|
|
* | Fix typo spotted by Sandro Tosi | Éric Araujo | 2011-03-22 | 1 | -1/+1 |
|
|
* | Fix markup in inputoutput.rst. | Ezio Melotti | 2011-03-13 | 1 | -16/+17 |
|
|
* | #11405: do not reference the string module again for its deprecated functions... | Georg Brandl | 2011-03-06 | 1 | -3/+4 |
|
|
* | Merged revisions 87050,87101,87146,87156,87172,87175,87371,87378,87522-87524,... | Georg Brandl | 2011-02-25 | 1 | -8/+0 |
|
|
* | Issue #11304: Input/output tutorial - PI is rounded not truncated. | Raymond Hettinger | 2011-02-24 | 1 | -1/+1 |
|
|
* | Merged revisions 86542,87136,87216,87221,87228,87256,87337-87338,87372,87516,... | R. David Murray | 2011-02-11 | 1 | -2/+3 |
|
|
* | Merged revisions 86794,86798,86801 via svnmerge from | Georg Brandl | 2010-11-26 | 1 | -3/+3 |
|
|
* | Merged revisions 85617-85622,85624,85626-85627,85629,85631,85635-85636,85638-... | Georg Brandl | 2010-11-26 | 1 | -17/+18 |
|
|
* | Merged revisions 85530,85534,85538,85540-85542 via svnmerge from | Georg Brandl | 2010-11-26 | 1 | -1/+2 |
|
|
* | Merged revisions 86310 via svnmerge from | Senthil Kumaran | 2010-11-08 | 1 | -0/+7 |
|
|
* | Clarify. | Georg Brandl | 2010-11-05 | 1 | -1/+2 |
|
|
* | #8267: Use sorted() to get a sorted list of dict keys. | Georg Brandl | 2010-10-15 | 2 | -5/+5 |
|
|
* | More tweaks to floating-point section of the tutorial. | Mark Dickinson | 2010-08-04 | 1 | -32/+34 |
|
|
* | Merged revisions 83536,83546-83548,83550,83554-83555,83558,83563,83565,83571,... | Georg Brandl | 2010-08-02 | 1 | -1/+1 |
|
|
* | Merged revisions 82965 via svnmerge from | Georg Brandl | 2010-08-01 | 1 | -2/+5 |
|
|
* | Update the floating-point section of the tutorial for the short float repr. | Mark Dickinson | 2010-07-30 | 1 | -51/+56 |
|
|
* | Confusing punctuation. | Georg Brandl | 2010-06-27 | 1 | -1/+1 |
|
|
* | Fix punctuation. | Georg Brandl | 2010-06-12 | 1 | -1/+1 |
|
|
* | #8346: update version. | Georg Brandl | 2010-04-10 | 1 | -3/+3 |
|
|
* | Revert r79179 and merge r75584 to explain how to implement a queue using coll... | Ezio Melotti | 2010-03-31 | 1 | -14/+13 |
|
|
* | Mention inefficiency of lists as queues, add link to collections.deque discus... | Georg Brandl | 2010-03-21 | 1 | -0/+5 |
|
|
* | Introduce copy by slicing, used in later chapters. | Georg Brandl | 2010-03-21 | 1 | -0/+6 |
|
|
* | Initial commit of the argparse library, based on argparse 1.1. | Steven Bethard | 2010-03-02 | 1 | -1/+1 |
|
|
* | #7388: "python".capitalize() in the Doc | Ezio Melotti | 2009-12-19 | 2 | -2/+2 |
|
|
* | Fix some documentation examples involving the repr of a float. | Mark Dickinson | 2009-11-24 | 3 | -8/+11 |
|
|
* | Issue #7369: Fibonacci series should start at 0 in tutorial example. | Mark Dickinson | 2009-11-23 | 1 | -9/+9 |
|
|
* | fix highlight in the datetime example | Ezio Melotti | 2009-11-12 | 1 | -2/+2 |
|
|
* | Add proper references. | Georg Brandl | 2009-10-22 | 1 | -6/+5 |
|
|
* | #6936: for interactive use, quit() is just fine. | Georg Brandl | 2009-09-18 | 1 | -1/+1 |
|
|
* | #6879 - fix misstatement about exceptions | Ezio Melotti | 2009-09-16 | 1 | -5/+3 |
|
|
* | #6880: add reference to classes section in exceptions section, which comes ea... | Georg Brandl | 2009-09-16 | 1 | -3/+4 |
|
|
* | Tutorial tweaks. Issue 6849. | Michael Foord | 2009-09-13 | 1 | -12/+10 |
|
|
* | Change to tutorial wording for reading text / binary files on Windows. Issue ... | Michael Foord | 2009-09-13 | 1 | -2/+2 |
|
|
* | #6777: dont discourage usage of Exception.args or promote usage of Exception.... | Georg Brandl | 2009-09-04 | 1 | -17/+14 |
|
|
* | #6828: fix wrongly highlighted blocks. | Georg Brandl | 2009-09-03 | 1 | -5/+9 |
|
|
* | #6808: clarification. | Georg Brandl | 2009-09-01 | 1 | -3/+3 |
|
|
* | #6813: better documentation for numberless string formats. | Georg Brandl | 2009-09-01 | 1 | -2/+11 |
|
|
* | #6725: spell "namespace" consistently. | Georg Brandl | 2009-08-24 | 1 | -3/+3 |
|
|
* | Remove potentially confusing sentence in __mangling description. | Georg Brandl | 2009-08-13 | 1 | -5/+2 |
|
|
* | Use locale.format_string() for more than one specifier. | Georg Brandl | 2009-08-13 | 1 | -2/+2 |
|
|
* | Rewrite the section about classes a bit; mostly tidbits, and a larger update ... | Georg Brandl | 2009-07-29 | 1 | -71/+72 |
|
|
* | Fix a few markup glitches. | Georg Brandl | 2009-07-29 | 1 | -9/+10 |
|
|
* | Fix some markup and small factual glitches found by M. Markert. | Georg Brandl | 2009-07-29 | 2 | -14/+18 |
|
|
* | Add a link to readline, and mention IPython and bpython. | Georg Brandl | 2009-07-29 | 1 | -4/+14 |
|
|
* | #6564: fix section about the two raise syntaxes. | Georg Brandl | 2009-07-24 | 1 | -4/+5 |
|
|
* | #6505: fix typos. | Georg Brandl | 2009-07-18 | 1 | -4/+4 |
|
|
* | More Decimal quote fixing; backport of r73642 | Mark Dickinson | 2009-06-28 | 1 | -3/+3 |
|
|
* | #6204: use a real reference instead of "see later". | Georg Brandl | 2009-06-06 | 1 | -1/+1 |
|
|
* | #6211: elaborate a bit on ways to call the function. | Georg Brandl | 2009-06-06 | 1 | -5/+14 |
|
|