summaryrefslogtreecommitdiffstats
path: root/Modules
Commit message (Expand)AuthorAgeFilesLines
* [2.7] closes bpo-38174: Update vendored expat library to 2.2.8. (GH-16408)Benjamin Peterson2019-09-2619-4836/+3970
* [2.7] bpo-38175: Fix a memory leak in comparison of sqlite3.Row objects. (GH-...Serhiy Storchaka2019-09-171-5/+7
* bpo-33936: Don't call obsolete init methods with OpenSSL 1.1.0+ (GH-16140)Miss Islington (bot)2019-09-161-1/+1
* [2.7] bpo-38168: Fix a possbile refleak in setint() of mmapmodule.c (GH-16136...Xiang Zhang2019-09-161-1/+2
* [2.7] bpo-35264: Modules/_ssl.c: fix build with OpenSSL 1.1.0 (GH-10570)Alexandru Ardelean2019-09-111-2/+2
* bpo-37445: Include FORMAT_MESSAGE_IGNORE_INSERTS in FormatMessageW() calls (G...Zackery Spytz2019-09-111-1/+3
* [2.7] bpo-34410: Fix a crash in the tee iterator when re-enter it. (GH-15625)...Serhiy Storchaka2019-09-091-0/+9
* bpo-34521: Fix FD transfer in multiprocessing on FreeBSD (GH-15422)Victor Stinner2019-08-231-1/+1
* Put pyexpatns.h include back. bpo-37437 (GH-14539)Miss Islington (bot)2019-07-021-0/+4
* closes bpo-37437: Update vendorized expat to 2.2.7. (GH-14436)Miss Islington (bot)2019-06-286-28/+21
* [2.7] Fix name of '\0'. (GH-14225)Benjamin Peterson2019-06-191-1/+1
* [2.7] bpo-37188: Fix a divide-by-zero in arrays of size-0 objects (#13906)Eric Wieser2019-06-081-1/+1
* [2.7] bpo-37170: Fix the cast on error in PyLong_AsUnsignedLongLongMask() (GH...Zackery Spytz2019-06-071-0/+22
* bpo-36504: Fix signed integer overflow in _ctypes.c's PyCArrayType_new(). (GH...Zackery Spytz2019-04-031-1/+1
* bpo-36150: Fix possible assertion failures due to _ctypes.c's PyCData_reduce(...Zackery Spytz2019-03-311-4/+6
* bpo-36430: Fix a possible reference leak in itertools.count(). (GH-12551) (GH...Miss Islington (bot)2019-03-261-0/+1
* [2.7] bpo-36421: Fix ref counting bugs in _ctypes.c's PyCArrayType_new(). (GH...Zackery Spytz2019-03-251-3/+10
* bpo-36337: socket.send()/sendall() use Py_ssize_t (GH-12397)Stéphane Wirtel2019-03-191-8/+21
* [2.7] bpo-36289: Fix a possible reference leak in the io module (GH-12329)stratakis2019-03-141-0/+1
* [2.7] bpo-36291: Fix a possible reference leak in the json module (GH-12330)stratakis2019-03-141-1/+3
* [2.7] bpo-36212: Fix two possible reference leaks in the hotshot module (GH-1...stratakis2019-03-141-1/+4
* bpo-36147: Fix a memory leak in ctypes s_get() (GH-12102)stratakis2019-03-061-17/+9
* [2.7] bpo-36186: Fix linuxaudiodev.linux_audio_device() error handling (GH-12...stratakis2019-03-061-0/+2
* [2.7] bpo-36149 Fix potential use of uninitialized memory in cPickle (#12105)T. Wouters2019-03-041-5/+8
* [2.7] bpo-36179: Fix ref leaks in _hashopenssl (GH-12158) (GH-12166)Christian Heimes2019-03-041-6/+8
* [2.7] bpo-13096: Fix memory leak in ctypes POINTER handling of large values (...stratakis2019-03-041-0/+1
* [2.7] bpo-36106: resolve sinpi name clash with libm (IEEE-754 violation). (GH...Dima Pasechnik2019-02-261-4/+4
* [2.7] bpo-32947: Fixes for TLS 1.3 and OpenSSL 1.1.1 (GH-8761) (GH-11876)stratakis2019-02-151-0/+4
* [2.7] bpo-28043: improved default settings for SSLContext (GH-10608)stratakis2019-02-151-0/+31
* bpo-35746: Fix segfault in ssl's cert parser (GH-11569)Miss Islington (bot)2019-01-151-0/+4
* [2.7] bpo-8765: Deprecate writing unicode to binary streams in Py3k mode. (GH...Serhiy Storchaka2019-01-152-1/+16
* bpo-35504: Fix segfaults and SystemErrors when deleting certain attrs. (GH-11...Zackery Spytz2018-12-204-0/+16
* bpo-35529: Fix a reference counting bug in PyCFuncPtr_FromDll(). (GH-11229)Miss Islington (bot)2018-12-201-5/+8
* [2.7] bpo-35441: Remove dead and buggy code related to PyList_SetItem(). (GH-...Serhiy Storchaka2018-12-194-19/+21
* bpo-10320: Use PY_FORMAT_LONG_LONG in ctypes' PyCArg_repr(). (GH-11230)Zackery Spytz2018-12-191-5/+1
* bpo-10320: Replace nonstandard sprintf() length modifier in ctypes' PyCArg_re...Miss Islington (bot)2018-12-181-1/+1
* [2.7] bpo-31374: Include pyconfig.h earlier in expat (GH-11078)Victor Stinner2018-12-102-1/+6
* bpo-31374: Include pyconfig.h earlier in expat (GH-11064)Miss Islington (bot)2018-12-101-0/+1
* [2.7] bpo-34052: Prevent SQLite functions from setting callbacks on exception...Serhiy Storchaka2018-12-051-20/+13
* [2.7] bpo-16865: Support arrays >=2GB in ctypes. (GH-3006). (GH-7441)Serhiy Storchaka2018-12-041-6/+18
* [2.7] bpo-25862: Fix several bugs in the _io module. (GH-8026) (GH-8033)Serhiy Storchaka2018-12-042-7/+17
* bpo-35356: Fix a possible reference leak in nis.maps(). (GH-10808)Miss Islington (bot)2018-11-301-0/+1
* [2.7] bpo-35021: Fix assertion failures in _datetimemodule.c. (GH-10039) (GH-...Serhiy Storchaka2018-11-201-46/+50
* Fix a possible reference leak in _socket.getaddrinfo(). (GH-10543)Miss Islington (bot)2018-11-151-2/+4
* [2.7] bpo-35194: Fix a wrong constant in cp932 codec. (GH-10420) (GH-10433)Alexey Izbyshev2018-11-101-1/+1
* [2.7] closes bpo-35139: The `pyexpat` module's macros in `Modules/Setup` now ...Benjamin Peterson2018-11-021-1/+1
* bpo-35062: Fix parsing _io.IncrementalNewlineDecoder's *translate* argument. ...Miss Islington (bot)2018-10-311-1/+1
* [2.7] Fix a possible "double decref" in termios.tcgetattr(). (GH-10194) (GH-1...Zackery Spytz2018-10-291-2/+2
* [2.7] bpo-35068: Fix possible crashes in pyexpat.c. (GH-10099)Zackery Spytz2018-10-291-17/+11
* [2.7] bpo-34794: Fix a leak in Tkinter. (GH-10025) (GH-10181)Serhiy Storchaka2018-10-281-4/+2