| Commit message (Expand) | Author | Age | Files | Lines |
* | 00147-add-debug-malloc-stats.patch | Fedora Python maintainers | 2020-09-29 | 13 | -34/+214 |
|
|
* | bpo-38730: Remove usage of stpncpy as it's not supported on MSVC 2008. (GH-17... | Benjamin Peterson | 2019-11-07 | 1 | -1/+6 |
|
|
* | [2.7] bpo-38730: Fix -Wstringop-truncation warnings. (GH-17075) | Benjamin Peterson | 2019-11-07 | 1 | -4/+1 |
|
|
* | [2.7] bpo-37170: Fix the cast on error in PyLong_AsUnsignedLongLongMask() (GH... | Zackery Spytz | 2019-06-07 | 1 | -1/+1 |
|
|
* | bpo-26423: Fix possible overflow in wrap_lenfunc() (GH-13606) (GH-13625) | Victor Stinner | 2019-05-28 | 1 | -1/+1 |
|
|
* | closes bpo-36951: Correct some types in the type_members struct in typeobject... | Miss Islington (bot) | 2019-05-20 | 1 | -3/+3 |
|
|
* | bpo-27987: pymalloc: align by 16bytes on 64bit platform (GH-12850) (GH-13319) | Victor Stinner | 2019-05-15 | 1 | -0/+6 |
|
|
* | bpo-30134: fix BytesWarning doc, docstring and message (GH-12739) | Inada Naoki | 2019-04-09 | 2 | -11/+3 |
|
|
* | bpo-36126: Fix ref count leakage in structseq_repr. (GH-12035) | Gao, Xiang | 2019-02-28 | 1 | -0/+1 |
|
|
* | [2.7] bpo-35552: Fix reading past the end in PyString_FromFormat(). (GH-11276... | Serhiy Storchaka | 2019-01-12 | 1 | -3/+9 |
|
|
* | bpo-33817: Fix _PyString_Resize() and _PyUnicode_Resize() for empty strings. ... | Serhiy Storchaka | 2019-01-12 | 2 | -3/+38 |
|
|
* | bpo-35504: Fix segfaults and SystemErrors when deleting certain attrs. (GH-11... | Zackery Spytz | 2018-12-20 | 1 | -0/+4 |
|
|
* | bpo-35368: Make PyMem_Malloc() thread-safe in debug mode (GH-10828) | Victor Stinner | 2018-12-03 | 1 | -6/+53 |
|
|
* | [2.7] bpo-35214: Fix OOB memory access in unicode escape parser (GH-10506) (G... | Gregory P. Smith | 2018-11-14 | 1 | -1/+1 |
|
|
* | [2.7] bpo-34974: Do not replace unexpected errors in bytearray(). (GH-9852) (... | Serhiy Storchaka | 2018-10-15 | 1 | -3/+5 |
|
|
* | [2.7] bpo-20047: Remove Objects/bytesobject.c from 2.7 (GH-9268) | Zackery Spytz | 2018-09-13 | 1 | -3432/+0 |
|
|
* | [2.7] Fix misleading mentions of tp_size in comments (GH-9138) | Benjamin Peterson | 2018-09-10 | 1 | -1/+1 |
|
|
* | bpo-25750: fix refcounts in type_getattro() (GH-6118) (GH-9091) | Victor Stinner | 2018-09-07 | 1 | -7/+13 |
|
|
* | closes bpo-34477: Objects/typeobject.c: Add missing NULL check to type_init()... | Miss Islington (bot) | 2018-08-24 | 1 | -0/+3 |
|
|
* | Fix compilation warnings on Windows (GH-8627) | Victor Stinner | 2018-08-02 | 1 | -1/+1 |
|
|
* | [2.7] bpo-34234: Use _PyAnyInt_Check() and _PyAnyInt_CheckExact(). (GH-8479) | Serhiy Storchaka | 2018-07-31 | 10 | -23/+19 |
|
|
* | bpo-34229: Check start and stop of slice object to be long when they are not ... | Xtreak | 2018-07-26 | 1 | -2/+2 |
|
|
* | bpo-16055: Fixes incorrect error text for int('1', base=1000) (#6980) | Victor Stinner | 2018-05-18 | 2 | -2/+2 |
|
|
* | bpo-33391: Fix refleak in set_symmetric_difference (GH-6670) | Miss Islington (bot) | 2018-05-02 | 1 | -1/+3 |
|
|
* | Fix typo and edit for clarity in the docstrings of sys.float_info. (GH-2251) | Miss Islington (bot) | 2018-03-26 | 1 | -3/+2 |
|
|
* | [2.7] bpo-17288: Prevent jumps from 'return' and 'exception' trace events. (G... | xdegaye | 2018-03-13 | 1 | -4/+35 |
|
|
* | [2.7] bpo-33026: Fix jumping out of "with" block by setting f_lineno. (GH-602... | Miss Islington (bot) | 2018-03-11 | 1 | -0/+5 |
|
|
* | bpo-18533: Avoid RuntimeError from repr() of recursive dictview (#4823) (#5357) | bennorth | 2018-02-26 | 1 | -7/+15 |
|
|
* | [2.7] bpo-32137: The repr of deeply nested dict now raises a RuntimeError (GH... | Serhiy Storchaka | 2018-02-02 | 3 | -6/+5 |
|
|
* | coalesce GILless sections in new_buffersize (#5059) | Benjamin Peterson | 2018-01-02 | 1 | -5/+6 |
|
|
* | bpo-31530: fix crash when multiple threads iterate over a file, round 2 (#5060) | Benjamin Peterson | 2018-01-02 | 1 | -51/+67 |
|
|
* | [2.7] bpo-32186: Release the GIL during fstat and lseek calls (#4651) | Nir Soffer | 2017-12-07 | 1 | -3/+18 |
|
|
* | bpo-31626: Fix _PyObject_DebugReallocApi() (#4310) | Victor Stinner | 2017-11-24 | 1 | -7/+13 |
|
|
* | [2.7] bpo-31530: Stop crashes when iterating over a file on multiple threads.... | Serhiy Storchaka | 2017-11-10 | 1 | -3/+16 |
|
|
* | bpo-20064: Document PyObject_Malloc() (#4204) | Victor Stinner | 2017-10-31 | 1 | -1/+1 |
|
|
* | [2.7] bpo-20047: Make bytearray methods partition() and rpartition() rejectin... | Serhiy Storchaka | 2017-10-29 | 2 | -3/+3456 |
|
|
* | [2.7] bpo-31579: Fixed a possible leak in enumerate() with large indices. (GH... | Serhiy Storchaka | 2017-09-26 | 1 | -3/+9 |
|
|
* | consistently use Py_TYPE, Py_REFCNT, and correct initializer macros (#3563) | Benjamin Peterson | 2017-09-14 | 10 | -100/+87 |
|
|
* | bpo-31095: Fix potential crash during GC (GH-3197) | INADA Naoki | 2017-09-04 | 2 | -0/+8 |
|
|
* | bpo-29902: Emit a Py3k deprecation warning when pickling or copying (#2823) | Serhiy Storchaka | 2017-08-02 | 1 | -0/+23 |
|
|
* | [2.7] bpo-30657: Check & prevent integer overflow in PyString_DecodeEscape (#... | Jay Bosamiya | 2017-06-18 | 1 | -1/+7 |
|
|
* | [2.7] bpo-27945: Fixed various segfaults with dict. (GH-1657) (#1681) | Serhiy Storchaka | 2017-05-20 | 1 | -14/+31 |
|
|
* | [2.7] bpo-25794: Fix `type.__setattr__()` for non-interned or unicode attribu... | Serhiy Storchaka | 2017-05-20 | 1 | -5/+38 |
|
|
* | bpo-30281: Fix the default value for stop in PySlice_Unpack() (#1531) (#1480) | Xiang Zhang | 2017-05-10 | 1 | -3/+5 |
|
|
* | bpo-30255: Clip step in _PySlice_Unpack() (#1429) | Victor Stinner | 2017-05-03 | 1 | -0/+7 |
|
|
* | bpo-30074: Fix compile warnings of _PySlice_Unpack and convert missed (#1154) | Serhiy Storchaka | 2017-04-15 | 8 | -13/+13 |
|
|
* | bpo-27867: Expand the PySlice_GetIndicesEx macro. (#1023) (#1046) | Serhiy Storchaka | 2017-04-08 | 8 | -27/+31 |
|
|
* | bpo-29935: Fixed error messages in the index() method of tuple and list (#887... | Serhiy Storchaka | 2017-03-30 | 2 | -4/+4 |
|
|
* | bpo-29602: fix signed zero handling in complex constructor (#204) | Mark Dickinson | 2017-02-20 | 1 | -3/+3 |
|
|
* | bpo-29347: Fix possibly dereferencing undefined pointers when creating weakre... | Xiang Zhang | 2017-02-20 | 1 | -0/+2 |
|
|