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
*
bpo-26423: Fix test_descr.test_wrap_lenfunc_bad_cast() on 32-bit Windows (GH-...
Victor Stinner
2019-05-28
1
-1/+5
*
bpo-26423: Fix possible overflow in wrap_lenfunc() (GH-13606) (GH-13625)
Victor Stinner
2019-05-28
1
-0/+4
*
bpo-29902: Emit a Py3k deprecation warning when pickling or copying (#2823)
Serhiy Storchaka
2017-08-02
1
-0/+51
*
Issue #5322: Restored tests for __new__.
Serhiy Storchaka
2016-12-14
1
-0/+99
*
revert a37cc3d926ec (#5322)
Benjamin Peterson
2016-12-14
1
-97/+0
*
Issue #5322: Fixed setting __new__ to a PyCFunction inside Python code.
Serhiy Storchaka
2016-12-02
1
-0/+97
*
Issue #27895: Spelling fixes (Contributed by Ville Skyttä).
Martin Panter
2016-09-07
1
-2/+2
*
Fix typos in comments, documentation and test method names
Martin Panter
2016-05-08
1
-1/+1
*
add space
Benjamin Peterson
2016-01-19
1
-0/+1
*
Issue #24097: Fixed crash in object.__reduce__() if slot name is freed inside
Serhiy Storchaka
2015-11-25
1
-1/+22
*
prevent unacceptable bases from becoming bases through multiple inheritance (...
Benjamin Peterson
2015-10-07
1
-0/+31
*
Avoid deprecation warnings.
Serhiy Storchaka
2015-01-31
1
-1/+1
*
Issue #22777: Test pickling with all protocols.
Serhiy Storchaka
2014-12-15
1
-43/+48
*
Issue #20532: Tests which use _testcapi now are marked as CPython only.
Serhiy Storchaka
2014-02-07
1
-0/+1
*
Issue #19572: More silently skipped tests explicitly skipped.
Zachary Ware
2013-12-10
1
-1/+2
*
Issue #19603: Use specific asserts in test_decr.
Serhiy Storchaka
2013-11-17
1
-159/+174
*
Issue #16447: Fix potential segfault when setting __name__ on a class.
Mark Dickinson
2013-04-13
1
-0/+14
*
fix calling the classmethod descriptor directly (closes #14699)
Benjamin Peterson
2012-05-01
1
-0/+16
*
don't use a slot wrapper from a different special method (closes #14658)
Benjamin Peterson
2012-04-24
1
-1/+9
*
check to make sure the attribute is a string (#14334)
Benjamin Peterson
2012-03-16
1
-0/+3
*
allow cycles throught the __dict__ slot to be cleared (closes #1469629)
Benjamin Peterson
2012-03-08
1
-2/+17
*
Issue #11603: Fix a crash when __str__ is rebound as __repr__.
Antoine Pitrou
2011-07-15
1
-0/+8
*
Fixup repr for dict_proxy objects.
Raymond Hettinger
2011-06-29
1
-0/+4
*
correctly lookup __dir__
Benjamin Peterson
2011-05-23
1
-0/+1
*
(Merge 3.1) Issue #9756: When calling a method descriptor or a slot wrapper
Victor Stinner
2011-05-01
1
-0/+16
*
#11565: Fix several typos. Patch by Piotr Kasprzyk.
Ezio Melotti
2011-03-16
1
-1/+1
*
#11515: fix several typos. Patch by Piotr Kasprzyk.
Ezio Melotti
2011-03-15
1
-1/+1
*
Merged revisions 87952-87954 via svnmerge from
Benjamin Peterson
2011-01-12
1
-0/+11
*
Merged revisions 86596 via svnmerge from
Ezio Melotti
2010-11-21
1
-4/+4
*
Issue #8627: remove out-of-date warning about overriding __cmp__
Mark Dickinson
2010-06-05
1
-1/+0
*
properly lookup the __format__ special method
Benjamin Peterson
2010-06-05
1
-0/+3
*
Replace catch_warnings with check_warnings when it makes sense. Use assertRa...
Florent Xicluna
2010-03-31
1
-12/+6
*
#7092 - Silence more py3k deprecation warnings, using test_support.check_py3k...
Florent Xicluna
2010-03-21
1
-3/+8
*
Issue 6292: for the moment at least, the test suite passes if run
R. David Murray
2010-02-23
1
-0/+4
*
Remove unused imports in test modules.
Georg Brandl
2010-02-07
1
-10/+1
*
check type_getattro for correctness in a descriptor corner case
Benjamin Peterson
2010-02-06
1
-0/+9
*
use assert[Not]IsInstance where appropriate
Ezio Melotti
2010-01-24
1
-13/+13
*
use assert[Not]In where appropriate
Ezio Melotti
2010-01-23
1
-26/+26
*
data descriptors do not override the class dictionary if __get__ is not defined
Benjamin Peterson
2010-01-18
1
-0/+20
*
Reverting the Revision: 77368. I committed Flox's big patch for tests by
Senthil Kumaran
2010-01-08
1
-13/+3
*
Fixing - Issue7026 - RuntimeError: dictionary changed size during iteration. ...
Senthil Kumaran
2010-01-08
1
-3/+13
*
do correct lookup of the __complex__ method
Benjamin Peterson
2010-01-04
1
-0/+3
*
check if the attribute is set before deleting it with T_OBJECT_EX (fixes #7604)
Benjamin Peterson
2009-12-30
1
-0/+5
*
fix the ignoring of __cmp__ method on metaclasses #7491
Benjamin Peterson
2009-12-13
1
-0/+9
*
Correctly restore sys.stdout in test_descr
Nick Coghlan
2009-10-17
1
-0/+3
*
remove the check that classmethod's argument is a callable
Benjamin Peterson
2009-09-01
1
-7/+3
*
convert usage of fail* to assert*
Benjamin Peterson
2009-06-30
1
-162/+162
*
correctly handle descrs with __missing__
Benjamin Peterson
2009-05-27
1
-2/+12
*
add a SETUP_WITH opcode
Benjamin Peterson
2009-05-25
1
-5/+3
*
handle errors from _PyObject_LookupSpecial when __get__ fails
Benjamin Peterson
2009-05-25
1
-1/+17
[next]