COMMITS
/ Objects/stringobject.c May 10, 2001
T
Heh. I need a break. After this: stropmodule & stringobject were more
Tim Peters committed
T
Fudge. stropmodule and stringobject both had copies of the buggy
Tim Peters committed
May 9, 2001
T
SF patch #416247 2.1c1 stringobject: unused vrbl cleanup.
Tim Peters committed
T
Sheesh -- repair the dodge around "cast isn't an lvalue" complaints to
Tim Peters committed
T
Mark Favas reported that gcc caught me using casts as lvalues. Dodge it.
Tim Peters committed
T
Ack! Restore the COUNT_ALLOCS one_strings code.
Tim Peters committed
T
My change to string_item() left an extra reference to each 1-character
Tim Peters committed
May 8, 2001
T
Intern 1-character strings as soon as they're created. As-is, they aren't
Tim Peters committed
May 5, 2001
T
Make unicode.join() work nice with iterators. This also required a change
Tim Peters committed
May 2, 2001
M
Fix for bug #417030: "print '%*s' fails for unicode string"
Marc-André Lemburg committed
May 1, 2001
G
Add a proper implementation for the tp_str slot (returning self, of
Guido van Rossum committed
April 28, 2001
T
A different approach to the problem reported in
Tim Peters committed
April 20, 2001
G
Iterators phase 1. This comprises:
Guido van Rossum committed
April 12, 2001
T
Bug 415514 reported that e.g.
Tim Peters committed
T
Fix for SF bug #415514: "%#x" % 0 caused assertion failure/abort.
Tim Peters committed
February 23, 2001
B
_Py_ReleaseInternedStrings(): Private API function to decref and
Barry Warsaw committed
January 24, 2001
K
Show '\011', '\012', and '\015' as '\t', '\n', '\r' in strings.
Ka-Ping Yee committed
January 19, 2001
T
Derivative of patch #102549, "simpler, faster(!) implementation of string.join".
Tim Peters committed
January 16, 2001
M
Added checks to prevent PyUnicode_Count() from dumping core
Marc-André Lemburg committed
December 15, 2000
A
[ Patch #102852 ] Make % error a bit more informative by indicates the
Andrew M. Kuchling committed
December 6, 2000
F
Jeffrey D. Collins <tokeneater@users.sourceforge.net>:
Fred Drake committed
November 30, 2000
T
Fox for SF bug #123859: %[duxXo] long formats inconsistent.
Tim Peters committed
November 27, 2000
G
SF patch #102548, fix for bug #121013, by mwh@users.sourceforge.net.
Guido van Rossum committed
October 24, 2000
F
Ka-Ping Yee <ping@lfw.org>:
Fred Drake committed
October 7, 2000
September 26, 2000
F
Rationalize use of limits.h, moving the inclusion to Python.h.
Fred Drake committed
September 21, 2000
T
September 19, 2000
M
This patch adds a new Python C API called PyString_AsStringAndSize()
Marc-André Lemburg committed
September 9, 2000
T
Fix for bug 113934. string*n and unicode*n did no overflow checking at
Tim Peters committed
September 1, 2000
G
REMOVED all CWI, CNRI and BeOpen copyright markings.
Guido van Rossum committed
August 16, 2000
B
Insure properly identifies the `interned' dictionary as leaking at
Barry Warsaw committed
July 31, 2000
P
merge Include/my*.h into Include/pyport.h
Peter Schneider-Kamp committed
July 16, 2000
T
Spelling fixes supplied by Rob W. W. Hooft. All these are fixes in either
Thomas Wouters committed
July 12, 2000
J
replace PyXXX_Length calls with PyXXX_Size calls
Jeremy Hylton committed
A
Fix typo in error message
Andrew M. Kuchling committed
July 11, 2000
J
small updates to string_join:
Jeremy Hylton committed
B
string_join(): Some cleaning up of reference counting. In the
Barry Warsaw committed
J
fix two refcount bugs in new string_join implementation:
Jeremy Hylton committed
July 10, 2000
J
two changes to string_join:
Jeremy Hylton committed
July 9, 2000
T
Somebody started playing with const, so of course the outcome
Tim Peters committed
F
ANSI-fication of the sources.
Fred Drake committed
July 6, 2000
M
Added new codec APIs and a new interface method .encode() which
Marc-André Lemburg committed
July 5, 2000
M
Added new .isalpha() and .isalnum() methods to match the same
Marc-André Lemburg committed
June 30, 2000
G
Change copyright notice - 2nd try.
Guido van Rossum committed
G
Change copyright notice.
Guido van Rossum committed
M
Marc-Andre Lemburg <mal@lemburg.com>:
Marc-André Lemburg committed
June 20, 2000
F
Fredrik Lundh <effbot@telia.com>:
Fred Drake committed
June 14, 2000
M
Marc-Andre Lemburg <mal@lemburg.com>:
Marc-André Lemburg committed
June 9, 2000
A
Patch from Michael Hudson: improve unclear error message
Andrew M. Kuchling committed
June 1, 2000
F
Michael Hudson <mwh21@cam.ac.uk>:
Fred Drake committed