| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
|
|
* | PEP 205, Weak References -- initial checkin. | Fred Drake | 2001-02-01 | 2 | -0/+28 |
|
|
* | Rename dubiously named local variable 'cmpfunc' -- this is also a | Guido van Rossum | 2001-01-29 | 1 | -5/+5 |
|
|
* | Remove f_closure slot of frameobject and use f_localsplus instead. | Jeremy Hylton | 2001-01-29 | 1 | -23/+14 |
|
|
* | fix indentation glitch | Jeremy Hylton | 2001-01-29 | 1 | -1/+1 |
|
|
* | Fixed .capitalize() method of Unicode objects to work like the | Marc-André Lemburg | 2001-01-29 | 1 | -4/+18 |
|
|
* | The one thing I love more then writing code is deleting code. | Moshe Zadka | 2001-01-29 | 1 | -33/+2 |
|
|
* | Re-factored PyInstance_New() into PyInstance_New() and PyInstance_NewRaw(). | Fred Drake | 2001-01-28 | 1 | -13/+34 |
|
|
* | PEP 227 implementation | Jeremy Hylton | 2001-01-25 | 2 | -3/+54 |
|
|
* | PEP 227 implementation | Jeremy Hylton | 2001-01-25 | 1 | -0/+115 |
|
|
* | Check the Py_TPFLAGS_HAVE_RICHCOMPARE flag before using the | Guido van Rossum | 2001-01-24 | 1 | -7/+9 |
|
|
* | Show '\011', '\012', and '\015' as '\t', '\n', '\r' in strings. | Ka-Ping Yee | 2001-01-24 | 2 | -12/+36 |
|
|
* | Move uchhash functionality into unicodedata (after the recent | Fredrik Lundh | 2001-01-24 | 1 | -9/+11 |
|
|
* | PyObject_Dump() -> _PyObject_Dump() | Barry Warsaw | 2001-01-24 | 1 | -3/+3 |
|
|
* | PyObject_Dump(): Use %p format to print the address of the pointer. | Barry Warsaw | 2001-01-23 | 1 | -2/+4 |
|
|
* | A few miscellaneous helpers. | Barry Warsaw | 2001-01-23 | 1 | -2/+26 |
|
|
* | New special case in comparisons: None is smaller than any other object | Guido van Rossum | 2001-01-22 | 1 | -0/+6 |
|
|
* | Once again, numeric-smelling objects compare smaller than non-numeric | Guido van Rossum | 2001-01-22 | 1 | -2/+17 |
|
|
* | forgot to check in the new makeunicodedata.py script | Fredrik Lundh | 2001-01-21 | 1 | -1/+1 |
|
|
* | Remove a smelly export. | Neil Schemenauer | 2001-01-21 | 1 | -1/+1 |
|
|
* | Better error message if ucnhash cannot be found (obscure attribute | Fredrik Lundh | 2001-01-20 | 1 | -3/+8 |
|
|
* | Tim chastens: | Barry Warsaw | 2001-01-20 | 1 | -1/+5 |
|
|
* | default_3way_compare(): When comparing the pointers, they must be cast | Barry Warsaw | 2001-01-20 | 1 | -2/+2 |
|
|
* | Application and elaboration of patch #103305 to fix core dumps when | Barry Warsaw | 2001-01-19 | 1 | -30/+40 |
|
|
* | refactored the unicodeobject/ucnhash interface, to hide the | Fredrik Lundh | 2001-01-19 | 1 | -103/+39 |
|
|