summaryrefslogtreecommitdiff
path: root/Doc/library/string.rst
Commit message (Expand)AuthorAgeFilesLines
...
* Merged revisions 78440 via svnmerge fromEric Smith2010-02-251-3/+20
* Merged revisions 78198 via svnmerge fromEric Smith2010-02-151-1/+1
* updated/removed a few versionadded/versionchangedEzio Melotti2010-01-271-2/+0
* Merged revisions 76847,76851,76869,76882,76891-76892,76924,77007,77070,77092,...Benjamin Peterson2009-12-311-0/+3
* Merged revisions 76259,76326,76376-76377,76430,76471,76517 via svnmerge fromBenjamin Peterson2009-11-251-5/+4
* Merged revisions 75289 via svnmerge fromMark Dickinson2009-10-081-7/+25
* fix default valueGeorg Brandl2009-09-261-1/+1
* use new style optional argsGeorg Brandl2009-09-261-1/+1
* Merged revisions 75070 via svnmerge fromEzio Melotti2009-09-261-6/+8
* Last round of adapting style of documenting argument default values.Georg Brandl2009-09-161-5/+5
* Recorded merge of revisions 74614 via svnmerge fromGeorg Brandl2009-09-011-3/+4
* Merged revisions 74209 via svnmerge fromGeorg Brandl2009-07-261-1/+1
* Document the thousands separator.Raymond Hettinger2009-07-121-1/+5
* Remove docs for string.maketrans().Raymond Hettinger2009-07-011-9/+0
* Merged revisions 72439 via svnmerge fromEric Smith2009-05-071-1/+1
* Issue #3382. float 'F' formatting no longer maps to 'f'. This only affects na...Eric Smith2009-05-061-1/+2
* Improved wording.Eric Smith2009-05-051-4/+4
* Documentation for Issue #5920.Eric Smith2009-05-051-1/+4
* Merged revisions 72009 via svnmerge fromGeorg Brandl2009-04-271-1/+0
* Merged revisions 71788 via svnmerge fromEric Smith2009-04-221-9/+15
* Add bytes/bytearray.maketrans() to mirror str.maketrans(), and deprecateGeorg Brandl2009-04-121-5/+4
* Merged revisions 70578,70599,70641-70642,70650,70660-70661,70674,70691,70697-...Benjamin Peterson2009-03-301-0/+1
* Merged revisions 70342,70385-70387,70389-70390,70392-70393,70395,70400,70405-...Benjamin Peterson2009-03-211-1/+1
* Remove trailing whitespace.Georg Brandl2009-01-031-13/+13
* #4361: fix string.py docstring, clarify that only ASCII characters are in its...Georg Brandl2008-11-221-1/+1
* update string formatting grammarBenjamin Peterson2008-11-091-1/+1
* Merged revisions 66394,66404,66412,66414,66424-66436 via svnmerge fromBenjamin Peterson2008-09-131-3/+3
* 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