summaryrefslogtreecommitdiffstats
path: root/Objects/stringobject.c
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Should check that PyObject_Str() really returned a string!Guido van Rossum1998-06-091-0/+5
* Make new gcc -Wall happyGuido van Rossum1998-04-101-2/+4
* Patch submitted by Brad Howes (with one bug fixed by me): allowGuido van Rossum1997-09-081-8/+17
* Change the Fini function to only remove otherwise unreferenced stringsGuido van Rossum1997-08-051-6/+16
* Added internal routine PyString_Fini() which deletes all internedGuido van Rossum1997-08-021-0/+18
* Use #include "mymath.h" instead of declaring fabs() explicitly.Guido van Rossum1997-06-031-2/+1
* Checkin of Jack's buffer mods.Guido van Rossum1997-05-051-1/+41
* Quickly renamed the last directory.Guido van Rossum1997-05-021-190/+203
* Tweaks to keep the Microsoft compiler quiet.Guido van Rossum1997-04-091-1/+1