| Commit message (Expand) | Author | Age | Files | Lines |
| * | Merged revisions 79539 via svnmerge from | Ezio Melotti | 2010-08-02 | 1 | -12/+7 |
|
|
| * | Fix test_descr. | Ezio Melotti | 2010-08-02 | 1 | -1/+0 |
|
|
| * | Merged revisions 79165 via svnmerge from | Ezio Melotti | 2010-08-02 | 1 | -3/+8 |
|
|
| * | rewrite for inferior assertRaises | Benjamin Peterson | 2009-12-30 | 1 | -1/+5 |
|
|
| * | Merged revisions 77157 via svnmerge from | Benjamin Peterson | 2009-12-30 | 1 | -0/+5 |
|
|
| * | backport change from trunk | Benjamin Peterson | 2009-12-16 | 1 | -0/+2 |
|
|
| * | Merged revisions 76794 via svnmerge from | Benjamin Peterson | 2009-12-13 | 1 | -0/+9 |
|
|
| * | Merged revisions 71860 via svnmerge from | Benjamin Peterson | 2009-04-25 | 1 | -0/+10 |
|
|
| * | Merged revisions 71722,71725 via svnmerge from | Benjamin Peterson | 2009-04-18 | 1 | -0/+12 |
|
|
| * | Merged revisions 67246 via svnmerge from | Benjamin Peterson | 2008-11-17 | 1 | -0/+40 |
|
|
| * | Merged revisions 66801,66803-66804,66813,66854-66856,66866,66870-66872,66874,... | Georg Brandl | 2008-11-07 | 1 | -7/+3 |
|
|
| * | Issue 2235: Py3k warnings are now emitted for classes that will no longer inh... | Nick Coghlan | 2008-08-11 | 1 | -0/+5 |
|
|
| * | Issue 2235: __hash__ is once again inherited by default, but inheritance can ... | Nick Coghlan | 2008-07-15 | 1 | -0/+8 |
|
|
| * | Issue #2115: __slot__ attributes setting was 10x slower. | Amaury Forgeot d'Arc | 2008-02-15 | 1 | -0/+18 |
|
|
| * | Rewrite test_descr as unittest, written for GHOP by Jeff Wheeler. | Georg Brandl | 2008-02-02 | 1 | -4494/+4189 |
|
|
| * | Fix test67.py from issue #1303614. | Guido van Rossum | 2008-01-24 | 1 | -0/+24 |
|
|
| * | Fi debug turd -- a call accidentally left out. | Guido van Rossum | 2008-01-24 | 1 | -1/+1 |
|
|
| * | Fix the tests by restoring __import__. I think the test is still valid. | Neal Norwitz | 2008-01-24 | 1 | -4/+6 |
|
|
| * | Turn three recently fixed crashers into regular tests. | Guido van Rossum | 2008-01-23 | 1 | -1/+70 |
|
|
| * | Remove a straggling debugging print line. | Brett Cannon | 2007-12-25 | 1 | -1/+0 |
|
|
| * | Actually execute the tests for the getter/setter/deleter tests on properties. | Brett Cannon | 2007-12-25 | 1 | -7/+12 |
|
|
| * | I forgot to fix one occurence of new in test_descr | Christian Heimes | 2007-11-27 | 1 | -1/+1 |
|
|
| * | Replaced import of the 'new' module with 'types' module and added a deprecati... | Christian Heimes | 2007-11-27 | 1 | -1/+0 |
|
|
| * | Issue 1416. Add getter, setter, deleter methods to properties that can be | Guido van Rossum | 2007-11-10 | 1 | -0/+65 |
|
|
| * | Fix a crasher where Python code managed to infinitely recurse in C code without | Brett Cannon | 2007-09-07 | 1 | -1/+17 |
|
|
| * | Fix for #1303614 and #1174712: | Armin Rigo | 2007-05-02 | 1 | -2/+78 |
|
|
| * | Whitespace normalization. Ugh, we really need to do this more often. | Neal Norwitz | 2007-04-25 | 1 | -2/+2 |
|
|
| * | Revert r53997 as per | Armin Rigo | 2007-04-19 | 1 | -87/+61 |
|
|
| * | 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 |
|
|