| Commit message (Expand) | Author | Age | Files | Lines |
| * | Backport stringobject.c 2.194 and unicodeobject.c 2.172: | Guido van Rossum | 2002-10-11 | 1 | -2/+6 |
|
|
| * | Backport the relevant part of 2.192: | Guido van Rossum | 2002-10-11 | 1 | -1/+2 |
|
|
| * | Backport from trunk: | Guido van Rossum | 2002-09-23 | 1 | -1/+2 |
|
|
| * | Fix some endcase bugs in unicode rfind()/rindex() and endswith(). | Guido van Rossum | 2002-08-20 | 1 | -3/+3 |
|
|
| * | SF 582071 clarified the .split() method's docstring to note that sep=None | Raymond Hettinger | 2002-08-05 | 1 | -2/+2 |
|
|
| * | Patch #554716: Use __va_copy where available. | Martin v. Löwis | 2002-07-28 | 1 | -0/+4 |
|
|
| * | Backport checkin: | Walter Dörwald | 2002-05-13 | 1 | -0/+6 |
|
|
| * | backport tim_one's patch: | Anthony Baxter | 2002-04-30 | 1 | -3/+10 |
|
|
| * | Backport checkin: | Walter Dörwald | 2002-04-22 | 1 | -12/+28 |
|
|
| * | Backport the following changes: | Walter Dörwald | 2002-04-22 | 1 | -16/+71 |
|
|
| * | backport gvanrossum's patch: | Anthony Baxter | 2002-04-18 | 1 | -15/+86 |
|
|
| * | SF patch #491049 (David Jacobs): Small PyString_FromString optimization | Guido van Rossum | 2001-12-10 | 1 | -1/+1 |
|
|
| * | PyString_FromString: this requires its argument be non-NULL, but doesn't | Tim Peters | 2001-12-06 | 1 | -1/+4 |
|
|
| * | Little stuff. | Jeremy Hylton | 2001-12-06 | 1 | -8/+9 |
|
|
| * | Add more inline documentation, as contributed in #487906. | Martin v. Löwis | 2001-12-03 | 1 | -3/+8 |
|
|
| * | PyString_FromFormatV, string_repr: document why these use sprintf | Tim Peters | 2001-12-03 | 1 | -5/+16 |
|
|
| * | Patch 487906: update inline docs. | Martin v. Löwis | 2001-12-02 | 1 | -13/+21 |
|
|
| * | sprintf -> PyOS_snprintf in some "obviously safe" cases. | Tim Peters | 2001-11-28 | 1 | -4/+8 |
|
|
| * | Make the error message for unsupported operand types cleaner, in | Guido van Rossum | 2001-10-22 | 1 | -1/+1 |
|
|
| * | SF bug [#468061] __str__ ignored in str subclass. | Tim Peters | 2001-10-16 | 1 | -2/+21 |
|
|
| * | Remove extra "]" in splitlines() docstring. | Fred Drake | 2001-10-13 | 1 | -1/+1 |
|
|
| * | Enable GC for new-style instances. This touches lots of files, since | Guido van Rossum | 2001-10-05 | 1 | -1/+2 |
|
|
| * | SF bug [#467265] Compile errors on SuSe Linux on IBM/s390. | Tim Peters | 2001-10-02 | 1 | -1/+6 |
|
|
| * | Merge branch changes (coercion, rich comparisons) into trunk. | Guido van Rossum | 2001-09-27 | 1 | -4/+2 |
|
|
| * | Change string comparison so that it applies even when one (or both) | Guido van Rossum | 2001-09-24 | 1 | -3/+4 |
|
|
| * | If interning an instance of a string subclass, intern a real string object | Tim Peters | 2001-09-12 | 1 | -4/+20 |
|
|
| * | str_subtype_new, unicode_subtype_new: | Tim Peters | 2001-09-12 | 1 | -5/+15 |
|
|
| * | More bug 460020: lots of string optimizations inhibited for string | Tim Peters | 2001-09-12 | 1 | -79/+46 |
|
|
| * | More on SF bug [#460020] bug or feature: unicode() and subclasses. | Tim Peters | 2001-09-11 | 1 | -1/+1 |
|
|
| * | Fix a memory leak in str_subtype_new(). (All the other | Guido van Rossum | 2001-08-31 | 1 | -3/+3 |
|
|
| * | Make str and tuple types subclassable. | Guido van Rossum | 2001-08-30 | 1 | -2/+24 |
|
|
| * | Two improvements suggested by Greg Stein: | Barry Warsaw | 2001-08-27 | 1 | -2/+5 |
|
|
| * | PyString_FromFormatV: Massage platform %p output to match what gcc does, | Tim Peters | 2001-08-25 | 1 | -0/+8 |
|
|
| * | PyString_FromFormat() and PyString_FromFormatV(): Largely ripped from | Barry Warsaw | 2001-08-24 | 1 | -0/+155 |
|
|
| * | Patch #445762: Support --disable-unicode | Martin v. Löwis | 2001-08-17 | 1 | -4/+56 |
|
|
| * | Patch #427190: Implement and use METH_NOARGS and METH_O. | Martin v. Löwis | 2001-08-16 | 1 | -103/+56 |
|
|
| * | Merge of descr-branch back into trunk. | Tim Peters | 2001-08-02 | 1 | -26/+50 |
|
|
| * | Add _PyUnicode_AsDefaultEncodedString to unicodeobject.h. | Jeremy Hylton | 2001-07-30 | 1 | -5/+0 |
|
|
| * | Reformat decl of new _PyString_Join. Add NEWS blurb about repr() speedup. | Tim Peters | 2001-06-16 | 1 | -1/+2 |
|
|
| * | SF bug 433228: repr(list) woes when len(list) big. | Tim Peters | 2001-06-16 | 1 | -0/+17 |
|
|
| * | Fix for bug #432384: Recursion in PyString_AsEncodedString? | Marc-André Lemburg | 2001-06-12 | 1 | -1/+1 |
|
|
| * | Patch #424335: Implement string_richcompare, remove string_compare. | Martin v. Löwis | 2001-05-24 | 1 | -12/+77 |
|
|
| * | This patch changes the way the string .encode() method works slightly | Marc-André Lemburg | 2001-05-15 | 1 | -20/+90 |
|
|
| * | Heh. I need a break. After this: stropmodule & stringobject were more | Tim Peters | 2001-05-10 | 1 | -8/+6 |
|
|
| * | Fudge. stropmodule and stringobject both had copies of the buggy | Tim Peters | 2001-05-10 | 1 | -32/+41 |
|
|
| * | SF patch #416247 2.1c1 stringobject: unused vrbl cleanup. | Tim Peters | 2001-05-09 | 1 | -2/+0 |
|
|
| * | Sheesh -- repair the dodge around "cast isn't an lvalue" complaints to | Tim Peters | 2001-05-09 | 1 | -0/+4 |
|
|
| * | Mark Favas reported that gcc caught me using casts as lvalues. Dodge it. | Tim Peters | 2001-05-09 | 1 | -6/+10 |
|
|
| * | Ack! Restore the COUNT_ALLOCS one_strings code. | Tim Peters | 2001-05-09 | 1 | -1/+5 |
|
|
| * | My change to string_item() left an extra reference to each 1-character | Tim Peters | 2001-05-09 | 1 | -4/+3 |
|
|