summaryrefslogtreecommitdiffstats
path: root/Doc/library/string.rst
Commit message (Expand)AuthorAgeFilesLines
* #19238: fix typo in documentation.Ezio Melotti2013-11-171-1/+1
* #19238, #19289: fix description of the align and fill values of the format sp...Ezio Melotti2013-10-201-6/+6
* Issue #17728: Specify default precision for float.format for presentation typ...Eric V. Smith2013-04-151-2/+3
* #17265: fix highlight in template example. Initial patch by Berker Peksag.Ezio Melotti2013-02-211-3/+3
* #16154: fix some doctests in Doc/library. Patch by Ravi Sinha.Ezio Melotti2013-01-111-1/+1
* #16556: Fix inconsistency between kwds and kwargs. Patch by Taavi Burns.Ezio Melotti2012-11-271-1/+1
* Update docs for string.zfillAndrew Svetlov2012-09-281-2/+3
* Update documentation for string.replace. Thanks to docs@Andrew Svetlov2012-09-281-2/+2
* #13579: minimize code base drift for 'a' string.Formatter change.R David Murray2012-08-191-5/+6
* Issue 15660: Clarify 0 prefix for width field in str.format doc.Terry Jan Reedy2012-08-171-3/+3
* correctly define what 'fill' could be; thanks to Leland Hulbert from docs@Sandro Tosi2012-05-121-1/+1
* #14763: fix documentation for string.split/rsplit.Ezio Melotti2012-05-091-7/+8
* Use Python 3 instead of 3.0.Ezio Melotti2012-05-031-1/+1
* remove spurious dot from string formatting example; thanks to Anthon van der ...Sandro Tosi2011-12-241-1/+1
* Remove duplication.Ezio Melotti2011-10-191-1/+1
* Document that format string don’t support arbitrary dictonary keys.Éric Araujo2011-09-011-0/+2
* Backport source links from 3.x.Éric Araujo2011-08-191-6/+4
* Fix grammarEli Bendersky2011-08-061-3/+3
* Merged revisions 87627,87638,87760,87986,88108,88115,88165,88263,88329,88364-...Georg Brandl2011-02-251-4/+4
* Merged revisions 85843,85849-85850,85867,85907,85914,86134,86187,86315-86316,...Georg Brandl2010-11-261-1/+1
* Add more links to Python sources where the code is short, readable and an inf...Raymond Hettinger2010-11-061-0/+5
* Merged revisions 85395 via svnmerge fromBenjamin Peterson2010-10-121-1/+1
* Merged revisions 82798,82805,83659,83977,84015,84018,84141,84264,84326-84327,...Georg Brandl2010-10-061-6/+6
* #9139: the thousands separator is new in 2.7. Also add a missing variable in...Ezio Melotti2010-07-021-0/+4
* #9139: Add examples for str.format().Ezio Melotti2010-07-021-23/+152
* Moved period outside paren, where it belongs.Eric Smith2010-07-021-1/+1
* Use designated syntax for optional grammar element.Georg Brandl2010-06-271-1/+1
* Issue #7928: Document str.format element_index better.Eric Smith2010-02-251-1/+2
* Issue #5965: Add documentation for parts of format specification language.Eric Smith2010-02-251-3/+20
* Remove incorrect apostrophe.Eric Smith2010-02-151-1/+1
* #7527: use standard versionadded tags.Georg Brandl2009-12-191-3/+5
* Fix markup.Georg Brandl2009-11-181-5/+4
* Issue #7051: Clarify behaviour of 'g' and 'G'-style formatting.Mark Dickinson2009-10-081-7/+25
* Backport r73983: Document the thousands separator.Andrew M. Kuchling2009-10-051-1/+5
* #7000: document "sep" in capwords. Add a few testsEzio Melotti2009-09-261-6/+8
* #6813: better documentation for numberless string formats.Georg Brandl2009-09-011-3/+3
* builtin -> built-in.Georg Brandl2009-07-261-1/+1
* #6238: add fillchar to string.just function family.Georg Brandl2009-06-081-5/+6
* Fixed wording for formatting integers: precision is not allowed.Eric Smith2009-05-071-1/+1
* Demote warnings to notices where appropriate, following the goal that as few ...Georg Brandl2009-04-271-1/+1
* Documentation for issue 5237, auto-numbered format fields. Contributed by Ter...Eric Smith2009-04-221-9/+15
* give os.symlink and os.link() better parameter names #5564Benjamin Peterson2009-03-281-0/+1
* Add token markup.Georg Brandl2009-03-161-1/+1
* Remove obsolete stuff from string module docs.Georg Brandl2009-03-041-11/+8
* Remove trailing whitespace.Georg Brandl2009-01-031-13/+13
* fix typoBenjamin Peterson2008-09-111-3/+3
* Document the different meaning of precision for {:f} and {:g}.Georg Brandl2008-07-181-8/+12
* Backed out r65069, pending fixing it in Windows.Eric Smith2008-07-171-4/+3
* Issue 3382: Make '%F' and float.__format__('F') convert results to upper case.Eric Smith2008-07-171-3/+4
* Complete issue 3083: add alternate (#) formatting to bin, oct, hex in str.for...Eric Smith2008-07-161-2/+6