| Commit message (Expand) | Author | Age | Files | Lines |
* | Patch #980082: Missing INCREF in PyType_Ready. | Martin v. Löwis | 2004-08-18 | 1 | -1/+3 |
|
|
* | Repair the same thinko in two places about handling of _Py_RefTotal in | Michael W. Hudson | 2004-08-03 | 1 | -4/+5 |
|
|
* | Cosmetic spacing fix. | Raymond Hettinger | 2004-06-25 | 1 | -1/+1 |
|
|
* | Fix leak found by Eric Huss. | Raymond Hettinger | 2004-06-25 | 1 | -1/+6 |
|
|
* | Fix for bug #966623 - classes created with type() in an exec(, {}) don't | Anthony Baxter | 2004-06-11 | 1 | -0/+4 |
|
|
* | Get rid of gcc warning. | Hye-Shik Chang | 2004-03-25 | 1 | -1/+2 |
|
|
* | Ensure super() lookup of descriptor from classmethod works (SF #743627) | Phillip J. Eby | 2004-03-25 | 1 | -1/+8 |
|
|
* | Fixed a bug in object.__reduce_ex__ (reduce_2) when using protocol | Jim Fulton | 2004-02-08 | 1 | -0/+1 |
|
|
* | Improve argument checking speed. | Raymond Hettinger | 2003-12-13 | 1 | -17/+44 |
|
|
* | * Added a new method flag, METH_COEXIST. | Raymond Hettinger | 2003-12-13 | 1 | -2/+3 |
|
|
* | subtype_dealloc(): Simplified overly contorted retracking logic. With | Tim Peters | 2003-11-13 | 1 | -6/+5 |
|
|
* | subtype_dealloc(): A more complete fix for critical bug 840829 + | Tim Peters | 2003-11-13 | 1 | -6/+19 |
|
|
* | SF bug 840829: weakref callbacks and gc corrupt memory. | Tim Peters | 2003-11-12 | 1 | -1/+6 |
|
|
* | Fix a bunch of typos in documentation, docstrings and comments. | Walter Dörwald | 2003-10-20 | 1 | -1/+1 |
|
|
* | Simplify and speedup uses of Py_BuildValue(): | Raymond Hettinger | 2003-10-12 | 1 | -11/+10 |
|
|
* | Use the simpler and faster PyArg_UnpackTuple() instead of | Raymond Hettinger | 2003-10-11 | 1 | -24/+24 |
|
|
* | SF bug #820397: __nonzero__() returns 1/0 | Raymond Hettinger | 2003-10-11 | 1 | -1/+15 |
|
|
* | Fix leak introduced by previous typeobject.c checkin. | Guido van Rossum | 2003-10-09 | 1 | -4/+3 |
|
|
* | SF patch #820195 by Wojtek Walczak (gminick at users.sourceforge.net): | Guido van Rossum | 2003-10-08 | 1 | -2/+4 |
|
|
* | Fix for | Michael W. Hudson | 2003-08-15 | 1 | -4/+11 |
|
|
* | /* XXX From here until type is allocated, "return NULL" leaks bases! */ | Michael W. Hudson | 2003-08-08 | 1 | -2/+9 |
|
|
* | Repair refcounting on error return from type_set_bases. | Michael W. Hudson | 2003-08-07 | 1 | -3/+6 |
|
|
* | Remove stray comments. | Jeremy Hylton | 2003-07-16 | 1 | -1/+0 |
|
|
* | Remove unnecessary check in tests for slots allowed. | Jeremy Hylton | 2003-07-16 | 1 | -1/+1 |
|
|
* | Require that __nonzero__() return a bool or exactly an int. | Jeremy Hylton | 2003-06-27 | 1 | -6/+2 |
|
|
* | Check return type of __nonzero__() method. | Jeremy Hylton | 2003-06-27 | 1 | -1/+13 |
|
|
* | - SF patch 751998 fixes an unwanted side effect of the previous fix | Guido van Rossum | 2003-06-13 | 1 | -5/+13 |
|
|
* | Fixed a comment. | Brett Cannon | 2003-06-11 | 1 | -1/+1 |
|
|
* | Fix SF #749831, copy raises SystemError when getstate raises exception | Neal Norwitz | 2003-06-08 | 1 | -0/+2 |
|
|
* | Fix for SF 742911. We now clear the weakrefs *before* calling __del__ | Guido van Rossum | 2003-05-29 | 1 | -11/+12 |
|
|
* | PyType_Ready(): Complain if the type is a base type, and gc'able, and | Tim Peters | 2003-05-21 | 1 | -1/+31 |
|
|
* | Fixing the previous patch to have the changes be to the proper docstrings. | Brett Cannon | 2003-05-20 | 1 | -8/+8 |
|
|
* | Fix docstrings for __(get|set|del)slice__ to mention that negative indices ar... | Brett Cannon | 2003-05-20 | 1 | -3/+9 |
|
|
* | Patch #734231: Update RiscOS support. In particular, correct | Martin v. Löwis | 2003-05-10 | 1 | -1/+1 |
|
|
* | Improve the message about metatype/metaclass conflicts. | Guido van Rossum | 2003-04-23 | 1 | -1/+4 |
|
|
* | Sigh. The crucial change was still missing from the previous | Guido van Rossum | 2003-04-16 | 1 | -1/+1 |
|
|
* | - super() no longer ignores data descriptors, except __class__. See | Guido van Rossum | 2003-04-16 | 1 | -4/+10 |
|
|
* | Fix three (!) object leaks in the code for assignment to __bases__. | Guido van Rossum | 2003-04-15 | 1 | -1/+3 |
|
|
* | Ouch, it's Carlo Verre, not Verre Carlo. | Guido van Rossum | 2003-04-15 | 1 | -1/+1 |
|
|
* | Close off the "Verre Carlo hack" as discussed on python-dev. | Guido van Rossum | 2003-04-14 | 1 | -0/+22 |
|
|
* | super_getattro(): kill some dead code; explain a mystery. | Guido van Rossum | 2003-04-14 | 1 | -18/+4 |
|
|
* | Missing DECREF. | Jeremy Hylton | 2003-04-09 | 1 | -0/+1 |
|
|
* | SF bug #699934: Obscure error message | Raymond Hettinger | 2003-04-06 | 1 | -4/+2 |
|
|
* | Refactoring: rename update_these_slots() into update_subclasses() and | Guido van Rossum | 2003-03-24 | 1 | -47/+68 |
|
|
* | Improved new Py_TRACE_REFS gimmicks. | Tim Peters | 2003-03-23 | 1 | -4/+1 |
|
|
* | slot_sq_contains(): This leaked a reference to the result of calling | Tim Peters | 2003-03-23 | 1 | -11/+12 |
|
|
* | Refactored some of the Py_TRACE_REFS code. New private API function | Tim Peters | 2003-03-23 | 1 | -0/+12 |
|
|
* | SF bug #699934: Obscure error message | Raymond Hettinger | 2003-03-12 | 1 | -1/+4 |
|
|
* | - The extended type structure used for heap types (new-style | Guido van Rossum | 2003-03-07 | 1 | -49/+34 |
|
|
* | Implementing the salient parts of __reduce_ex__ in C. | Guido van Rossum | 2003-02-21 | 1 | -6/+229 |
|
|