summaryrefslogtreecommitdiffstats
path: root/Objects/stringobject.c
Commit message (Expand)AuthorAgeFilesLines
* Derivative of patch #102549, "simpler, faster(!) implementation of string.join".Tim Peters2001-01-191-38/+52
* Added checks to prevent PyUnicode_Count() from dumping coreMarc-André Lemburg2001-01-161-11/+26
* [ Patch #102852 ] Make % error a bit more informative by indicates theAndrew M. Kuchling2000-12-151-2/+3
* Jeffrey D. Collins <tokeneater@users.sourceforge.net>:Fred Drake2000-12-061-3/+3
* Fox for SF bug #123859: %[duxXo] long formats inconsistent.Tim Peters2000-11-301-4/+1
* SF patch #102548, fix for bug #121013, by mwh@users.sourceforge.net.Guido van Rossum2000-11-271-1/+1
* Ka-Ping Yee <ping@lfw.org>:Fred Drake2000-10-241-2/+2
* [ Bug #116174 ] using %% in cstrings sometimes fails with unicode paramsFix f...Marc-André Lemburg2000-10-071-11/+17
* Rationalize use of limits.h, moving the inclusion to Python.h.Fred Drake2000-09-261-5/+1
* Derived from Martin's SF patch 110609: support unbounded ints in %d,i,u,x,X,...Tim Peters2000-09-211-28/+203
* This patch adds a new Python C API called PyString_AsStringAndSize()Marc-André Lemburg2000-09-191-7/+63
* Fix for bug 113934. string*n and unicode*n did no overflow checking atTim Peters2000-09-091-2/+17
* REMOVED all CWI, CNRI and BeOpen copyright markings.Guido van Rossum2000-09-011-9/+0
* Insure properly identifies the `interned' dictionary as leaking atBarry Warsaw2000-08-161-0/+12
* merge Include/my*.h into Include/pyport.hPeter Schneider-Kamp2000-07-311-1/+0
* Spelling fixes supplied by Rob W. W. Hooft. All these are fixes in eitherThomas Wouters2000-07-161-5/+5
* replace PyXXX_Length calls with PyXXX_Size callsJeremy Hylton2000-07-121-1/+1
* Fix typo in error messageAndrew M. Kuchling2000-07-121-1/+1
* small updates to string_join:Jeremy Hylton2000-07-111-6/+9
* string_join(): Some cleaning up of reference counting. In theBarry Warsaw2000-07-111-7/+10
* fix two refcount bugs in new string_join implementation:Jeremy Hylton2000-07-111-6/+2
* two changes to string_join:Jeremy Hylton2000-07-101-82/+42
* Somebody started playing with const, so of course the outcomeTim Peters2000-07-091-8/+8
* ANSI-fication of the sources.Fred Drake2000-07-091-187/+76
* Added new codec APIs and a new interface method .encode() whichMarc-André Lemburg2000-07-061-0/+114
* Added new .isalpha() and .isalnum() methods to match the sameMarc-André Lemburg2000-07-051-0/+68
* Change copyright notice - 2nd try.Guido van Rossum2000-06-301-6/+0
* Change copyright notice.Guido van Rossum2000-06-301-22/+7
* Marc-Andre Lemburg <mal@lemburg.com>:Marc-André Lemburg2000-06-301-26/+68
* Fredrik Lundh <effbot@telia.com>:Fred Drake2000-06-201-8/+4
* Marc-Andre Lemburg <mal@lemburg.com>:Marc-André Lemburg2000-06-141-0/+20
* Patch from Michael Hudson: improve unclear error messageAndrew M. Kuchling2000-06-091-1/+1
* Michael Hudson <mwh21@cam.ac.uk>:Fred Drake2000-06-011-1/+3
* Trent Mick:Guido van Rossum2000-05-081-5/+9
* The methods islower(), isupper(), isspace(), isdigit() and istitle()Guido van Rossum2000-05-051-11/+11
* Vladimir Marangozov's long-awaited malloc restructuring.Guido van Rossum2000-05-031-21/+19
* Marc-Andre Lemburg:Guido van Rossum2000-04-111-11/+14
* Marc-Andre Lemburg:Guido van Rossum2000-04-101-3/+52
* On 17-Mar-2000, Marc-Andre Lemburg said:Barry Warsaw2000-03-201-2/+2
* Fix typo in replace() detected by Mark Hammond and fixed by Marc-Andre.Guido van Rossum2000-03-131-2/+4
* Many changes for Unicode, by Marc-Andre Lemburg.Guido van Rossum2000-03-101-162/+755
* Patch by Moshe Zadka: move the string special case from abstract.cGuido van Rossum2000-03-071-0/+22
* string_join(): Fix memory leaks discovered by Charles Waldman (and aBarry Warsaw2000-03-061-5/+15
* Massive patch by Skip Montanaro to add ":name" to as manyGuido van Rossum2000-02-291-14/+14
* The rest of the changes by Trent Mick and Dale Nagata for warning-freeGuido van Rossum2000-01-201-4/+4
* do_strip(): Fixed cut-and-paste error; this function should check forBarry Warsaw1999-12-151-3/+1
* Mainlining the string_methods branch. See branch revision logBarry Warsaw1999-10-121-1/+1044
* Fix bug discovered by John W. Shipman -- when the width of a formatGuido van Rossum1999-06-071-2/+4
* Greg Stein: Implement the new bf_getcharbuffer function, indicatingGuido van Rossum1998-10-081-2/+18
* Typo reported by Greg Stein: "modifiable" is the correct spelling.Guido van Rossum1998-10-011-1/+1