| Commit message (Expand) | Author | Age | Files | Lines |
* | bpo-46299: improve `test_descr.py` with stricter error handling (GH-30471) | Miss Islington (bot) | 2022-01-08 | 1 | -4/+4 |
|
|
* | [3.10] Fix typos in the Lib directory (GH-28775) (GH-28804) | Christian Clauss | 2021-10-07 | 1 | -1/+1 |
|
|
* | [3.10] bpo-45229: Remove test_main in many tests (GH-28405) (GH-28455) | Serhiy Storchaka | 2021-09-19 | 1 | -9/+5 |
|
|
* | bpo-44655: Include the name of the type in unset __slots__ attribute errors (... | Miss Islington (bot) | 2021-07-17 | 1 | -0/+6 |
|
|
* | bpo-43908: check_set_special_type_attr() checks Py_TPFLAGS_IMMUTABLETYPE (GH-... | Erlend Egeberg Aasland | 2021-04-30 | 1 | -2/+4 |
|
|
* | bpo-43682: @staticmethod inherits attributes (GH-25268) | Victor Stinner | 2021-04-09 | 1 | -5/+13 |
|
|
* | bpo-38302: __pow__/__rpow__ now called when __ipow__ returns NotImplemented (... | Alex | 2021-02-26 | 1 | -0/+42 |
|
|
* | bpo-34805: Guarantee that __subclasses__() is in definition order. (GH-23844) | Raymond Hettinger | 2020-12-19 | 1 | -0/+10 |
|
|
* | bpo-40275: Use new test.support helper submodules in tests (GH-21772) | Hai Shi | 2020-08-07 | 1 | -3/+3 |
|
|
* | bpo-41295: Reimplement the Carlo Verre "hackcheck" (GH-21528) | scoder | 2020-07-18 | 1 | -0/+36 |
|
|
* | bpo-41055: Remove outdated tests for the tp_print slot. (GH-21006) | Serhiy Storchaka | 2020-06-21 | 1 | -7/+0 |
|
|
* | bpo-35712: Make using NotImplemented in a boolean context issue a deprecation... | MojoVampire | 2020-03-03 | 1 | -3/+3 |
|
|
* | bpo-37645: add new function _PyObject_FunctionStr() (GH-14890) | Jeroen Demeyer | 2019-11-05 | 1 | -1/+1 |
|
|
* | bpo-37619: update_one_slot() should not ignore wrapper descriptors for wrong ... | Jeroen Demeyer | 2019-09-10 | 1 | -0/+12 |
|
|
* | Fix typos mostly in comments, docs and test names (GH-15209) | Min ho Kim | 2019-08-30 | 1 | -1/+1 |
|
|
* | Fix an invalid assertEqual() call in test_descr.py (GH-15318) | Zackery Spytz | 2019-08-26 | 1 | -5/+1 |
|
|
* | bpo-36922: use Py_TPFLAGS_METHOD_DESCRIPTOR in lookup_maybe_method() (GH-13865) | Jeroen Demeyer | 2019-06-17 | 1 | -0/+2 |
|
|
* | bpo-37151: simplify classmethoddescr_call (GH-13340) | Jeroen Demeyer | 2019-06-07 | 1 | -2/+2 |
|
|
* | bpo-26423: Fix possible overflow in wrap_lenfunc() (GH-13606) | Zackery Spytz | 2019-05-28 | 1 | -0/+4 |
|
|
* | bpo-36026: make descr error message consistent (GH-11930) | Inada Naoki | 2019-04-01 | 1 | -2/+29 |
|
|
* | bpo-36433: fix confusing error messages in classmethoddescr_call (GH-12556) | Inada Naoki | 2019-03-26 | 1 | -3/+18 |
|
|
* | bpo-30040: new empty dict uses key-sharing dict (GH-1080) | Inada Naoki | 2019-03-12 | 1 | -3/+3 |
|
|
* | bpo-36109: Fix random test_descr failure. (GH-12044) | Serhiy Storchaka | 2019-02-26 | 1 | -1/+5 |
|
|
* | bpo-25750: Add test on bad descriptor __get__() (GH-9084) | jdemeyer | 2018-10-19 | 1 | -0/+21 |
|
|
* | bpo-1617161: Make the hash and equality of methods not depending on the value... | Serhiy Storchaka | 2018-07-31 | 1 | -25/+58 |
|
|
* | bpo-31787: Prevent refleaks when calling __init__() more than once (GH-3995) | Oren Milman | 2018-02-13 | 1 | -0/+18 |
|
|
* | bpo-32379: Faster MRO computation for single inheritance (#4932) | Antoine Pitrou | 2017-12-20 | 1 | -0/+6 |
|
|
* | bpo-29914: Fix default implementations of __reduce__ and __reduce_ex__(). (#843) | Serhiy Storchaka | 2017-04-08 | 1 | -1/+14 |
|
|
* | bpo-24329: allow __qualname__ and __classcell__ in __slots__ (GH-495) | Xiang Zhang | 2017-03-08 | 1 | -0/+40 |
|
|
* | bpo-29695: Fixed tests after removing keyword args support in some basic type... | Serhiy Storchaka | 2017-03-06 | 1 | -8/+14 |
|
|
* | Merge from 3.6. | Serhiy Storchaka | 2016-12-14 | 1 | -0/+2 |
|\ |
|
| * | Revert changeset 1f31bf3f76f5 (issue5322) except tests. | Serhiy Storchaka | 2016-12-14 | 1 | -0/+2 |
|
|
* | | Issue #5322: Fixed setting __new__ to a PyCFunction inside Python code. | Serhiy Storchaka | 2016-12-07 | 1 | -0/+88 |
|\ \
| |/ |
|
| * | Issue #5322: Fixed setting __new__ to a PyCFunction inside Python code. | Serhiy Storchaka | 2016-12-02 | 1 | -0/+88 |
|
|
| * | Issue #27895: Spelling fixes (Contributed by Ville Skyttä). | Martin Panter | 2016-09-07 | 1 | -1/+1 |
|
|
* | | Implement compact dict | Victor Stinner | 2016-09-08 | 1 | -2/+4 |
|
|
* | | Issue #27895: Spelling fixes (Contributed by Ville Skyttä). | Raymond Hettinger | 2016-08-30 | 1 | -1/+1 |
|
|
* | | Backed out changeset af29d89083b3 (closes #25548) (closes #27498) | Benjamin Peterson | 2016-07-14 | 1 | -2/+2 |
|
|
* | | Issue #25548: Showing memory address of class objects in repl | Kushal Das | 2016-06-04 | 1 | -2/+2 |
|
|
* | | merge 3.5 | Benjamin Peterson | 2016-05-28 | 1 | -8/+0 |
|\ \
| |/ |
|
| * | backout 3c9512d8ac0d | Benjamin Peterson | 2016-05-28 | 1 | -8/+0 |
|
|
* | | Merge typo fixes from 3.5 | Martin Panter | 2016-05-08 | 1 | -1/+1 |
|\ \
| |/ |
|
| * | Fix typos in comments, documentation and test method names | Martin Panter | 2016-05-08 | 1 | -1/+1 |
|
|
* | | 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 |
|
|