Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Update docs w.r.t. PEP 3100 changes -- patch for GHOP by Dan Finnie. | Georg Brandl | 2008-02-01 | 1 | -1/+1 |
| | |||||
* | Fix markup. | Georg Brandl | 2008-01-11 | 1 | -3/+3 |
| | |||||
* | Fix the string formatting docs for now; if the feature is changed again, the ↵ | Georg Brandl | 2007-09-04 | 1 | -2/+1 |
| | | | | docs can be changed too. | ||||
* | Removed used_args param from string.Formatter.get_field. It was left in by ↵ | Eric Smith | 2007-09-02 | 1 | -1/+1 |
| | | | | mistake from an earlier edit. | ||||
* | Get rid of the remaining versionadded/versionchanged directives. | Georg Brandl | 2007-09-01 | 1 | -4/+0 |
| | |||||
* | string.maketrans() now produces translation tables for bytes.translate() -- ↵ | Georg Brandl | 2007-08-31 | 1 | -15/+9 |
| | | | | | | wrong module? Fix all remaining instances that did bad things with the new str.translate(). | ||||
* | Commit #1068: new docs for PEP 3101. Also document the old string formatting ↵ | Georg Brandl | 2007-08-31 | 1 | -256/+356 |
| | | | | as "old", and begin documenting str/unicode unification. | ||||
* | Move the 3k reST doc tree in place. | Georg Brandl | 2007-08-15 | 1 | -0/+468 |