| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | When __slots__ are set to a unicode string, make it work the same as | Neal Norwitz | 2007-04-14 | 1 | -1/+17 |
|
|
* | Fix warnings about object.__init__() signature. | Guido van Rossum | 2007-04-02 | 1 | -1/+0 |
|
|
* | Patch #1623563: allow __class__ assignment for classes with __slots__. | Žiga Seilnacht | 2007-03-16 | 1 | -0/+45 |
|
|
* | Patch #1680015: Don't modify __slots__ tuple if it contains an unicode | Žiga Seilnacht | 2007-03-14 | 1 | -0/+23 |
|
|
* | Whitespace normalization. | Tim Peters | 2007-03-12 | 1 | -2/+2 |
|
|
* | Patch #1674228: when assigning a slice (old-style), check for the | Georg Brandl | 2007-03-05 | 1 | -0/+14 |
|
|
* | Add checking for a number of metaclass error conditions. | Jeremy Hylton | 2007-02-27 | 1 | -45/+103 |
|
|
* | Fix the line to what is my guess at the original author's meaning. | Armin Rigo | 2007-02-12 | 1 | -1/+1 |
|
|
* | a test for an error condition not covered by existing tests | Michael W. Hudson | 2006-11-23 | 1 | -0/+7 |
|
|
* | Patch #1567691: super() and new.instancemethod() now don't accept | Georg Brandl | 2006-09-30 | 1 | -0/+7 |
|
|
* | Change fix for segfaulting property(), add a NEWS entry and a test. | Georg Brandl | 2006-08-04 | 1 | -0/+10 |
|
|
* | Put method-wrappers into trashcan. Fixes #927248. | Martin v. Löwis | 2006-07-03 | 1 | -0/+8 |
|
|
* | An object with __call__ as an attribute, when called, will have that attribut... | Brett Cannon | 2006-06-09 | 1 | -0/+16 |
|
|
* | (arre, arigo) SF bug #1350060 | Armin Rigo | 2006-06-08 | 1 | -1/+14 |
|
|
* | subclasspropagation(): Squash two more bogus hash(x) == id(x) | Tim Peters | 2006-04-11 | 1 | -2/+2 |
|
|
* | specials(): squash another incorrect hash(x) == id(x) | Tim Peters | 2006-04-11 | 1 | -1/+6 |
|
|
* | Huh. This belonged with the last checkin -- no idea why svn | Tim Peters | 2006-04-11 | 1 | -1/+0 |
|
|
* | Patch #1434038: property() now uses the getter's docstring if there is | Georg Brandl | 2006-03-08 | 1 | -0/+12 |
|
|
* | PEP 352 implementation. Creates a new base class, BaseException, which has an | Brett Cannon | 2006-03-01 | 1 | -26/+0 |
|
|
* | Add test for classmethod ./. keyword args. | Georg Brandl | 2006-02-21 | 1 | -0/+8 |
|
|
* | Whitespace normalization. | Tim Peters | 2005-12-30 | 1 | -1/+1 |
|
|
* | SF bug #1153075: "PyXxx_Check(x) trusts x->ob_type->tp_mro". | Armin Rigo | 2005-12-29 | 1 | -0/+31 |
|
|
* | SF patch #1390657: | Armin Rigo | 2005-12-29 | 1 | -0/+72 |
|
|
* | Added proper reflection on instances of <type 'method-wrapper'>, e.g. | Armin Rigo | 2005-11-07 | 1 | -0/+13 |
|
|
* | Fix tests dependent on the exception raised by non-settable descriptors. | Barry Warsaw | 2005-04-20 | 1 | -1/+1 |
|
|
* | SF bug #1155938: Missing None check for __init__(). | Raymond Hettinger | 2005-03-03 | 1 | -0/+13 |
|
|
* | Use descriptors. | Guido van Rossum | 2005-01-16 | 1 | -2/+2 |
|
|
* | Removing tests that fail because of changes in PyString_InternInPlace(), | Armin Rigo | 2004-08-07 | 1 | -16/+0 |
|
|
* | Ensure super() lookup of descriptor from classmethod works (SF #743627) | Phillip J. Eby | 2004-03-25 | 1 | -0/+14 |
|
|
* | Replace backticks with repr() or "%r" | Walter Dörwald | 2004-02-12 | 1 | -14/+14 |
|
|
* | Whitespace normalization. | Tim Peters | 2004-01-18 | 1 | -1/+1 |
|
|
* | Fix for | Michael W. Hudson | 2003-08-15 | 1 | -0/+31 |
|
|
* | Repair refcounting on error return from type_set_bases. | Michael W. Hudson | 2003-08-07 | 1 | -0/+7 |
|
|
* | SF bug #762455: Python segfaults when sys.stdout is changed in getattr | Raymond Hettinger | 2003-06-29 | 1 | -0/+15 |
|
|
* | SF bug #753451: classmethod abuse --> SystemError | Raymond Hettinger | 2003-06-18 | 1 | -0/+8 |
|
|
* | Add test for bug #751998. | Neal Norwitz | 2003-06-16 | 1 | -0/+16 |
|
|
* | Remove debug code from weakref_segfault(). | Guido van Rossum | 2003-05-29 | 1 | -2/+0 |
|
|
* | Add testcase for SF 742911. | Guido van Rossum | 2003-05-29 | 1 | -0/+24 |
|
|
* | - super() no longer ignores data descriptors, except __class__. See | Guido van Rossum | 2003-04-16 | 1 | -1/+16 |
|
|
* | Ouch, it's Carlo Verre, not Verre Carlo. | Guido van Rossum | 2003-04-15 | 1 | -5/+5 |
|
|
* | Close off the "Verre Carlo hack" as discussed on python-dev. | Guido van Rossum | 2003-04-14 | 1 | -0/+17 |
|
|
* | SF bug #699934: Obscure error message | Raymond Hettinger | 2003-04-06 | 1 | -3/+2 |
|
|
* | SF bug #699934: Obscure error message | Raymond Hettinger | 2003-03-12 | 1 | -3/+7 |
|
|
* | Use floor division (// and __[r]floordiv__ in right-dispatch test. | Guido van Rossum | 2003-02-27 | 1 | -23/+23 |
|
|
* | Whitespace normalization. | Tim Peters | 2003-02-19 | 1 | -1/+1 |
|
|
* | SF patch #685738 by Michael Stone. | Guido van Rossum | 2003-02-13 | 1 | -8/+8 |
|
|
* | Implement another useful feature for proxies: in super(X, x), x may | Guido van Rossum | 2003-02-12 | 1 | -0/+39 |
|
|
* | SF #532767: isinstance(x, X) should work when x is a proxy for an X | Guido van Rossum | 2003-02-12 | 1 | -1/+29 |
|
|
* | Put proper tests in classmethod_get(). Remove the type argument to | Guido van Rossum | 2003-02-11 | 1 | -0/+40 |
|
|
* | Get rid of the "bozo" __getstate__ that was inserted when __slots__ | Guido van Rossum | 2003-02-10 | 1 | -18/+17 |
|
|