| Commit message (Expand) | Author | Age | Files | Lines |
* | bpo-36779: time.tzname returns empty string on Windows if default cod… (GH-... | Miss Islington (bot) | 2019-06-13 | 1 | -0/+14 |
* | bpo-35070: test_getgrouplist may fail on macOS if too many groups (GH-13071) | Miss Islington (bot) | 2019-06-13 | 1 | -15/+17 |
* | bpo-31829: Make protocol 0 pickles be loadable in text mode in Python 2. (GH-... | Miss Islington (bot) | 2019-06-12 | 1 | -1/+4 |
* | bpo-29505: Fuzz json module, enforce size limit on int(x) fuzz (GH-13991) | Miss Islington (bot) | 2019-06-11 | 10 | -1/+171 |
* | closes bpo-35184: Fix XML_POOR_ENTROPY option that breaks makesetup parsing o... | Miss Islington (bot) | 2019-06-10 | 1 | -1/+1 |
* | bpo-29505: Fix interpreter in fuzzing targets to be relocatable (GH-13907) | Miss Islington (bot) | 2019-06-08 | 1 | -0/+8 |
* | [3.7] bpo-37170: Fix the cast on error in PyLong_AsUnsignedLongLongMask() (GH... | Zackery Spytz | 2019-06-07 | 1 | -0/+22 |
* | bpo-37188: Fix a divide-by-zero in arrays of size-0 objects (GH-13881) (#13882) | Miss Islington (bot) | 2019-06-07 | 1 | -1/+1 |
* | Fix the error handling in bytesio_sizeof(). (GH-10459) | Miss Islington (bot) | 2019-06-01 | 1 | -2/+7 |
* | bpo-36856: Handle possible overflow in faulthandler_stack_overflow (GH-13205) | Miss Islington (bot) | 2019-05-27 | 1 | -4/+17 |
* | bpo-23395: Fix PyErr_SetInterrupt if the SIGINT signal is ignored or not hand... | Miss Islington (bot) | 2019-05-24 | 1 | -4/+9 |
* | bpo-36965: Fix includes in main.c on Windows with non-MSC compilers (GH-1342... | Erik Janssens | 2019-05-22 | 1 | -2/+2 |
* | bpo-36908: 'This module is always available' isn't helpful. (GH-13297) | Miss Islington (bot) | 2019-05-17 | 2 | -4/+4 |
* | bpo-36946: Fix possible signed integer overflow when handling slices. (GH-13375) | Miss Islington (bot) | 2019-05-17 | 4 | -8/+16 |
* | bpo-35926: Add support for OpenSSL 1.1.1b on Windows (GH-11779) | Steve Dower | 2019-05-16 | 1 | -1/+1 |
* | bpo-36734: Fix compilation of faulthandler.c on HP-UX (GH-12970) | Miss Islington (bot) | 2019-04-30 | 1 | -1/+2 |
* | bpo-2091: Fix typo in exception message (GH-12987) | Miss Islington (bot) | 2019-04-27 | 1 | -1/+1 |
* | bpo-18372: Add missing PyObject_GC_Track() calls in the pickle module (GH-8505) | Miss Islington (bot) | 2019-04-23 | 1 | -0/+3 |
* | [3.7] bpo-9566: Fix compiler warnings on Windows (GH-12920) | Victor Stinner | 2019-04-23 | 1 | -4/+20 |
* | bpo-36523: Add docstring to io.IOBase.writelines (GH-12683) | Marcin Niemira | 2019-04-22 | 2 | -3/+12 |
* | bpo-36650: Fix handling of empty keyword args in C version of lru_cache. (GH-... | Miss Islington (bot) | 2019-04-20 | 1 | -4/+3 |
* | [3.7] bpo-36389: _PyObject_IsFreed() now also detects uninitialized memory (G... | Victor Stinner | 2019-04-11 | 1 | -0/+57 |
* | [3.7] bpo-36440: include node names in ParserError messages, instead of numer... | Pablo Galindo | 2019-04-03 | 1 | -6/+11 |
* | bpo-36504: Fix signed integer overflow in _ctypes.c's PyCArrayType_new(). (GH... | Miss Islington (bot) | 2019-04-03 | 1 | -1/+1 |
* | bpo-20844: open script file with "rb" mode (GH-12616) | Inada Naoki | 2019-04-01 | 1 | -1/+1 |
* | bpo-36150: Fix possible assertion failures due to _ctypes.c's PyCData_reduce(... | Miss Islington (bot) | 2019-03-31 | 1 | -4/+5 |
* | bpo-35941: Fix ssl certificate enumeration for windows (GH-12486) | Miss Islington (bot) | 2019-03-28 | 1 | -20/+89 |
* | bpo-36436: Fix _testcapi.pymem_buffer_overflow() (GH-12560) | Miss Islington (bot) | 2019-03-26 | 1 | -0/+4 |
* | bpo-36430: Fix a possible reference leak in itertools.count(). (GH-12551) | Miss Islington (bot) | 2019-03-25 | 1 | -0/+1 |
* | bpo-36421: Fix a possible double decref in _ctypes.c's PyCArrayType_new(). (G... | Miss Islington (bot) | 2019-03-25 | 1 | -0/+1 |
* | bpo-36256: Fix bug in parsermodule when parsing if statements (GH-12488) | Miss Islington (bot) | 2019-03-21 | 1 | -5/+17 |
* | Fix compiler warning in call_readline() (GH-10820) (GH-12452) | Victor Stinner | 2019-03-20 | 1 | -3/+3 |
* | bpo-36236: Handle removed cwd at Python init (GH-12450) | Victor Stinner | 2019-03-20 | 1 | -30/+18 |
* | bpo-36356: pymain_free() calls _PyRuntime_Finalize() (GH-12436) | Victor Stinner | 2019-03-19 | 1 | -0/+2 |
* | [3.7] bpo-36254: Fix invalid uses of %d in format strings in C. (GH-12264). (... | Serhiy Storchaka | 2019-03-14 | 10 | -18/+18 |
* | bpo-36251: Fix format strings used in match_repr() and stdprinter_repr(). (GH... | Miss Islington (bot) | 2019-03-10 | 1 | -1/+1 |
* | bpo-36209: Fix typo on hashlib error message (GH-12194) | Miss Islington (bot) | 2019-03-06 | 1 | -1/+1 |
* | bpo-36179: Fix ref leaks in _hashopenssl (GH-12158) | Miss Islington (bot) | 2019-03-04 | 1 | -5/+7 |
* | bpo-28441: Ensure `.exe` suffix in `sys.executable` on MinGW and Cygwin (GH-4... | Miss Islington (bot) | 2019-02-27 | 1 | -0/+45 |
* | bpo-36106: Resolve sinpi name clash with libm (IEEE-754 violation). (GH-12027) | Miss Islington (bot) | 2019-02-25 | 1 | -4/+4 |
* | bpo-24643: Fix "GH-define timezone _timezone" clashes on Windows (GH-12019) | Miss Islington (bot) | 2019-02-25 | 1 | -5/+15 |
* | fix _abc.c compile error on Cygwin (GH-8445) | Miss Islington (bot) | 2019-02-23 | 1 | -1/+1 |
* | bpo-34572: change _pickle unpickling to use import rather than retrieving fro... | Miss Islington (bot) | 2019-02-18 | 1 | -6/+6 |
* | bpo-34294: re module, fix wrong capturing groups in rare cases. (GH-11546) | Miss Islington (bot) | 2019-02-18 | 2 | -1/+9 |
* | bpo-35942: Improve the error message if __fspath__ returns invalid types in p... | Miss Islington (bot) | 2019-02-18 | 1 | -8/+15 |
* | closes bpo-35991: Fix a potential double free in Modules/_randommodule.c. (GH... | Miss Islington (bot) | 2019-02-14 | 1 | -1/+0 |
* | [3.7] Remove stray quote in os.replace docstring. (GH-11835) | Benjamin Peterson | 2019-02-12 | 2 | -4/+4 |
* | lru_cache: Add more comments. Fix comment typos. Clarify a comment. (GH-1179... | Miss Islington (bot) | 2019-02-08 | 1 | -4/+25 |
* | bpo-29734: nt._getfinalpathname handle leak (GH-740) | Miss Islington (bot) | 2019-02-02 | 1 | -8/+10 |
* | Consistently move the misses update to just before the user function call (GH... | Miss Islington (bot) | 2019-01-31 | 1 | -3/+5 |