summaryrefslogtreecommitdiff
path: root/Lib/test/test_descr.py
Commit message (Expand)AuthorAgeFilesLines
* Merge from 3.6.Serhiy Storchaka2016-12-141-0/+2
|\
| * Revert changeset 1f31bf3f76f5 (issue5322) except tests.Serhiy Storchaka2016-12-141-0/+2
* | Issue #5322: Fixed setting __new__ to a PyCFunction inside Python code.Serhiy Storchaka2016-12-071-10/+5
|\ \ | |/ |/|
| * Implement compact dictVictor Stinner2016-09-071-2/+4
| * Issue #27895: Spelling fixes (Contributed by Ville Skytt?).Raymond Hettinger2016-08-301-1/+1
| * Backed out changeset af29d89083b3 (closes #25548) (closes #27498)Benjamin Peterson2016-07-131-2/+2
| * Issue #25548: Showing memory address of class objects in replKushal Das2016-06-041-2/+2
| * merge 3.5Benjamin Peterson2016-05-281-8/+1
| |\
| | * Merge typo fixes from 3.5Martin Panter2016-05-081-8/+1
| | |\
| | | * merge 3.5 (#25731)Benjamin Peterson2016-01-181-8/+1
| | | |\
| | | | * Issue #24097: Fixed crash in object.__reduce__() if slot name is freed insideSerhiy Storchaka2015-11-251-8/+1
| | | | |\
| | | | | * Issue #24164: Fixed test_descr: __getnewargs_ex__ now is supported in protoco...Serhiy Storchaka2015-10-111-8/+1
* | | | | | Issue #5322: Fixed setting __new__ to a PyCFunction inside Python code.Serhiy Storchaka2016-12-021-0/+88
* | | | | | Issue #27895: Spelling fixes (Contributed by Ville Skytt?).Martin Panter2016-09-071-1/+1
|/ / / / /
* | | | | backout 3c9512d8ac0dBenjamin Peterson2016-05-281-8/+0
|/ / / /
* | | | Fix typos in comments, documentation and test method namesMartin Panter2016-05-081-1/+1
|/ / /
* | | set tp_new from the class in the hierarchy that actually owns the descriptor ...Benjamin Peterson2016-01-181-0/+8
|/ /
* | Issue #24097: Fixed crash in object.__reduce__() if slot name is freed insideSerhiy Storchaka2015-11-251-28/+132
|\ \ | |/
| * No longer skip tests for classes with __getnewargs_ex__. The copy moduleSerhiy Storchaka2015-10-111-4/+0
| * Cleanup test_descr: remove C8 that is the same as C3.Serhiy Storchaka2015-10-111-24/+132
| |\
| | * merge 3.4 (#24806)Benjamin Peterson2015-10-061-24/+132
| | |\
| | | * Issue #24912: Prevent __class__ assignment to immutable built-in objects.Guido van Rossum2015-09-041-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
| | | |\
| | | * \ merge 3.4 (#22735)Benjamin Peterson2015-02-051-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 with 3.4Terry Jan Reedy2014-06-201-0/+1
| | | |\ \ \
| | | | * | | PEP 465: a dedicated infix operator for matrix multiplication (closes #21176)Benjamin Peterson2014-04-091-0/+1
* | | | | | | Issue #24097: Fixed crash in object.__reduce__() if slot name is freed insideSerhiy Storchaka2015-11-251-0/+17
|/ / / / / /
* | | | | | Cleanup test_descr: remove C8 that is the same as C3.Serhiy Storchaka2015-10-111-8/+0
|/ / / / /
* | | | | prevent unacceptable bases from becoming bases through multiple inheritance (...Benjamin Peterson2015-10-061-0/+31
| |_|_|/ |/| | |
* | | | Issue #23641: Cleaned out legacy dunder names from tests and docs.Serhiy Storchaka2015-03-121-16/+8
| |_|/ |/| |
* | | fix many custom mro() edge cases and improve code quality (#22735)Benjamin Peterson2015-02-051-1/+226
|/ /
* | Issue #21768: fix NameError in test_pydescr. Patch by Claudiu Popa.Terry Jan Reedy2014-06-201-1/+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-183/+444
|\
| * 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
| |\
| * | 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