summaryrefslogtreecommitdiffstats
path: root/Doc/lib/libstring.tex
Commit message (Collapse)AuthorAgeFilesLines
* Delete the LaTeX doc tree.Georg Brandl2007-08-151-452/+0
|
* SF 1193128: Let str.translate(None) be an identity transformationRaymond Hettinger2007-04-121-1/+2
|
* RFE #1592899: mention string.maketrans() in docs for str.translate,Georg Brandl2006-12-071-1/+1
| | | | remove reference to the old regex module in the former's doc.
* SF patch #1056967, changes the semantics of Template.safe_substitute() to notBarry Warsaw2004-11-011-2/+10
| | | | raise a ValueError for dangling delimiters (the delimiter itself is returned).
* Update Template/PEP 292 documentation to current implementation.Barry Warsaw2004-09-181-37/+70
|
* Markup nits.Raymond Hettinger2004-09-061-4/+6
|
* Ah whoops, we didn't turn string into a package (thanks Neal!)Barry Warsaw2004-08-251-12/+1
|
* PEP 292 classes Template and SafeTemplate are added to the string module.Barry Warsaw2004-08-251-28/+122
| | | | | | | | This patch includes test cases and documentation updates, as well as NEWS file updates. This patch also updates the sre modules so that they don't import the string module, breaking direct circular imports.
* Patch #993187: Make rstrip doc similar to lstrip.Martin v. Löwis2004-07-191-1/+1
| | | | Backported to 2.3.
* Modified string.split documentation to reflect behaviour of splitting emtpy ↵Nicholas Bastin2004-03-211-0/+5
| | | | string. Closes SF bug #811604
* fix truly evil markup typoFred Drake2003-12-301-1/+1
|
* Update documentations for str.rsplit() with Alex Martelli's rewrite.Hye-Shik Chang2003-12-171-13/+8
|
* Add rsplit method for str and unicode builtin types.Hye-Shik Chang2003-12-151-0/+17
| | | | | SF feature request #801847. Original patch is written by Sean Reifschneider.
* Patch #843088: Fix typos. Backported to 2.3.Martin v. Löwis2003-11-181-2/+2
|
* Discussion of signatures for unicode.translate() and str.translate()Raymond Hettinger2003-07-161-10/+0
| | | | | were in the wrong file. Moved out of libstring.tex and into libstdtypes.tex.
* SF bug #706546: u''.translate not documentedRaymond Hettinger2003-07-131-1/+11
| | | | | Clarified the difference between translate methods for string objects and Unicode objects.
* Oops, missed updating doc to correct version for splitNeal Norwitz2003-04-171-1/+1
|
* Attempt to make all the various string *strip methods the same.Neal Norwitz2003-04-101-0/+6
| | | | | | | | | | | * Doc - add doc for when functions were added * UserString * string object methods * string module functions 'chars' is used for the last parameter everywhere. These changes will be backported, since part of the changes have already been made, but they were inconsistent.
* Fix typo reported by Paul Clifford.Fred Drake2002-09-121-1/+3
| | | | Note that there is no str.joinfields(), use str.join() instead.
* Make the docs for string.capitalize() match those of str.capitalize()Fred Drake2002-06-201-1/+1
| | | | | (which makes it more clear). Closes SF bug #571767.
* Apply patch diff.txt from SF feature requestWalter Dörwald2002-04-221-7/+18
| | | | | | | | | http://www.python.org/sf/444708 This adds the optional argument for str.strip to unicode.strip too and makes it possible to call str.strip with a unicode argument and unicode.strip with a str argument.
* Use the \note and \warning macros where appropriate.Fred Drake2001-10-201-4/+4
|
* Added the constants ascii_letters, ascii_lowercase, and ascii_uppercaseFred Drake2001-07-201-3/+25
| | | | | to the string module. This was determined to be the right approach in SF bug #226706.
* Remove all mentions of the strop module -- it has been pronounced Evil.Fred Drake2001-05-101-9/+0
| | | | | | (The string "strop" is found in the rexec documentation, but that should not be changed until strop is actually removed or rexec no longer allows it.)
* Fix doubled wordAndrew M. Kuchling2000-12-261-1/+1
|
* Added deprecation notices to atof(), atoi(), and atol(), recommendingFred Drake2000-10-041-1/+4
| | | | | | use of the float(), int(), and long() built-ins instead. Fixed minor markup nit elsewhere (use of \optional).
* Fixed a number of small problems reported by Detlef LannertFred Drake2000-09-211-6/+5
| | | | <lannert@uni-duesseldorf.de>.
* Document the "printable" and "punctuation" constants added to the stringFred Drake2000-09-181-0/+11
| | | | module.
* Add a reference to the material on string methods.Fred Drake2000-09-091-1/+4
|
* Minor grammatical fixAndrew M. Kuchling2000-06-211-1/+1
|
* letters:Fred Drake2000-04-101-4/+4
| | | | | | | | Fix description; lowercase and uppercase are strings, not functions! Noted by Randall Hopper <aa8vb@yahoo.com>. maketrans(): Minor markup nits in description.
* Typo reported by Gerry Wiener <wiener@rap.ucar.edu>:Fred Drake1999-05-271-1/+1
| | | | | | | items -> item The returned list will then have one more items than the number of non-overlapping occurrences of the separator in the string.
* Make internal module references hyperlinks wherever it makes sense.Fred Drake1999-04-221-3/+3
|
* Add notes to __builtin__.float() and string.atof() that the NaN and InfFred Drake1999-02-181-5/+9
| | | | results are possible but non-portable.
* atof() description: Add information about accepting 'NaN' to produceFred Drake1999-02-181-3/+5
| | | | the NaN value.
* Document the default for tabsize in expandtabs().Guido van Rossum1999-01-251-2/+2
|
* Clarify descriptions of some operations; it's not always clear thatFred Drake1998-12-211-103/+107
| | | | | strings are not actually modified. Problem reported by Dr. Peter Stoehr <peter.stoehr@weihenstephan.org>.
* New section header style.Fred Drake1998-08-101-1/+2
| | | | Fix up a few synopses.
* Adjusted to use the new module synopsis support macros.Fred Drake1998-07-231-2/+4
|
* Add warning about use of lowercase/uppercase with maketrans().Guido van Rossum1998-06-111-0/+5
|
* Caught a few more spurious \setindexsubitem macros....Fred Drake1998-04-071-1/+0
|
* Remove all uses of \sectcode; we can now use logical markup everywhere.Fred Drake1998-04-041-1/+1
|
* Remove obsolete lines like this:Fred Drake1998-04-041-1/+0
| | | | | | | | \setindexsubitem{(in module frobnitz)} These are no longer needed when present before any other \setindexsubitem{} in the module section. The indexsubitem is now set by \bimodindex and \stmodindex.
* Change "\," to just "," in function signatures. This is easier to maintain,Fred Drake1998-03-171-67/+68
| | | | | works better with LaTeX2HTML, and allows some simplification of the python.sty macros.
* Remove all \bcode / \ecode cruft; this is no longer needed. See previousFred Drake1998-02-131-2/+2
| | | | | | | | | checkin of myformat.sty. Change "\renewcommand{\indexsubitem}{(...)}" to "\setindexsubitem{(...)}" everywhere. Some other minor nits that I happened to come across.
* Clarify that capwords() removes leading/trailing whitespace.Guido van Rossum1998-02-021-5/+1
| | | | Remove references to regsub, which is obsolescent.
* Fixed index module reference.Fred Drake1997-12-161-4/+4
| | | | Changed references to regex/regsub modules to point to re.
* count() now has a 4th parameter too. Also rephrased the docs for findGuido van Rossum1997-10-201-12/+9
| | | | to use the same, better words to explain start/end.
* AMK's megapatch:Guido van Rossum1997-07-171-0/+1
| | | | | | | * \bcode, \ecode added everywhere * \label{module-foo} added everywhere * A few \seealso sections added. * Indentation fixed inside verbatim in lib*tex files
* Grammar (AMK).Guido van Rossum1997-06-021-1/+1
|