summaryrefslogtreecommitdiffstats
path: root/Objects/stringobject.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Slight tweak: in string_hash(), if the hash hasn't been computed yet,Guido van Rossum1997-02-141-0/+5
* Fix bug reported by Per Lindqvist: "%#06x" % 1 stuck the 0 paddingGuido van Rossum1997-01-291-1/+13
* Don't use static buffers internally for formatstring().Guido van Rossum1997-01-211-25/+26
* String interning.Guido van Rossum1997-01-181-0/+75
* Add const to error and newstring functionsGuido van Rossum1996-12-101-2/+2
* Make gcc -Wall happyGuido van Rossum1996-12-051-2/+2
* New permission notice, includes CNRI.Guido van Rossum1996-10-251-13/+20
* Fixed compare function to do first char comparison in unsigned mode,Guido van Rossum1996-10-231-1/+1
* Multiply by 1000003 instead of 3 in string hachGuido van Rossum1996-09-111-1/+1
* new debugger symbol namesGuido van Rossum1996-05-231-1/+1
* Plug memory leak in the previous fix :-(Guido van Rossum1996-05-211-1/+0
* Fix obscure bug in string%mapping where the mapping creates its itemsGuido van Rossum1996-05-211-21/+12
* fix dusty debugging macrosGuido van Rossum1995-03-291-1/+1
* a few peephole optimizationsGuido van Rossum1995-03-091-1/+1
* don't complain about too many args if arg is a dictGuido van Rossum1995-02-271-1/+1
* use Py_CHARMASK; and don't check for neg. float to the float power hereGuido van Rossum1995-02-101-5/+5
* Added 1995 to copyright message.Guido van Rossum1995-01-041-2/+2
* Lots of minor changes. Note for mappingobject.c: the hash table pointerGuido van Rossum1995-01-021-1/+1
* * Include/classobject.h, Objects/classobject.c, Python/ceval.c:Guido van Rossum1994-09-281-1/+1
* fix nasty bug in resizing (formatstring)Guido van Rossum1994-08-301-18/+98
* Fix the fix :-(Guido van Rossum1993-11-111-1/+3
* Three micro fixes to formatstringGuido van Rossum1993-11-111-5/+4