| Commit message (Expand) | Author | Age | Files | Lines |
| * | backport tim_one's patch: | Anthony Baxter | 2002-04-30 | 3 | -20/+25 |
|
|
| * | Backport fixes for two nested scopes bugs. | Jeremy Hylton | 2002-04-20 | 1 | -5/+5 |
|
|
| * | Sort-of backport to 2.1.3 (if we ever release it) of the following. | Guido van Rossum | 2002-03-28 | 3 | -3/+3 |
|
|
| * | MvL's patch to fix up large file support. You still need to enable it | Anthony Baxter | 2002-01-07 | 1 | -9/+19 |
|
|
| * | SF bug #439104: Tuple richcompares has code-typo. | Tim Peters | 2001-07-06 | 2 | -2/+2 |
|
|
| * | Backport of Tim's checkin 2.57: | Thomas Wouters | 2001-06-27 | 1 | -23/+17 |
|
|
| * | _PyTuple_Resize: guard against PyTuple_New() returning NULL, using Tim's | Thomas Wouters | 2001-05-29 | 1 | -1/+1 |
|
|
| * | _PyTuple_Resize: take into account the empty tuple. There can be only one. | Thomas Wouters | 2001-05-28 | 1 | -2/+11 |
|
|
| * | Backport Tim's checkin 2.84: | Thomas Wouters | 2001-05-23 | 1 | -34/+95 |
|
|
| * | Net result of Tim's checkins to stropmodule.c (2.78, 2.79, 2.80, 2.81), | Thomas Wouters | 2001-05-23 | 1 | -28/+35 |
|
|
| * | Backport Jeremy's checkins (frameobject.c:2.50, test_scope.py:1.16, | Thomas Wouters | 2001-05-23 | 1 | -6/+3 |
|
|
| * | Backport Tim's checkin 2.130: | Thomas Wouters | 2001-05-23 | 1 | -1/+7 |
|
|
| * | Backport MAL's checkin 2.105: | Thomas Wouters | 2001-05-23 | 1 | -2/+3 |
|
|
| * | Net result of Guido's checkins of object.c (2.125 and 2.126), classobject.c | Thomas Wouters | 2001-05-23 | 3 | -31/+42 |
|
|
| * | Backport of Tim's checkin 2.88: | Thomas Wouters | 2001-05-23 | 1 | -4/+15 |
|
|
| * | Backport Tim's checkin 2.104: | Thomas Wouters | 2001-05-23 | 1 | -2/+6 |
|
|
| * | The weakref support in PyObject_InitVar() as well; this should have come out | Fred Drake | 2001-05-03 | 1 | -4/+0 |
|
|
| * | Remove unnecessary intialization for the case of weakly-referencable objects; | Fred Drake | 2001-05-03 | 1 | -4/+0 |
|
|
| * | Tim pointed out a remaining vulnerability in popitem(): the | Guido van Rossum | 2001-04-16 | 1 | -5/+6 |
|
|
| * | Tentative fix for a problem that Tim discovered at the last moment, | Guido van Rossum | 2001-04-15 | 1 | -61/+110 |
|
|
| * | Make one more private symbol static. | Guido van Rossum | 2001-04-14 | 1 | -1/+1 |
|
|
| * | Make some private symbols static. | Guido van Rossum | 2001-04-14 | 2 | -3/+3 |
|
|
| * | Bug 415514 reported that e.g. | Tim Peters | 2001-04-12 | 2 | -38/+43 |
|
|
| * | Fix for SF bug #415514: "%#x" % 0 caused assertion failure/abort. | Tim Peters | 2001-04-12 | 2 | -25/+37 |
|
|
| * | Fixed ref count bug. Patch #411191. Found by Walter Dörwald. | Marc-André Lemburg | 2001-03-25 | 1 | -1/+3 |
|
|
| * | Add support for weak references to the function and method types. | Fred Drake | 2001-03-23 | 2 | -3/+13 |
|
|
| * | A small change to the C API for weakly-referencable types: Such types | Fred Drake | 2001-03-22 | 1 | -0/+1 |
|
|
| * | Make PyDict_Next safe to use for loops that merely modify the values | Tim Peters | 2001-03-21 | 1 | -8/+32 |
|
|
| * | Move the code implementing isinstance() and issubclass() to new C | Guido van Rossum | 2001-03-21 | 1 | -0/+112 |
|
|
| * | Fix PyFrame_FastToLocals() and counterpart to deal with cells and | Jeremy Hylton | 2001-03-21 | 1 | -20/+68 |
|
|
| * | SF patch #408326 by Robin Thomas: slice objects comparable, not | Guido van Rossum | 2001-03-20 | 1 | -3/+23 |
|
|
| * | SF bug [ #409448 ] Complex division is braindead | Tim Peters | 2001-03-18 | 1 | -8/+58 |
|
|
| * | Variety of small INC/DECREF patches that fix reported memory leaks | Jeremy Hylton | 2001-03-13 | 2 | -3/+5 |
|
|
| * | Identifiers matching _[A-Z_]\w* are reserved for C implementations. | Tim Peters | 2001-03-11 | 1 | -6/+6 |
|
|
| * | When 1.6 boosted the # of digits produced by repr(float), repr(complex) | Tim Peters | 2001-03-11 | 2 | -9/+32 |
|
|
| * | Avoid giving prototypes on Solaris. | Martin v. Löwis | 2001-03-06 | 1 | -1/+1 |
|
|
| * | Use Py_CHARMASK for ctype macros. Fixes bug #232787. | Martin v. Löwis | 2001-03-06 | 1 | -1/+1 |
|
|
| * | Two improvements to large file support: | Guido van Rossum | 2001-03-01 | 1 | -30/+18 |
|
|
| * | Visit the closure during traversal and XDECREF it on during deallocation. | Jeremy Hylton | 2001-03-01 | 1 | -0/+6 |
|
|
| * | Fix SF buf 404774 submitted by Gregory H. Ball | Jeremy Hylton | 2001-02-28 | 1 | -1/+1 |
|
|
| * | Add Vladimir Marangozov's object allocator. It is disabled by default. This | Neil Schemenauer | 2001-02-27 | 2 | -0/+747 |
|
|
| * | The return value from PyObject_ClearWeakRefs() is no longer meaningful, | Fred Drake | 2001-02-26 | 2 | -5/+4 |
|
|
| * | instancemethod_setattro(): Raise TypeError if an attempt is made to | Barry Warsaw | 2001-02-26 | 1 | -15/+2 |
|
|
| * | _Py_ReleaseInternedStrings(): Private API function to decref and | Barry Warsaw | 2001-02-23 | 1 | -0/+10 |
|
|
| * | _PyObject_Dump(): If argument is NULL, print "NULL" instead of | Barry Warsaw | 2001-02-22 | 1 | -3/+7 |
|
|
| * | In try_3way_to_rich_compare(), swap the call to default_3way_compare() | Guido van Rossum | 2001-02-22 | 1 | -2/+2 |
|
|
| * | reorganized PyUnicode_DecodeUnicodeEscape a bit (in order to make it | Fredrik Lundh | 2001-02-18 | 1 | -110/+69 |
|
|
| * | Fix core dump whenever PyList_Reverse() was called. | Guido van Rossum | 2001-02-12 | 1 | -11/+14 |
|
|
| * | Superseded by $(srcdir)/Makefile.pre.in. | Neil Schemenauer | 2001-02-03 | 1 | -104/+0 |
|
|
| * | SF patch 103543 from tg@freebsd.org: | Jeremy Hylton | 2001-02-01 | 1 | -1/+1 |
|
|