Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Issue #25179: Preparatory cleanup of existing docs on string formatting | Martin Panter | 2016-02-08 | 1 | -1/+1 |
| | | | | | | | | | * There was a link pointing to the section on the string.Formatter class (and multiple links in Python 3), when the section on the common format string syntax is probably more appropriate * Fix references to various format() functions and methods * Nested replacement fields may contain conversions and format specifiers, and this is tested in Python 3; see Issue #19729 for instance | ||||
* | #16589: fix pprint signatures in the doc (backport of 106ee4eb5970). | Ezio Melotti | 2012-12-01 | 1 | -7/+6 |
| | |||||
* | Backport source links from 3.x. | Éric Araujo | 2011-08-19 | 1 | -5/+3 |
| | | | | | Existing links have been updated to use the new reST role. In some files, I have also made cosmetic changes to the header. | ||||
* | Add more links to Python sources where the code is short, readable and an ↵ | Raymond Hettinger | 2010-11-06 | 1 | -0/+5 |
| | | | | informative adjunct to the docs. | ||||
* | builtin -> built-in. | Georg Brandl | 2009-07-26 | 1 | -1/+1 |
| | |||||
* | Fixed issue #2888. Now the behaviour of pprint when working with nested | Facundo Batista | 2008-06-21 | 1 | -1/+1 |
| | | | | structures follows the common sense (and works like in 2.5 and 3.0). | ||||
* | #1713041: fix pprint's handling of maximum depth. | Georg Brandl | 2008-05-12 | 1 | -3/+2 |
| | |||||
* | Make more doctests in pprint docs testable. | Georg Brandl | 2008-03-22 | 1 | -17/+12 |
| | |||||
* | Let pprint() support sets and frozensets (suggested by David Mertz). | Raymond Hettinger | 2008-01-23 | 1 | -0/+3 |
| | |||||
* | Some cleanup in the docs. | Georg Brandl | 2007-12-29 | 1 | -6/+2 |
| | |||||
* | Add examples to csv, pprint and traceback docs. | Georg Brandl | 2007-12-05 | 1 | -20/+49 |
| | | | | Written by Ross for GHOP. | ||||
* | Move the 2.6 reST doc tree in place. | Georg Brandl | 2007-08-15 | 1 | -0/+213 |