| Commit message (Expand) | Author | Age | Files | Lines |
* | Issue #27942: String constants now interned recursively in tuples and frozens... | Serhiy Storchaka | 2016-09-30 | 1 | -7/+45 |
|
|
* | Issue #21578: Fixed misleading error message when ImportError called with | Serhiy Storchaka | 2016-09-27 | 1 | -22/+24 |
|
|
* | Issue #28203: Fix incorrect type in error message from complex(1.0, {2:3}). P... | Mark Dickinson | 2016-09-24 | 1 | -6/+17 |
|
|
* | Fix PyUnicode_FromFormatV() error handling | Victor Stinner | 2016-09-21 | 1 | -1/+1 |
|
|
* | Issue #28189: dictitems_contains no longer swallows compare errors. | Raymond Hettinger | 2016-09-19 | 1 | -1/+1 |
|
|
* | Issue #28139: Fix messed up indentation | Martin Panter | 2016-09-17 | 1 | -8/+12 |
|
|
* | Issue #25270: Prevent codecs.escape_encode() from raising SystemError when an... | Berker Peksag | 2016-09-16 | 1 | -5/+14 |
|
|
* | Issue #28045: Fix comment in range_contains_long() | Berker Peksag | 2016-09-12 | 1 | -1/+1 |
|
|
* | Issue #25221: Fix corrupted result from PyLong_FromLong(0) when Python is com... | Mark Dickinson | 2016-09-10 | 1 | -1/+2 |
|
|
* | Issue #27895: Spelling fixes (Contributed by Ville Skyttä). | Martin Panter | 2016-09-07 | 5 | -5/+5 |
|
|
* | supress coroutine warning when an exception is pending (#27968) | Benjamin Peterson | 2016-09-07 | 1 | -12/+15 |
|
|
* | promote some shifts to unsigned, so as not to invoke undefined behavior | Benjamin Peterson | 2016-09-07 | 1 | -3/+3 |
|
|
* | make sure to not call memcpy with a NULL second argument | Benjamin Peterson | 2016-09-07 | 1 | -6/+9 |
|
|
* | clear out f_gen during generator finalization (closes #27812) | Benjamin Peterson | 2016-09-05 | 1 | -1/+4 |
|
|
* | do not allow _PyGen_Finalize to fail (closes #27811) | Benjamin Peterson | 2016-09-05 | 1 | -12/+13 |
|
|
* | Issue 19504: Change "customise" to "customize" American spelling. | Raymond Hettinger | 2016-08-26 | 1 | -1/+1 |
|
|
* | Issue #27782: Fix m_methods handling in multiphase init | Nick Coghlan | 2016-08-21 | 1 | -29/+35 |
|
|
* | Fix a refleak in call_maybe() | Victor Stinner | 2016-08-19 | 1 | -1/+3 |
|
|
* | Fix a refleak in call_method() | Victor Stinner | 2016-08-19 | 1 | -1/+3 |
|
|
* | Fix spelling and grammar in documentation and code comments | Martin Panter | 2016-08-04 | 2 | -2/+2 |
|
|
* | Issue #27626: Spelling fixes in docs, comments and internal names | Martin Panter | 2016-07-28 | 2 | -5/+5 |
|
|
* | Issue #26662: Set PYTHON_FOR_GEN in configure | Xavier de Gaye | 2016-07-26 | 1 | -26/+37 |
|
|
* | Issue #27581: Don’t rely on overflow wrapping in PySequence_Tuple() | Martin Panter | 2016-07-25 | 1 | -4/+5 |
|
|
* | Issue #27507: Check for integer overflow in bytearray.extend() | Martin Panter | 2016-07-18 | 1 | -1/+11 |
|
|
* | Issue #27473: Fixed possible integer overflow in bytes and bytearray | Serhiy Storchaka | 2016-07-10 | 2 | -16/+11 |
|
|
* | #20647: Update dictobject.c comments to account for randomized string hashes. | R David Murray | 2016-07-10 | 1 | -8/+5 |
|
|
* | fix refleaks in PyDict_SetItem error cases (closes #27248) | Benjamin Peterson | 2016-07-07 | 1 | -3/+9 |
|
|
* | Issue #27443: __length_hint__() of bytearray itearator no longer return | Serhiy Storchaka | 2016-07-03 | 1 | -1/+5 |
|
|
* | Fix spelling errors in code comments | Martin Panter | 2016-06-20 | 1 | -2/+2 |
|
|
* | Issue #26754: PyUnicode_FSDecoder() accepted a filename argument encoded as | Serhiy Storchaka | 2016-06-18 | 1 | -1/+7 |
|
|
* | Issue #27243: Fix __aiter__ protocol | Yury Selivanov | 2016-06-09 | 1 | -0/+94 |
|
|
* | Issue #27225: Fixed a reference leak in type_new when setting __new__ fails. | Serhiy Storchaka | 2016-06-05 | 1 | -1/+3 |
|
|
* | Issue #20041: Fixed TypeError when frame.f_trace is set to None. | Serhiy Storchaka | 2016-06-04 | 1 | -5/+3 |
|
|
* | Issue #27171: Fix typos in documentation, comments, and test function names | Martin Panter | 2016-06-02 | 2 | -2/+2 |
|
|
* | Issue #27125: Remove duplicated words from documentation and comments | Martin Panter | 2016-05-30 | 1 | -1/+1 |
|
|
* | Issue #27125: Fix various errors like “will [be] inherited” | Martin Panter | 2016-05-29 | 1 | -1/+1 |
|
|
* | backout 3c9512d8ac0d | Benjamin Peterson | 2016-05-28 | 1 | -1/+1 |
|
|
* | Issue #27039: Fixed bytearray.remove() for values greater than 127. | Serhiy Storchaka | 2016-05-16 | 1 | -7/+4 |
|
|
* | fix indentation of comments in cellobject.c (closes #27011) | Benjamin Peterson | 2016-05-13 | 1 | -3/+3 |
|
|
* | Issue #23640: int.from_bytes() no longer bypasses constructors for subclasses. | Serhiy Storchaka | 2016-05-12 | 1 | -21/+3 |
|
|
* | Issue #17765: weakref.ref() no longer silently ignores keyword arguments. | Serhiy Storchaka | 2016-05-07 | 1 | -1/+3 |
|
|
* | Issue #26811: gc.get_objects() no longer contains a broken tuple with NULL | Serhiy Storchaka | 2016-05-04 | 1 | -15/+15 |
|
|
* | Fix spelling (inital), grammar (may translates) in documentation, comments | Martin Panter | 2016-04-19 | 1 | -2/+2 |
|
|
* | Issue #26778: Fixed "a/an/and" typos in code comment and documentation. | Serhiy Storchaka | 2016-04-17 | 3 | -3/+3 |
|
|
* | fix slice cache finalization to use gc del | Benjamin Peterson | 2016-04-16 | 1 | -1/+1 |
|
|
* | add gc support to slice (closes #26659) | Benjamin Peterson | 2016-04-16 | 1 | -4/+15 |
|
|
* | Correct “an” → “a” with “Unicode”, “user”, “UTF”, etc | Martin Panter | 2016-04-15 | 2 | -2/+2 |
|
|
* | Issue #26718: super.__init__ no longer leaks memory if called multiple times. | Serhiy Storchaka | 2016-04-13 | 1 | -3/+3 |
|
|
* | Issue #26200: Added Py_SETREF and replaced Py_XSETREF with Py_SETREF | Serhiy Storchaka | 2016-04-10 | 5 | -10/+10 |
|
|
* | Issue #22570: Renamed Py_SETREF to Py_XSETREF. | Serhiy Storchaka | 2016-04-06 | 9 | -36/+36 |
|
|