| Commit message (Expand) | Author | Age | Files | Lines |
* | PyObject_Realloc(): If a small block is shrinking, bite the expense of | Tim Peters | 2002-05-02 | 1 | -5/+16 |
|
|
* | Remove old deprecated features from the xrange object. | Fred Drake | 2002-05-02 | 1 | -273/+40 |
|
|
* | Fix attribute access for the xrange objects. The tp_getattr and tp_getattro | Fred Drake | 2002-05-02 | 1 | -31/+38 |
|
|
* | clarify message when raising TypeError to indicate that float() accepts | Skip Montanaro | 2002-05-02 | 1 | -1/+1 |
|
|
* | Just added comments, and cleared some XXX questions, related to int | Tim Peters | 2002-04-28 | 1 | -3/+12 |
|
|
* | _PyObject_DebugCheckAddress(): If the leading pad bytes are corrupt, | Tim Peters | 2002-04-28 | 1 | -18/+25 |
|
|
* | Repair widespread misuse of _PyString_Resize. Since it's clear people | Tim Peters | 2002-04-27 | 3 | -32/+19 |
|
|
* | SF patch 549375: Compromise PyUnicode_EncodeUTF8 | Tim Peters | 2002-04-27 | 1 | -108/+70 |
|
|
* | - New builtin function enumerate(x), from PEP 279. Example: | Guido van Rossum | 2002-04-26 | 1 | -0/+139 |
|
|
* | PyNumber_CoerceEx: this took a shortcut (not doing anything) when the | Guido van Rossum | 2002-04-26 | 1 | -1/+4 |
|
|
* | Make sure that tp_free frees the int the same way as tp_dealloc would. | Guido van Rossum | 2002-04-26 | 1 | -0/+8 |
|
|
* | Clean up the layout of the bool_as_number struct initializer. | Guido van Rossum | 2002-04-25 | 1 | -38/+38 |
|
|
* | abstract_get_bases(): Clarify exactly what the return values and | Barry Warsaw | 2002-04-23 | 1 | -9/+46 |
|
|
* | Clarify return value of PyLong_AsLongLong(). | Jeremy Hylton | 2002-04-23 | 1 | -1/+1 |
|
|
* | unicode_memchr(): Squashed gratuitous int-vs-size_t mismatch (which | Tim Peters | 2002-04-22 | 1 | -3/+3 |
|
|
* | Apply patch diff.txt from SF feature request | Walter Dörwald | 2002-04-22 | 2 | -70/+191 |
|
|
* | Py_UniversalNewlineFread(): small speed boost on non-Windows boxes. | Tim Peters | 2002-04-21 | 1 | -3/+3 |
|
|
* | PyUnicode_EncodeUTF8(): tightened the memory asserts a bit, and at least | Tim Peters | 2002-04-21 | 1 | -12/+20 |
|
|
* | Back out 2.140. | Martin v. Löwis | 2002-04-21 | 1 | -43/+55 |
|
|
* | Py_UniversalNewlineFread(): Many changes. | Tim Peters | 2002-04-21 | 1 | -37/+47 |
|
|
* | PyUnicode_EncodeUTF8: squash compiler wng. The difference of two | Tim Peters | 2002-04-21 | 1 | -4/+5 |
|
|
* | Patch #495401: Count number of required bytes for encoding UTF-8 before | Martin v. Löwis | 2002-04-20 | 1 | -54/+43 |
|
|
* | Fix SF bug #505315: Make free and cell vars show up consistently in locals(). | Jeremy Hylton | 2002-04-20 | 1 | -6/+7 |
|
|
* | _PyObject_DebugMallocStats(): Added some potentially expensive internal | Tim Peters | 2002-04-18 | 1 | -5/+41 |
|
|
* | PyObject_Malloc: make a tiny bit faster for platforms where malloc(0) | Tim Peters | 2002-04-18 | 1 | -2/+9 |
|
|
* | Remove some long-disabled debugging boilerplate. | Tim Peters | 2002-04-18 | 1 | -26/+0 |
|
|
* | type_get_doc(): Squash compiler wng about incompatible ptr types. | Tim Peters | 2002-04-18 | 1 | -1/+2 |
|
|
* | SF bug 542984. | Guido van Rossum | 2002-04-18 | 1 | -7/+11 |
|
|
* | SF bug 544647. | Guido van Rossum | 2002-04-16 | 1 | -2/+6 |
|
|
* | Whitespace normalization and fold some long lines. | Guido van Rossum | 2002-04-16 | 1 | -20/+19 |
|
|
* | Return the orginal string only if it's a real str or unicode | Walter Dörwald | 2002-04-15 | 2 | -4/+18 |
|
|
* | Remove 'const' from local variable declaration in string_zfill() -- it | Guido van Rossum | 2002-04-15 | 1 | -71/+80 |
|
|
* | Apply the second version of SF patch http://www.python.org/sf/536241 | Walter Dörwald | 2002-04-15 | 2 | -3/+44 |
|
|
* | Deprecate % as well. The message for deprecation of //, % and divmod | Guido van Rossum | 2002-04-15 | 1 | -1/+6 |
|
|
* | SF bug #543387. | Guido van Rossum | 2002-04-15 | 1 | -0/+5 |
|
|
* | SF bug #541883 (Vincent Fiack). | Guido van Rossum | 2002-04-15 | 1 | -0/+5 |
|
|
* | SF bug 543840: complex(string) accepts strings with \0 | Tim Peters | 2002-04-14 | 1 | -1/+1 |
|
|
* | Mass checkin of universal newline support. | Jack Jansen | 2002-04-14 | 1 | -17/+294 |
|
|
* | Fold long lines. (Walter, please take note! :-) | Guido van Rossum | 2002-04-13 | 1 | -9/+18 |
|
|
* | _PyObject_DebugDumpStats: renamed to _PyObject_DebugMallocStats. | Tim Peters | 2002-04-13 | 1 | -4/+8 |
|
|
* | SF bug 543148: Memory leak with stackframes + inspect. | Tim Peters | 2002-04-13 | 1 | -2/+17 |
|
|
* | Partially implement SF feature request 444708. | Guido van Rossum | 2002-04-13 | 1 | -15/+86 |
|
|
* | Small anal correctness tweaks: | Tim Peters | 2002-04-12 | 1 | -2/+2 |
|
|
* | Add Raymond Hettinger's d.pop(). See SF patch 539949. | Guido van Rossum | 2002-04-12 | 1 | -0/+38 |
|
|
* | _PyObject_DebugRealloc(): rewritten to let the underlying realloc do | Tim Peters | 2002-04-12 | 1 | -27/+30 |
|
|
* | _PyObject_DebugDumpAddress(): clarify an output message. | Tim Peters | 2002-04-12 | 1 | -1/+1 |
|
|
* | PYMALLOC_{CLEAN, DEAD, FORBIDDEN}BYTE symbols: remove the PYMALLOC_ | Tim Peters | 2002-04-12 | 1 | -34/+39 |
|
|
* | First stab at rationalizing the PyMem_ API. Mixing PyObject_xyz with | Tim Peters | 2002-04-12 | 1 | -6/+1 |
|
|
* | Move PyObject_Malloc and PyObject_Free here from object.c. Remove | Neil Schemenauer | 2002-04-12 | 1 | -61/+33 |
|
|
* | Move PyObject_Malloc and PyObject_Free to obmalloc.c. | Neil Schemenauer | 2002-04-12 | 1 | -21/+2 |
|
|