COMMITS
/ Objects/stringobject.c October 11, 2002
G
Fix a nasty endcase reported by Armin Rigo in SF bug 618623:
Guido van Rossum committed
October 9, 2002
G
Undo this part of the previous checkin:
Guido van Rossum committed
G
The string formatting code has a test to switch to Unicode when %s
Guido van Rossum committed
October 7, 2002
M
Include wctype.h.
Martin v. Löwis committed
M
Patch #479898: Use multibyte C library for printing strings if available.
Martin v. Löwis committed
September 12, 2002
G
Fix warnings on 64-bit platforms about casts from pointers to ints.
Guido van Rossum committed
September 9, 2002
M
Fix escaping of non-ASCII characters.
Martin v. Löwis committed
September 3, 2002
W
Check whether a string resize is necessary at the end
Walter Dörwald committed
September 2, 2002
W
PEP 293 implemention (from SF patch http://www.python.org/sf/432401)
Walter Dörwald committed
August 24, 2002
G
string_contains(): speed up by avoiding function calls where
Guido van Rossum committed
August 23, 2002
G
Code by Inyeol Lee, submitted to SF bug 595350, to implement
Guido van Rossum committed
August 20, 2002
G
Fix some endcase bugs in unicode rfind()/rindex() and endswith().
Guido van Rossum committed
August 19, 2002
G
SF patch 576101, by Oren Tirosh: alternative implementation of
Guido van Rossum committed
G
Call me anal, but there was a particular phrase that was speading to
Guido van Rossum committed
August 16, 2002
N
Get this to compile again if Py_USING_UNICODE is not defined.
Neal Norwitz committed
August 14, 2002
G
More changes of DeprecationWarning to FutureWarning.
Guido van Rossum committed
M
Check for trailing backslash. Fixes #593656.
Martin v. Löwis committed
M
Patch #505705: Remove eval in pickle and cPickle.
Martin v. Löwis committed
August 11, 2002
G
Implement stage B0 of PEP 237: add warnings for operations that
Guido van Rossum committed
August 6, 2002
B
Committing patch #591250 which provides "str1 in str2" when str1 is a
Barry Warsaw committed
August 5, 2002
R
SF 582071 clarified the .split() method's docstring to note that sep=None
Raymond Hettinger committed
July 28, 2002
N
Fix the problem of not raising a TypeError exception when doing:
Neal Norwitz committed
N
SF patch #577031, remove PyArg_Parse() since it's deprecated
Neal Norwitz committed
M
Patch #554716: Use __va_copy where available.
Martin v. Löwis committed
July 17, 2002
J
staticforward bites the dust.
Jeremy Hylton committed
July 11, 2002
T
object.h special-build macro minefield: renamed all the new lexical
Tim Peters committed
June 14, 2002
N
SF bug # 493951 string.{starts,ends}with vs slices
Neal Norwitz committed
June 13, 2002
M
Patch #568124: Add doc string macros.
Martin v. Löwis committed
June 11, 2002
M
This is my nearly two year old patch
Michael W. Hudson committed
May 31, 2002
N
Change name from string to basestring
Neal Norwitz committed
May 24, 2002
G
- A new type object, 'string', is added. This is a common base type
Guido van Rossum committed
May 21, 2002
R
Patch 549187. Improve string formatting error message.
Raymond Hettinger committed
May 13, 2002
W
Add #ifdef PY_USING_UNICODE sections, so that
Walter Dörwald committed
April 27, 2002
T
Repair widespread misuse of _PyString_Resize. Since it's clear people
Tim Peters committed
April 22, 2002
W
Apply patch diff.txt from SF feature request
Walter Dörwald committed
April 15, 2002
W
Return the orginal string only if it's a real str or unicode
Walter Dörwald committed
G
Remove 'const' from local variable declaration in string_zfill() -- it
Guido van Rossum committed
W
Apply the second version of SF patch http://www.python.org/sf/536241
Walter Dörwald committed
April 13, 2002
G
Partially implement SF feature request 444708.
Guido van Rossum committed
April 12, 2002
N
Remove PyMalloc_New, _PyMalloc_MALLOC, and PyMalloc_Del.
Neil Schemenauer committed
April 3, 2002
G
Add the 'bool' type and its values 'False' and 'True', as described in
Guido van Rossum committed
March 30, 2002
T
Eliminate DONT_SHARE_SHORT_STRINGS.
Tim Peters committed
March 29, 2002
T
Remove the CACHE_HASH and INTERN_STRINGS preprocessor symbols.
Tim Peters committed
March 22, 2002
N
Use pymalloc if it's enabled.
Neil Schemenauer committed
February 28, 2002
A
%#x/%#X format conversion cleanup (see patch #450267):
Andrew MacIntyre committed
February 26, 2002
A
OS/2 EMX port changes (Objects part of patch #450267):
Andrew MacIntyre committed
January 16, 2002
M
Updated patch #487906: Revise inline docs.
Martin v. Löwis committed
December 10, 2001
G
SF patch #491049 (David Jacobs): Small PyString_FromString optimization
Guido van Rossum committed
December 6, 2001
T
PyString_FromString: this requires its argument be non-NULL, but doesn't
Tim Peters committed
J
Little stuff.
Jeremy Hylton committed