index
:
cpython.git
2.7
3.3
3.4
3.5
3.6
benjamin-clang
benjamin-iteration-torture
buildbot-custom
master
https://github.com/python/cpython.git
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Lib
/
test
/
test_descr.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
merge 3.5 (#25731)
Benjamin Peterson
2016-01-19
1
-0/+8
|
\
|
*
set tp_new from the class in the hierarchy that actually owns the descriptor ...
Benjamin Peterson
2016-01-19
1
-0/+8
*
|
Issue #24097: Fixed crash in object.__reduce__() if slot name is freed inside
Serhiy Storchaka
2015-11-25
1
-0/+17
|
\
\
|
|
/
|
*
Issue #24097: Fixed crash in object.__reduce__() if slot name is freed inside
Serhiy Storchaka
2015-11-25
1
-0/+17
|
|
\
|
|
*
Issue #24097: Fixed crash in object.__reduce__() if slot name is freed inside
Serhiy Storchaka
2015-11-25
1
-0/+17
*
|
|
Issue #24164: Fixed test_descr: __getnewargs_ex__ now is supported in protoco...
Serhiy Storchaka
2015-10-11
1
-8/+1
|
/
/
*
|
No longer skip tests for classes with __getnewargs_ex__. The copy module
Serhiy Storchaka
2015-10-11
1
-4/+0
*
|
Cleanup test_descr: remove C8 that is the same as C3.
Serhiy Storchaka
2015-10-11
1
-8/+0
|
\
\
|
|
/
|
*
Cleanup test_descr: remove C8 that is the same as C3.
Serhiy Storchaka
2015-10-11
1
-8/+0
*
|
merge 3.4 (#24806)
Benjamin Peterson
2015-10-07
1
-0/+31
|
\
\
|
|
/
|
*
prevent unacceptable bases from becoming bases through multiple inheritance (...
Benjamin Peterson
2015-10-07
1
-0/+31
*
|
Issue #24912: Prevent __class__ assignment to immutable built-in objects.
Guido van Rossum
2015-09-05
1
-0/+45
*
|
Issue #19235: Add new RecursionError exception. Patch by Georg Brandl.
Yury Selivanov
2015-07-03
1
-3/+3
*
|
Issue #24064: Property() docstrings are now writeable.
Raymond Hettinger
2015-05-13
1
-1/+4
*
|
Issue #23726: Don't enable GC for user subclasses of non-GC types that don't ...
Antoine Pitrou
2015-04-13
1
-2/+0
*
|
Issue #23641: Cleaned out legacy dunder names from tests and docs.
Serhiy Storchaka
2015-03-12
1
-16/+9
|
\
\
|
|
/
|
*
Issue #23641: Cleaned out legacy dunder names from tests and docs.
Serhiy Storchaka
2015-03-12
1
-16/+8
*
|
merge 3.4 (#22735)
Benjamin Peterson
2015-02-06
1
-1/+226
|
\
\
|
|
/
|
*
fix many custom mro() edge cases and improve code quality (#22735)
Benjamin Peterson
2015-02-06
1
-1/+226
*
|
allow changing __class__ between a heaptype and non-heaptype in some cases (c...
Benjamin Peterson
2015-01-30
1
-0/+16
*
|
Issue #22783: Pickling now uses the NEWOBJ opcode instead of the NEWOBJ_EX
Serhiy Storchaka
2014-12-16
1
-18/+7
*
|
use __qualname__ to compute bound method repr (closes #21389)
Benjamin Peterson
2014-08-20
1
-0/+55
*
|
Merge.
Charles-François Natali
2014-06-20
1
-1/+1
|
\
\
|
|
/
|
*
Issue #21768: fix NameError in test_pydescr. Patch by Claudiu Popa.
Terry Jan Reedy
2014-06-20
1
-1/+1
*
|
PEP 465: a dedicated infix operator for matrix multiplication (closes #21176)
Benjamin Peterson
2014-04-10
1
-0/+1
|
/
*
move SharedKeyTests to test_descr
Benjamin Peterson
2014-03-17
1
-1/+23
*
correct the fix for #20637; allow slot descriptor inheritance to take place b...
Benjamin Peterson
2014-03-17
1
-0/+8
*
look up __getnewargs__ and __getnewargs_ex__ on the object type (#16251)
Benjamin Peterson
2014-02-16
1
-0/+14
*
Issue #20532: Tests which use _testcapi now are marked as CPython only.
Serhiy Storchaka
2014-02-07
1
-0/+1
|
\
|
*
Issue #20532: Tests which use _testcapi now are marked as CPython only.
Serhiy Storchaka
2014-02-07
1
-0/+1
*
|
Fix whitespace
Antoine Pitrou
2013-11-23
1
-3/+3
*
|
Issue #17810: Implement PEP 3154, pickle protocol 4.
Antoine Pitrou
2013-11-23
1
-172/+433
*
|
Implement PEP 451 (ModuleSpec).
Eric Snow
2013-11-22
1
-1/+1
*
|
Issue #19603: Use specific asserts in test_decr.
Serhiy Storchaka
2013-11-17
1
-157/+168
|
\
\
|
|
/
|
*
Issue #19603: Use specific asserts in test_decr.
Serhiy Storchaka
2013-11-17
1
-157/+168
*
|
cleanup the construction of __qualname__ (closes #19301 again)
Benjamin Peterson
2013-10-20
1
-1/+3
*
|
give explicitly global functions and classes a global __qualname__ (closes #1...
Benjamin Peterson
2013-10-19
1
-0/+5
*
|
Issue #18112: PEP 442 implementation (safe object finalization).
Antoine Pitrou
2013-07-30
1
-10/+0
*
|
#17115,17116: Have modules initialize the __package__ and __loader__
Brett Cannon
2013-05-04
1
-1/+3
*
|
remove pointless change
Benjamin Peterson
2013-04-13
1
-1/+1
*
|
properly lookup the __round__ special method (closes #17722)
Benjamin Peterson
2013-04-13
1
-1/+2
|
/
*
Issue #16447: Fix potential segfault when setting __name__ on a class.
Mark Dickinson
2013-04-13
1
-0/+14
*
do safety checks on __qualname__ assignment
Benjamin Peterson
2012-10-31
1
-0/+8
*
don't shadow the __qualname__ descriptor with __qualname__ in the class's __d...
Benjamin Peterson
2012-10-31
1
-4/+4
*
merge 3.2 (#14699)
Benjamin Peterson
2012-05-01
1
-0/+16
|
\
|
*
fix calling the classmethod descriptor directly (closes #14699)
Benjamin Peterson
2012-05-01
1
-0/+16
*
|
merge 3.2 (#14658)
Benjamin Peterson
2012-04-24
1
-1/+9
|
\
\
|
|
/
|
*
don't use a slot wrapper from a different special method (closes #14658)
Benjamin Peterson
2012-04-24
1
-1/+9
*
|
Issue #14386: Expose the dict_proxy internal type as types.MappingProxyType
Victor Stinner
2012-04-15
1
-2/+2
*
|
correctly lookup __trunc__ in int() constructor
Benjamin Peterson
2012-03-21
1
-0/+1
[next]