| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
|
|
* | Intern 1-character strings as soon as they're created. As-is, they aren't | Tim Peters | 2001-05-08 | 1 | -15/+12 |
|
|
* | Make unicode.join() work nice with iterators. This also required a change | Tim Peters | 2001-05-05 | 1 | -1/+8 |
|
|
* | Fix for bug #417030: "print '%*s' fails for unicode string" | Marc-André Lemburg | 2001-05-02 | 1 | -2/+3 |
|
|
* | Add a proper implementation for the tp_str slot (returning self, of | Guido van Rossum | 2001-05-01 | 1 | -1/+8 |
|
|
* | A different approach to the problem reported in | Tim Peters | 2001-04-28 | 1 | -33/+39 |
|
|
* | Iterators phase 1. This comprises: | Guido van Rossum | 2001-04-20 | 1 | -0/+2 |
|
|
* | Bug 415514 reported that e.g. | Tim Peters | 2001-04-12 | 1 | -25/+24 |
|
|
* | Fix for SF bug #415514: "%#x" % 0 caused assertion failure/abort. | Tim Peters | 2001-04-12 | 1 | -14/+25 |
|
|
* | _Py_ReleaseInternedStrings(): Private API function to decref and | Barry Warsaw | 2001-02-23 | 1 | -0/+10 |
|
|
* | Show '\011', '\012', and '\015' as '\t', '\n', '\r' in strings. | Ka-Ping Yee | 2001-01-24 | 1 | -6/+17 |
|
|
* | Derivative of patch #102549, "simpler, faster(!) implementation of string.join". | Tim Peters | 2001-01-19 | 1 | -38/+52 |
|
|
* | Added checks to prevent PyUnicode_Count() from dumping core | Marc-André Lemburg | 2001-01-16 | 1 | -11/+26 |
|
|
* | [ Patch #102852 ] Make % error a bit more informative by indicates the | Andrew M. Kuchling | 2000-12-15 | 1 | -2/+3 |
|
|
* | Jeffrey D. Collins <tokeneater@users.sourceforge.net>: | Fred Drake | 2000-12-06 | 1 | -3/+3 |
|
|
* | Fox for SF bug #123859: %[duxXo] long formats inconsistent. | Tim Peters | 2000-11-30 | 1 | -4/+1 |
|
|
* | SF patch #102548, fix for bug #121013, by mwh@users.sourceforge.net. | Guido van Rossum | 2000-11-27 | 1 | -1/+1 |
|
|
* | Ka-Ping Yee <ping@lfw.org>: | Fred Drake | 2000-10-24 | 1 | -2/+2 |
|
|
* | [ Bug #116174 ] using %% in cstrings sometimes fails with unicode paramsFix f... | Marc-André Lemburg | 2000-10-07 | 1 | -11/+17 |
|
|
* | Rationalize use of limits.h, moving the inclusion to Python.h. | Fred Drake | 2000-09-26 | 1 | -5/+1 |
|
|
* | Derived from Martin's SF patch 110609: support unbounded ints in %d,i,u,x,X,... | Tim Peters | 2000-09-21 | 1 | -28/+203 |
|
|
* | This patch adds a new Python C API called PyString_AsStringAndSize() | Marc-André Lemburg | 2000-09-19 | 1 | -7/+63 |
|
|
* | Fix for bug 113934. string*n and unicode*n did no overflow checking at | Tim Peters | 2000-09-09 | 1 | -2/+17 |
|
|
* | REMOVED all CWI, CNRI and BeOpen copyright markings. | Guido van Rossum | 2000-09-01 | 1 | -9/+0 |
|
|
* | Insure properly identifies the `interned' dictionary as leaking at | Barry Warsaw | 2000-08-16 | 1 | -0/+12 |
|
|
* | merge Include/my*.h into Include/pyport.h | Peter Schneider-Kamp | 2000-07-31 | 1 | -1/+0 |
|
|
* | Spelling fixes supplied by Rob W. W. Hooft. All these are fixes in either | Thomas Wouters | 2000-07-16 | 1 | -5/+5 |
|
|
* | replace PyXXX_Length calls with PyXXX_Size calls | Jeremy Hylton | 2000-07-12 | 1 | -1/+1 |
|
|
* | Fix typo in error message | Andrew M. Kuchling | 2000-07-12 | 1 | -1/+1 |
|
|
* | small updates to string_join: | Jeremy Hylton | 2000-07-11 | 1 | -6/+9 |
|
|