summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_descr.py
Commit message (Expand)AuthorAgeFilesLines
* merge 3.4 (#24806)Benjamin Peterson2015-10-071-0/+31
|\
| * prevent unacceptable bases from becoming bases through multiple inheritance (...Benjamin Peterson2015-10-071-0/+31
* | Issue #24912: Prevent __class__ assignment to immutable built-in objects.Guido van Rossum2015-09-051-0/+45
* | Issue #19235: Add new RecursionError exception. Patch by Georg Brandl.Yury Selivanov2015-07-031-3/+3
* | Issue #24064: Property() docstrings are now writeable.Raymond Hettinger2015-05-131-1/+4
* | Issue #23726: Don't enable GC for user subclasses of non-GC types that don't ...Antoine Pitrou2015-04-131-2/+0
* | Issue #23641: Cleaned out legacy dunder names from tests and docs.Serhiy Storchaka2015-03-121-16/+9
|\ \ | |/
| * Issue #23641: Cleaned out legacy dunder names from tests and docs.Serhiy Storchaka2015-03-121-16/+8
* | merge 3.4 (#22735)Benjamin Peterson2015-02-061-1/+226
|\ \ | |/
| * fix many custom mro() edge cases and improve code quality (#22735)Benjamin Peterson2015-02-061-1/+226
* | allow changing __class__ between a heaptype and non-heaptype in some cases (c...Benjamin Peterson2015-01-301-0/+16
* | Issue #22783: Pickling now uses the NEWOBJ opcode instead of the NEWOBJ_EXSerhiy Storchaka2014-12-161-18/+7
* | use __qualname__ to compute bound method repr (closes #21389)Benjamin Peterson2014-08-201-0/+55
* | Merge.Charles-François Natali2014-06-201-1/+1
|\ \ | |/
| * Issue #21768: fix NameError in test_pydescr. Patch by Claudiu Popa.Terry Jan Reedy2014-06-201-1/+1
* | PEP 465: a dedicated infix operator for matrix multiplication (closes #21176)Benjamin Peterson2014-04-101-0/+1
|/
* move SharedKeyTests to test_descrBenjamin Peterson2014-03-171-1/+23
* correct the fix for #20637; allow slot descriptor inheritance to take place b...Benjamin Peterson2014-03-171-0/+8
* look up __getnewargs__ and __getnewargs_ex__ on the object type (#16251)Benjamin Peterson2014-02-161-0/+14
* Issue #20532: Tests which use _testcapi now are marked as CPython only.Serhiy Storchaka2014-02-071-0/+1
|\
| * Issue #20532: Tests which use _testcapi now are marked as CPython only.Serhiy Storchaka2014-02-071-0/+1
* | Fix whitespaceAntoine Pitrou2013-11-231-3/+3
* | Issue #17810: Implement PEP 3154, pickle protocol 4.Antoine Pitrou2013-11-231-172/+433
* | Implement PEP 451 (ModuleSpec).Eric Snow2013-11-221-1/+1
* | Issue #19603: Use specific asserts in test_decr.Serhiy Storchaka2013-11-171-157/+168
|\ \ | |/
| * Issue #19603: Use specific asserts in test_decr.Serhiy Storchaka2013-11-171-157/+168
* | cleanup the construction of __qualname__ (closes #19301 again)Benjamin Peterson2013-10-201-1/+3
* | give explicitly global functions and classes a global __qualname__ (closes #1...Benjamin Peterson2013-10-191-0/+5
* | Issue #18112: PEP 442 implementation (safe object finalization).Antoine Pitrou2013-07-301-10/+0
* | #17115,17116: Have modules initialize the __package__ and __loader__Brett Cannon2013-05-041-1/+3
* | remove pointless changeBenjamin Peterson2013-04-131-1/+1
* | properly lookup the __round__ special method (closes #17722)Benjamin Peterson2013-04-131-1/+2
|/
* Issue #16447: Fix potential segfault when setting __name__ on a class.Mark Dickinson2013-04-131-0/+14
* do safety checks on __qualname__ assignmentBenjamin Peterson2012-10-311-0/+8
* don't shadow the __qualname__ descriptor with __qualname__ in the class's __d...Benjamin Peterson2012-10-311-4/+4
* merge 3.2 (#14699)Benjamin Peterson2012-05-011-0/+16
|\
| * fix calling the classmethod descriptor directly (closes #14699)Benjamin Peterson2012-05-011-0/+16
* | merge 3.2 (#14658)Benjamin Peterson2012-04-241-1/+9
|\ \ | |/
| * don't use a slot wrapper from a different special method (closes #14658)Benjamin Peterson2012-04-241-1/+9
* | Issue #14386: Expose the dict_proxy internal type as types.MappingProxyTypeVictor Stinner2012-04-151-2/+2
* | correctly lookup __trunc__ in int() constructorBenjamin Peterson2012-03-211-0/+1
* | make extra arguments to object.__init__/__new__ to errors in most cases (fini...Benjamin Peterson2012-03-171-0/+20
* | merge 3.2 (#14334)Benjamin Peterson2012-03-161-0/+3
|\ \ | |/
| * check to make sure the attribute is a string (#14334)Benjamin Peterson2012-03-161-0/+3
* | Close #14199: _PyType_Lookup() and super_getattro() keep a strong reference toVictor Stinner2012-03-081-1/+29
* | merge 3.2 (#3787e896dbe9)Benjamin Peterson2012-03-081-2/+17
|\ \ | |/
| * allow cycles throught the __dict__ slot to be cleared (closes #1469629)Benjamin Peterson2012-03-081-2/+17
| * Fix use of deprecated assert_ method.Georg Brandl2012-02-201-2/+2
| * Merge from 3.1: Issue #13703: add a way to randomize the hash values of basic...Georg Brandl2012-02-201-1/+11
| |\
| | * Issue #13703: add a way to randomize the hash values of basic types (str, byt...Georg Brandl2012-02-201-1/+11