| Commit message (Expand) | Author | Age | Files | Lines |
* | Issue #23629: Fix the default __sizeof__ implementation for variable-sized ob... | Antoine Pitrou | 2015-03-10 | 1 | -1/+1 |
|\ |
|
| * | Issue #23629: Fix the default __sizeof__ implementation for variable-sized ob... | Antoine Pitrou | 2015-03-10 | 1 | -1/+1 |
|
|
* | | Fixed a typo. | Serhiy Storchaka | 2015-03-01 | 1 | -1/+1 |
|
|
* | | Issue #20204: Deprecation warning is now raised for builtin type without the | Serhiy Storchaka | 2015-03-01 | 1 | -0/+6 |
|
|
* | | Fix definition mismatch for type_is_subtype_base_chain. | Steve Dower | 2015-02-06 | 1 | -1/+1 |
|\ \
| |/ |
|
| * | Fix definition mismatch for type_is_subtype_base_chain. | Steve Dower | 2015-02-06 | 1 | -1/+1 |
|
|
* | | merge 3.4 (#22735) | Benjamin Peterson | 2015-02-06 | 1 | -252/+391 |
|\ \
| |/ |
|
| * | fix many custom mro() edge cases and improve code quality (#22735) | Benjamin Peterson | 2015-02-06 | 1 | -253/+392 |
|
|
* | | allow changing __class__ between a heaptype and non-heaptype in some cases (c... | Benjamin Peterson | 2015-01-30 | 1 | -26/+37 |
|
|
* | | Issue #22079: PyType_Ready() now checks that statically allocated type has | Serhiy Storchaka | 2015-01-28 | 1 | -0/+14 |
|\ \
| |/ |
|
| * | Issue #22079: PyType_Ready() now checks that statically allocated type has | Serhiy Storchaka | 2015-01-28 | 1 | -0/+14 |
|
|
* | | Issue #21408: The default __ne__() now returns NotImplemented if __eq__() | Serhiy Storchaka | 2015-01-26 | 1 | -2/+7 |
|\ \
| |/ |
|
| * | Issue #21408: The default __ne__() now returns NotImplemented if __eq__() | Serhiy Storchaka | 2015-01-26 | 1 | -2/+7 |
|
|
* | | Issue #22783: Pickling now uses the NEWOBJ opcode instead of the NEWOBJ_EX | Serhiy Storchaka | 2014-12-16 | 1 | -98/+62 |
|
|
* | | merge 3.4 (#22954) | Benjamin Peterson | 2014-11-27 | 1 | -1/+1 |
|\ \
| |/ |
|
| * | remove tautological condition (closes #22954) | Benjamin Peterson | 2014-11-27 | 1 | -1/+1 |
|
|
* | | Issue #22847: Improve method cache efficiency. | Antoine Pitrou | 2014-11-14 | 1 | -4/+36 |
|
|
* | | merge with 3.4 | Georg Brandl | 2014-10-31 | 1 | -2/+2 |
|\ \
| |/ |
|
| * | Closes #22772: fix __ifloordiv__ and __itruediv__ docstring. | Georg Brandl | 2014-10-31 | 1 | -2/+2 |
|
|
* | | Issue #22156: Fix "comparison between signed and unsigned integers" compiler | Victor Stinner | 2014-08-15 | 1 | -3/+4 |
|
|
* | | Issue #22082: Fix a compiler warning (function is not a prototype) | Victor Stinner | 2014-07-27 | 1 | -2/+2 |
|
|
* | | Issue #22082: Clear interned strings in slotdefs. | Martin v. Löwis | 2014-07-26 | 1 | -3/+17 |
|
|
* | | slotdefs is no longer sorted. | Martin v. Löwis | 2014-07-26 | 1 | -1/+1 |
|
|
* | | (Merge 3.4) Issue #21418: Fix a crash in the builtin function super() when | Victor Stinner | 2014-05-12 | 1 | -2/+9 |
|\ \
| |/ |
|
| * | Issue #21418: Fix a crash in the builtin function super() when called without | Victor Stinner | 2014-05-12 | 1 | -2/+9 |
|
|
* | | Merge typo fix from 3.4 | Zachary Ware | 2014-04-18 | 1 | -1/+1 |
|\ \
| |/ |
|
| * | Fix a typo in the docstring of nb_index. | Zachary Ware | 2014-04-18 | 1 | -1/+1 |
|
|
* | | Merge typo fix from 3.4 | Zachary Ware | 2014-04-18 | 1 | -1/+1 |
|\ \
| |/ |
|
| * | Fix a typo in the signature for object.__ge__ | Zachary Ware | 2014-04-18 | 1 | -1/+1 |
|
|
* | | PEP 465: a dedicated infix operator for matrix multiplication (closes #21176) | Benjamin Peterson | 2014-04-10 | 1 | -0/+10 |
|/ |
|
* | correct the fix for #20637; allow slot descriptor inheritance to take place b... | Benjamin Peterson | 2014-03-17 | 1 | -9/+8 |
|
|
* | Issue #20786: Fix signatures for dict.__delitem__ and property.__delete__ | Yury Selivanov | 2014-03-02 | 1 | -2/+2 |
|
|
* | Issue #20637: Key-sharing now also works for instance dictionaries of subclas... | Antoine Pitrou | 2014-02-23 | 1 | -0/+3 |
|
|
* | look up __getnewargs__ and __getnewargs_ex__ on the object type (#16251) | Benjamin Peterson | 2014-02-16 | 1 | -12/+6 |
|
|
* | Issue #20530: The signatures for slot builtins have been updated | Larry Hastings | 2014-02-10 | 1 | -42/+42 |
|
|
* | Issue #20530: Argument Clinic's signature format has been revised again. | Larry Hastings | 2014-02-09 | 1 | -78/+111 |
|
|
* | Issue #17162: Fix compilation, replace non-breaking space with an ASCII space | Victor Stinner | 2014-02-04 | 1 | -1/+1 |
|
|
* | Issue #17162: Add PyType_GetSlot. | Martin v. Löwis | 2014-02-04 | 1 | -0/+13 |
|
|
* | Issue #20326: Argument Clinic now uses a simple, unique signature to | Larry Hastings | 2014-01-28 | 1 | -77/+67 |
|
|
* | Issue #20189: Four additional builtin types (PyTypeObject, | Larry Hastings | 2014-01-24 | 1 | -72/+173 |
|
|
* | Silence expression result unused warnings with clang. | Christian Heimes | 2013-12-04 | 1 | -1/+1 |
|
|
* | Issue #19088: Merge with 3.3. | Alexandre Vassalotti | 2013-11-30 | 1 | -17/+20 |
|\ |
|
| * | Issue #19088: Fix incorrect caching of the copyreg module. | Alexandre Vassalotti | 2013-11-30 | 1 | -17/+20 |
|
|
* | | Issue #17810: Fixed NULL check in _PyObject_GetItemsIter() | Christian Heimes | 2013-11-23 | 1 | -1/+1 |
|
|
* | | Issue #17810: Implement PEP 3154, pickle protocol 4. | Antoine Pitrou | 2013-11-23 | 1 | -93/+373 |
|
|
* | | Issue #19515: Remove identifiers duplicated in the same file. | Victor Stinner | 2013-11-12 | 1 | -1/+0 |
|
|
* | | Issue #19512, #19515: remove shared identifiers, move identifiers where they | Victor Stinner | 2013-11-07 | 1 | -3/+4 |
|
|
* | | Issue #19514: Deduplicate some _Py_IDENTIFIER declarations. | Martin v. Löwis | 2013-11-07 | 1 | -8/+6 |
|
|
* | | Issue #19512: add _PyUnicode_CompareWithId() function | Victor Stinner | 2013-11-06 | 1 | -11/+12 |
|
|
* | | Issue #19512: type_abstractmethods() and type_set_abstractmethods() now use an | Victor Stinner | 2013-11-06 | 1 | -5/+10 |
|
|