| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
|
|
* | Fix SF bug #683467, 'int' ability to generate longs not inherited | Neal Norwitz | 2003-02-10 | 1 | -0/+8 |
|
|
* | Add __getnewargs__ method to classes that need it. | Guido van Rossum | 2003-02-07 | 1 | -0/+4 |
|
|
* | Fix SF bug #667147, Segmentation fault printing str subclass | Neal Norwitz | 2003-01-13 | 1 | -1/+24 |
|
|
* | Fix for SF bug #642358: only provide a new with a __dict__ or | Guido van Rossum | 2003-01-07 | 1 | -0/+14 |
|
|
* | Add a test for a feature added in rev. 2.82 of typeobject.c: | Guido van Rossum | 2003-01-06 | 1 | -0/+53 |
|
|
* | Add some print statements in verbose mode to announce that the newest | Guido van Rossum | 2003-01-06 | 1 | -0/+8 |
|
|
* | Disable the rexec test now that rexec is out of grace. | Guido van Rossum | 2003-01-06 | 1 | -0/+2 |
|
|
* | Whitespace normalization. | Tim Peters | 2002-12-24 | 1 | -5/+5 |
|
|
* | Add test for SF #658106. Will backport. | Neal Norwitz | 2002-12-24 | 1 | -0/+4 |
|
|
* | Tighten the tests for assignment to __bases__: disallow empty tuple. | Guido van Rossum | 2002-12-13 | 1 | -0/+8 |
|
|
* | SF 548651: Fix the METH_CLASS implementation. | Tim Peters | 2002-12-09 | 1 | -4/+4 |
|
|
* | Nudge getting __module__ and __name__ for new-style classes so that | Michael W. Hudson | 2002-11-27 | 1 | -1/+9 |
|
|
* | I don't know why staring at the email to python-checkins made me | Michael W. Hudson | 2002-11-27 | 1 | -0/+2 |
|
|
* | Readjustments to the way we cope with exceptions from subclasses' | Michael W. Hudson | 2002-11-27 | 1 | -2/+79 |
|
|
* | I had the inheritance cycle stuff backwards. Oops! | Michael W. Hudson | 2002-11-27 | 1 | -0/+8 |
|
|
* | The MRO conflict error message depends on dictionary hash order. | Guido van Rossum | 2002-11-27 | 1 | -4/+4 |
|
|
* | This is my patch: | Michael W. Hudson | 2002-11-26 | 1 | -0/+89 |
|
|
* | A tweaked version of Jeremy's patch #642489, to produce better error | Guido van Rossum | 2002-11-25 | 1 | -0/+31 |
|
|
* | Remove duplicate test | Neal Norwitz | 2002-11-23 | 1 | -2/+0 |
|
|
* | Patch #642500 with slight modifications: allow keyword arguments in | Just van Rossum | 2002-11-23 | 1 | -11/+12 |
|
|
* | Fix or disable some tests that were affected by the new C3 MRO | Guido van Rossum | 2002-11-14 | 1 | -20/+79 |
|
|
* | Fix SF # 624982, Potential AV in slot_sq_item, by Greg Chapman | Neal Norwitz | 2002-10-18 | 1 | -0/+12 |
|
|
* | For some reason (probably cut and paste), __ipow__ for new-style | Guido van Rossum | 2002-10-15 | 1 | -0/+11 |
|
|
* | Code by Inyeol Lee, submitted to SF bug 595350, to implement | Guido van Rossum | 2002-08-23 | 1 | -4/+0 |
|
|
* | Add tests for including __dict__ and/or __weakref__ in __slots__. | Guido van Rossum | 2002-08-13 | 1 | -1/+50 |
|
|
* | Add test for SF bug # 575229, multiple inheritance w/ slots dumps core | Neal Norwitz | 2002-08-13 | 1 | -0/+11 |
|
|
* | Disallow class assignment completely unless both old and new are heap | Guido van Rossum | 2002-08-10 | 1 | -0/+5 |
|
|
* | Test for Neil's fix to correctly invoke __rmul__. | Guido van Rossum | 2002-08-09 | 1 | -0/+16 |
|
|
* | Add testcase for SF bug 574207 (chained __slots__ dealloc segfault). | Guido van Rossum | 2002-08-06 | 1 | -0/+14 |
|
|
* | SF patch 588728 (Nathan Srebro). | Guido van Rossum | 2002-08-01 | 1 | -4/+11 |
|
|
* | Get rid of relative imports in all unittests. Now anything that | Barry Warsaw | 2002-07-23 | 1 | -1/+1 |
|
|
* | subtype_resurrection(): Removed unused import. | Tim Peters | 2002-07-11 | 1 | -1/+0 |
|
|
* | subtype_resurrection(): The test suite with -l properly reported the | Tim Peters | 2002-07-11 | 1 | -2/+13 |
|
|