| Commit message (Expand) | Author | Age | Files | Lines |
* | Patch by Charles G Waldman to avoid a sneaky memory leak in | Guido van Rossum | 2000-04-21 | 1 | -16/+59 |
|
|
* | Fix PR#7 comparisons of recursive objects | Jeremy Hylton | 2000-04-14 | 1 | -3/+112 |
|
|
* | Marc-Andre Lemburg: | Guido van Rossum | 2000-04-11 | 1 | -11/+14 |
|
|
* | Marc-Andre Lemburg: | Guido van Rossum | 2000-04-11 | 1 | -2/+6 |
|
|
* | Marc-Andre Lemburg: | Guido van Rossum | 2000-04-11 | 1 | -13/+13 |
|
|
* | Simple optimization by Christian Tismer, who gives credit to Lenny | Guido van Rossum | 2000-04-10 | 1 | -0/+9 |
|
|
* | Marc-Andre Lemburg: | Guido van Rossum | 2000-04-10 | 1 | -22/+79 |
|
|
* | Marc-Andre Lemburg: | Guido van Rossum | 2000-04-10 | 1 | -3/+52 |
|
|
* | Marc-Andre Lemburg: | Guido van Rossum | 2000-04-10 | 1 | -2/+15 |
|
|
* | Mark Hammond: | Guido van Rossum | 2000-04-10 | 1 | -1/+4 |
|
|
* | Skip Montanaro: add string precisions to calls to PyErr_Format | Guido van Rossum | 2000-04-10 | 2 | -24/+24 |
|
|
* | Conrad Huang points out that "if (0 < ch < 256)", while legal C, | Guido van Rossum | 2000-04-06 | 1 | -1/+1 |
|
|
* | Fredrik Lundh: eliminate a MSVC compiler warning. | Guido van Rossum | 2000-04-05 | 1 | -1/+1 |
|
|
* | Marc-Andre's third try at this bulk patch seems to work (except that | Guido van Rossum | 2000-04-05 | 5 | -53/+183 |
|
|
* | Some blank lines. | Guido van Rossum | 2000-03-31 | 1 | -0/+3 |
|
|
* | Add PyDict_Copy() function to C API for dicts. It returns a new | Jeremy Hylton | 2000-03-30 | 1 | -1/+15 |
|
|
* | MBCS codecs. (Win32 only.) By Mark Hammond. | Guido van Rossum | 2000-03-28 | 1 | -0/+59 |
|
|
* | Christian Tismer: | Guido van Rossum | 2000-03-25 | 1 | -2/+8 |
|
|
* | On 17-Mar-2000, Marc-Andre Lemburg said: | Barry Warsaw | 2000-03-20 | 2 | -23/+26 |
|
|
* | Checking in the new, improve file.writelines() code. | Guido van Rossum | 2000-03-13 | 1 | -24/+78 |
|
|
* | Christian Tismer's "trashcan" patch: | Guido van Rossum | 2000-03-13 | 5 | -1/+55 |
|
|
* | Fix typo in replace() detected by Mark Hammond and fixed by Marc-Andre. | Guido van Rossum | 2000-03-13 | 1 | -2/+4 |
|
|
* | Add sq_contains implementation. | Guido van Rossum | 2000-03-13 | 1 | -0/+44 |
|
|
* | Added Christian Tismer's patch to allow list.append(a,b,c) back -- | Guido van Rossum | 2000-03-13 | 1 | -4/+18 |
|
|
* | Marc-AAndre Lemburg: add new unicode files | Guido van Rossum | 2000-03-10 | 1 | -2/+6 |
|
|
* | Many changes for Unicode, by Marc-Andre Lemburg. | Guido van Rossum | 2000-03-10 | 6 | -197/+942 |
|
|
* | Unicode implementation by Marc-Andre Lemburg based on original code by | Guido van Rossum | 2000-03-10 | 1 | -0/+4440 |
|
|
* | Unicode character type helpers, written by Marc-Andre Lemburg. | Guido van Rossum | 2000-03-10 | 1 | -0/+5043 |
|
|
* | Patch by Moshe Zadka: remove the string special case in | Guido van Rossum | 2000-03-07 | 1 | -18/+0 |
|
|
* | 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 | 3 | -20/+20 |
|
|
* | Patch by Mozhe Zadka, for __contains__ (overloading 'in'). This adds | Guido van Rossum | 2000-02-28 | 1 | -0/+56 |
|
|
* | Patch by Mozhe Zadka, for __contains__ (overloading 'in'). This | Guido van Rossum | 2000-02-28 | 1 | -1/+8 |
|
|
* | OKOK, Greg's right, I should've used the :name option in the argument | Guido van Rossum | 2000-02-24 | 1 | -9/+9 |
|
|
* | Made all list methods use PyArg_ParseTuple(), for more accurate | Guido van Rossum | 2000-02-24 | 1 | -30/+29 |
|
|
* | Allow using long integers as arguments to PyObject_GetItem(), _SetItem(), | Andrew M. Kuchling | 2000-02-23 | 1 | -1/+19 |
|
|
* | dict_has_key(): Accept only one parameter. PR#210 reported by | Fred Drake | 2000-02-23 | 1 | -4/+4 |
|
|
* | In response to one particular complaint on edu-sig, change some error | Guido van Rossum | 2000-02-15 | 1 | -3/+3 |
|
|
* | Make multiplying a sequence by a long integer (5L * 'b') legal | Andrew M. Kuchling | 2000-02-14 | 1 | -2/+13 |
|
|
* | The rest of the changes by Trent Mick and Dale Nagata for warning-free | Guido van Rossum | 2000-01-20 | 10 | -19/+21 |
|
|
* | On Linux, one sometimes sees spurious errors after interrupting | Guido van Rossum | 2000-01-12 | 1 | -0/+1 |
|
|
* | Implement the other easy thing: repr() of a float now uses %.17g, | Guido van Rossum | 1999-12-23 | 1 | -6/+43 |
|
|
* | long_format(): Now takes a third parameter, addL; iff true, a | Fred Drake | 1999-12-23 | 1 | -9/+19 |
|
|
* | 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 | 4 | -120/+1199 |
|
|
* | Fix PR#66. Solution: add error checking around l_divmod() calls in | Guido van Rossum | 1999-10-11 | 1 | -4/+18 |
|
|
* | Fix for PR#98 (Adrian Eyre) -- in instancemethod_repr, the funcname | Guido van Rossum | 1999-10-11 | 1 | -1/+1 |
|
|
* | Patch by Tim Peters fixing PR#88: | Guido van Rossum | 1999-09-27 | 1 | -1/+7 |
|
|
* | Patch by Tim Peters fixing PR#89: | Guido van Rossum | 1999-09-27 | 1 | -0/+5 |
|
|