- 01 Kas, 2004 1 kayıt (commit)
-
-
Barry Warsaw yazdı
raise a ValueError for dangling delimiters (the delimiter itself is returned).
-
- 18 Eyl, 2004 1 kayıt (commit)
-
-
Barry Warsaw yazdı
-
- 06 Eyl, 2004 1 kayıt (commit)
-
-
Raymond Hettinger yazdı
-
- 25 Agu, 2004 2 kayıt (commit)
-
-
Barry Warsaw yazdı
-
Barry Warsaw yazdı
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.
-
- 19 Tem, 2004 1 kayıt (commit)
-
-
Martin v. Löwis yazdı
Backported to 2.3.
-
- 21 Mar, 2004 1 kayıt (commit)
-
-
Nicholas Bastin yazdı
Modified string.split documentation to reflect behaviour of splitting emtpy string. Closes SF bug #811604
-
- 30 Ara, 2003 1 kayıt (commit)
-
-
Fred Drake yazdı
-
- 17 Ara, 2003 1 kayıt (commit)
-
-
Hye-Shik Chang yazdı
-
- 15 Ara, 2003 1 kayıt (commit)
-
-
Hye-Shik Chang yazdı
SF feature request #801847. Original patch is written by Sean Reifschneider.
-
- 18 Kas, 2003 1 kayıt (commit)
-
-
Martin v. Löwis yazdı
-
- 16 Tem, 2003 1 kayıt (commit)
-
-
Raymond Hettinger yazdı
were in the wrong file. Moved out of libstring.tex and into libstdtypes.tex.
-
- 13 Tem, 2003 1 kayıt (commit)
-
-
Raymond Hettinger yazdı
Clarified the difference between translate methods for string objects and Unicode objects.
-
- 17 Nis, 2003 1 kayıt (commit)
-
-
Neal Norwitz yazdı
-
- 10 Nis, 2003 1 kayıt (commit)
-
-
Neal Norwitz yazdı
* 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.
-
- 12 Eyl, 2002 1 kayıt (commit)
-
-
Fred Drake yazdı
Note that there is no str.joinfields(), use str.join() instead.
-
- 20 Haz, 2002 1 kayıt (commit)
-
-
Fred Drake yazdı
(which makes it more clear). Closes SF bug #571767.
-
- 22 Nis, 2002 1 kayıt (commit)
-
-
Walter Dörwald yazdı
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.
-
- 20 Eki, 2001 1 kayıt (commit)
-
-
Fred Drake yazdı
-
- 20 Tem, 2001 1 kayıt (commit)
-
-
Fred Drake yazdı
to the string module. This was determined to be the right approach in SF bug #226706.
-
- 10 May, 2001 1 kayıt (commit)
-
-
Fred Drake yazdı
(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.)
-
- 26 Ara, 2000 1 kayıt (commit)
-
-
Andrew M. Kuchling yazdı
-
- 04 Eki, 2000 1 kayıt (commit)
-
-
Fred Drake yazdı
use of the float(), int(), and long() built-ins instead. Fixed minor markup nit elsewhere (use of \optional).
-
- 21 Eyl, 2000 1 kayıt (commit)
-
-
Fred Drake yazdı
<lannert@uni-duesseldorf.de>.
-
- 18 Eyl, 2000 1 kayıt (commit)
-
-
Fred Drake yazdı
module.
-
- 09 Eyl, 2000 1 kayıt (commit)
-
-
Fred Drake yazdı
-
- 21 Haz, 2000 1 kayıt (commit)
-
-
Andrew M. Kuchling yazdı
-
- 10 Nis, 2000 1 kayıt (commit)
-
-
Fred Drake yazdı
Fix description; lowercase and uppercase are strings, not functions! Noted by Randall Hopper <aa8vb@yahoo.com>. maketrans(): Minor markup nits in description.
-
- 27 May, 1999 1 kayıt (commit)
-
-
Fred Drake yazdı
items -> item The returned list will then have one more items than the number of non-overlapping occurrences of the separator in the string.
-
- 22 Nis, 1999 1 kayıt (commit)
-
-
Fred Drake yazdı
-
- 18 Şub, 1999 2 kayıt (commit)
-
-
Fred Drake yazdı
results are possible but non-portable.
-
Fred Drake yazdı
the NaN value.
-
- 25 Ock, 1999 1 kayıt (commit)
-
-
Guido van Rossum yazdı
-
- 21 Ara, 1998 1 kayıt (commit)
-
-
Fred Drake yazdı
strings are not actually modified. Problem reported by Dr. Peter Stoehr <peter.stoehr@weihenstephan.org>.
-
- 10 Agu, 1998 1 kayıt (commit)
-
-
Fred Drake yazdı
Fix up a few synopses.
-
- 23 Tem, 1998 1 kayıt (commit)
-
-
Fred Drake yazdı
-
- 11 Haz, 1998 1 kayıt (commit)
-
-
Guido van Rossum yazdı
-
- 07 Nis, 1998 1 kayıt (commit)
-
-
Fred Drake yazdı
-
- 04 Nis, 1998 2 kayıt (commit)
-
-
Fred Drake yazdı
-
Fred Drake yazdı
\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.
-