| Commit message (Expand) | Author | Age | Files | Lines |
* | Marc-Andre Lemburg <mal@lemburg.com>: | Marc-André Lemburg | 2000-06-14 | 1 | -0/+20 |
|
|
* | Patch from Michael Hudson: improve unclear error message | Andrew M. Kuchling | 2000-06-09 | 1 | -1/+1 |
|
|
* | Michael Hudson <mwh21@cam.ac.uk>: | Fred Drake | 2000-06-01 | 1 | -1/+3 |
|
|
* | Trent Mick: | Guido van Rossum | 2000-05-08 | 1 | -5/+9 |
|
|
* | The methods islower(), isupper(), isspace(), isdigit() and istitle() | Guido van Rossum | 2000-05-05 | 1 | -11/+11 |
|
|
* | Vladimir Marangozov's long-awaited malloc restructuring. | Guido van Rossum | 2000-05-03 | 1 | -21/+19 |
|
|
* | Marc-Andre Lemburg: | Guido van Rossum | 2000-04-11 | 1 | -11/+14 |
|
|
* | Marc-Andre Lemburg: | Guido van Rossum | 2000-04-10 | 1 | -3/+52 |
|
|
* | On 17-Mar-2000, Marc-Andre Lemburg said: | Barry Warsaw | 2000-03-20 | 1 | -2/+2 |
|
|
* | Fix typo in replace() detected by Mark Hammond and fixed by Marc-Andre. | Guido van Rossum | 2000-03-13 | 1 | -2/+4 |
|
|
* | Many changes for Unicode, by Marc-Andre Lemburg. | Guido van Rossum | 2000-03-10 | 1 | -162/+755 |
|
|
* | Patch by Moshe Zadka: move the string special case from abstract.c | Guido van Rossum | 2000-03-07 | 1 | -0/+22 |
|
|
* | string_join(): Fix memory leaks discovered by Charles Waldman (and a | Barry Warsaw | 2000-03-06 | 1 | -5/+15 |
|
|
* | Massive patch by Skip Montanaro to add ":name" to as many | Guido van Rossum | 2000-02-29 | 1 | -14/+14 |
|
|
* | The rest of the changes by Trent Mick and Dale Nagata for warning-free | Guido van Rossum | 2000-01-20 | 1 | -4/+4 |
|
|
* | do_strip(): Fixed cut-and-paste error; this function should check for | Barry Warsaw | 1999-12-15 | 1 | -3/+1 |
|
|
* | Mainlining the string_methods branch. See branch revision log | Barry Warsaw | 1999-10-12 | 1 | -1/+1044 |
|
|
* | Fix bug discovered by John W. Shipman -- when the width of a format | Guido van Rossum | 1999-06-07 | 1 | -2/+4 |
|
|
* | Greg Stein: Implement the new bf_getcharbuffer function, indicating | Guido van Rossum | 1998-10-08 | 1 | -2/+18 |
|
|
* | Typo reported by Greg Stein: "modifiable" is the correct spelling. | Guido van Rossum | 1998-10-01 | 1 | -1/+1 |
|
|
* | Should check that PyObject_Str() really returned a string! | Guido van Rossum | 1998-06-09 | 1 | -0/+5 |
|
|
* | Make new gcc -Wall happy | Guido van Rossum | 1998-04-10 | 1 | -2/+4 |
|
|
* | Patch submitted by Brad Howes (with one bug fixed by me): allow | Guido van Rossum | 1997-09-08 | 1 | -8/+17 |
|
|
* | Change the Fini function to only remove otherwise unreferenced strings | Guido van Rossum | 1997-08-05 | 1 | -6/+16 |
|
|
* | Added internal routine PyString_Fini() which deletes all interned | Guido van Rossum | 1997-08-02 | 1 | -0/+18 |
|
|
* | Use #include "mymath.h" instead of declaring fabs() explicitly. | Guido van Rossum | 1997-06-03 | 1 | -2/+1 |
|
|
* | Checkin of Jack's buffer mods. | Guido van Rossum | 1997-05-05 | 1 | -1/+41 |
|
|
* | Quickly renamed the last directory. | Guido van Rossum | 1997-05-02 | 1 | -190/+203 |
|
|
* | Tweaks to keep the Microsoft compiler quiet. | Guido van Rossum | 1997-04-09 | 1 | -1/+1 |
|
|
* | Slight tweak: in string_hash(), if the hash hasn't been computed yet, | Guido van Rossum | 1997-02-14 | 1 | -0/+5 |
|
|
* | Fix bug reported by Per Lindqvist: "%#06x" % 1 stuck the 0 padding | Guido van Rossum | 1997-01-29 | 1 | -1/+13 |
|
|
* | Don't use static buffers internally for formatstring(). | Guido van Rossum | 1997-01-21 | 1 | -25/+26 |
|
|
* | String interning. | Guido van Rossum | 1997-01-18 | 1 | -0/+75 |
|
|
* | Add const to error and newstring functions | Guido van Rossum | 1996-12-10 | 1 | -2/+2 |
|
|
* | Make gcc -Wall happy | Guido van Rossum | 1996-12-05 | 1 | -2/+2 |
|
|
* | New permission notice, includes CNRI. | Guido van Rossum | 1996-10-25 | 1 | -13/+20 |
|
|
* | Fixed compare function to do first char comparison in unsigned mode, | Guido van Rossum | 1996-10-23 | 1 | -1/+1 |
|
|
* | Multiply by 1000003 instead of 3 in string hach | Guido van Rossum | 1996-09-11 | 1 | -1/+1 |
|
|
* | new debugger symbol names | Guido van Rossum | 1996-05-23 | 1 | -1/+1 |
|
|
* | Plug memory leak in the previous fix :-( | Guido van Rossum | 1996-05-21 | 1 | -1/+0 |
|
|
* | Fix obscure bug in string%mapping where the mapping creates its items | Guido van Rossum | 1996-05-21 | 1 | -21/+12 |
|
|
* | fix dusty debugging macros | Guido van Rossum | 1995-03-29 | 1 | -1/+1 |
|
|
* | a few peephole optimizations | Guido van Rossum | 1995-03-09 | 1 | -1/+1 |
|
|
* | don't complain about too many args if arg is a dict | Guido van Rossum | 1995-02-27 | 1 | -1/+1 |
|
|
* | use Py_CHARMASK; and don't check for neg. float to the float power here | Guido van Rossum | 1995-02-10 | 1 | -5/+5 |
|
|
* | Added 1995 to copyright message. | Guido van Rossum | 1995-01-04 | 1 | -2/+2 |
|
|
* | Lots of minor changes. Note for mappingobject.c: the hash table pointer | Guido van Rossum | 1995-01-02 | 1 | -1/+1 |
|
|
* | * Include/classobject.h, Objects/classobject.c, Python/ceval.c: | Guido van Rossum | 1994-09-28 | 1 | -1/+1 |
|
|
* | fix nasty bug in resizing (formatstring) | Guido van Rossum | 1994-08-30 | 1 | -18/+98 |
|
|
* | Fix the fix :-( | Guido van Rossum | 1993-11-11 | 1 | -1/+3 |
|
|