summaryrefslogtreecommitdiffstats
path: root/Doc/library/string.rst
Commit message (Expand)AuthorAgeFilesLines
* Merged revisions 65012,65035,65037-65040,65048,65057,65077,65091-65095,65097-...Georg Brandl2008-07-231-8/+12
* fixed tiny typo in new # format docMark Summerfield2008-07-181-1/+1
* Backed out r65073, pending fixing it in Windows.Eric Smith2008-07-171-4/+3
* Merged revisions 65069 via svnmerge fromEric Smith2008-07-171-3/+4
* Merged revisions 64722,64729,64753,64845-64846,64849,64871,64880-64882,64885,...Georg Brandl2008-07-161-1/+1
* Merged revisions 64984 via svnmerge fromEric Smith2008-07-161-2/+6
* #2630: Implement PEP 3138.Georg Brandl2008-06-111-2/+3
* remove version noteBenjamin Peterson2008-05-251-6/+5
* Document the 'n' integer presentation type for str.format().Eric Smith2008-05-121-0/+4
* Merged revisions 62490 via svnmerge fromBenjamin Peterson2008-04-251-18/+18
* Merged revisions 61724-61725,61731-61735,61737,61739,61741,61743-61744,61753,...Christian Heimes2008-03-231-1/+1
* Update docs w.r.t. PEP 3100 changes -- patch for GHOP by Dan Finnie.Georg Brandl2008-02-011-1/+1
* Fix markup.Georg Brandl2008-01-111-3/+3
* Fix the string formatting docs for now; if the feature is changed again, the ...Georg Brandl2007-09-041-2/+1
* Removed used_args param from string.Formatter.get_field. It was left in by m...Eric Smith2007-09-021-1/+1
* Get rid of the remaining versionadded/versionchanged directives.Georg Brandl2007-09-011-4/+0
* string.maketrans() now produces translation tables for bytes.translate() -- w...Georg Brandl2007-08-311-15/+9
* Commit #1068: new docs for PEP 3101. Also document the old string formatting ...Georg Brandl2007-08-311-256/+356
* Move the 3k reST doc tree in place.Georg Brandl2007-08-151-0/+468